Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

倉儲出庫.Designer.vb 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.需要全部庫存區域清單_ch = New System.Windows.Forms.CheckBox()
  30. Me.Panel1 = New System.Windows.Forms.Panel()
  31. Me.產品編號_tb = New System.Windows.Forms.TextBox()
  32. Me.流水號_tb = New System.Windows.Forms.TextBox()
  33. Me.訂製編碼_cb = New System.Windows.Forms.ComboBox()
  34. Me.料號_tb = New System.Windows.Forms.TextBox()
  35. Me.儲態編號_cb = New System.Windows.Forms.ComboBox()
  36. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  37. Me.地區編碼_cb = New System.Windows.Forms.ComboBox()
  38. Me.查詢_tb = New System.Windows.Forms.TextBox()
  39. Me.料號1_tb = New System.Windows.Forms.TextBox()
  40. Me.地區_cb = New System.Windows.Forms.ComboBox()
  41. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  42. Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
  43. Me.Label16 = New System.Windows.Forms.Label()
  44. Me.品名_tb = New System.Windows.Forms.TextBox()
  45. Me.庫存量_tb = New System.Windows.Forms.TextBox()
  46. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  47. Me.倉儲狀態_cb = New System.Windows.Forms.ComboBox()
  48. Me.Label12 = New System.Windows.Forms.Label()
  49. Me.訂製狀態_cb = New System.Windows.Forms.ComboBox()
  50. Me.Label13 = New System.Windows.Forms.Label()
  51. Me.Label19 = New System.Windows.Forms.Label()
  52. Me.Label21 = New System.Windows.Forms.Label()
  53. Me.Label18 = New System.Windows.Forms.Label()
  54. Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
  55. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  56. Me.出庫單_dgv = New System.Windows.Forms.DataGridView()
  57. Me.Label1 = New System.Windows.Forms.Label()
  58. Me.項次_tb = New System.Windows.Forms.TextBox()
  59. Me.Label2 = New System.Windows.Forms.Label()
  60. Me.單據編號_bt = New System.Windows.Forms.TextBox()
  61. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  62. Me.確認入庫_bt = New System.Windows.Forms.Button()
  63. Me.去除_bt = New System.Windows.Forms.Button()
  64. Me.存檔_bt = New System.Windows.Forms.Button()
  65. Me.加入單據_bt = New System.Windows.Forms.Button()
  66. Me.查詢_bt = New System.Windows.Forms.Button()
  67. Me.清空_bt = New System.Windows.Forms.Button()
  68. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  69. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  70. Me.庫存量_lb = New System.Windows.Forms.Label()
  71. Me.掃描_bt = New System.Windows.Forms.Button()
  72. Me.未出庫_ch = New System.Windows.Forms.CheckBox()
  73. Me.已出庫_ch = New System.Windows.Forms.CheckBox()
  74. Me.紙號_tb = New System.Windows.Forms.TextBox()
  75. Me.Label3 = New System.Windows.Forms.Label()
  76. Me.Panel1.SuspendLayout()
  77. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  78. CType(Me.出庫單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.SuspendLayout()
  82. '
  83. '需要全部庫存區域清單_ch
  84. '
  85. Me.需要全部庫存區域清單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  86. Me.需要全部庫存區域清單_ch.AutoSize = True
  87. Me.需要全部庫存區域清單_ch.Checked = True
  88. Me.需要全部庫存區域清單_ch.CheckState = System.Windows.Forms.CheckState.Checked
  89. Me.需要全部庫存區域清單_ch.Location = New System.Drawing.Point(43, 398)
  90. Me.需要全部庫存區域清單_ch.Name = "需要全部庫存區域清單_ch"
  91. Me.需要全部庫存區域清單_ch.Size = New System.Drawing.Size(146, 20)
  92. Me.需要全部庫存區域清單_ch.TabIndex = 1599
  93. Me.需要全部庫存區域清單_ch.Text = "需要全部庫存區域清單"
  94. Me.需要全部庫存區域清單_ch.UseVisualStyleBackColor = True
  95. Me.需要全部庫存區域清單_ch.Visible = False
  96. '
  97. 'Panel1
  98. '
  99. Me.Panel1.Controls.Add(Me.產品編號_tb)
  100. Me.Panel1.Controls.Add(Me.流水號_tb)
  101. Me.Panel1.Controls.Add(Me.訂製編碼_cb)
  102. Me.Panel1.Controls.Add(Me.料號_tb)
  103. Me.Panel1.Controls.Add(Me.儲態編號_cb)
  104. Me.Panel1.Controls.Add(Me.供應商編碼_tb)
  105. Me.Panel1.Controls.Add(Me.地區編碼_cb)
  106. Me.Panel1.Controls.Add(Me.查詢_tb)
  107. Me.Panel1.Location = New System.Drawing.Point(40, 103)
  108. Me.Panel1.Name = "Panel1"
  109. Me.Panel1.Size = New System.Drawing.Size(269, 265)
  110. Me.Panel1.TabIndex = 1598
  111. Me.Panel1.Visible = False
  112. '
  113. '產品編號_tb
  114. '
  115. Me.產品編號_tb.Location = New System.Drawing.Point(3, 187)
  116. Me.產品編號_tb.Name = "產品編號_tb"
  117. Me.產品編號_tb.Size = New System.Drawing.Size(110, 23)
  118. Me.產品編號_tb.TabIndex = 1554
  119. '
  120. '流水號_tb
  121. '
  122. Me.流水號_tb.Location = New System.Drawing.Point(3, 158)
  123. Me.流水號_tb.Name = "流水號_tb"
  124. Me.流水號_tb.Size = New System.Drawing.Size(110, 23)
  125. Me.流水號_tb.TabIndex = 1553
  126. '
  127. '訂製編碼_cb
  128. '
  129. Me.訂製編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  130. Me.訂製編碼_cb.Enabled = False
  131. Me.訂製編碼_cb.FormattingEnabled = True
  132. Me.訂製編碼_cb.Items.AddRange(New Object() {"2019"})
  133. Me.訂製編碼_cb.Location = New System.Drawing.Point(3, 128)
  134. Me.訂製編碼_cb.Name = "訂製編碼_cb"
  135. Me.訂製編碼_cb.Size = New System.Drawing.Size(110, 24)
  136. Me.訂製編碼_cb.TabIndex = 1552
  137. '
  138. '料號_tb
  139. '
  140. Me.料號_tb.Location = New System.Drawing.Point(3, 103)
  141. Me.料號_tb.Name = "料號_tb"
  142. Me.料號_tb.Size = New System.Drawing.Size(110, 23)
  143. Me.料號_tb.TabIndex = 1551
  144. '
  145. '儲態編號_cb
  146. '
  147. Me.儲態編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  148. Me.儲態編號_cb.Enabled = False
  149. Me.儲態編號_cb.FormattingEnabled = True
  150. Me.儲態編號_cb.Items.AddRange(New Object() {"2019"})
  151. Me.儲態編號_cb.Location = New System.Drawing.Point(3, 77)
  152. Me.儲態編號_cb.Name = "儲態編號_cb"
  153. Me.儲態編號_cb.Size = New System.Drawing.Size(110, 24)
  154. Me.儲態編號_cb.TabIndex = 1550
  155. '
  156. '供應商編碼_tb
  157. '
  158. Me.供應商編碼_tb.Location = New System.Drawing.Point(3, 53)
  159. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  160. Me.供應商編碼_tb.Size = New System.Drawing.Size(110, 23)
  161. Me.供應商編碼_tb.TabIndex = 1549
  162. '
  163. '地區編碼_cb
  164. '
  165. Me.地區編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  166. Me.地區編碼_cb.FormattingEnabled = True
  167. Me.地區編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  168. Me.地區編碼_cb.Location = New System.Drawing.Point(3, 27)
  169. Me.地區編碼_cb.Name = "地區編碼_cb"
  170. Me.地區編碼_cb.Size = New System.Drawing.Size(110, 24)
  171. Me.地區編碼_cb.TabIndex = 1548
  172. Me.地區編碼_cb.Visible = False
  173. '
  174. '查詢_tb
  175. '
  176. Me.查詢_tb.Location = New System.Drawing.Point(3, 3)
  177. Me.查詢_tb.Name = "查詢_tb"
  178. Me.查詢_tb.Size = New System.Drawing.Size(110, 23)
  179. Me.查詢_tb.TabIndex = 1216
  180. '
  181. '料號1_tb
  182. '
  183. Me.料號1_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
  184. Me.料號1_tb.Location = New System.Drawing.Point(259, 53)
  185. Me.料號1_tb.Name = "料號1_tb"
  186. Me.料號1_tb.Size = New System.Drawing.Size(150, 23)
  187. Me.料號1_tb.TabIndex = 1554
  188. '
  189. '地區_cb
  190. '
  191. Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  192. Me.地區_cb.FormattingEnabled = True
  193. Me.地區_cb.Items.AddRange(New Object() {"", "北部", "南部", "材料", "調貨", "其他"})
  194. Me.地區_cb.Location = New System.Drawing.Point(48, 2)
  195. Me.地區_cb.Name = "地區_cb"
  196. Me.地區_cb.Size = New System.Drawing.Size(79, 24)
  197. Me.地區_cb.TabIndex = 1579
  198. '
  199. '供應商_cb
  200. '
  201. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  202. Me.供應商_cb.FormattingEnabled = True
  203. Me.供應商_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  204. Me.供應商_cb.Location = New System.Drawing.Point(48, 27)
  205. Me.供應商_cb.Name = "供應商_cb"
  206. Me.供應商_cb.Size = New System.Drawing.Size(210, 24)
  207. Me.供應商_cb.TabIndex = 1582
  208. '
  209. '供應商編碼_cb
  210. '
  211. Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  212. Me.供應商編碼_cb.FormattingEnabled = True
  213. Me.供應商編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  214. Me.供應商編碼_cb.Location = New System.Drawing.Point(162, 2)
  215. Me.供應商編碼_cb.Name = "供應商編碼_cb"
  216. Me.供應商編碼_cb.Size = New System.Drawing.Size(96, 24)
  217. Me.供應商編碼_cb.TabIndex = 1584
  218. '
  219. 'Label16
  220. '
  221. Me.Label16.AutoSize = True
  222. Me.Label16.ImeMode = System.Windows.Forms.ImeMode.NoControl
  223. Me.Label16.Location = New System.Drawing.Point(6, 56)
  224. Me.Label16.Name = "Label16"
  225. Me.Label16.Size = New System.Drawing.Size(43, 16)
  226. Me.Label16.TabIndex = 1585
  227. Me.Label16.Text = "品 名"
  228. '
  229. '品名_tb
  230. '
  231. Me.品名_tb.Location = New System.Drawing.Point(48, 53)
  232. Me.品名_tb.Name = "品名_tb"
  233. Me.品名_tb.ReadOnly = True
  234. Me.品名_tb.Size = New System.Drawing.Size(361, 23)
  235. Me.品名_tb.TabIndex = 1586
  236. '
  237. '庫存量_tb
  238. '
  239. Me.庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  240. Me.庫存量_tb.Enabled = False
  241. Me.庫存量_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  242. Me.庫存量_tb.Location = New System.Drawing.Point(288, 447)
  243. Me.庫存量_tb.Name = "庫存量_tb"
  244. Me.庫存量_tb.ReadOnly = True
  245. Me.庫存量_tb.Size = New System.Drawing.Size(118, 23)
  246. Me.庫存量_tb.TabIndex = 1594
  247. Me.庫存量_tb.Text = "0"
  248. Me.庫存量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  249. '
  250. '指定倉庫_lb
  251. '
  252. Me.指定倉庫_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  253. Me.指定倉庫_lb.AutoSize = True
  254. Me.指定倉庫_lb.Location = New System.Drawing.Point(13, 424)
  255. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  256. Me.指定倉庫_lb.Size = New System.Drawing.Size(55, 16)
  257. Me.指定倉庫_lb.TabIndex = 1589
  258. Me.指定倉庫_lb.Text = "庫存區域"
  259. '
  260. '倉儲狀態_cb
  261. '
  262. Me.倉儲狀態_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  263. Me.倉儲狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  264. Me.倉儲狀態_cb.FormattingEnabled = True
  265. Me.倉儲狀態_cb.Items.AddRange(New Object() {"2019"})
  266. Me.倉儲狀態_cb.Location = New System.Drawing.Point(272, 397)
  267. Me.倉儲狀態_cb.Name = "倉儲狀態_cb"
  268. Me.倉儲狀態_cb.Size = New System.Drawing.Size(134, 24)
  269. Me.倉儲狀態_cb.TabIndex = 1592
  270. '
  271. 'Label12
  272. '
  273. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  274. Me.Label12.AutoSize = True
  275. Me.Label12.Location = New System.Drawing.Point(214, 400)
  276. Me.Label12.Name = "Label12"
  277. Me.Label12.Size = New System.Drawing.Size(55, 16)
  278. Me.Label12.TabIndex = 1593
  279. Me.Label12.Text = "倉儲狀態"
  280. '
  281. '訂製狀態_cb
  282. '
  283. Me.訂製狀態_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  284. Me.訂製狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  285. Me.訂製狀態_cb.FormattingEnabled = True
  286. Me.訂製狀態_cb.Items.AddRange(New Object() {"2019"})
  287. Me.訂製狀態_cb.Location = New System.Drawing.Point(272, 422)
  288. Me.訂製狀態_cb.Name = "訂製狀態_cb"
  289. Me.訂製狀態_cb.Size = New System.Drawing.Size(134, 24)
  290. Me.訂製狀態_cb.TabIndex = 1590
  291. '
  292. 'Label13
  293. '
  294. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  295. Me.Label13.AutoSize = True
  296. Me.Label13.Location = New System.Drawing.Point(214, 425)
  297. Me.Label13.Name = "Label13"
  298. Me.Label13.Size = New System.Drawing.Size(55, 16)
  299. Me.Label13.TabIndex = 1591
  300. Me.Label13.Text = "訂製狀態"
  301. '
  302. 'Label19
  303. '
  304. Me.Label19.AutoSize = True
  305. Me.Label19.ForeColor = System.Drawing.Color.Red
  306. Me.Label19.Location = New System.Drawing.Point(6, 31)
  307. Me.Label19.Name = "Label19"
  308. Me.Label19.Size = New System.Drawing.Size(43, 16)
  309. Me.Label19.TabIndex = 1581
  310. Me.Label19.Text = "供應商"
  311. '
  312. 'Label21
  313. '
  314. Me.Label21.AutoSize = True
  315. Me.Label21.ForeColor = System.Drawing.Color.Red
  316. Me.Label21.Location = New System.Drawing.Point(6, 6)
  317. Me.Label21.Name = "Label21"
  318. Me.Label21.Size = New System.Drawing.Size(43, 16)
  319. Me.Label21.TabIndex = 1578
  320. Me.Label21.Text = "地 區"
  321. '
  322. 'Label18
  323. '
  324. Me.Label18.AutoSize = True
  325. Me.Label18.ForeColor = System.Drawing.Color.Red
  326. Me.Label18.Location = New System.Drawing.Point(129, 6)
  327. Me.Label18.Name = "Label18"
  328. Me.Label18.Size = New System.Drawing.Size(31, 16)
  329. Me.Label18.TabIndex = 1583
  330. Me.Label18.Text = "編碼"
  331. '
  332. '指定倉庫_cb
  333. '
  334. Me.指定倉庫_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  335. Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  336. Me.指定倉庫_cb.FormattingEnabled = True
  337. Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
  338. Me.指定倉庫_cb.Location = New System.Drawing.Point(71, 420)
  339. Me.指定倉庫_cb.Name = "指定倉庫_cb"
  340. Me.指定倉庫_cb.Size = New System.Drawing.Size(134, 24)
  341. Me.指定倉庫_cb.TabIndex = 1588
  342. '
  343. '物料清單_dgv
  344. '
  345. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  346. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  347. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  348. Or System.Windows.Forms.AnchorStyles.Left), 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(3, 79)
  353. Me.物料清單_dgv.Name = "物料清單_dgv"
  354. Me.物料清單_dgv.RowHeadersWidth = 5
  355. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  356. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  357. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  358. Me.物料清單_dgv.RowTemplate.Height = 24
  359. Me.物料清單_dgv.Size = New System.Drawing.Size(406, 317)
  360. Me.物料清單_dgv.TabIndex = 1577
  361. '
  362. '出庫單_dgv
  363. '
  364. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  365. Me.出庫單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  366. Me.出庫單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  367. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  368. Me.出庫單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  369. Me.出庫單_dgv.BackgroundColor = System.Drawing.Color.White
  370. Me.出庫單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  371. Me.出庫單_dgv.Location = New System.Drawing.Point(411, 47)
  372. Me.出庫單_dgv.Name = "出庫單_dgv"
  373. Me.出庫單_dgv.RowHeadersWidth = 5
  374. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  375. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  376. Me.出庫單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  377. Me.出庫單_dgv.RowTemplate.Height = 24
  378. Me.出庫單_dgv.Size = New System.Drawing.Size(267, 608)
  379. Me.出庫單_dgv.TabIndex = 1601
  380. '
  381. 'Label1
  382. '
  383. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  384. Me.Label1.Location = New System.Drawing.Point(413, 1)
  385. Me.Label1.Name = "Label1"
  386. Me.Label1.Size = New System.Drawing.Size(159, 20)
  387. Me.Label1.TabIndex = 1602
  388. Me.Label1.Text = "出 庫 單 據"
  389. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  390. '
  391. '項次_tb
  392. '
  393. Me.項次_tb.Location = New System.Drawing.Point(1003, 27)
  394. Me.項次_tb.Name = "項次_tb"
  395. Me.項次_tb.ReadOnly = True
  396. Me.項次_tb.Size = New System.Drawing.Size(51, 23)
  397. Me.項次_tb.TabIndex = 1609
  398. Me.項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  399. '
  400. 'Label2
  401. '
  402. Me.Label2.AutoSize = True
  403. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  404. Me.Label2.Location = New System.Drawing.Point(684, 6)
  405. Me.Label2.Name = "Label2"
  406. Me.Label2.Size = New System.Drawing.Size(55, 16)
  407. Me.Label2.TabIndex = 1608
  408. Me.Label2.Text = "單據編號"
  409. '
  410. '單據編號_bt
  411. '
  412. Me.單據編號_bt.Location = New System.Drawing.Point(741, 2)
  413. Me.單據編號_bt.Name = "單據編號_bt"
  414. Me.單據編號_bt.ReadOnly = True
  415. Me.單據編號_bt.Size = New System.Drawing.Size(156, 23)
  416. Me.單據編號_bt.TabIndex = 1607
  417. '
  418. '明細_dgv
  419. '
  420. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  421. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  422. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  423. Or System.Windows.Forms.AnchorStyles.Left) _
  424. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  425. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  426. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  427. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  428. Me.明細_dgv.Location = New System.Drawing.Point(679, 53)
  429. Me.明細_dgv.Name = "明細_dgv"
  430. Me.明細_dgv.RowHeadersWidth = 5
  431. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  432. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  433. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  434. Me.明細_dgv.RowTemplate.Height = 24
  435. Me.明細_dgv.Size = New System.Drawing.Size(818, 603)
  436. Me.明細_dgv.TabIndex = 1603
  437. '
  438. '確認入庫_bt
  439. '
  440. Me.確認入庫_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Shipping4
  441. Me.確認入庫_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  442. Me.確認入庫_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  443. Me.確認入庫_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  444. Me.確認入庫_bt.Location = New System.Drawing.Point(1060, 1)
  445. Me.確認入庫_bt.Name = "確認入庫_bt"
  446. Me.確認入庫_bt.Size = New System.Drawing.Size(100, 50)
  447. Me.確認入庫_bt.TabIndex = 1606
  448. Me.確認入庫_bt.UseVisualStyleBackColor = True
  449. '
  450. '去除_bt
  451. '
  452. Me.去除_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.GarbageEmpty
  453. Me.去除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  454. Me.去除_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  455. Me.去除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  456. Me.去除_bt.Location = New System.Drawing.Point(948, 1)
  457. Me.去除_bt.Name = "去除_bt"
  458. Me.去除_bt.Size = New System.Drawing.Size(50, 50)
  459. Me.去除_bt.TabIndex = 1605
  460. Me.去除_bt.UseVisualStyleBackColor = True
  461. '
  462. '存檔_bt
  463. '
  464. Me.存檔_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.SAVER
  465. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  466. Me.存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  467. Me.存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  468. Me.存檔_bt.Location = New System.Drawing.Point(898, 1)
  469. Me.存檔_bt.Name = "存檔_bt"
  470. Me.存檔_bt.Size = New System.Drawing.Size(50, 50)
  471. Me.存檔_bt.TabIndex = 1604
  472. Me.存檔_bt.UseVisualStyleBackColor = True
  473. '
  474. '加入單據_bt
  475. '
  476. Me.加入單據_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.arrow_right
  477. Me.加入單據_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  478. Me.加入單據_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  479. Me.加入單據_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  480. Me.加入單據_bt.Location = New System.Drawing.Point(359, 1)
  481. Me.加入單據_bt.Name = "加入單據_bt"
  482. Me.加入單據_bt.Size = New System.Drawing.Size(50, 50)
  483. Me.加入單據_bt.TabIndex = 1600
  484. Me.加入單據_bt.UseVisualStyleBackColor = True
  485. '
  486. '查詢_bt
  487. '
  488. Me.查詢_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Search
  489. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  490. Me.查詢_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  491. Me.查詢_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  492. Me.查詢_bt.Location = New System.Drawing.Point(259, 1)
  493. Me.查詢_bt.Name = "查詢_bt"
  494. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  495. Me.查詢_bt.TabIndex = 1597
  496. Me.查詢_bt.UseVisualStyleBackColor = True
  497. '
  498. '清空_bt
  499. '
  500. Me.清空_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Close
  501. Me.清空_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  502. Me.清空_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  503. Me.清空_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  504. Me.清空_bt.Location = New System.Drawing.Point(309, 1)
  505. Me.清空_bt.Name = "清空_bt"
  506. Me.清空_bt.Size = New System.Drawing.Size(50, 50)
  507. Me.清空_bt.TabIndex = 1580
  508. Me.清空_bt.UseVisualStyleBackColor = True
  509. '
  510. '物料圖_pb
  511. '
  512. Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  513. Me.物料圖_pb.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Picture
  514. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  515. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  516. Me.物料圖_pb.Location = New System.Drawing.Point(3, 471)
  517. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  518. Me.物料圖_pb.Name = "物料圖_pb"
  519. Me.物料圖_pb.Size = New System.Drawing.Size(406, 185)
  520. Me.物料圖_pb.TabIndex = 1587
  521. Me.物料圖_pb.TabStop = False
  522. '
  523. 'ToolTip1
  524. '
  525. Me.ToolTip1.IsBalloon = True
  526. Me.ToolTip1.ToolTipTitle = "系統資訊"
  527. '
  528. '庫存量_lb
  529. '
  530. Me.庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  531. Me.庫存量_lb.AutoSize = True
  532. Me.庫存量_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  533. Me.庫存量_lb.Location = New System.Drawing.Point(215, 448)
  534. Me.庫存量_lb.Name = "庫存量_lb"
  535. Me.庫存量_lb.Size = New System.Drawing.Size(67, 16)
  536. Me.庫存量_lb.TabIndex = 1611
  537. Me.庫存量_lb.Text = "庫 存 量"
  538. '
  539. '掃描_bt
  540. '
  541. Me.掃描_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  542. Me.掃描_bt.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  543. Me.掃描_bt.ForeColor = System.Drawing.Color.Red
  544. Me.掃描_bt.Location = New System.Drawing.Point(1161, 5)
  545. Me.掃描_bt.Name = "掃描_bt"
  546. Me.掃描_bt.Size = New System.Drawing.Size(336, 46)
  547. Me.掃描_bt.TabIndex = 1612
  548. Me.掃描_bt.Text = "掃描QRCODE沒反應請按此按鈕"
  549. Me.掃描_bt.UseVisualStyleBackColor = True
  550. '
  551. '未出庫_ch
  552. '
  553. Me.未出庫_ch.AutoSize = True
  554. Me.未出庫_ch.Checked = True
  555. Me.未出庫_ch.CheckState = System.Windows.Forms.CheckState.Checked
  556. Me.未出庫_ch.Location = New System.Drawing.Point(453, 24)
  557. Me.未出庫_ch.Name = "未出庫_ch"
  558. Me.未出庫_ch.Size = New System.Drawing.Size(62, 20)
  559. Me.未出庫_ch.TabIndex = 1614
  560. Me.未出庫_ch.Text = "未出庫"
  561. Me.未出庫_ch.UseVisualStyleBackColor = True
  562. '
  563. '已出庫_ch
  564. '
  565. Me.已出庫_ch.AutoSize = True
  566. Me.已出庫_ch.Location = New System.Drawing.Point(521, 24)
  567. Me.已出庫_ch.Name = "已出庫_ch"
  568. Me.已出庫_ch.Size = New System.Drawing.Size(62, 20)
  569. Me.已出庫_ch.TabIndex = 1613
  570. Me.已出庫_ch.Text = "已出庫"
  571. Me.已出庫_ch.UseVisualStyleBackColor = True
  572. '
  573. '紙號_tb
  574. '
  575. Me.紙號_tb.Location = New System.Drawing.Point(741, 27)
  576. Me.紙號_tb.Name = "紙號_tb"
  577. Me.紙號_tb.Size = New System.Drawing.Size(156, 23)
  578. Me.紙號_tb.TabIndex = 1616
  579. '
  580. 'Label3
  581. '
  582. Me.Label3.AutoSize = True
  583. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  584. Me.Label3.Location = New System.Drawing.Point(684, 30)
  585. Me.Label3.Name = "Label3"
  586. Me.Label3.Size = New System.Drawing.Size(55, 16)
  587. Me.Label3.TabIndex = 1615
  588. Me.Label3.Text = "紙張單號"
  589. '
  590. '倉儲出庫
  591. '
  592. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  593. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  594. Me.ClientSize = New System.Drawing.Size(1500, 657)
  595. Me.Controls.Add(Me.紙號_tb)
  596. Me.Controls.Add(Me.Label3)
  597. Me.Controls.Add(Me.未出庫_ch)
  598. Me.Controls.Add(Me.已出庫_ch)
  599. Me.Controls.Add(Me.掃描_bt)
  600. Me.Controls.Add(Me.庫存量_lb)
  601. Me.Controls.Add(Me.項次_tb)
  602. Me.Controls.Add(Me.Label2)
  603. Me.Controls.Add(Me.單據編號_bt)
  604. Me.Controls.Add(Me.確認入庫_bt)
  605. Me.Controls.Add(Me.去除_bt)
  606. Me.Controls.Add(Me.存檔_bt)
  607. Me.Controls.Add(Me.明細_dgv)
  608. Me.Controls.Add(Me.出庫單_dgv)
  609. Me.Controls.Add(Me.Label1)
  610. Me.Controls.Add(Me.加入單據_bt)
  611. Me.Controls.Add(Me.需要全部庫存區域清單_ch)
  612. Me.Controls.Add(Me.Panel1)
  613. Me.Controls.Add(Me.查詢_bt)
  614. Me.Controls.Add(Me.地區_cb)
  615. Me.Controls.Add(Me.清空_bt)
  616. Me.Controls.Add(Me.供應商_cb)
  617. Me.Controls.Add(Me.供應商編碼_cb)
  618. Me.Controls.Add(Me.Label16)
  619. Me.Controls.Add(Me.品名_tb)
  620. Me.Controls.Add(Me.庫存量_tb)
  621. Me.Controls.Add(Me.指定倉庫_lb)
  622. Me.Controls.Add(Me.倉儲狀態_cb)
  623. Me.Controls.Add(Me.Label12)
  624. Me.Controls.Add(Me.訂製狀態_cb)
  625. Me.Controls.Add(Me.Label13)
  626. Me.Controls.Add(Me.Label19)
  627. Me.Controls.Add(Me.Label21)
  628. Me.Controls.Add(Me.Label18)
  629. Me.Controls.Add(Me.物料圖_pb)
  630. Me.Controls.Add(Me.指定倉庫_cb)
  631. Me.Controls.Add(Me.物料清單_dgv)
  632. Me.Controls.Add(Me.料號1_tb)
  633. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  634. Me.Margin = New System.Windows.Forms.Padding(4)
  635. Me.Name = "倉儲出庫"
  636. Me.Text = "倉儲出庫"
  637. Me.Panel1.ResumeLayout(False)
  638. Me.Panel1.PerformLayout()
  639. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  640. CType(Me.出庫單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  641. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  642. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  643. Me.ResumeLayout(False)
  644. Me.PerformLayout()
  645. End Sub
  646. Friend WithEvents 加入單據_bt As Button
  647. Friend WithEvents 需要全部庫存區域清單_ch As CheckBox
  648. Friend WithEvents Panel1 As Panel
  649. Friend WithEvents 料號1_tb As TextBox
  650. Friend WithEvents 流水號_tb As TextBox
  651. Friend WithEvents 訂製編碼_cb As ComboBox
  652. Friend WithEvents 料號_tb As TextBox
  653. Friend WithEvents 儲態編號_cb As ComboBox
  654. Friend WithEvents 供應商編碼_tb As TextBox
  655. Friend WithEvents 地區編碼_cb As ComboBox
  656. Friend WithEvents 查詢_tb As TextBox
  657. Friend WithEvents 查詢_bt As Button
  658. Friend WithEvents 地區_cb As ComboBox
  659. Friend WithEvents 清空_bt As Button
  660. Friend WithEvents 供應商_cb As ComboBox
  661. Friend WithEvents 供應商編碼_cb As ComboBox
  662. Friend WithEvents Label16 As Label
  663. Friend WithEvents 品名_tb As TextBox
  664. Friend WithEvents 庫存量_tb As TextBox
  665. Friend WithEvents 指定倉庫_lb As Label
  666. Friend WithEvents 倉儲狀態_cb As ComboBox
  667. Friend WithEvents Label12 As Label
  668. Friend WithEvents 訂製狀態_cb As ComboBox
  669. Friend WithEvents Label13 As Label
  670. Friend WithEvents Label19 As Label
  671. Friend WithEvents Label21 As Label
  672. Friend WithEvents Label18 As Label
  673. Friend WithEvents 物料圖_pb As PictureBox
  674. Friend WithEvents 指定倉庫_cb As ComboBox
  675. Friend WithEvents 物料清單_dgv As DataGridView
  676. Friend WithEvents 出庫單_dgv As DataGridView
  677. Friend WithEvents Label1 As Label
  678. Friend WithEvents 項次_tb As TextBox
  679. Friend WithEvents Label2 As Label
  680. Friend WithEvents 單據編號_bt As TextBox
  681. Friend WithEvents 確認入庫_bt As Button
  682. Friend WithEvents 去除_bt As Button
  683. Friend WithEvents 存檔_bt As Button
  684. Friend WithEvents 明細_dgv As DataGridView
  685. Friend WithEvents ToolTip1 As ToolTip
  686. Friend WithEvents 庫存量_lb As Label
  687. Friend WithEvents 掃描_bt As Button
  688. Friend WithEvents 產品編號_tb As TextBox
  689. Friend WithEvents 未出庫_ch As CheckBox
  690. Friend WithEvents 已出庫_ch As CheckBox
  691. Friend WithEvents 紙號_tb As TextBox
  692. Friend WithEvents Label3 As Label
  693. End Class