Sin descripción
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 26KB

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