説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Frm_WetBlue.Designer.vb 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_WetBlue
  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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.dgv_detail = New System.Windows.Forms.DataGridView()
  29. Me.Button2 = New System.Windows.Forms.Button()
  30. Me.dgv_supplier = New System.Windows.Forms.DataGridView()
  31. Me.dgv_source = New System.Windows.Forms.DataGridView()
  32. Me.dgv_pending = New System.Windows.Forms.DataGridView()
  33. Me.dgv_source2 = New System.Windows.Forms.DataGridView()
  34. Me.TextBox1 = New System.Windows.Forms.TextBox()
  35. Me.dgv_pending_source = New System.Windows.Forms.DataGridView()
  36. Me.TextBox2 = New System.Windows.Forms.TextBox()
  37. Me.Lable1 = New System.Windows.Forms.Label()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.Button1 = New System.Windows.Forms.Button()
  40. Me.Label2 = New System.Windows.Forms.Label()
  41. Me.Label3 = New System.Windows.Forms.Label()
  42. Me.Label4 = New System.Windows.Forms.Label()
  43. Me.Label5 = New System.Windows.Forms.Label()
  44. Me.TextBox5 = New System.Windows.Forms.TextBox()
  45. Me.TextBox6 = New System.Windows.Forms.TextBox()
  46. Me.Label6 = New System.Windows.Forms.Label()
  47. Me.Label7 = New System.Windows.Forms.Label()
  48. Me.Label8 = New System.Windows.Forms.Label()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.Label10 = New System.Windows.Forms.Label()
  51. Me.Label11 = New System.Windows.Forms.Label()
  52. Me.MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox()
  53. Me.MaskedTextBox2 = New System.Windows.Forms.MaskedTextBox()
  54. Me.MaskedTextBox3 = New System.Windows.Forms.MaskedTextBox()
  55. Me.MaskedTextBox4 = New System.Windows.Forms.MaskedTextBox()
  56. Me.MaskedTextBox5 = New System.Windows.Forms.MaskedTextBox()
  57. Me.Label12 = New System.Windows.Forms.Label()
  58. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.dgv_supplier, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.dgv_source, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.dgv_pending, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.dgv_source2, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.dgv_pending_source, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.SuspendLayout()
  65. '
  66. 'dgv_detail
  67. '
  68. Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  69. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  70. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  71. DataGridViewCellStyle7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  72. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  73. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  74. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  75. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  76. Me.dgv_detail.DefaultCellStyle = DataGridViewCellStyle7
  77. Me.dgv_detail.Location = New System.Drawing.Point(978, 110)
  78. Me.dgv_detail.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  79. Me.dgv_detail.Name = "dgv_detail"
  80. Me.dgv_detail.RowHeadersWidth = 51
  81. Me.dgv_detail.RowTemplate.Height = 23
  82. Me.dgv_detail.Size = New System.Drawing.Size(1760, 422)
  83. Me.dgv_detail.TabIndex = 27
  84. '
  85. 'Button2
  86. '
  87. Me.Button2.Location = New System.Drawing.Point(2031, 15)
  88. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  89. Me.Button2.Name = "Button2"
  90. Me.Button2.Size = New System.Drawing.Size(80, 40)
  91. Me.Button2.TabIndex = 28
  92. Me.Button2.Text = "核算"
  93. Me.Button2.UseVisualStyleBackColor = True
  94. '
  95. 'dgv_supplier
  96. '
  97. Me.dgv_supplier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  98. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  99. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  100. DataGridViewCellStyle8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  101. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  102. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  103. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  104. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  105. Me.dgv_supplier.DefaultCellStyle = DataGridViewCellStyle8
  106. Me.dgv_supplier.Location = New System.Drawing.Point(39, 110)
  107. Me.dgv_supplier.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  108. Me.dgv_supplier.Name = "dgv_supplier"
  109. Me.dgv_supplier.RowHeadersWidth = 51
  110. Me.dgv_supplier.RowTemplate.Height = 23
  111. Me.dgv_supplier.Size = New System.Drawing.Size(342, 422)
  112. Me.dgv_supplier.TabIndex = 29
  113. '
  114. 'dgv_source
  115. '
  116. Me.dgv_source.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  117. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  118. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
  119. DataGridViewCellStyle9.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  120. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
  121. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  122. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  123. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  124. Me.dgv_source.DefaultCellStyle = DataGridViewCellStyle9
  125. Me.dgv_source.Location = New System.Drawing.Point(39, 608)
  126. Me.dgv_source.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  127. Me.dgv_source.Name = "dgv_source"
  128. Me.dgv_source.RowHeadersWidth = 51
  129. Me.dgv_source.RowTemplate.Height = 23
  130. Me.dgv_source.Size = New System.Drawing.Size(398, 483)
  131. Me.dgv_source.TabIndex = 30
  132. '
  133. 'dgv_pending
  134. '
  135. Me.dgv_pending.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  136. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  137. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
  138. DataGridViewCellStyle10.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  139. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText
  140. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  141. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  142. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  143. Me.dgv_pending.DefaultCellStyle = DataGridViewCellStyle10
  144. Me.dgv_pending.Location = New System.Drawing.Point(1215, 608)
  145. Me.dgv_pending.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  146. Me.dgv_pending.Name = "dgv_pending"
  147. Me.dgv_pending.RowHeadersWidth = 51
  148. Me.dgv_pending.RowTemplate.Height = 23
  149. Me.dgv_pending.Size = New System.Drawing.Size(1100, 483)
  150. Me.dgv_pending.TabIndex = 31
  151. '
  152. 'dgv_source2
  153. '
  154. Me.dgv_source2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  155. DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  156. DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
  157. DataGridViewCellStyle11.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  158. DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
  159. DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
  160. DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  161. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  162. Me.dgv_source2.DefaultCellStyle = DataGridViewCellStyle11
  163. Me.dgv_source2.Location = New System.Drawing.Point(408, 110)
  164. Me.dgv_source2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  165. Me.dgv_source2.Name = "dgv_source2"
  166. Me.dgv_source2.RowHeadersWidth = 51
  167. Me.dgv_source2.RowTemplate.Height = 23
  168. Me.dgv_source2.Size = New System.Drawing.Size(534, 422)
  169. Me.dgv_source2.TabIndex = 32
  170. '
  171. 'TextBox1
  172. '
  173. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.TextBox1.Location = New System.Drawing.Point(408, 15)
  175. Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  176. Me.TextBox1.Name = "TextBox1"
  177. Me.TextBox1.Size = New System.Drawing.Size(148, 39)
  178. Me.TextBox1.TabIndex = 33
  179. '
  180. 'dgv_pending_source
  181. '
  182. Me.dgv_pending_source.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  183. DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  184. DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window
  185. DataGridViewCellStyle12.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  186. DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText
  187. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  188. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  189. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  190. Me.dgv_pending_source.DefaultCellStyle = DataGridViewCellStyle12
  191. Me.dgv_pending_source.Location = New System.Drawing.Point(483, 608)
  192. Me.dgv_pending_source.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  193. Me.dgv_pending_source.Name = "dgv_pending_source"
  194. Me.dgv_pending_source.RowHeadersWidth = 51
  195. Me.dgv_pending_source.RowTemplate.Height = 23
  196. Me.dgv_pending_source.Size = New System.Drawing.Size(723, 483)
  197. Me.dgv_pending_source.TabIndex = 34
  198. '
  199. 'TextBox2
  200. '
  201. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.TextBox2.Location = New System.Drawing.Point(729, 15)
  203. Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  204. Me.TextBox2.Name = "TextBox2"
  205. Me.TextBox2.Size = New System.Drawing.Size(148, 39)
  206. Me.TextBox2.TabIndex = 35
  207. '
  208. 'Lable1
  209. '
  210. Me.Lable1.AutoSize = True
  211. Me.Lable1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.Lable1.Location = New System.Drawing.Point(297, 26)
  213. Me.Lable1.Name = "Lable1"
  214. Me.Lable1.Size = New System.Drawing.Size(109, 30)
  215. Me.Lable1.TabIndex = 36
  216. Me.Lable1.Text = "皮源搜索"
  217. Me.Lable1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  218. Me.Lable1.UseMnemonic = False
  219. '
  220. 'Label1
  221. '
  222. Me.Label1.AutoSize = True
  223. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  224. Me.Label1.Location = New System.Drawing.Point(618, 26)
  225. Me.Label1.Name = "Label1"
  226. Me.Label1.Size = New System.Drawing.Size(109, 30)
  227. Me.Label1.TabIndex = 37
  228. Me.Label1.Text = "重量搜索"
  229. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  230. Me.Label1.UseMnemonic = False
  231. '
  232. 'Button1
  233. '
  234. Me.Button1.Location = New System.Drawing.Point(39, 15)
  235. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  236. Me.Button1.Name = "Button1"
  237. Me.Button1.Size = New System.Drawing.Size(80, 40)
  238. Me.Button1.TabIndex = 38
  239. Me.Button1.Text = "未领料"
  240. Me.Button1.UseVisualStyleBackColor = True
  241. '
  242. 'Label2
  243. '
  244. Me.Label2.AutoSize = True
  245. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.Label2.ForeColor = System.Drawing.Color.Red
  247. Me.Label2.Location = New System.Drawing.Point(2376, 614)
  248. Me.Label2.Name = "Label2"
  249. Me.Label2.Size = New System.Drawing.Size(86, 31)
  250. Me.Label2.TabIndex = 39
  251. Me.Label2.Text = "总重量"
  252. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  253. Me.Label2.UseMnemonic = False
  254. '
  255. 'Label3
  256. '
  257. Me.Label3.AutoSize = True
  258. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  259. Me.Label3.ForeColor = System.Drawing.Color.Red
  260. Me.Label3.Location = New System.Drawing.Point(2376, 682)
  261. Me.Label3.Name = "Label3"
  262. Me.Label3.Size = New System.Drawing.Size(86, 31)
  263. Me.Label3.TabIndex = 40
  264. Me.Label3.Text = "未进厂"
  265. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  266. Me.Label3.UseMnemonic = False
  267. '
  268. 'Label4
  269. '
  270. Me.Label4.AutoSize = True
  271. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  272. Me.Label4.Location = New System.Drawing.Point(1442, 561)
  273. Me.Label4.Name = "Label4"
  274. Me.Label4.Size = New System.Drawing.Size(109, 30)
  275. Me.Label4.TabIndex = 41
  276. Me.Label4.Text = "皮源搜索"
  277. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  278. Me.Label4.UseMnemonic = False
  279. '
  280. 'Label5
  281. '
  282. Me.Label5.AutoSize = True
  283. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.Label5.Location = New System.Drawing.Point(1791, 561)
  285. Me.Label5.Name = "Label5"
  286. Me.Label5.Size = New System.Drawing.Size(109, 30)
  287. Me.Label5.TabIndex = 42
  288. Me.Label5.Text = "皮源搜索"
  289. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  290. Me.Label5.UseMnemonic = False
  291. '
  292. 'TextBox5
  293. '
  294. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  295. Me.TextBox5.Location = New System.Drawing.Point(1554, 558)
  296. Me.TextBox5.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  297. Me.TextBox5.Name = "TextBox5"
  298. Me.TextBox5.Size = New System.Drawing.Size(148, 39)
  299. Me.TextBox5.TabIndex = 45
  300. '
  301. 'TextBox6
  302. '
  303. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.TextBox6.Location = New System.Drawing.Point(1902, 558)
  305. Me.TextBox6.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  306. Me.TextBox6.Name = "TextBox6"
  307. Me.TextBox6.Size = New System.Drawing.Size(148, 39)
  308. Me.TextBox6.TabIndex = 46
  309. '
  310. 'Label6
  311. '
  312. Me.Label6.AutoSize = True
  313. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  314. Me.Label6.ForeColor = System.Drawing.Color.Red
  315. Me.Label6.Location = New System.Drawing.Point(2389, 825)
  316. Me.Label6.Name = "Label6"
  317. Me.Label6.Size = New System.Drawing.Size(62, 31)
  318. Me.Label6.TabIndex = 48
  319. Me.Label6.Text = "车间"
  320. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  321. Me.Label6.UseMnemonic = False
  322. '
  323. 'Label7
  324. '
  325. Me.Label7.AutoSize = True
  326. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.Label7.ForeColor = System.Drawing.Color.Red
  328. Me.Label7.Location = New System.Drawing.Point(2376, 759)
  329. Me.Label7.Name = "Label7"
  330. Me.Label7.Size = New System.Drawing.Size(86, 31)
  331. Me.Label7.TabIndex = 47
  332. Me.Label7.Text = "保税仓"
  333. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  334. Me.Label7.UseMnemonic = False
  335. '
  336. 'Label8
  337. '
  338. Me.Label8.AutoSize = True
  339. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  340. Me.Label8.ForeColor = System.Drawing.Color.Red
  341. Me.Label8.Location = New System.Drawing.Point(33, 75)
  342. Me.Label8.Name = "Label8"
  343. Me.Label8.Size = New System.Drawing.Size(85, 30)
  344. Me.Label8.TabIndex = 51
  345. Me.Label8.Text = "供应商"
  346. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  347. Me.Label8.UseMnemonic = False
  348. '
  349. 'Label9
  350. '
  351. Me.Label9.AutoSize = True
  352. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.Label9.ForeColor = System.Drawing.Color.Red
  354. Me.Label9.Location = New System.Drawing.Point(402, 75)
  355. Me.Label9.Name = "Label9"
  356. Me.Label9.Size = New System.Drawing.Size(61, 30)
  357. Me.Label9.TabIndex = 52
  358. Me.Label9.Text = "皮源"
  359. Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  360. Me.Label9.UseMnemonic = False
  361. '
  362. 'Label10
  363. '
  364. Me.Label10.AutoSize = True
  365. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  366. Me.Label10.ForeColor = System.Drawing.Color.Red
  367. Me.Label10.Location = New System.Drawing.Point(33, 561)
  368. Me.Label10.Name = "Label10"
  369. Me.Label10.Size = New System.Drawing.Size(133, 30)
  370. Me.Label10.TabIndex = 53
  371. Me.Label10.Text = "供应商明细"
  372. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  373. Me.Label10.UseMnemonic = False
  374. '
  375. 'Label11
  376. '
  377. Me.Label11.AutoSize = True
  378. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. Me.Label11.ForeColor = System.Drawing.Color.Red
  380. Me.Label11.Location = New System.Drawing.Point(1209, 562)
  381. Me.Label11.Name = "Label11"
  382. Me.Label11.Size = New System.Drawing.Size(85, 30)
  383. Me.Label11.TabIndex = 54
  384. Me.Label11.Text = "未领料"
  385. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  386. Me.Label11.UseMnemonic = False
  387. '
  388. 'MaskedTextBox1
  389. '
  390. Me.MaskedTextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  391. Me.MaskedTextBox1.ForeColor = System.Drawing.Color.Red
  392. Me.MaskedTextBox1.Location = New System.Drawing.Point(2479, 606)
  393. Me.MaskedTextBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  394. Me.MaskedTextBox1.Name = "MaskedTextBox1"
  395. Me.MaskedTextBox1.Size = New System.Drawing.Size(216, 39)
  396. Me.MaskedTextBox1.TabIndex = 55
  397. Me.MaskedTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  398. '
  399. 'MaskedTextBox2
  400. '
  401. Me.MaskedTextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  402. Me.MaskedTextBox2.ForeColor = System.Drawing.Color.Red
  403. Me.MaskedTextBox2.Location = New System.Drawing.Point(2479, 674)
  404. Me.MaskedTextBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  405. Me.MaskedTextBox2.Name = "MaskedTextBox2"
  406. Me.MaskedTextBox2.Size = New System.Drawing.Size(216, 39)
  407. Me.MaskedTextBox2.TabIndex = 56
  408. Me.MaskedTextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  409. '
  410. 'MaskedTextBox3
  411. '
  412. Me.MaskedTextBox3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  413. Me.MaskedTextBox3.ForeColor = System.Drawing.Color.Red
  414. Me.MaskedTextBox3.Location = New System.Drawing.Point(2479, 751)
  415. Me.MaskedTextBox3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  416. Me.MaskedTextBox3.Name = "MaskedTextBox3"
  417. Me.MaskedTextBox3.Size = New System.Drawing.Size(216, 39)
  418. Me.MaskedTextBox3.TabIndex = 57
  419. Me.MaskedTextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  420. '
  421. 'MaskedTextBox4
  422. '
  423. Me.MaskedTextBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  424. Me.MaskedTextBox4.ForeColor = System.Drawing.Color.Red
  425. Me.MaskedTextBox4.Location = New System.Drawing.Point(2479, 817)
  426. Me.MaskedTextBox4.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  427. Me.MaskedTextBox4.Name = "MaskedTextBox4"
  428. Me.MaskedTextBox4.Size = New System.Drawing.Size(216, 39)
  429. Me.MaskedTextBox4.TabIndex = 58
  430. Me.MaskedTextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  431. '
  432. 'MaskedTextBox5
  433. '
  434. Me.MaskedTextBox5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.MaskedTextBox5.ForeColor = System.Drawing.Color.Red
  436. Me.MaskedTextBox5.Location = New System.Drawing.Point(2479, 886)
  437. Me.MaskedTextBox5.Margin = New System.Windows.Forms.Padding(4)
  438. Me.MaskedTextBox5.Name = "MaskedTextBox5"
  439. Me.MaskedTextBox5.Size = New System.Drawing.Size(216, 39)
  440. Me.MaskedTextBox5.TabIndex = 59
  441. Me.MaskedTextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  442. '
  443. 'Label12
  444. '
  445. Me.Label12.AutoSize = True
  446. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  447. Me.Label12.ForeColor = System.Drawing.Color.Red
  448. Me.Label12.Location = New System.Drawing.Point(2376, 894)
  449. Me.Label12.Name = "Label12"
  450. Me.Label12.Size = New System.Drawing.Size(86, 31)
  451. Me.Label12.TabIndex = 60
  452. Me.Label12.Text = "未领料"
  453. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  454. Me.Label12.UseMnemonic = False
  455. '
  456. 'Frm_WetBlue
  457. '
  458. Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!)
  459. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  460. Me.AutoScroll = True
  461. Me.ClientSize = New System.Drawing.Size(2886, 1170)
  462. Me.Controls.Add(Me.Label12)
  463. Me.Controls.Add(Me.MaskedTextBox5)
  464. Me.Controls.Add(Me.MaskedTextBox4)
  465. Me.Controls.Add(Me.MaskedTextBox3)
  466. Me.Controls.Add(Me.MaskedTextBox2)
  467. Me.Controls.Add(Me.MaskedTextBox1)
  468. Me.Controls.Add(Me.Label11)
  469. Me.Controls.Add(Me.Label10)
  470. Me.Controls.Add(Me.Label9)
  471. Me.Controls.Add(Me.Label8)
  472. Me.Controls.Add(Me.Label6)
  473. Me.Controls.Add(Me.Label7)
  474. Me.Controls.Add(Me.TextBox6)
  475. Me.Controls.Add(Me.TextBox5)
  476. Me.Controls.Add(Me.Label5)
  477. Me.Controls.Add(Me.Label4)
  478. Me.Controls.Add(Me.Label3)
  479. Me.Controls.Add(Me.Label2)
  480. Me.Controls.Add(Me.Button1)
  481. Me.Controls.Add(Me.Label1)
  482. Me.Controls.Add(Me.Lable1)
  483. Me.Controls.Add(Me.TextBox2)
  484. Me.Controls.Add(Me.dgv_pending_source)
  485. Me.Controls.Add(Me.TextBox1)
  486. Me.Controls.Add(Me.dgv_source2)
  487. Me.Controls.Add(Me.dgv_pending)
  488. Me.Controls.Add(Me.dgv_source)
  489. Me.Controls.Add(Me.dgv_supplier)
  490. Me.Controls.Add(Me.Button2)
  491. Me.Controls.Add(Me.dgv_detail)
  492. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  493. Me.Name = "Frm_WetBlue"
  494. Me.Text = "Frm_WetBlue"
  495. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  496. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
  497. CType(Me.dgv_supplier, System.ComponentModel.ISupportInitialize).EndInit()
  498. CType(Me.dgv_source, System.ComponentModel.ISupportInitialize).EndInit()
  499. CType(Me.dgv_pending, System.ComponentModel.ISupportInitialize).EndInit()
  500. CType(Me.dgv_source2, System.ComponentModel.ISupportInitialize).EndInit()
  501. CType(Me.dgv_pending_source, System.ComponentModel.ISupportInitialize).EndInit()
  502. Me.ResumeLayout(False)
  503. Me.PerformLayout()
  504. End Sub
  505. Friend WithEvents dgv_detail As DataGridView
  506. Friend WithEvents Button2 As Button
  507. Friend WithEvents dgv_supplier As DataGridView
  508. Friend WithEvents dgv_source As DataGridView
  509. Friend WithEvents dgv_pending As DataGridView
  510. Friend WithEvents dgv_source2 As DataGridView
  511. Friend WithEvents TextBox1 As TextBox
  512. Friend WithEvents dgv_pending_source As DataGridView
  513. Friend WithEvents TextBox2 As TextBox
  514. Friend WithEvents Lable1 As Label
  515. Friend WithEvents Label1 As Label
  516. Friend WithEvents Button1 As Button
  517. Friend WithEvents Label2 As Label
  518. Friend WithEvents Label3 As Label
  519. Friend WithEvents Label4 As Label
  520. Friend WithEvents Label5 As Label
  521. Friend WithEvents TextBox5 As TextBox
  522. Friend WithEvents TextBox6 As TextBox
  523. Friend WithEvents Label6 As Label
  524. Friend WithEvents Label7 As Label
  525. Friend WithEvents Label8 As Label
  526. Friend WithEvents Label9 As Label
  527. Friend WithEvents Label10 As Label
  528. Friend WithEvents Label11 As Label
  529. Friend WithEvents MaskedTextBox1 As MaskedTextBox
  530. Friend WithEvents MaskedTextBox2 As MaskedTextBox
  531. Friend WithEvents MaskedTextBox3 As MaskedTextBox
  532. Friend WithEvents MaskedTextBox4 As MaskedTextBox
  533. Friend WithEvents MaskedTextBox5 As MaskedTextBox
  534. Friend WithEvents Label12 As Label
  535. End Class