Ei kuvausta
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 25KB

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