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 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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. Me.Label20 = New System.Windows.Forms.Label()
  25. Me.TextBox14 = New System.Windows.Forms.TextBox()
  26. Me.Label19 = New System.Windows.Forms.Label()
  27. Me.TextBox13 = New System.Windows.Forms.TextBox()
  28. Me.TextBox7 = New System.Windows.Forms.TextBox()
  29. Me.Label13 = New System.Windows.Forms.Label()
  30. Me.TextBox5 = New System.Windows.Forms.TextBox()
  31. Me.Label12 = New System.Windows.Forms.Label()
  32. Me.Button3 = New System.Windows.Forms.Button()
  33. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  34. Me.Label11 = New System.Windows.Forms.Label()
  35. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  36. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  37. Me.Label10 = New System.Windows.Forms.Label()
  38. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  39. Me.Label9 = New System.Windows.Forms.Label()
  40. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  41. Me.Label8 = New System.Windows.Forms.Label()
  42. Me.Label7 = New System.Windows.Forms.Label()
  43. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  44. Me.Label6 = New System.Windows.Forms.Label()
  45. Me.TextBox4 = New System.Windows.Forms.TextBox()
  46. Me.Label5 = New System.Windows.Forms.Label()
  47. Me.TextBox3 = New System.Windows.Forms.TextBox()
  48. Me.Label4 = New System.Windows.Forms.Label()
  49. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  50. Me.Label3 = New System.Windows.Forms.Label()
  51. Me.TextBox2 = New System.Windows.Forms.TextBox()
  52. Me.Label2 = New System.Windows.Forms.Label()
  53. Me.Label1 = New System.Windows.Forms.Label()
  54. Me.TextBox1 = New System.Windows.Forms.TextBox()
  55. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  56. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  57. Me.Label26 = New System.Windows.Forms.Label()
  58. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  59. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  60. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.SuspendLayout()
  64. '
  65. 'Label20
  66. '
  67. Me.Label20.AutoSize = True
  68. Me.Label20.ForeColor = System.Drawing.Color.Blue
  69. Me.Label20.Location = New System.Drawing.Point(330, 112)
  70. Me.Label20.Name = "Label20"
  71. Me.Label20.Size = New System.Drawing.Size(56, 16)
  72. Me.Label20.TabIndex = 901
  73. Me.Label20.Text = "圖片編碼"
  74. '
  75. 'TextBox14
  76. '
  77. Me.TextBox14.ForeColor = System.Drawing.Color.Blue
  78. Me.TextBox14.Location = New System.Drawing.Point(392, 109)
  79. Me.TextBox14.Name = "TextBox14"
  80. Me.TextBox14.Size = New System.Drawing.Size(155, 23)
  81. Me.TextBox14.TabIndex = 900
  82. Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  83. '
  84. 'Label19
  85. '
  86. Me.Label19.AutoSize = True
  87. Me.Label19.ForeColor = System.Drawing.Color.Blue
  88. Me.Label19.Location = New System.Drawing.Point(1444, 19)
  89. Me.Label19.Name = "Label19"
  90. Me.Label19.Size = New System.Drawing.Size(44, 16)
  91. Me.Label19.TabIndex = 899
  92. Me.Label19.Text = "驗證碼"
  93. '
  94. 'TextBox13
  95. '
  96. Me.TextBox13.ForeColor = System.Drawing.Color.Blue
  97. Me.TextBox13.Location = New System.Drawing.Point(1494, 16)
  98. Me.TextBox13.Name = "TextBox13"
  99. Me.TextBox13.Size = New System.Drawing.Size(169, 23)
  100. Me.TextBox13.TabIndex = 898
  101. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  102. '
  103. 'TextBox7
  104. '
  105. Me.TextBox7.Location = New System.Drawing.Point(1494, 45)
  106. Me.TextBox7.Name = "TextBox7"
  107. Me.TextBox7.Size = New System.Drawing.Size(169, 23)
  108. Me.TextBox7.TabIndex = 896
  109. '
  110. 'Label13
  111. '
  112. Me.Label13.AutoSize = True
  113. Me.Label13.Location = New System.Drawing.Point(1444, 48)
  114. Me.Label13.Name = "Label13"
  115. Me.Label13.Size = New System.Drawing.Size(44, 16)
  116. Me.Label13.TabIndex = 895
  117. Me.Label13.Text = "制表人"
  118. '
  119. 'TextBox5
  120. '
  121. Me.TextBox5.Location = New System.Drawing.Point(1494, 74)
  122. Me.TextBox5.Name = "TextBox5"
  123. Me.TextBox5.Size = New System.Drawing.Size(169, 23)
  124. Me.TextBox5.TabIndex = 894
  125. '
  126. 'Label12
  127. '
  128. Me.Label12.AutoSize = True
  129. Me.Label12.Location = New System.Drawing.Point(1444, 77)
  130. Me.Label12.Name = "Label12"
  131. Me.Label12.Size = New System.Drawing.Size(44, 16)
  132. Me.Label12.TabIndex = 893
  133. Me.Label12.Text = "總金額"
  134. '
  135. 'Button3
  136. '
  137. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Button3.ForeColor = System.Drawing.Color.Green
  139. Me.Button3.Location = New System.Drawing.Point(1669, 12)
  140. Me.Button3.Name = "Button3"
  141. Me.Button3.Size = New System.Drawing.Size(233, 116)
  142. Me.Button3.TabIndex = 891
  143. Me.Button3.Text = "列印"
  144. Me.Button3.UseVisualStyleBackColor = True
  145. '
  146. 'ComboBox7
  147. '
  148. Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  149. Me.ComboBox7.FormattingEnabled = True
  150. Me.ComboBox7.Location = New System.Drawing.Point(1209, 103)
  151. Me.ComboBox7.Name = "ComboBox7"
  152. Me.ComboBox7.Size = New System.Drawing.Size(272, 24)
  153. Me.ComboBox7.TabIndex = 890
  154. '
  155. 'Label11
  156. '
  157. Me.Label11.AutoSize = True
  158. Me.Label11.Location = New System.Drawing.Point(1617, 107)
  159. Me.Label11.Name = "Label11"
  160. Me.Label11.Size = New System.Drawing.Size(46, 16)
  161. Me.Label11.TabIndex = 889
  162. Me.Label11.Text = "SHOW"
  163. '
  164. 'ComboBox6
  165. '
  166. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  167. Me.ComboBox6.FormattingEnabled = True
  168. Me.ComboBox6.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  169. Me.ComboBox6.Location = New System.Drawing.Point(1563, 103)
  170. Me.ComboBox6.Name = "ComboBox6"
  171. Me.ComboBox6.Size = New System.Drawing.Size(48, 24)
  172. Me.ComboBox6.TabIndex = 888
  173. '
  174. 'ComboBox5
  175. '
  176. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  177. Me.ComboBox5.FormattingEnabled = True
  178. Me.ComboBox5.Location = New System.Drawing.Point(1487, 103)
  179. Me.ComboBox5.Name = "ComboBox5"
  180. Me.ComboBox5.Size = New System.Drawing.Size(70, 24)
  181. Me.ComboBox5.TabIndex = 887
  182. '
  183. 'Label10
  184. '
  185. Me.Label10.AutoSize = True
  186. Me.Label10.Location = New System.Drawing.Point(1159, 107)
  187. Me.Label10.Name = "Label10"
  188. Me.Label10.Size = New System.Drawing.Size(32, 16)
  189. Me.Label10.TabIndex = 886
  190. Me.Label10.Text = "FOR"
  191. '
  192. 'ComboBox4
  193. '
  194. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  195. Me.ComboBox4.FormattingEnabled = True
  196. Me.ComboBox4.Location = New System.Drawing.Point(1209, 74)
  197. Me.ComboBox4.Name = "ComboBox4"
  198. Me.ComboBox4.Size = New System.Drawing.Size(229, 24)
  199. Me.ComboBox4.TabIndex = 885
  200. '
  201. 'Label9
  202. '
  203. Me.Label9.AutoSize = True
  204. Me.Label9.Location = New System.Drawing.Point(1159, 77)
  205. Me.Label9.Name = "Label9"
  206. Me.Label9.Size = New System.Drawing.Size(44, 16)
  207. Me.Label9.TabIndex = 884
  208. Me.Label9.Text = "提取人"
  209. '
  210. 'ComboBox3
  211. '
  212. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  213. Me.ComboBox3.FormattingEnabled = True
  214. Me.ComboBox3.Location = New System.Drawing.Point(1209, 45)
  215. Me.ComboBox3.Name = "ComboBox3"
  216. Me.ComboBox3.Size = New System.Drawing.Size(229, 24)
  217. Me.ComboBox3.TabIndex = 883
  218. '
  219. 'Label8
  220. '
  221. Me.Label8.AutoSize = True
  222. Me.Label8.Location = New System.Drawing.Point(1159, 48)
  223. Me.Label8.Name = "Label8"
  224. Me.Label8.Size = New System.Drawing.Size(44, 16)
  225. Me.Label8.TabIndex = 882
  226. Me.Label8.Text = "發件人"
  227. '
  228. 'Label7
  229. '
  230. Me.Label7.AutoSize = True
  231. Me.Label7.Location = New System.Drawing.Point(869, 21)
  232. Me.Label7.Name = "Label7"
  233. Me.Label7.Size = New System.Drawing.Size(32, 16)
  234. Me.Label7.TabIndex = 881
  235. Me.Label7.Text = "日期"
  236. '
  237. 'DateTimePicker1
  238. '
  239. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  240. Me.DateTimePicker1.Location = New System.Drawing.Point(967, 16)
  241. Me.DateTimePicker1.Name = "DateTimePicker1"
  242. Me.DateTimePicker1.Size = New System.Drawing.Size(186, 23)
  243. Me.DateTimePicker1.TabIndex = 880
  244. '
  245. 'Label6
  246. '
  247. Me.Label6.AutoSize = True
  248. Me.Label6.Location = New System.Drawing.Point(869, 79)
  249. Me.Label6.Name = "Label6"
  250. Me.Label6.Size = New System.Drawing.Size(92, 16)
  251. Me.Label6.TabIndex = 879
  252. Me.Label6.Text = "供應商公司電話"
  253. '
  254. 'TextBox4
  255. '
  256. Me.TextBox4.Location = New System.Drawing.Point(967, 76)
  257. Me.TextBox4.Name = "TextBox4"
  258. Me.TextBox4.Size = New System.Drawing.Size(186, 23)
  259. Me.TextBox4.TabIndex = 878
  260. '
  261. 'Label5
  262. '
  263. Me.Label5.AutoSize = True
  264. Me.Label5.Location = New System.Drawing.Point(553, 78)
  265. Me.Label5.Name = "Label5"
  266. Me.Label5.Size = New System.Drawing.Size(80, 16)
  267. Me.Label5.TabIndex = 877
  268. Me.Label5.Text = "供應商聯繫人"
  269. '
  270. 'TextBox3
  271. '
  272. Me.TextBox3.Location = New System.Drawing.Point(675, 76)
  273. Me.TextBox3.Name = "TextBox3"
  274. Me.TextBox3.Size = New System.Drawing.Size(186, 23)
  275. Me.TextBox3.TabIndex = 876
  276. '
  277. 'Label4
  278. '
  279. Me.Label4.AutoSize = True
  280. Me.Label4.Location = New System.Drawing.Point(553, 108)
  281. Me.Label4.Name = "Label4"
  282. Me.Label4.Size = New System.Drawing.Size(92, 16)
  283. Me.Label4.TabIndex = 875
  284. Me.Label4.Text = "供應商公司全稱"
  285. '
  286. 'ComboBox2
  287. '
  288. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  289. Me.ComboBox2.FormattingEnabled = True
  290. Me.ComboBox2.Location = New System.Drawing.Point(967, 45)
  291. Me.ComboBox2.Name = "ComboBox2"
  292. Me.ComboBox2.Size = New System.Drawing.Size(186, 24)
  293. Me.ComboBox2.TabIndex = 874
  294. '
  295. 'Label3
  296. '
  297. Me.Label3.AutoSize = True
  298. Me.Label3.Location = New System.Drawing.Point(869, 48)
  299. Me.Label3.Name = "Label3"
  300. Me.Label3.Size = New System.Drawing.Size(68, 16)
  301. Me.Label3.TabIndex = 873
  302. Me.Label3.Text = "供應商編碼"
  303. '
  304. 'TextBox2
  305. '
  306. Me.TextBox2.Location = New System.Drawing.Point(675, 105)
  307. Me.TextBox2.Name = "TextBox2"
  308. Me.TextBox2.Size = New System.Drawing.Size(478, 23)
  309. Me.TextBox2.TabIndex = 872
  310. '
  311. 'Label2
  312. '
  313. Me.Label2.AutoSize = True
  314. Me.Label2.Location = New System.Drawing.Point(553, 48)
  315. Me.Label2.Name = "Label2"
  316. Me.Label2.Size = New System.Drawing.Size(44, 16)
  317. Me.Label2.TabIndex = 871
  318. Me.Label2.Text = "供應商" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  319. '
  320. 'Label1
  321. '
  322. Me.Label1.AutoSize = True
  323. Me.Label1.Location = New System.Drawing.Point(553, 19)
  324. Me.Label1.Name = "Label1"
  325. Me.Label1.Size = New System.Drawing.Size(116, 16)
  326. Me.Label1.TabIndex = 870
  327. Me.Label1.Text = "樣品物料調料單單號"
  328. '
  329. 'TextBox1
  330. '
  331. Me.TextBox1.Location = New System.Drawing.Point(675, 16)
  332. Me.TextBox1.Name = "TextBox1"
  333. Me.TextBox1.Size = New System.Drawing.Size(186, 23)
  334. Me.TextBox1.TabIndex = 869
  335. '
  336. 'ComboBox1
  337. '
  338. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  339. Me.ComboBox1.FormattingEnabled = True
  340. Me.ComboBox1.Location = New System.Drawing.Point(675, 45)
  341. Me.ComboBox1.Name = "ComboBox1"
  342. Me.ComboBox1.Size = New System.Drawing.Size(186, 24)
  343. Me.ComboBox1.TabIndex = 868
  344. '
  345. 'DataGridView1
  346. '
  347. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  348. Me.DataGridView1.Location = New System.Drawing.Point(12, 134)
  349. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  350. Me.DataGridView1.Name = "DataGridView1"
  351. Me.DataGridView1.RowHeadersWidth = 5
  352. Me.DataGridView1.RowTemplate.Height = 24
  353. Me.DataGridView1.Size = New System.Drawing.Size(535, 830)
  354. Me.DataGridView1.TabIndex = 866
  355. '
  356. 'Label26
  357. '
  358. Me.Label26.AutoSize = True
  359. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  360. Me.Label26.Location = New System.Drawing.Point(12, 97)
  361. Me.Label26.Name = "Label26"
  362. Me.Label26.Size = New System.Drawing.Size(205, 30)
  363. Me.Label26.TabIndex = 867
  364. Me.Label26.Text = "已審核調料單清單"
  365. '
  366. 'PictureBox1
  367. '
  368. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  369. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  370. Me.PictureBox1.Location = New System.Drawing.Point(328, 8)
  371. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  372. Me.PictureBox1.Name = "PictureBox1"
  373. Me.PictureBox1.Size = New System.Drawing.Size(219, 99)
  374. Me.PictureBox1.TabIndex = 897
  375. Me.PictureBox1.TabStop = False
  376. '
  377. 'DataGridView2
  378. '
  379. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  380. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  381. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  382. Me.DataGridView2.Location = New System.Drawing.Point(553, 134)
  383. Me.DataGridView2.Name = "DataGridView2"
  384. Me.DataGridView2.RowHeadersWidth = 5
  385. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  386. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle2
  387. Me.DataGridView2.RowTemplate.Height = 24
  388. Me.DataGridView2.Size = New System.Drawing.Size(1349, 830)
  389. Me.DataGridView2.TabIndex = 902
  390. '
  391. '樣品物料調料單一覽表
  392. '
  393. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  394. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  395. Me.ClientSize = New System.Drawing.Size(1914, 971)
  396. Me.Controls.Add(Me.DataGridView2)
  397. Me.Controls.Add(Me.Label20)
  398. Me.Controls.Add(Me.TextBox14)
  399. Me.Controls.Add(Me.Label19)
  400. Me.Controls.Add(Me.TextBox13)
  401. Me.Controls.Add(Me.PictureBox1)
  402. Me.Controls.Add(Me.TextBox7)
  403. Me.Controls.Add(Me.Label13)
  404. Me.Controls.Add(Me.TextBox5)
  405. Me.Controls.Add(Me.Label12)
  406. Me.Controls.Add(Me.Button3)
  407. Me.Controls.Add(Me.ComboBox7)
  408. Me.Controls.Add(Me.Label11)
  409. Me.Controls.Add(Me.ComboBox6)
  410. Me.Controls.Add(Me.ComboBox5)
  411. Me.Controls.Add(Me.Label10)
  412. Me.Controls.Add(Me.ComboBox4)
  413. Me.Controls.Add(Me.Label9)
  414. Me.Controls.Add(Me.ComboBox3)
  415. Me.Controls.Add(Me.Label8)
  416. Me.Controls.Add(Me.Label7)
  417. Me.Controls.Add(Me.DateTimePicker1)
  418. Me.Controls.Add(Me.Label6)
  419. Me.Controls.Add(Me.TextBox4)
  420. Me.Controls.Add(Me.Label5)
  421. Me.Controls.Add(Me.TextBox3)
  422. Me.Controls.Add(Me.Label4)
  423. Me.Controls.Add(Me.ComboBox2)
  424. Me.Controls.Add(Me.Label3)
  425. Me.Controls.Add(Me.TextBox2)
  426. Me.Controls.Add(Me.Label2)
  427. Me.Controls.Add(Me.Label1)
  428. Me.Controls.Add(Me.TextBox1)
  429. Me.Controls.Add(Me.ComboBox1)
  430. Me.Controls.Add(Me.DataGridView1)
  431. Me.Controls.Add(Me.Label26)
  432. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  433. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  434. Me.Name = "樣品物料調料單一覽表"
  435. Me.Text = "樣品物料調料單一覽表"
  436. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  437. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  438. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  439. Me.ResumeLayout(False)
  440. Me.PerformLayout()
  441. End Sub
  442. Friend WithEvents Label20 As Label
  443. Friend WithEvents TextBox14 As TextBox
  444. Friend WithEvents Label19 As Label
  445. Friend WithEvents TextBox13 As TextBox
  446. Friend WithEvents PictureBox1 As PictureBox
  447. Friend WithEvents TextBox7 As TextBox
  448. Friend WithEvents Label13 As Label
  449. Friend WithEvents TextBox5 As TextBox
  450. Friend WithEvents Label12 As Label
  451. Friend WithEvents Button3 As Button
  452. Friend WithEvents ComboBox7 As ComboBox
  453. Friend WithEvents Label11 As Label
  454. Friend WithEvents ComboBox6 As ComboBox
  455. Friend WithEvents ComboBox5 As ComboBox
  456. Friend WithEvents Label10 As Label
  457. Friend WithEvents ComboBox4 As ComboBox
  458. Friend WithEvents Label9 As Label
  459. Friend WithEvents ComboBox3 As ComboBox
  460. Friend WithEvents Label8 As Label
  461. Friend WithEvents Label7 As Label
  462. Friend WithEvents DateTimePicker1 As DateTimePicker
  463. Friend WithEvents Label6 As Label
  464. Friend WithEvents TextBox4 As TextBox
  465. Friend WithEvents Label5 As Label
  466. Friend WithEvents TextBox3 As TextBox
  467. Friend WithEvents Label4 As Label
  468. Friend WithEvents ComboBox2 As ComboBox
  469. Friend WithEvents Label3 As Label
  470. Friend WithEvents TextBox2 As TextBox
  471. Friend WithEvents Label2 As Label
  472. Friend WithEvents Label1 As Label
  473. Friend WithEvents TextBox1 As TextBox
  474. Friend WithEvents ComboBox1 As ComboBox
  475. Friend WithEvents DataGridView1 As DataGridView
  476. Friend WithEvents Label26 As Label
  477. Friend WithEvents DataGridView2 As DataGridView
  478. End Class