Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

機台零件成本建檔.Designer.vb 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.CheckBox8 = New System.Windows.Forms.CheckBox()
  24. Me.Label16 = New System.Windows.Forms.Label()
  25. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  26. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  27. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  28. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  29. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  30. Me.Label15 = New System.Windows.Forms.Label()
  31. Me.TextBox10 = New System.Windows.Forms.TextBox()
  32. Me.TextBox9 = New System.Windows.Forms.TextBox()
  33. Me.TextBox8 = New System.Windows.Forms.TextBox()
  34. Me.Label14 = New System.Windows.Forms.Label()
  35. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  36. Me.Button7 = New System.Windows.Forms.Button()
  37. Me.Button3 = New System.Windows.Forms.Button()
  38. Me.Button1 = New System.Windows.Forms.Button()
  39. Me.Button2 = New System.Windows.Forms.Button()
  40. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  41. Me.Label10 = New System.Windows.Forms.Label()
  42. Me.TextBox5 = New System.Windows.Forms.TextBox()
  43. Me.Label9 = New System.Windows.Forms.Label()
  44. Me.TextBox4 = New System.Windows.Forms.TextBox()
  45. Me.Label8 = New System.Windows.Forms.Label()
  46. Me.TextBox3 = New System.Windows.Forms.TextBox()
  47. Me.Label7 = New System.Windows.Forms.Label()
  48. Me.TextBox2 = New System.Windows.Forms.TextBox()
  49. Me.Label6 = New System.Windows.Forms.Label()
  50. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  51. Me.Label5 = New System.Windows.Forms.Label()
  52. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  53. Me.Label4 = New System.Windows.Forms.Label()
  54. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  55. Me.Label3 = New System.Windows.Forms.Label()
  56. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  57. Me.Label2 = New System.Windows.Forms.Label()
  58. Me.TextBox1 = New System.Windows.Forms.TextBox()
  59. Me.Label1 = New System.Windows.Forms.Label()
  60. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  61. Me.Button14 = New System.Windows.Forms.Button()
  62. Me.Button6 = New System.Windows.Forms.Button()
  63. Me.Button5 = New System.Windows.Forms.Button()
  64. Me.Button8 = New System.Windows.Forms.Button()
  65. Me.Button4 = New System.Windows.Forms.Button()
  66. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  67. Me.SuspendLayout()
  68. '
  69. 'CheckBox8
  70. '
  71. Me.CheckBox8.AutoSize = True
  72. Me.CheckBox8.Location = New System.Drawing.Point(12, 90)
  73. Me.CheckBox8.Name = "CheckBox8"
  74. Me.CheckBox8.Size = New System.Drawing.Size(96, 16)
  75. Me.CheckBox8.TabIndex = 218
  76. Me.CheckBox8.Text = "加入參考資料"
  77. Me.CheckBox8.UseVisualStyleBackColor = True
  78. '
  79. 'Label16
  80. '
  81. Me.Label16.AutoSize = True
  82. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  84. Me.Label16.Location = New System.Drawing.Point(838, 113)
  85. Me.Label16.Name = "Label16"
  86. Me.Label16.Size = New System.Drawing.Size(152, 16)
  87. Me.Label16.TabIndex = 217
  88. Me.Label16.Text = "手動修改成本時請去除撇節"
  89. '
  90. 'CheckBox6
  91. '
  92. Me.CheckBox6.AutoSize = True
  93. Me.CheckBox6.Location = New System.Drawing.Point(176, 45)
  94. Me.CheckBox6.Name = "CheckBox6"
  95. Me.CheckBox6.Size = New System.Drawing.Size(15, 14)
  96. Me.CheckBox6.TabIndex = 216
  97. Me.CheckBox6.UseVisualStyleBackColor = True
  98. '
  99. 'CheckBox5
  100. '
  101. Me.CheckBox5.AutoSize = True
  102. Me.CheckBox5.Location = New System.Drawing.Point(176, 74)
  103. Me.CheckBox5.Name = "CheckBox5"
  104. Me.CheckBox5.Size = New System.Drawing.Size(15, 14)
  105. Me.CheckBox5.TabIndex = 215
  106. Me.CheckBox5.UseVisualStyleBackColor = True
  107. '
  108. 'CheckBox4
  109. '
  110. Me.CheckBox4.AutoSize = True
  111. Me.CheckBox4.Location = New System.Drawing.Point(386, 45)
  112. Me.CheckBox4.Name = "CheckBox4"
  113. Me.CheckBox4.Size = New System.Drawing.Size(15, 14)
  114. Me.CheckBox4.TabIndex = 214
  115. Me.CheckBox4.UseVisualStyleBackColor = True
  116. '
  117. 'CheckBox3
  118. '
  119. Me.CheckBox3.AutoSize = True
  120. Me.CheckBox3.Location = New System.Drawing.Point(386, 15)
  121. Me.CheckBox3.Name = "CheckBox3"
  122. Me.CheckBox3.Size = New System.Drawing.Size(15, 14)
  123. Me.CheckBox3.TabIndex = 213
  124. Me.CheckBox3.UseVisualStyleBackColor = True
  125. '
  126. 'CheckBox7
  127. '
  128. Me.CheckBox7.AutoSize = True
  129. Me.CheckBox7.Checked = True
  130. Me.CheckBox7.CheckState = System.Windows.Forms.CheckState.Checked
  131. Me.CheckBox7.Location = New System.Drawing.Point(12, 68)
  132. Me.CheckBox7.Name = "CheckBox7"
  133. Me.CheckBox7.Size = New System.Drawing.Size(108, 16)
  134. Me.CheckBox7.TabIndex = 212
  135. Me.CheckBox7.Text = "不使用查詢條件"
  136. Me.CheckBox7.UseVisualStyleBackColor = True
  137. '
  138. 'Label15
  139. '
  140. Me.Label15.AutoSize = True
  141. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.Label15.Location = New System.Drawing.Point(783, 81)
  143. Me.Label15.Name = "Label15"
  144. Me.Label15.Size = New System.Drawing.Size(56, 16)
  145. Me.Label15.TabIndex = 211
  146. Me.Label15.Text = "台幣成本"
  147. '
  148. 'TextBox10
  149. '
  150. Me.TextBox10.Enabled = False
  151. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.TextBox10.Location = New System.Drawing.Point(845, 79)
  153. Me.TextBox10.Name = "TextBox10"
  154. Me.TextBox10.Size = New System.Drawing.Size(145, 23)
  155. Me.TextBox10.TabIndex = 210
  156. '
  157. 'TextBox9
  158. '
  159. Me.TextBox9.Enabled = False
  160. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.TextBox9.Location = New System.Drawing.Point(845, 48)
  162. Me.TextBox9.Name = "TextBox9"
  163. Me.TextBox9.Size = New System.Drawing.Size(145, 23)
  164. Me.TextBox9.TabIndex = 209
  165. '
  166. 'TextBox8
  167. '
  168. Me.TextBox8.Enabled = False
  169. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  170. Me.TextBox8.Location = New System.Drawing.Point(351, 104)
  171. Me.TextBox8.Name = "TextBox8"
  172. Me.TextBox8.Size = New System.Drawing.Size(50, 23)
  173. Me.TextBox8.TabIndex = 205
  174. Me.TextBox8.Visible = False
  175. '
  176. 'Label14
  177. '
  178. Me.Label14.AutoSize = True
  179. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.Label14.Location = New System.Drawing.Point(807, 50)
  181. Me.Label14.Name = "Label14"
  182. Me.Label14.Size = New System.Drawing.Size(32, 16)
  183. Me.Label14.TabIndex = 208
  184. Me.Label14.Text = "匯率"
  185. '
  186. 'CheckBox2
  187. '
  188. Me.CheckBox2.AutoSize = True
  189. Me.CheckBox2.Location = New System.Drawing.Point(1132, 21)
  190. Me.CheckBox2.Name = "CheckBox2"
  191. Me.CheckBox2.Size = New System.Drawing.Size(72, 16)
  192. Me.CheckBox2.TabIndex = 207
  193. Me.CheckBox2.Text = "資料變動"
  194. Me.CheckBox2.UseVisualStyleBackColor = True
  195. '
  196. 'Button7
  197. '
  198. Me.Button7.Location = New System.Drawing.Point(12, 12)
  199. Me.Button7.Name = "Button7"
  200. Me.Button7.Size = New System.Drawing.Size(108, 49)
  201. Me.Button7.TabIndex = 206
  202. Me.Button7.Text = "查詢"
  203. Me.Button7.UseVisualStyleBackColor = True
  204. '
  205. 'Button3
  206. '
  207. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  208. Me.Button3.ForeColor = System.Drawing.Color.Red
  209. Me.Button3.Location = New System.Drawing.Point(1132, 109)
  210. Me.Button3.Name = "Button3"
  211. Me.Button3.Size = New System.Drawing.Size(220, 25)
  212. Me.Button3.TabIndex = 203
  213. Me.Button3.Text = "刪除"
  214. Me.Button3.UseVisualStyleBackColor = True
  215. '
  216. 'Button1
  217. '
  218. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.Button1.ForeColor = System.Drawing.Color.Blue
  220. Me.Button1.Location = New System.Drawing.Point(1132, 47)
  221. Me.Button1.Name = "Button1"
  222. Me.Button1.Size = New System.Drawing.Size(220, 25)
  223. Me.Button1.TabIndex = 201
  224. Me.Button1.Text = "新增"
  225. Me.Button1.UseVisualStyleBackColor = True
  226. '
  227. 'Button2
  228. '
  229. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  231. Me.Button2.Location = New System.Drawing.Point(1132, 78)
  232. Me.Button2.Name = "Button2"
  233. Me.Button2.Size = New System.Drawing.Size(220, 25)
  234. Me.Button2.TabIndex = 202
  235. Me.Button2.Text = "修改"
  236. Me.Button2.UseVisualStyleBackColor = True
  237. '
  238. 'ComboBox5
  239. '
  240. Me.ComboBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.ComboBox5.FormattingEnabled = True
  242. Me.ComboBox5.Items.AddRange(New Object() {"NTD", "RMB"})
  243. Me.ComboBox5.Location = New System.Drawing.Point(845, 16)
  244. Me.ComboBox5.Name = "ComboBox5"
  245. Me.ComboBox5.Size = New System.Drawing.Size(145, 24)
  246. Me.ComboBox5.TabIndex = 200
  247. '
  248. 'Label10
  249. '
  250. Me.Label10.AutoSize = True
  251. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.Label10.Location = New System.Drawing.Point(807, 18)
  253. Me.Label10.Name = "Label10"
  254. Me.Label10.Size = New System.Drawing.Size(32, 16)
  255. Me.Label10.TabIndex = 199
  256. Me.Label10.Text = "幣別"
  257. '
  258. 'TextBox5
  259. '
  260. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  261. Me.TextBox5.Location = New System.Drawing.Point(632, 107)
  262. Me.TextBox5.Name = "TextBox5"
  263. Me.TextBox5.Size = New System.Drawing.Size(145, 23)
  264. Me.TextBox5.TabIndex = 198
  265. '
  266. 'Label9
  267. '
  268. Me.Label9.AutoSize = True
  269. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.Label9.Location = New System.Drawing.Point(570, 109)
  271. Me.Label9.Name = "Label9"
  272. Me.Label9.Size = New System.Drawing.Size(56, 16)
  273. Me.Label9.TabIndex = 197
  274. Me.Label9.Text = "進貨成本"
  275. '
  276. 'TextBox4
  277. '
  278. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  279. Me.TextBox4.Location = New System.Drawing.Point(632, 78)
  280. Me.TextBox4.Name = "TextBox4"
  281. Me.TextBox4.Size = New System.Drawing.Size(145, 23)
  282. Me.TextBox4.TabIndex = 196
  283. '
  284. 'Label8
  285. '
  286. Me.Label8.AutoSize = True
  287. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  288. Me.Label8.Location = New System.Drawing.Point(558, 80)
  289. Me.Label8.Name = "Label8"
  290. Me.Label8.Size = New System.Drawing.Size(68, 16)
  291. Me.Label8.TabIndex = 195
  292. Me.Label8.Text = "供應商成本"
  293. '
  294. 'TextBox3
  295. '
  296. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.TextBox3.Location = New System.Drawing.Point(632, 11)
  298. Me.TextBox3.Multiline = True
  299. Me.TextBox3.Name = "TextBox3"
  300. Me.TextBox3.Size = New System.Drawing.Size(145, 56)
  301. Me.TextBox3.TabIndex = 194
  302. '
  303. 'Label7
  304. '
  305. Me.Label7.AutoSize = True
  306. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.Label7.Location = New System.Drawing.Point(558, 14)
  308. Me.Label7.Name = "Label7"
  309. Me.Label7.Size = New System.Drawing.Size(68, 16)
  310. Me.Label7.TabIndex = 193
  311. Me.Label7.Text = "型號及備註"
  312. '
  313. 'TextBox2
  314. '
  315. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.TextBox2.Location = New System.Drawing.Point(407, 71)
  317. Me.TextBox2.Multiline = True
  318. Me.TextBox2.Name = "TextBox2"
  319. Me.TextBox2.Size = New System.Drawing.Size(145, 56)
  320. Me.TextBox2.TabIndex = 192
  321. '
  322. 'Label6
  323. '
  324. Me.Label6.AutoSize = True
  325. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. Me.Label6.Location = New System.Drawing.Point(348, 74)
  327. Me.Label6.Name = "Label6"
  328. Me.Label6.Size = New System.Drawing.Size(32, 16)
  329. Me.Label6.TabIndex = 191
  330. Me.Label6.Text = "品名"
  331. '
  332. 'ComboBox4
  333. '
  334. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.ComboBox4.FormattingEnabled = True
  336. Me.ComboBox4.Location = New System.Drawing.Point(407, 41)
  337. Me.ComboBox4.Name = "ComboBox4"
  338. Me.ComboBox4.Size = New System.Drawing.Size(145, 24)
  339. Me.ComboBox4.TabIndex = 190
  340. '
  341. 'Label5
  342. '
  343. Me.Label5.AutoSize = True
  344. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  345. Me.Label5.Location = New System.Drawing.Point(348, 44)
  346. Me.Label5.Name = "Label5"
  347. Me.Label5.Size = New System.Drawing.Size(32, 16)
  348. Me.Label5.TabIndex = 189
  349. Me.Label5.Text = "類型"
  350. '
  351. 'ComboBox3
  352. '
  353. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  354. Me.ComboBox3.FormattingEnabled = True
  355. Me.ComboBox3.Location = New System.Drawing.Point(407, 11)
  356. Me.ComboBox3.Name = "ComboBox3"
  357. Me.ComboBox3.Size = New System.Drawing.Size(145, 24)
  358. Me.ComboBox3.TabIndex = 188
  359. '
  360. 'Label4
  361. '
  362. Me.Label4.AutoSize = True
  363. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  364. Me.Label4.Location = New System.Drawing.Point(348, 14)
  365. Me.Label4.Name = "Label4"
  366. Me.Label4.Size = New System.Drawing.Size(32, 16)
  367. Me.Label4.TabIndex = 187
  368. Me.Label4.Text = "科目"
  369. '
  370. 'ComboBox2
  371. '
  372. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.ComboBox2.FormattingEnabled = True
  374. Me.ComboBox2.Location = New System.Drawing.Point(197, 70)
  375. Me.ComboBox2.Name = "ComboBox2"
  376. Me.ComboBox2.Size = New System.Drawing.Size(145, 24)
  377. Me.ComboBox2.TabIndex = 186
  378. '
  379. 'Label3
  380. '
  381. Me.Label3.AutoSize = True
  382. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  383. Me.Label3.Location = New System.Drawing.Point(126, 73)
  384. Me.Label3.Name = "Label3"
  385. Me.Label3.Size = New System.Drawing.Size(44, 16)
  386. Me.Label3.TabIndex = 185
  387. Me.Label3.Text = "供應商"
  388. '
  389. 'ComboBox1
  390. '
  391. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  392. Me.ComboBox1.FormattingEnabled = True
  393. Me.ComboBox1.Items.AddRange(New Object() {"安川", "統旺"})
  394. Me.ComboBox1.Location = New System.Drawing.Point(197, 40)
  395. Me.ComboBox1.Name = "ComboBox1"
  396. Me.ComboBox1.Size = New System.Drawing.Size(145, 24)
  397. Me.ComboBox1.TabIndex = 184
  398. '
  399. 'Label2
  400. '
  401. Me.Label2.AutoSize = True
  402. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  403. Me.Label2.Location = New System.Drawing.Point(138, 43)
  404. Me.Label2.Name = "Label2"
  405. Me.Label2.Size = New System.Drawing.Size(32, 16)
  406. Me.Label2.TabIndex = 183
  407. Me.Label2.Text = "品牌"
  408. '
  409. 'TextBox1
  410. '
  411. Me.TextBox1.Enabled = False
  412. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  413. Me.TextBox1.Location = New System.Drawing.Point(197, 11)
  414. Me.TextBox1.Name = "TextBox1"
  415. Me.TextBox1.Size = New System.Drawing.Size(145, 23)
  416. Me.TextBox1.TabIndex = 182
  417. '
  418. 'Label1
  419. '
  420. Me.Label1.AutoSize = True
  421. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Label1.Location = New System.Drawing.Point(126, 14)
  423. Me.Label1.Name = "Label1"
  424. Me.Label1.Size = New System.Drawing.Size(44, 16)
  425. Me.Label1.TabIndex = 181
  426. Me.Label1.Text = "流水碼"
  427. '
  428. 'DataGridView1
  429. '
  430. DataGridViewCellStyle3.BackColor = System.Drawing.Color.Silver
  431. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  432. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  433. Me.DataGridView1.Location = New System.Drawing.Point(12, 140)
  434. Me.DataGridView1.Name = "DataGridView1"
  435. Me.DataGridView1.RowHeadersWidth = 5
  436. Me.DataGridView1.RowTemplate.Height = 24
  437. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  438. Me.DataGridView1.Size = New System.Drawing.Size(1336, 529)
  439. Me.DataGridView1.TabIndex = 0
  440. '
  441. 'Button14
  442. '
  443. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  444. Me.Button14.Location = New System.Drawing.Point(125, 102)
  445. Me.Button14.Name = "Button14"
  446. Me.Button14.Size = New System.Drawing.Size(220, 25)
  447. Me.Button14.TabIndex = 244
  448. Me.Button14.Text = "開啟機台BOM表頁面"
  449. Me.Button14.UseVisualStyleBackColor = True
  450. '
  451. 'Button6
  452. '
  453. Me.Button6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  454. Me.Button6.Location = New System.Drawing.Point(996, 109)
  455. Me.Button6.Name = "Button6"
  456. Me.Button6.Size = New System.Drawing.Size(130, 25)
  457. Me.Button6.TabIndex = 248
  458. Me.Button6.Text = "新增類型清單資料"
  459. Me.Button6.UseVisualStyleBackColor = True
  460. '
  461. 'Button5
  462. '
  463. Me.Button5.ForeColor = System.Drawing.Color.Red
  464. Me.Button5.Location = New System.Drawing.Point(996, 16)
  465. Me.Button5.Name = "Button5"
  466. Me.Button5.Size = New System.Drawing.Size(130, 25)
  467. Me.Button5.TabIndex = 247
  468. Me.Button5.Text = "重新載入下拉式清單"
  469. Me.Button5.UseVisualStyleBackColor = True
  470. '
  471. 'Button8
  472. '
  473. Me.Button8.ForeColor = System.Drawing.Color.Blue
  474. Me.Button8.Location = New System.Drawing.Point(996, 47)
  475. Me.Button8.Name = "Button8"
  476. Me.Button8.Size = New System.Drawing.Size(130, 25)
  477. Me.Button8.TabIndex = 246
  478. Me.Button8.Text = "新增供應商資料"
  479. Me.Button8.UseVisualStyleBackColor = True
  480. '
  481. 'Button4
  482. '
  483. Me.Button4.ForeColor = System.Drawing.Color.Olive
  484. Me.Button4.Location = New System.Drawing.Point(996, 78)
  485. Me.Button4.Name = "Button4"
  486. Me.Button4.Size = New System.Drawing.Size(130, 25)
  487. Me.Button4.TabIndex = 245
  488. Me.Button4.Text = "新增品牌清單資料"
  489. Me.Button4.UseVisualStyleBackColor = True
  490. '
  491. '機台零件成本建檔
  492. '
  493. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  494. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  495. Me.AutoScroll = True
  496. Me.ClientSize = New System.Drawing.Size(1360, 681)
  497. Me.Controls.Add(Me.Button6)
  498. Me.Controls.Add(Me.Button5)
  499. Me.Controls.Add(Me.Button8)
  500. Me.Controls.Add(Me.Button4)
  501. Me.Controls.Add(Me.DataGridView1)
  502. Me.Controls.Add(Me.Button14)
  503. Me.Controls.Add(Me.CheckBox8)
  504. Me.Controls.Add(Me.Label16)
  505. Me.Controls.Add(Me.CheckBox6)
  506. Me.Controls.Add(Me.CheckBox5)
  507. Me.Controls.Add(Me.CheckBox4)
  508. Me.Controls.Add(Me.CheckBox3)
  509. Me.Controls.Add(Me.CheckBox7)
  510. Me.Controls.Add(Me.Label15)
  511. Me.Controls.Add(Me.TextBox10)
  512. Me.Controls.Add(Me.TextBox9)
  513. Me.Controls.Add(Me.TextBox8)
  514. Me.Controls.Add(Me.Label14)
  515. Me.Controls.Add(Me.CheckBox2)
  516. Me.Controls.Add(Me.Button7)
  517. Me.Controls.Add(Me.Button3)
  518. Me.Controls.Add(Me.Button1)
  519. Me.Controls.Add(Me.Button2)
  520. Me.Controls.Add(Me.ComboBox5)
  521. Me.Controls.Add(Me.Label10)
  522. Me.Controls.Add(Me.TextBox5)
  523. Me.Controls.Add(Me.Label9)
  524. Me.Controls.Add(Me.TextBox4)
  525. Me.Controls.Add(Me.Label8)
  526. Me.Controls.Add(Me.TextBox3)
  527. Me.Controls.Add(Me.Label7)
  528. Me.Controls.Add(Me.TextBox2)
  529. Me.Controls.Add(Me.Label6)
  530. Me.Controls.Add(Me.ComboBox4)
  531. Me.Controls.Add(Me.Label5)
  532. Me.Controls.Add(Me.ComboBox3)
  533. Me.Controls.Add(Me.Label4)
  534. Me.Controls.Add(Me.ComboBox2)
  535. Me.Controls.Add(Me.Label3)
  536. Me.Controls.Add(Me.ComboBox1)
  537. Me.Controls.Add(Me.Label2)
  538. Me.Controls.Add(Me.TextBox1)
  539. Me.Controls.Add(Me.Label1)
  540. Me.Name = "機台零件成本建檔"
  541. Me.Text = "機台零件成本建檔"
  542. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  543. Me.ResumeLayout(False)
  544. Me.PerformLayout()
  545. End Sub
  546. Friend WithEvents CheckBox8 As CheckBox
  547. Friend WithEvents Label16 As Label
  548. Friend WithEvents CheckBox6 As CheckBox
  549. Friend WithEvents CheckBox5 As CheckBox
  550. Friend WithEvents CheckBox4 As CheckBox
  551. Friend WithEvents CheckBox3 As CheckBox
  552. Friend WithEvents CheckBox7 As CheckBox
  553. Friend WithEvents Label15 As Label
  554. Friend WithEvents TextBox10 As TextBox
  555. Friend WithEvents TextBox9 As TextBox
  556. Friend WithEvents TextBox8 As TextBox
  557. Friend WithEvents Label14 As Label
  558. Friend WithEvents CheckBox2 As CheckBox
  559. Friend WithEvents Button7 As Button
  560. Friend WithEvents Button3 As Button
  561. Friend WithEvents Button1 As Button
  562. Friend WithEvents Button2 As Button
  563. Friend WithEvents ComboBox5 As ComboBox
  564. Friend WithEvents Label10 As Label
  565. Friend WithEvents TextBox5 As TextBox
  566. Friend WithEvents Label9 As Label
  567. Friend WithEvents TextBox4 As TextBox
  568. Friend WithEvents Label8 As Label
  569. Friend WithEvents TextBox3 As TextBox
  570. Friend WithEvents Label7 As Label
  571. Friend WithEvents TextBox2 As TextBox
  572. Friend WithEvents Label6 As Label
  573. Friend WithEvents ComboBox4 As ComboBox
  574. Friend WithEvents Label5 As Label
  575. Friend WithEvents ComboBox3 As ComboBox
  576. Friend WithEvents Label4 As Label
  577. Friend WithEvents ComboBox2 As ComboBox
  578. Friend WithEvents Label3 As Label
  579. Friend WithEvents ComboBox1 As ComboBox
  580. Friend WithEvents Label2 As Label
  581. Friend WithEvents TextBox1 As TextBox
  582. Friend WithEvents Label1 As Label
  583. Friend WithEvents DataGridView1 As DataGridView
  584. Friend WithEvents Button14 As Button
  585. Friend WithEvents Button6 As Button
  586. Friend WithEvents Button5 As Button
  587. Friend WithEvents Button8 As Button
  588. Friend WithEvents Button4 As Button
  589. End Class