Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

供應商商品單價設定.Designer.vb 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 供應商商品單價設定
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.類別管理_cb = New System.Windows.Forms.ComboBox()
  29. Me.簡稱_lb = New System.Windows.Forms.Label()
  30. Me.傳真_tb = New System.Windows.Forms.TextBox()
  31. Me.Label11 = New System.Windows.Forms.Label()
  32. Me.廠商_cb = New System.Windows.Forms.ComboBox()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.電話_tb = New System.Windows.Forms.TextBox()
  35. Me.地址_tb = New System.Windows.Forms.TextBox()
  36. Me.Label3 = New System.Windows.Forms.Label()
  37. Me.郵件_tb = New System.Windows.Forms.TextBox()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.供應商簡稱_tb = New System.Windows.Forms.TextBox()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.群組碼_tb = New System.Windows.Forms.TextBox()
  43. Me.群組編碼_cb = New System.Windows.Forms.ComboBox()
  44. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  45. Me.歷史明細_dgv = New System.Windows.Forms.DataGridView()
  46. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  47. Me.新群組1_cb = New System.Windows.Forms.ComboBox()
  48. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  49. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  50. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  51. Me.搜尋_bt = New System.Windows.Forms.Button()
  52. Me.料號_lb = New System.Windows.Forms.Label()
  53. Me.料號_tb = New System.Windows.Forms.TextBox()
  54. Me.群組編碼_lb = New System.Windows.Forms.Label()
  55. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  56. Me.物料規格_dgv = New System.Windows.Forms.DataGridView()
  57. Me.Label4 = New System.Windows.Forms.Label()
  58. Me.Label6 = New System.Windows.Forms.Label()
  59. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  60. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  61. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  62. Me.批量比對_bt = New System.Windows.Forms.Button()
  63. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  64. Me.比對新增_bt = New System.Windows.Forms.Button()
  65. Me.存檔_tb = New System.Windows.Forms.Button()
  66. Me.物料加入_bt = New System.Windows.Forms.Button()
  67. Me.刪除_bt = New System.Windows.Forms.Button()
  68. Me.料號1_tb = New System.Windows.Forms.TextBox()
  69. Me.Panel1.SuspendLayout()
  70. CType(Me.歷史明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  75. Me.SuspendLayout()
  76. '
  77. '類別管理_cb
  78. '
  79. Me.類別管理_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  80. Me.類別管理_cb.FormattingEnabled = True
  81. Me.類別管理_cb.Items.AddRange(New Object() {"2019"})
  82. Me.類別管理_cb.Location = New System.Drawing.Point(652, 3)
  83. Me.類別管理_cb.Name = "類別管理_cb"
  84. Me.類別管理_cb.Size = New System.Drawing.Size(229, 24)
  85. Me.類別管理_cb.TabIndex = 1054
  86. '
  87. '簡稱_lb
  88. '
  89. Me.簡稱_lb.AutoSize = True
  90. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.簡稱_lb.Location = New System.Drawing.Point(536, 6)
  92. Me.簡稱_lb.Name = "簡稱_lb"
  93. Me.簡稱_lb.Size = New System.Drawing.Size(115, 16)
  94. Me.簡稱_lb.TabIndex = 1053
  95. Me.簡稱_lb.Text = "Kategori Pemasok :"
  96. '
  97. '傳真_tb
  98. '
  99. Me.傳真_tb.Location = New System.Drawing.Point(758, 54)
  100. Me.傳真_tb.Name = "傳真_tb"
  101. Me.傳真_tb.Size = New System.Drawing.Size(128, 23)
  102. Me.傳真_tb.TabIndex = 1052
  103. '
  104. 'Label11
  105. '
  106. Me.Label11.AutoSize = True
  107. Me.Label11.Location = New System.Drawing.Point(722, 58)
  108. Me.Label11.Name = "Label11"
  109. Me.Label11.Size = New System.Drawing.Size(38, 16)
  110. Me.Label11.TabIndex = 1051
  111. Me.Label11.Text = "FAX : "
  112. '
  113. '廠商_cb
  114. '
  115. Me.廠商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  116. Me.廠商_cb.ForeColor = System.Drawing.Color.Blue
  117. Me.廠商_cb.FormattingEnabled = True
  118. Me.廠商_cb.Location = New System.Drawing.Point(961, 3)
  119. Me.廠商_cb.Name = "廠商_cb"
  120. Me.廠商_cb.Size = New System.Drawing.Size(268, 24)
  121. Me.廠商_cb.TabIndex = 1050
  122. '
  123. 'Label5
  124. '
  125. Me.Label5.AutoSize = True
  126. Me.Label5.Location = New System.Drawing.Point(539, 82)
  127. Me.Label5.Name = "Label5"
  128. Me.Label5.Size = New System.Drawing.Size(52, 16)
  129. Me.Label5.TabIndex = 1044
  130. Me.Label5.Text = "EMAIL : "
  131. '
  132. '電話_tb
  133. '
  134. Me.電話_tb.Location = New System.Drawing.Point(592, 54)
  135. Me.電話_tb.Name = "電話_tb"
  136. Me.電話_tb.Size = New System.Drawing.Size(128, 23)
  137. Me.電話_tb.TabIndex = 1041
  138. '
  139. '地址_tb
  140. '
  141. Me.地址_tb.Location = New System.Drawing.Point(592, 29)
  142. Me.地址_tb.Name = "地址_tb"
  143. Me.地址_tb.Size = New System.Drawing.Size(638, 23)
  144. Me.地址_tb.TabIndex = 1039
  145. '
  146. 'Label3
  147. '
  148. Me.Label3.AutoSize = True
  149. Me.Label3.Location = New System.Drawing.Point(539, 58)
  150. Me.Label3.Name = "Label3"
  151. Me.Label3.Size = New System.Drawing.Size(43, 16)
  152. Me.Label3.TabIndex = 1038
  153. Me.Label3.Text = "TELP : "
  154. '
  155. '郵件_tb
  156. '
  157. Me.郵件_tb.Location = New System.Drawing.Point(592, 79)
  158. Me.郵件_tb.Name = "郵件_tb"
  159. Me.郵件_tb.Size = New System.Drawing.Size(294, 23)
  160. Me.郵件_tb.TabIndex = 1037
  161. '
  162. 'Label1
  163. '
  164. Me.Label1.AutoSize = True
  165. Me.Label1.Location = New System.Drawing.Point(886, 7)
  166. Me.Label1.Name = "Label1"
  167. Me.Label1.Size = New System.Drawing.Size(78, 16)
  168. Me.Label1.TabIndex = 1040
  169. Me.Label1.Text = "ORDER TO : "
  170. '
  171. 'Label2
  172. '
  173. Me.Label2.AutoSize = True
  174. Me.Label2.Location = New System.Drawing.Point(539, 32)
  175. Me.Label2.Name = "Label2"
  176. Me.Label2.Size = New System.Drawing.Size(56, 16)
  177. Me.Label2.TabIndex = 1042
  178. Me.Label2.Text = "Alamat : "
  179. '
  180. '供應商簡稱_tb
  181. '
  182. Me.供應商簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.供應商簡稱_tb.Location = New System.Drawing.Point(3, 29)
  184. Me.供應商簡稱_tb.Name = "供應商簡稱_tb"
  185. Me.供應商簡稱_tb.Size = New System.Drawing.Size(88, 23)
  186. Me.供應商簡稱_tb.TabIndex = 1055
  187. '
  188. 'Panel1
  189. '
  190. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  191. Me.Panel1.Controls.Add(Me.料號1_tb)
  192. Me.Panel1.Controls.Add(Me.群組碼_tb)
  193. Me.Panel1.Controls.Add(Me.群組編碼_cb)
  194. Me.Panel1.Controls.Add(Me.供應商編碼_tb)
  195. Me.Panel1.Controls.Add(Me.供應商簡稱_tb)
  196. Me.Panel1.Location = New System.Drawing.Point(1071, 388)
  197. Me.Panel1.Name = "Panel1"
  198. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  199. Me.Panel1.TabIndex = 1056
  200. '
  201. '群組碼_tb
  202. '
  203. Me.群組碼_tb.Location = New System.Drawing.Point(97, 3)
  204. Me.群組碼_tb.Name = "群組碼_tb"
  205. Me.群組碼_tb.Size = New System.Drawing.Size(95, 23)
  206. Me.群組碼_tb.TabIndex = 1057
  207. '
  208. '群組編碼_cb
  209. '
  210. Me.群組編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  211. Me.群組編碼_cb.FormattingEnabled = True
  212. Me.群組編碼_cb.Items.AddRange(New Object() {"2019"})
  213. Me.群組編碼_cb.Location = New System.Drawing.Point(3, 55)
  214. Me.群組編碼_cb.Name = "群組編碼_cb"
  215. Me.群組編碼_cb.Size = New System.Drawing.Size(88, 24)
  216. Me.群組編碼_cb.TabIndex = 1056
  217. Me.群組編碼_cb.Visible = False
  218. '
  219. '供應商編碼_tb
  220. '
  221. Me.供應商編碼_tb.Location = New System.Drawing.Point(3, 3)
  222. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  223. Me.供應商編碼_tb.Size = New System.Drawing.Size(88, 23)
  224. Me.供應商編碼_tb.TabIndex = 944
  225. '
  226. '歷史明細_dgv
  227. '
  228. Me.歷史明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  229. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  230. Me.歷史明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  231. Me.歷史明細_dgv.BackgroundColor = System.Drawing.Color.White
  232. Me.歷史明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  233. Me.歷史明細_dgv.Location = New System.Drawing.Point(537, 557)
  234. Me.歷史明細_dgv.Name = "歷史明細_dgv"
  235. Me.歷史明細_dgv.RowHeadersWidth = 5
  236. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  238. Me.歷史明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  239. Me.歷史明細_dgv.RowTemplate.Height = 24
  240. Me.歷史明細_dgv.Size = New System.Drawing.Size(809, 121)
  241. Me.歷史明細_dgv.TabIndex = 1057
  242. '
  243. '明細_dgv
  244. '
  245. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  246. Or System.Windows.Forms.AnchorStyles.Left) _
  247. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  248. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  249. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  250. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  251. Me.明細_dgv.Location = New System.Drawing.Point(537, 108)
  252. Me.明細_dgv.Name = "明細_dgv"
  253. Me.明細_dgv.RowHeadersWidth = 5
  254. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  256. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  257. Me.明細_dgv.RowTemplate.Height = 24
  258. Me.明細_dgv.Size = New System.Drawing.Size(809, 450)
  259. Me.明細_dgv.TabIndex = 1058
  260. '
  261. '新群組1_cb
  262. '
  263. Me.新群組1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  264. Me.新群組1_cb.FormattingEnabled = True
  265. Me.新群組1_cb.Items.AddRange(New Object() {"2019"})
  266. Me.新群組1_cb.Location = New System.Drawing.Point(86, 1)
  267. Me.新群組1_cb.Name = "新群組1_cb"
  268. Me.新群組1_cb.Size = New System.Drawing.Size(180, 24)
  269. Me.新群組1_cb.TabIndex = 1368
  270. '
  271. '大間距_ch
  272. '
  273. Me.大間距_ch.AutoSize = True
  274. Me.大間距_ch.Location = New System.Drawing.Point(491, 4)
  275. Me.大間距_ch.Name = "大間距_ch"
  276. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  277. Me.大間距_ch.TabIndex = 1367
  278. Me.大間距_ch.Text = "L3"
  279. Me.大間距_ch.UseVisualStyleBackColor = True
  280. '
  281. '中間距_ch
  282. '
  283. Me.中間距_ch.AutoSize = True
  284. Me.中間距_ch.Location = New System.Drawing.Point(448, 4)
  285. Me.中間距_ch.Name = "中間距_ch"
  286. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  287. Me.中間距_ch.TabIndex = 1366
  288. Me.中間距_ch.Text = "L2"
  289. Me.中間距_ch.UseVisualStyleBackColor = True
  290. '
  291. '小間距_ch
  292. '
  293. Me.小間距_ch.AutoSize = True
  294. Me.小間距_ch.Location = New System.Drawing.Point(406, 4)
  295. Me.小間距_ch.Name = "小間距_ch"
  296. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  297. Me.小間距_ch.TabIndex = 1365
  298. Me.小間距_ch.Text = "L1"
  299. Me.小間距_ch.UseVisualStyleBackColor = True
  300. '
  301. '搜尋_bt
  302. '
  303. Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.搜尋_bt.ForeColor = System.Drawing.Color.Black
  305. Me.搜尋_bt.Location = New System.Drawing.Point(272, 1)
  306. Me.搜尋_bt.Name = "搜尋_bt"
  307. Me.搜尋_bt.Size = New System.Drawing.Size(114, 24)
  308. Me.搜尋_bt.TabIndex = 1364
  309. Me.搜尋_bt.Text = "搜尋"
  310. Me.搜尋_bt.UseVisualStyleBackColor = True
  311. '
  312. '料號_lb
  313. '
  314. Me.料號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  315. Me.料號_lb.AutoSize = True
  316. Me.料號_lb.Location = New System.Drawing.Point(7, 433)
  317. Me.料號_lb.Name = "料號_lb"
  318. Me.料號_lb.Size = New System.Drawing.Size(37, 16)
  319. Me.料號_lb.TabIndex = 1362
  320. Me.料號_lb.Text = "料號 :"
  321. '
  322. '料號_tb
  323. '
  324. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  325. Me.料號_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  326. Me.料號_tb.Location = New System.Drawing.Point(46, 433)
  327. Me.料號_tb.Name = "料號_tb"
  328. Me.料號_tb.Size = New System.Drawing.Size(193, 16)
  329. Me.料號_tb.TabIndex = 1361
  330. '
  331. '群組編碼_lb
  332. '
  333. Me.群組編碼_lb.AutoSize = True
  334. Me.群組編碼_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  335. Me.群組編碼_lb.Location = New System.Drawing.Point(8, 5)
  336. Me.群組編碼_lb.Name = "群組編碼_lb"
  337. Me.群組編碼_lb.Size = New System.Drawing.Size(64, 16)
  338. Me.群組編碼_lb.TabIndex = 1360
  339. Me.群組編碼_lb.Text = "群 組 編 碼"
  340. Me.群組編碼_lb.TextAlign = System.Drawing.ContentAlignment.TopRight
  341. '
  342. '物料清單_dgv
  343. '
  344. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  345. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  346. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  347. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  348. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  349. Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
  350. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  351. Me.物料清單_dgv.Location = New System.Drawing.Point(5, 26)
  352. Me.物料清單_dgv.Name = "物料清單_dgv"
  353. Me.物料清單_dgv.RowHeadersWidth = 5
  354. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  356. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  357. Me.物料清單_dgv.RowTemplate.Height = 24
  358. Me.物料清單_dgv.Size = New System.Drawing.Size(529, 405)
  359. Me.物料清單_dgv.TabIndex = 1358
  360. '
  361. '物料規格_dgv
  362. '
  363. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  364. Me.物料規格_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  365. Me.物料規格_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  366. Me.物料規格_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  367. Me.物料規格_dgv.BackgroundColor = System.Drawing.Color.White
  368. Me.物料規格_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  369. Me.物料規格_dgv.Location = New System.Drawing.Point(5, 451)
  370. Me.物料規格_dgv.Name = "物料規格_dgv"
  371. Me.物料規格_dgv.RowHeadersWidth = 5
  372. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  374. Me.物料規格_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  375. Me.物料規格_dgv.RowTemplate.Height = 24
  376. Me.物料規格_dgv.Size = New System.Drawing.Size(529, 227)
  377. Me.物料規格_dgv.TabIndex = 1359
  378. '
  379. 'Label4
  380. '
  381. Me.Label4.AutoSize = True
  382. Me.Label4.Location = New System.Drawing.Point(534, 91)
  383. Me.Label4.Name = "Label4"
  384. Me.Label4.Size = New System.Drawing.Size(767, 16)
  385. Me.Label4.TabIndex = 1369
  386. Me.Label4.Text = "_________________________________________________________________________________" &
  387. "_______________________________________________________________________"
  388. '
  389. 'Label6
  390. '
  391. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  392. Me.Label6.AutoSize = True
  393. Me.Label6.Location = New System.Drawing.Point(578, 91)
  394. Me.Label6.Name = "Label6"
  395. Me.Label6.Size = New System.Drawing.Size(767, 16)
  396. Me.Label6.TabIndex = 1370
  397. Me.Label6.Text = "_________________________________________________________________________________" &
  398. "_______________________________________________________________________"
  399. '
  400. '大間距1_ch
  401. '
  402. Me.大間距1_ch.AutoSize = True
  403. Me.大間距1_ch.Location = New System.Drawing.Point(1305, 82)
  404. Me.大間距1_ch.Name = "大間距1_ch"
  405. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  406. Me.大間距1_ch.TabIndex = 1374
  407. Me.大間距1_ch.Text = "L3"
  408. Me.大間距1_ch.UseVisualStyleBackColor = True
  409. '
  410. '中間距1_ch
  411. '
  412. Me.中間距1_ch.AutoSize = True
  413. Me.中間距1_ch.Location = New System.Drawing.Point(1268, 82)
  414. Me.中間距1_ch.Name = "中間距1_ch"
  415. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  416. Me.中間距1_ch.TabIndex = 1373
  417. Me.中間距1_ch.Text = "L2"
  418. Me.中間距1_ch.UseVisualStyleBackColor = True
  419. '
  420. '小間距1_ch
  421. '
  422. Me.小間距1_ch.AutoSize = True
  423. Me.小間距1_ch.Location = New System.Drawing.Point(1232, 82)
  424. Me.小間距1_ch.Name = "小間距1_ch"
  425. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  426. Me.小間距1_ch.TabIndex = 1372
  427. Me.小間距1_ch.Text = "L1"
  428. Me.小間距1_ch.UseVisualStyleBackColor = True
  429. '
  430. '批量比對_bt
  431. '
  432. Me.批量比對_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_1
  433. Me.批量比對_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  434. Me.批量比對_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.批量比對_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  436. Me.批量比對_bt.Location = New System.Drawing.Point(886, 53)
  437. Me.批量比對_bt.Name = "批量比對_bt"
  438. Me.批量比對_bt.Size = New System.Drawing.Size(50, 50)
  439. Me.批量比對_bt.TabIndex = 1375
  440. Me.批量比對_bt.UseVisualStyleBackColor = True
  441. '
  442. '物料圖_pb
  443. '
  444. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  445. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  446. Me.物料圖_pb.Location = New System.Drawing.Point(1231, 2)
  447. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  448. Me.物料圖_pb.Name = "物料圖_pb"
  449. Me.物料圖_pb.Size = New System.Drawing.Size(114, 80)
  450. Me.物料圖_pb.TabIndex = 1371
  451. Me.物料圖_pb.TabStop = False
  452. '
  453. '比對新增_bt
  454. '
  455. Me.比對新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  456. Me.比對新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  457. Me.比對新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  458. Me.比對新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  459. Me.比對新增_bt.Location = New System.Drawing.Point(935, 53)
  460. Me.比對新增_bt.Name = "比對新增_bt"
  461. Me.比對新增_bt.Size = New System.Drawing.Size(50, 50)
  462. Me.比對新增_bt.TabIndex = 1363
  463. Me.比對新增_bt.UseVisualStyleBackColor = True
  464. '
  465. '存檔_tb
  466. '
  467. Me.存檔_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  468. Me.存檔_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  469. Me.存檔_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  470. Me.存檔_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  471. Me.存檔_tb.Location = New System.Drawing.Point(984, 53)
  472. Me.存檔_tb.Name = "存檔_tb"
  473. Me.存檔_tb.Size = New System.Drawing.Size(50, 50)
  474. Me.存檔_tb.TabIndex = 1376
  475. Me.存檔_tb.UseVisualStyleBackColor = True
  476. '
  477. '物料加入_bt
  478. '
  479. Me.物料加入_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Shipping4
  480. Me.物料加入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  481. Me.物料加入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  482. Me.物料加入_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  483. Me.物料加入_bt.Location = New System.Drawing.Point(1033, 53)
  484. Me.物料加入_bt.Name = "物料加入_bt"
  485. Me.物料加入_bt.Size = New System.Drawing.Size(147, 50)
  486. Me.物料加入_bt.TabIndex = 1377
  487. Me.物料加入_bt.UseVisualStyleBackColor = True
  488. '
  489. '刪除_bt
  490. '
  491. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  492. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  493. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  494. Me.刪除_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  495. Me.刪除_bt.Location = New System.Drawing.Point(1179, 53)
  496. Me.刪除_bt.Name = "刪除_bt"
  497. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  498. Me.刪除_bt.TabIndex = 1378
  499. Me.刪除_bt.UseVisualStyleBackColor = True
  500. '
  501. '料號1_tb
  502. '
  503. Me.料號1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  504. Me.料號1_tb.Location = New System.Drawing.Point(97, 28)
  505. Me.料號1_tb.Name = "料號1_tb"
  506. Me.料號1_tb.Size = New System.Drawing.Size(95, 23)
  507. Me.料號1_tb.TabIndex = 1362
  508. '
  509. '供應商商品清單
  510. '
  511. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  512. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  513. Me.ClientSize = New System.Drawing.Size(1349, 681)
  514. Me.Controls.Add(Me.刪除_bt)
  515. Me.Controls.Add(Me.大間距1_ch)
  516. Me.Controls.Add(Me.中間距1_ch)
  517. Me.Controls.Add(Me.小間距1_ch)
  518. Me.Controls.Add(Me.物料加入_bt)
  519. Me.Controls.Add(Me.存檔_tb)
  520. Me.Controls.Add(Me.批量比對_bt)
  521. Me.Controls.Add(Me.物料圖_pb)
  522. Me.Controls.Add(Me.新群組1_cb)
  523. Me.Controls.Add(Me.大間距_ch)
  524. Me.Controls.Add(Me.中間距_ch)
  525. Me.Controls.Add(Me.小間距_ch)
  526. Me.Controls.Add(Me.搜尋_bt)
  527. Me.Controls.Add(Me.比對新增_bt)
  528. Me.Controls.Add(Me.料號_lb)
  529. Me.Controls.Add(Me.料號_tb)
  530. Me.Controls.Add(Me.群組編碼_lb)
  531. Me.Controls.Add(Me.物料清單_dgv)
  532. Me.Controls.Add(Me.物料規格_dgv)
  533. Me.Controls.Add(Me.類別管理_cb)
  534. Me.Controls.Add(Me.簡稱_lb)
  535. Me.Controls.Add(Me.傳真_tb)
  536. Me.Controls.Add(Me.Label11)
  537. Me.Controls.Add(Me.廠商_cb)
  538. Me.Controls.Add(Me.Label5)
  539. Me.Controls.Add(Me.電話_tb)
  540. Me.Controls.Add(Me.地址_tb)
  541. Me.Controls.Add(Me.Label3)
  542. Me.Controls.Add(Me.郵件_tb)
  543. Me.Controls.Add(Me.Label1)
  544. Me.Controls.Add(Me.Label2)
  545. Me.Controls.Add(Me.歷史明細_dgv)
  546. Me.Controls.Add(Me.Label4)
  547. Me.Controls.Add(Me.Label6)
  548. Me.Controls.Add(Me.明細_dgv)
  549. Me.Controls.Add(Me.Panel1)
  550. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  551. Me.Margin = New System.Windows.Forms.Padding(4)
  552. Me.Name = "供應商商品清單"
  553. Me.Text = "供應商商品清單"
  554. Me.Panel1.ResumeLayout(False)
  555. Me.Panel1.PerformLayout()
  556. CType(Me.歷史明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  557. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  558. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  559. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  560. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  561. Me.ResumeLayout(False)
  562. Me.PerformLayout()
  563. End Sub
  564. Friend WithEvents 類別管理_cb As ComboBox
  565. Friend WithEvents 簡稱_lb As Label
  566. Friend WithEvents 傳真_tb As TextBox
  567. Friend WithEvents Label11 As Label
  568. Friend WithEvents 廠商_cb As ComboBox
  569. Friend WithEvents Label5 As Label
  570. Friend WithEvents 電話_tb As TextBox
  571. Friend WithEvents 地址_tb As TextBox
  572. Friend WithEvents Label3 As Label
  573. Friend WithEvents 郵件_tb As TextBox
  574. Friend WithEvents Label1 As Label
  575. Friend WithEvents Label2 As Label
  576. Friend WithEvents 供應商簡稱_tb As TextBox
  577. Friend WithEvents Panel1 As Panel
  578. Friend WithEvents 供應商編碼_tb As TextBox
  579. Friend WithEvents 歷史明細_dgv As DataGridView
  580. Friend WithEvents 明細_dgv As DataGridView
  581. Friend WithEvents 新群組1_cb As ComboBox
  582. Friend WithEvents 大間距_ch As CheckBox
  583. Friend WithEvents 中間距_ch As CheckBox
  584. Friend WithEvents 小間距_ch As CheckBox
  585. Friend WithEvents 搜尋_bt As Button
  586. Friend WithEvents 比對新增_bt As Button
  587. Friend WithEvents 料號_lb As Label
  588. Friend WithEvents 料號_tb As TextBox
  589. Friend WithEvents 群組編碼_lb As Label
  590. Friend WithEvents 物料清單_dgv As DataGridView
  591. Friend WithEvents 物料規格_dgv As DataGridView
  592. Friend WithEvents Label4 As Label
  593. Friend WithEvents Label6 As Label
  594. Friend WithEvents 物料圖_pb As PictureBox
  595. Friend WithEvents 群組編碼_cb As ComboBox
  596. Friend WithEvents 群組碼_tb As TextBox
  597. Friend WithEvents 大間距1_ch As CheckBox
  598. Friend WithEvents 中間距1_ch As CheckBox
  599. Friend WithEvents 小間距1_ch As CheckBox
  600. Friend WithEvents 批量比對_bt As Button
  601. Friend WithEvents 存檔_tb As Button
  602. Friend WithEvents 物料加入_bt As Button
  603. Friend WithEvents 料號1_tb As TextBox
  604. Friend WithEvents 刪除_bt As Button
  605. End Class