Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

零件成本建檔.Designer.vb 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  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. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  25. Me.Button7 = New System.Windows.Forms.Button()
  26. Me.TextBox8 = New System.Windows.Forms.TextBox()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.Button1 = New System.Windows.Forms.Button()
  29. Me.Button2 = New System.Windows.Forms.Button()
  30. Me.Label10 = New System.Windows.Forms.Label()
  31. Me.Label9 = New System.Windows.Forms.Label()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.TextBox3 = New System.Windows.Forms.TextBox()
  34. Me.Label7 = New System.Windows.Forms.Label()
  35. Me.TextBox2 = New System.Windows.Forms.TextBox()
  36. Me.Label6 = New System.Windows.Forms.Label()
  37. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  38. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  39. Me.Label4 = New System.Windows.Forms.Label()
  40. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  41. Me.Label3 = New System.Windows.Forms.Label()
  42. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.TextBox1 = New System.Windows.Forms.TextBox()
  45. Me.Label1 = New System.Windows.Forms.Label()
  46. Me.Button8 = New System.Windows.Forms.Button()
  47. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  48. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  49. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  50. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  51. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  52. Me.Label15 = New System.Windows.Forms.Label()
  53. Me.TextBox10 = New System.Windows.Forms.TextBox()
  54. Me.TextBox9 = New System.Windows.Forms.TextBox()
  55. Me.Label14 = New System.Windows.Forms.Label()
  56. Me.Label5 = New System.Windows.Forms.Label()
  57. Me.Button4 = New System.Windows.Forms.Button()
  58. Me.Button5 = New System.Windows.Forms.Button()
  59. Me.Label8 = New System.Windows.Forms.Label()
  60. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.SuspendLayout()
  62. '
  63. 'DataGridView1
  64. '
  65. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  66. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  67. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  68. Me.DataGridView1.Location = New System.Drawing.Point(12, 103)
  69. Me.DataGridView1.Name = "DataGridView1"
  70. Me.DataGridView1.RowHeadersWidth = 5
  71. Me.DataGridView1.RowTemplate.Height = 24
  72. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  73. Me.DataGridView1.Size = New System.Drawing.Size(1336, 571)
  74. Me.DataGridView1.TabIndex = 0
  75. '
  76. 'CheckBox2
  77. '
  78. Me.CheckBox2.AutoSize = True
  79. Me.CheckBox2.Location = New System.Drawing.Point(1141, 10)
  80. Me.CheckBox2.Name = "CheckBox2"
  81. Me.CheckBox2.Size = New System.Drawing.Size(72, 16)
  82. Me.CheckBox2.TabIndex = 91
  83. Me.CheckBox2.Text = "資料變動"
  84. Me.CheckBox2.UseVisualStyleBackColor = True
  85. '
  86. 'Button7
  87. '
  88. Me.Button7.Location = New System.Drawing.Point(876, 37)
  89. Me.Button7.Name = "Button7"
  90. Me.Button7.Size = New System.Drawing.Size(108, 56)
  91. Me.Button7.TabIndex = 90
  92. Me.Button7.Text = "查詢"
  93. Me.Button7.UseVisualStyleBackColor = True
  94. '
  95. 'TextBox8
  96. '
  97. Me.TextBox8.Enabled = False
  98. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.TextBox8.Location = New System.Drawing.Point(441, 70)
  100. Me.TextBox8.Name = "TextBox8"
  101. Me.TextBox8.Size = New System.Drawing.Size(43, 23)
  102. Me.TextBox8.TabIndex = 89
  103. Me.TextBox8.Visible = False
  104. '
  105. 'Button3
  106. '
  107. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Button3.ForeColor = System.Drawing.Color.Red
  109. Me.Button3.Location = New System.Drawing.Point(1219, 68)
  110. Me.Button3.Name = "Button3"
  111. Me.Button3.Size = New System.Drawing.Size(129, 25)
  112. Me.Button3.TabIndex = 87
  113. Me.Button3.Text = "刪除"
  114. Me.Button3.UseVisualStyleBackColor = True
  115. '
  116. 'Button1
  117. '
  118. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. Me.Button1.ForeColor = System.Drawing.Color.Blue
  120. Me.Button1.Location = New System.Drawing.Point(1219, 6)
  121. Me.Button1.Name = "Button1"
  122. Me.Button1.Size = New System.Drawing.Size(129, 25)
  123. Me.Button1.TabIndex = 85
  124. Me.Button1.Text = "新增"
  125. Me.Button1.UseVisualStyleBackColor = True
  126. '
  127. 'Button2
  128. '
  129. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  131. Me.Button2.Location = New System.Drawing.Point(1219, 37)
  132. Me.Button2.Name = "Button2"
  133. Me.Button2.Size = New System.Drawing.Size(129, 25)
  134. Me.Button2.TabIndex = 86
  135. Me.Button2.Text = "修改"
  136. Me.Button2.UseVisualStyleBackColor = True
  137. '
  138. 'Label10
  139. '
  140. Me.Label10.AutoSize = True
  141. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.Label10.Location = New System.Drawing.Point(438, 13)
  143. Me.Label10.Name = "Label10"
  144. Me.Label10.Size = New System.Drawing.Size(32, 16)
  145. Me.Label10.TabIndex = 83
  146. Me.Label10.Text = "幣別"
  147. '
  148. 'Label9
  149. '
  150. Me.Label9.AutoSize = True
  151. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.Label9.Location = New System.Drawing.Point(663, 14)
  153. Me.Label9.Name = "Label9"
  154. Me.Label9.Size = New System.Drawing.Size(56, 16)
  155. Me.Label9.TabIndex = 81
  156. Me.Label9.Text = "進貨成本"
  157. '
  158. 'TextBox4
  159. '
  160. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.TextBox4.Location = New System.Drawing.Point(725, 11)
  162. Me.TextBox4.Name = "TextBox4"
  163. Me.TextBox4.Size = New System.Drawing.Size(145, 23)
  164. Me.TextBox4.TabIndex = 80
  165. '
  166. 'TextBox3
  167. '
  168. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.TextBox3.Location = New System.Drawing.Point(512, 42)
  170. Me.TextBox3.Multiline = True
  171. Me.TextBox3.Name = "TextBox3"
  172. Me.TextBox3.Size = New System.Drawing.Size(145, 54)
  173. Me.TextBox3.TabIndex = 78
  174. '
  175. 'Label7
  176. '
  177. Me.Label7.AutoSize = True
  178. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.Label7.Location = New System.Drawing.Point(438, 45)
  180. Me.Label7.Name = "Label7"
  181. Me.Label7.Size = New System.Drawing.Size(68, 16)
  182. Me.Label7.TabIndex = 77
  183. Me.Label7.Text = "型號及備註"
  184. '
  185. 'TextBox2
  186. '
  187. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.TextBox2.Location = New System.Drawing.Point(290, 41)
  189. Me.TextBox2.Multiline = True
  190. Me.TextBox2.Name = "TextBox2"
  191. Me.TextBox2.Size = New System.Drawing.Size(145, 56)
  192. Me.TextBox2.TabIndex = 76
  193. '
  194. 'Label6
  195. '
  196. Me.Label6.AutoSize = True
  197. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.Label6.Location = New System.Drawing.Point(228, 44)
  199. Me.Label6.Name = "Label6"
  200. Me.Label6.Size = New System.Drawing.Size(32, 16)
  201. Me.Label6.TabIndex = 75
  202. Me.Label6.Text = "品名"
  203. '
  204. 'ComboBox4
  205. '
  206. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.ComboBox4.FormattingEnabled = True
  208. Me.ComboBox4.Items.AddRange(New Object() {"NTD", "RMB"})
  209. Me.ComboBox4.Location = New System.Drawing.Point(512, 10)
  210. Me.ComboBox4.Name = "ComboBox4"
  211. Me.ComboBox4.Size = New System.Drawing.Size(145, 24)
  212. Me.ComboBox4.TabIndex = 74
  213. '
  214. 'ComboBox3
  215. '
  216. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.ComboBox3.FormattingEnabled = True
  218. Me.ComboBox3.Items.AddRange(New Object() {"-請選擇-", "A-電控類", "B-氣缸類", "C-接頭類", "D-三點組合類", "E-電磁閥類", "F-氣壓工具", "G-鋁型材", "H-螺栓螺母", "I-墊圈類", "J-軸及軸承類", "K-加工件", "L-地腳類", "M-銷鍵類", "N-型鋼", "O-隔板塑料", "P-支架類", "Q-管材及閥類", "耗材類", "手工具", "量測儀器", "其他"})
  219. Me.ComboBox3.Location = New System.Drawing.Point(86, 71)
  220. Me.ComboBox3.Name = "ComboBox3"
  221. Me.ComboBox3.Size = New System.Drawing.Size(138, 24)
  222. Me.ComboBox3.TabIndex = 72
  223. '
  224. 'Label4
  225. '
  226. Me.Label4.AutoSize = True
  227. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.Label4.Location = New System.Drawing.Point(12, 74)
  229. Me.Label4.Name = "Label4"
  230. Me.Label4.Size = New System.Drawing.Size(32, 16)
  231. Me.Label4.TabIndex = 71
  232. Me.Label4.Text = "科目"
  233. '
  234. 'ComboBox2
  235. '
  236. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.ComboBox2.FormattingEnabled = True
  238. Me.ComboBox2.Location = New System.Drawing.Point(86, 41)
  239. Me.ComboBox2.Name = "ComboBox2"
  240. Me.ComboBox2.Size = New System.Drawing.Size(138, 24)
  241. Me.ComboBox2.TabIndex = 70
  242. '
  243. 'Label3
  244. '
  245. Me.Label3.AutoSize = True
  246. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.Label3.Location = New System.Drawing.Point(12, 44)
  248. Me.Label3.Name = "Label3"
  249. Me.Label3.Size = New System.Drawing.Size(44, 16)
  250. Me.Label3.TabIndex = 69
  251. Me.Label3.Text = "供應商"
  252. '
  253. 'ComboBox1
  254. '
  255. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.ComboBox1.FormattingEnabled = True
  257. Me.ComboBox1.Location = New System.Drawing.Point(287, 10)
  258. Me.ComboBox1.Name = "ComboBox1"
  259. Me.ComboBox1.Size = New System.Drawing.Size(145, 24)
  260. Me.ComboBox1.TabIndex = 68
  261. '
  262. 'Label2
  263. '
  264. Me.Label2.AutoSize = True
  265. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  266. Me.Label2.Location = New System.Drawing.Point(228, 14)
  267. Me.Label2.Name = "Label2"
  268. Me.Label2.Size = New System.Drawing.Size(32, 16)
  269. Me.Label2.TabIndex = 67
  270. Me.Label2.Text = "品牌"
  271. '
  272. 'TextBox1
  273. '
  274. Me.TextBox1.Enabled = False
  275. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.TextBox1.Location = New System.Drawing.Point(62, 11)
  277. Me.TextBox1.Name = "TextBox1"
  278. Me.TextBox1.Size = New System.Drawing.Size(162, 23)
  279. Me.TextBox1.TabIndex = 66
  280. '
  281. 'Label1
  282. '
  283. Me.Label1.AutoSize = True
  284. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  285. Me.Label1.Location = New System.Drawing.Point(12, 14)
  286. Me.Label1.Name = "Label1"
  287. Me.Label1.Size = New System.Drawing.Size(44, 16)
  288. Me.Label1.TabIndex = 65
  289. Me.Label1.Text = "流水碼"
  290. '
  291. 'Button8
  292. '
  293. Me.Button8.ForeColor = System.Drawing.Color.Blue
  294. Me.Button8.Location = New System.Drawing.Point(990, 68)
  295. Me.Button8.Name = "Button8"
  296. Me.Button8.Size = New System.Drawing.Size(145, 25)
  297. Me.Button8.TabIndex = 93
  298. Me.Button8.Text = "新增供應商資料"
  299. Me.Button8.UseVisualStyleBackColor = True
  300. '
  301. 'CheckBox3
  302. '
  303. Me.CheckBox3.AutoSize = True
  304. Me.CheckBox3.Location = New System.Drawing.Point(65, 76)
  305. Me.CheckBox3.Name = "CheckBox3"
  306. Me.CheckBox3.Size = New System.Drawing.Size(15, 14)
  307. Me.CheckBox3.TabIndex = 94
  308. Me.CheckBox3.UseVisualStyleBackColor = True
  309. '
  310. 'CheckBox4
  311. '
  312. Me.CheckBox4.AutoSize = True
  313. Me.CheckBox4.Location = New System.Drawing.Point(491, 15)
  314. Me.CheckBox4.Name = "CheckBox4"
  315. Me.CheckBox4.Size = New System.Drawing.Size(15, 14)
  316. Me.CheckBox4.TabIndex = 95
  317. Me.CheckBox4.UseVisualStyleBackColor = True
  318. '
  319. 'CheckBox5
  320. '
  321. Me.CheckBox5.AutoSize = True
  322. Me.CheckBox5.Location = New System.Drawing.Point(65, 46)
  323. Me.CheckBox5.Name = "CheckBox5"
  324. Me.CheckBox5.Size = New System.Drawing.Size(15, 14)
  325. Me.CheckBox5.TabIndex = 96
  326. Me.CheckBox5.UseVisualStyleBackColor = True
  327. '
  328. 'CheckBox6
  329. '
  330. Me.CheckBox6.AutoSize = True
  331. Me.CheckBox6.Location = New System.Drawing.Point(266, 15)
  332. Me.CheckBox6.Name = "CheckBox6"
  333. Me.CheckBox6.Size = New System.Drawing.Size(15, 14)
  334. Me.CheckBox6.TabIndex = 97
  335. Me.CheckBox6.UseVisualStyleBackColor = True
  336. '
  337. 'CheckBox7
  338. '
  339. Me.CheckBox7.AutoSize = True
  340. Me.CheckBox7.Checked = True
  341. Me.CheckBox7.CheckState = System.Windows.Forms.CheckState.Checked
  342. Me.CheckBox7.Location = New System.Drawing.Point(876, 15)
  343. Me.CheckBox7.Name = "CheckBox7"
  344. Me.CheckBox7.Size = New System.Drawing.Size(108, 16)
  345. Me.CheckBox7.TabIndex = 98
  346. Me.CheckBox7.Text = "不使用查詢條件"
  347. Me.CheckBox7.UseVisualStyleBackColor = True
  348. '
  349. 'Label15
  350. '
  351. Me.Label15.AutoSize = True
  352. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.Label15.Location = New System.Drawing.Point(663, 73)
  354. Me.Label15.Name = "Label15"
  355. Me.Label15.Size = New System.Drawing.Size(56, 16)
  356. Me.Label15.TabIndex = 102
  357. Me.Label15.Text = "台幣成本"
  358. '
  359. 'TextBox10
  360. '
  361. Me.TextBox10.Enabled = False
  362. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  363. Me.TextBox10.Location = New System.Drawing.Point(725, 70)
  364. Me.TextBox10.Name = "TextBox10"
  365. Me.TextBox10.Size = New System.Drawing.Size(145, 23)
  366. Me.TextBox10.TabIndex = 101
  367. '
  368. 'TextBox9
  369. '
  370. Me.TextBox9.Enabled = False
  371. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  372. Me.TextBox9.Location = New System.Drawing.Point(725, 41)
  373. Me.TextBox9.Name = "TextBox9"
  374. Me.TextBox9.Size = New System.Drawing.Size(145, 23)
  375. Me.TextBox9.TabIndex = 100
  376. '
  377. 'Label14
  378. '
  379. Me.Label14.AutoSize = True
  380. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  381. Me.Label14.Location = New System.Drawing.Point(663, 44)
  382. Me.Label14.Name = "Label14"
  383. Me.Label14.Size = New System.Drawing.Size(32, 16)
  384. Me.Label14.TabIndex = 99
  385. Me.Label14.Text = "匯率"
  386. '
  387. 'Label5
  388. '
  389. Me.Label5.AutoSize = True
  390. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  391. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  392. Me.Label5.Location = New System.Drawing.Point(1137, 42)
  393. Me.Label5.Name = "Label5"
  394. Me.Label5.Size = New System.Drawing.Size(80, 16)
  395. Me.Label5.TabIndex = 62
  396. Me.Label5.Text = "手動修改成本"
  397. '
  398. 'Button4
  399. '
  400. Me.Button4.ForeColor = System.Drawing.Color.Olive
  401. Me.Button4.Location = New System.Drawing.Point(990, 37)
  402. Me.Button4.Name = "Button4"
  403. Me.Button4.Size = New System.Drawing.Size(145, 25)
  404. Me.Button4.TabIndex = 126
  405. Me.Button4.Text = "新增品牌清單資料"
  406. Me.Button4.UseVisualStyleBackColor = True
  407. '
  408. 'Button5
  409. '
  410. Me.Button5.ForeColor = System.Drawing.Color.Red
  411. Me.Button5.Location = New System.Drawing.Point(990, 5)
  412. Me.Button5.Name = "Button5"
  413. Me.Button5.Size = New System.Drawing.Size(145, 25)
  414. Me.Button5.TabIndex = 127
  415. Me.Button5.Text = "重新載入下拉式清單"
  416. Me.Button5.UseVisualStyleBackColor = True
  417. '
  418. 'Label8
  419. '
  420. Me.Label8.AutoSize = True
  421. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  423. Me.Label8.Location = New System.Drawing.Point(1137, 72)
  424. Me.Label8.Name = "Label8"
  425. Me.Label8.Size = New System.Drawing.Size(80, 16)
  426. Me.Label8.TabIndex = 128
  427. Me.Label8.Text = "時請去除撇節"
  428. '
  429. '零件成本建檔
  430. '
  431. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  432. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  433. Me.AutoScroll = True
  434. Me.ClientSize = New System.Drawing.Size(1360, 681)
  435. Me.Controls.Add(Me.Label8)
  436. Me.Controls.Add(Me.DataGridView1)
  437. Me.Controls.Add(Me.Button5)
  438. Me.Controls.Add(Me.Button4)
  439. Me.Controls.Add(Me.Label5)
  440. Me.Controls.Add(Me.Label15)
  441. Me.Controls.Add(Me.TextBox10)
  442. Me.Controls.Add(Me.TextBox9)
  443. Me.Controls.Add(Me.Label14)
  444. Me.Controls.Add(Me.CheckBox7)
  445. Me.Controls.Add(Me.CheckBox6)
  446. Me.Controls.Add(Me.CheckBox5)
  447. Me.Controls.Add(Me.CheckBox4)
  448. Me.Controls.Add(Me.CheckBox3)
  449. Me.Controls.Add(Me.Button8)
  450. Me.Controls.Add(Me.CheckBox2)
  451. Me.Controls.Add(Me.Button7)
  452. Me.Controls.Add(Me.TextBox8)
  453. Me.Controls.Add(Me.Button3)
  454. Me.Controls.Add(Me.Button1)
  455. Me.Controls.Add(Me.Button2)
  456. Me.Controls.Add(Me.Label10)
  457. Me.Controls.Add(Me.Label9)
  458. Me.Controls.Add(Me.TextBox4)
  459. Me.Controls.Add(Me.TextBox3)
  460. Me.Controls.Add(Me.Label7)
  461. Me.Controls.Add(Me.TextBox2)
  462. Me.Controls.Add(Me.Label6)
  463. Me.Controls.Add(Me.ComboBox4)
  464. Me.Controls.Add(Me.ComboBox3)
  465. Me.Controls.Add(Me.Label4)
  466. Me.Controls.Add(Me.ComboBox2)
  467. Me.Controls.Add(Me.Label3)
  468. Me.Controls.Add(Me.ComboBox1)
  469. Me.Controls.Add(Me.Label2)
  470. Me.Controls.Add(Me.TextBox1)
  471. Me.Controls.Add(Me.Label1)
  472. Me.Name = "零件成本建檔"
  473. Me.Text = "零件成本建檔"
  474. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  475. Me.ResumeLayout(False)
  476. Me.PerformLayout()
  477. End Sub
  478. Friend WithEvents DataGridView1 As DataGridView
  479. Friend WithEvents CheckBox2 As CheckBox
  480. Friend WithEvents Button7 As Button
  481. Friend WithEvents TextBox8 As TextBox
  482. Friend WithEvents Button3 As Button
  483. Friend WithEvents Button1 As Button
  484. Friend WithEvents Button2 As Button
  485. Friend WithEvents Label10 As Label
  486. Friend WithEvents Label9 As Label
  487. Friend WithEvents TextBox4 As TextBox
  488. Friend WithEvents TextBox3 As TextBox
  489. Friend WithEvents Label7 As Label
  490. Friend WithEvents TextBox2 As TextBox
  491. Friend WithEvents Label6 As Label
  492. Friend WithEvents ComboBox4 As ComboBox
  493. Friend WithEvents ComboBox3 As ComboBox
  494. Friend WithEvents Label4 As Label
  495. Friend WithEvents ComboBox2 As ComboBox
  496. Friend WithEvents Label3 As Label
  497. Friend WithEvents ComboBox1 As ComboBox
  498. Friend WithEvents Label2 As Label
  499. Friend WithEvents TextBox1 As TextBox
  500. Friend WithEvents Label1 As Label
  501. Friend WithEvents Button8 As Button
  502. Friend WithEvents CheckBox3 As CheckBox
  503. Friend WithEvents CheckBox4 As CheckBox
  504. Friend WithEvents CheckBox5 As CheckBox
  505. Friend WithEvents CheckBox6 As CheckBox
  506. Friend WithEvents CheckBox7 As CheckBox
  507. Friend WithEvents Label15 As Label
  508. Friend WithEvents TextBox10 As TextBox
  509. Friend WithEvents TextBox9 As TextBox
  510. Friend WithEvents Label14 As Label
  511. Friend WithEvents Label5 As Label
  512. Friend WithEvents Button4 As Button
  513. Friend WithEvents Button5 As Button
  514. Friend WithEvents Label8 As Label
  515. End Class