暫無描述
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 23KB

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