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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  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. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(倉儲領料申請))
  31. Me.倉儲單號1_tb = New System.Windows.Forms.TextBox()
  32. Me.品名_tb = New System.Windows.Forms.TextBox()
  33. Me.A8_tb = New System.Windows.Forms.TextBox()
  34. Me.Label9 = New System.Windows.Forms.Label()
  35. Me.A7_tb = New System.Windows.Forms.TextBox()
  36. Me.Label8 = New System.Windows.Forms.Label()
  37. Me.A6_tb = New System.Windows.Forms.TextBox()
  38. Me.Label12 = New System.Windows.Forms.Label()
  39. Me.A5_tb = New System.Windows.Forms.TextBox()
  40. Me.Label13 = New System.Windows.Forms.Label()
  41. Me.A4_tb = New System.Windows.Forms.TextBox()
  42. Me.Label14 = New System.Windows.Forms.Label()
  43. Me.A3_tb = New System.Windows.Forms.TextBox()
  44. Me.Label15 = New System.Windows.Forms.Label()
  45. Me.A2_tb = New System.Windows.Forms.TextBox()
  46. Me.Label16 = New System.Windows.Forms.Label()
  47. Me.A1_tb = New System.Windows.Forms.TextBox()
  48. Me.Label17 = New System.Windows.Forms.Label()
  49. Me.倉名編號_tb = New System.Windows.Forms.TextBox()
  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.圖片檔1_pb = New System.Windows.Forms.PictureBox()
  54. Me.庫存_dgv = New System.Windows.Forms.DataGridView()
  55. Me.倉級_lb = New System.Windows.Forms.Label()
  56. Me.倉名編號_lb = New System.Windows.Forms.Label()
  57. Me.品名_lb = New System.Windows.Forms.Label()
  58. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  59. Me.品名1_tb = New System.Windows.Forms.TextBox()
  60. Me.選擇_tb = New System.Windows.Forms.TextBox()
  61. Me.選擇_lb = New System.Windows.Forms.Label()
  62. Me.使用工地_lb = New System.Windows.Forms.Label()
  63. Me.使用工地_cb = New System.Windows.Forms.ComboBox()
  64. Me.領料單號_lb = New System.Windows.Forms.Label()
  65. Me.領料單號_tb = New System.Windows.Forms.TextBox()
  66. Me.出庫單據_dgv = New System.Windows.Forms.DataGridView()
  67. Me.出庫明細_dgv = New System.Windows.Forms.DataGridView()
  68. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  69. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  70. Me.查詢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  71. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  72. Me.可申請_tb = New System.Windows.Forms.TextBox()
  73. Me.選定內容加入領料單_bt = New System.Windows.Forms.Button()
  74. Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
  75. Me.申請數_lb = New System.Windows.Forms.Label()
  76. Me.料號_lb = New System.Windows.Forms.Label()
  77. Me.倉儲單號_tb = New System.Windows.Forms.TextBox()
  78. Me.可申請_lb = New System.Windows.Forms.Label()
  79. Me.批量操作_ch = New System.Windows.Forms.CheckBox()
  80. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  81. Me.開立領料單_bt = New System.Windows.Forms.Button()
  82. Me.刪除領料申請單_bt = New System.Windows.Forms.Button()
  83. Me.備註修改存檔_bt = New System.Windows.Forms.Button()
  84. Me.全部選擇_cb = New System.Windows.Forms.CheckBox()
  85. Me.全部取消_cb = New System.Windows.Forms.CheckBox()
  86. Me.刪除選中的明細_bt = New System.Windows.Forms.Button()
  87. Me.領料單建立完成_bt = New System.Windows.Forms.Button()
  88. Me.文字1_lb = New System.Windows.Forms.Label()
  89. Me.文字_lb = New System.Windows.Forms.Label()
  90. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  91. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  92. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  93. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  94. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  95. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  96. Me.語轉扭_bt = New System.Windows.Forms.Button()
  97. Me.Label1 = New System.Windows.Forms.Label()
  98. Me.Label2 = New System.Windows.Forms.Label()
  99. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.庫存_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  104. Me.ContextMenuStrip1.SuspendLayout()
  105. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  107. Me.SuspendLayout()
  108. '
  109. '倉儲單號1_tb
  110. '
  111. Me.倉儲單號1_tb.Location = New System.Drawing.Point(706, 132)
  112. Me.倉儲單號1_tb.Name = "倉儲單號1_tb"
  113. Me.倉儲單號1_tb.Size = New System.Drawing.Size(150, 23)
  114. Me.倉儲單號1_tb.TabIndex = 1055
  115. Me.倉儲單號1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  116. '
  117. '品名_tb
  118. '
  119. Me.品名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  120. Me.品名_tb.Location = New System.Drawing.Point(244, 17)
  121. Me.品名_tb.Multiline = True
  122. Me.品名_tb.Name = "品名_tb"
  123. Me.品名_tb.Size = New System.Drawing.Size(231, 56)
  124. Me.品名_tb.TabIndex = 1054
  125. '
  126. 'A8_tb
  127. '
  128. Me.A8_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.A8_tb.Location = New System.Drawing.Point(842, 50)
  130. Me.A8_tb.Name = "A8_tb"
  131. Me.A8_tb.Size = New System.Drawing.Size(120, 23)
  132. Me.A8_tb.TabIndex = 1051
  133. '
  134. 'Label9
  135. '
  136. Me.Label9.AutoSize = True
  137. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  138. Me.Label9.Location = New System.Drawing.Point(844, 37)
  139. Me.Label9.Name = "Label9"
  140. Me.Label9.Size = New System.Drawing.Size(23, 16)
  141. Me.Label9.TabIndex = 1050
  142. Me.Label9.Text = "A8"
  143. '
  144. 'A7_tb
  145. '
  146. Me.A7_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  147. Me.A7_tb.Location = New System.Drawing.Point(720, 50)
  148. Me.A7_tb.Name = "A7_tb"
  149. Me.A7_tb.Size = New System.Drawing.Size(120, 23)
  150. Me.A7_tb.TabIndex = 1049
  151. '
  152. 'Label8
  153. '
  154. Me.Label8.AutoSize = True
  155. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  156. Me.Label8.Location = New System.Drawing.Point(722, 37)
  157. Me.Label8.Name = "Label8"
  158. Me.Label8.Size = New System.Drawing.Size(23, 16)
  159. Me.Label8.TabIndex = 1048
  160. Me.Label8.Text = "A7"
  161. '
  162. 'A6_tb
  163. '
  164. Me.A6_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  165. Me.A6_tb.Location = New System.Drawing.Point(598, 50)
  166. Me.A6_tb.Name = "A6_tb"
  167. Me.A6_tb.Size = New System.Drawing.Size(120, 23)
  168. Me.A6_tb.TabIndex = 1047
  169. '
  170. 'Label12
  171. '
  172. Me.Label12.AutoSize = True
  173. Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  174. Me.Label12.Location = New System.Drawing.Point(600, 37)
  175. Me.Label12.Name = "Label12"
  176. Me.Label12.Size = New System.Drawing.Size(23, 16)
  177. Me.Label12.TabIndex = 1046
  178. Me.Label12.Text = "A6"
  179. '
  180. 'A5_tb
  181. '
  182. Me.A5_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  183. Me.A5_tb.Location = New System.Drawing.Point(476, 50)
  184. Me.A5_tb.Name = "A5_tb"
  185. Me.A5_tb.Size = New System.Drawing.Size(120, 23)
  186. Me.A5_tb.TabIndex = 1045
  187. '
  188. 'Label13
  189. '
  190. Me.Label13.AutoSize = True
  191. Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  192. Me.Label13.Location = New System.Drawing.Point(478, 37)
  193. Me.Label13.Name = "Label13"
  194. Me.Label13.Size = New System.Drawing.Size(23, 16)
  195. Me.Label13.TabIndex = 1044
  196. Me.Label13.Text = "A5"
  197. '
  198. 'A4_tb
  199. '
  200. Me.A4_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.A4_tb.Location = New System.Drawing.Point(842, 14)
  202. Me.A4_tb.Name = "A4_tb"
  203. Me.A4_tb.Size = New System.Drawing.Size(120, 23)
  204. Me.A4_tb.TabIndex = 1043
  205. '
  206. 'Label14
  207. '
  208. Me.Label14.AutoSize = True
  209. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  210. Me.Label14.Location = New System.Drawing.Point(844, 1)
  211. Me.Label14.Name = "Label14"
  212. Me.Label14.Size = New System.Drawing.Size(23, 16)
  213. Me.Label14.TabIndex = 1042
  214. Me.Label14.Text = "A4"
  215. '
  216. 'A3_tb
  217. '
  218. Me.A3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  219. Me.A3_tb.Location = New System.Drawing.Point(720, 14)
  220. Me.A3_tb.Name = "A3_tb"
  221. Me.A3_tb.Size = New System.Drawing.Size(120, 23)
  222. Me.A3_tb.TabIndex = 1041
  223. '
  224. 'Label15
  225. '
  226. Me.Label15.AutoSize = True
  227. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  228. Me.Label15.Location = New System.Drawing.Point(722, 1)
  229. Me.Label15.Name = "Label15"
  230. Me.Label15.Size = New System.Drawing.Size(23, 16)
  231. Me.Label15.TabIndex = 1040
  232. Me.Label15.Text = "A3"
  233. '
  234. 'A2_tb
  235. '
  236. Me.A2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  237. Me.A2_tb.Location = New System.Drawing.Point(598, 14)
  238. Me.A2_tb.Name = "A2_tb"
  239. Me.A2_tb.Size = New System.Drawing.Size(120, 23)
  240. Me.A2_tb.TabIndex = 1039
  241. '
  242. 'Label16
  243. '
  244. Me.Label16.AutoSize = True
  245. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  246. Me.Label16.Location = New System.Drawing.Point(600, 1)
  247. Me.Label16.Name = "Label16"
  248. Me.Label16.Size = New System.Drawing.Size(23, 16)
  249. Me.Label16.TabIndex = 1038
  250. Me.Label16.Text = "A2"
  251. '
  252. 'A1_tb
  253. '
  254. Me.A1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  255. Me.A1_tb.Location = New System.Drawing.Point(476, 14)
  256. Me.A1_tb.Name = "A1_tb"
  257. Me.A1_tb.Size = New System.Drawing.Size(120, 23)
  258. Me.A1_tb.TabIndex = 1037
  259. '
  260. 'Label17
  261. '
  262. Me.Label17.AutoSize = True
  263. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  264. Me.Label17.Location = New System.Drawing.Point(478, 1)
  265. Me.Label17.Name = "Label17"
  266. Me.Label17.Size = New System.Drawing.Size(23, 16)
  267. Me.Label17.TabIndex = 1036
  268. Me.Label17.Text = "A1"
  269. '
  270. '倉名編號_tb
  271. '
  272. Me.倉名編號_tb.Location = New System.Drawing.Point(200, 50)
  273. Me.倉名編號_tb.Name = "倉名編號_tb"
  274. Me.倉名編號_tb.Size = New System.Drawing.Size(41, 23)
  275. Me.倉名編號_tb.TabIndex = 1007
  276. Me.倉名編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  277. '
  278. '倉級_tb
  279. '
  280. Me.倉級_tb.Location = New System.Drawing.Point(63, 50)
  281. Me.倉級_tb.Name = "倉級_tb"
  282. Me.倉級_tb.Size = New System.Drawing.Size(41, 23)
  283. Me.倉級_tb.TabIndex = 1005
  284. Me.倉級_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  285. '
  286. '當前倉庫_lb
  287. '
  288. Me.當前倉庫_lb.AutoSize = True
  289. Me.當前倉庫_lb.Location = New System.Drawing.Point(6, 7)
  290. Me.當前倉庫_lb.Name = "當前倉庫_lb"
  291. Me.當前倉庫_lb.Size = New System.Drawing.Size(119, 16)
  292. Me.當前倉庫_lb.TabIndex = 993
  293. Me.當前倉庫_lb.Text = "當 前 倉 庫"
  294. '
  295. '當前倉庫_cb
  296. '
  297. Me.當前倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  298. Me.當前倉庫_cb.FormattingEnabled = True
  299. Me.當前倉庫_cb.Items.AddRange(New Object() {"2019"})
  300. Me.當前倉庫_cb.Location = New System.Drawing.Point(4, 23)
  301. Me.當前倉庫_cb.Name = "當前倉庫_cb"
  302. Me.當前倉庫_cb.Size = New System.Drawing.Size(237, 24)
  303. Me.當前倉庫_cb.TabIndex = 992
  304. '
  305. '圖片檔1_pb
  306. '
  307. Me.圖片檔1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  308. Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  309. Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  310. Me.圖片檔1_pb.Location = New System.Drawing.Point(1168, 80)
  311. Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  312. Me.圖片檔1_pb.Name = "圖片檔1_pb"
  313. Me.圖片檔1_pb.Size = New System.Drawing.Size(176, 121)
  314. Me.圖片檔1_pb.TabIndex = 991
  315. Me.圖片檔1_pb.TabStop = False
  316. '
  317. '庫存_dgv
  318. '
  319. Me.庫存_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  320. Or System.Windows.Forms.AnchorStyles.Left) _
  321. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  322. Me.庫存_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  323. Me.庫存_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  324. Me.庫存_dgv.Location = New System.Drawing.Point(5, 74)
  325. Me.庫存_dgv.Name = "庫存_dgv"
  326. Me.庫存_dgv.RowHeadersWidth = 5
  327. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  328. Me.庫存_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  329. Me.庫存_dgv.RowTemplate.Height = 24
  330. Me.庫存_dgv.Size = New System.Drawing.Size(1160, 242)
  331. Me.庫存_dgv.TabIndex = 969
  332. '
  333. '倉級_lb
  334. '
  335. Me.倉級_lb.AutoSize = True
  336. Me.倉級_lb.Location = New System.Drawing.Point(6, 52)
  337. Me.倉級_lb.Name = "倉級_lb"
  338. Me.倉級_lb.Size = New System.Drawing.Size(50, 16)
  339. Me.倉級_lb.TabIndex = 1006
  340. Me.倉級_lb.Text = "倉 級"
  341. '
  342. '倉名編號_lb
  343. '
  344. Me.倉名編號_lb.AutoSize = True
  345. Me.倉名編號_lb.Location = New System.Drawing.Point(119, 54)
  346. Me.倉名編號_lb.Name = "倉名編號_lb"
  347. Me.倉名編號_lb.Size = New System.Drawing.Size(74, 16)
  348. Me.倉名編號_lb.TabIndex = 1008
  349. Me.倉名編號_lb.Text = "倉 名 編 號"
  350. '
  351. '品名_lb
  352. '
  353. Me.品名_lb.AutoSize = True
  354. Me.品名_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  355. Me.品名_lb.Location = New System.Drawing.Point(241, 2)
  356. Me.品名_lb.Name = "品名_lb"
  357. Me.品名_lb.Size = New System.Drawing.Size(91, 16)
  358. Me.品名_lb.TabIndex = 1053
  359. Me.品名_lb.Text = "品名 - 原則說明"
  360. '
  361. '規格合併_dgv
  362. '
  363. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  364. Me.規格合併_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  365. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  366. Me.規格合併_dgv.Location = New System.Drawing.Point(452, 132)
  367. Me.規格合併_dgv.Name = "規格合併_dgv"
  368. Me.規格合併_dgv.RowHeadersWidth = 5
  369. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  370. Me.規格合併_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  371. Me.規格合併_dgv.RowTemplate.Height = 24
  372. Me.規格合併_dgv.Size = New System.Drawing.Size(227, 49)
  373. Me.規格合併_dgv.TabIndex = 1039
  374. '
  375. '品名1_tb
  376. '
  377. Me.品名1_tb.Location = New System.Drawing.Point(706, 161)
  378. Me.品名1_tb.Name = "品名1_tb"
  379. Me.品名1_tb.Size = New System.Drawing.Size(150, 23)
  380. Me.品名1_tb.TabIndex = 1016
  381. '
  382. '選擇_tb
  383. '
  384. Me.選擇_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  385. Me.選擇_tb.Location = New System.Drawing.Point(796, 363)
  386. Me.選擇_tb.Name = "選擇_tb"
  387. Me.選擇_tb.Size = New System.Drawing.Size(182, 23)
  388. Me.選擇_tb.TabIndex = 1015
  389. '
  390. '選擇_lb
  391. '
  392. Me.選擇_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  393. Me.選擇_lb.AutoSize = True
  394. Me.選擇_lb.Location = New System.Drawing.Point(731, 368)
  395. Me.選擇_lb.Name = "選擇_lb"
  396. Me.選擇_lb.Size = New System.Drawing.Size(44, 16)
  397. Me.選擇_lb.TabIndex = 1013
  398. Me.選擇_lb.Text = "選 擇"
  399. '
  400. '使用工地_lb
  401. '
  402. Me.使用工地_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  403. Me.使用工地_lb.AutoSize = True
  404. Me.使用工地_lb.Location = New System.Drawing.Point(167, 365)
  405. Me.使用工地_lb.Name = "使用工地_lb"
  406. Me.使用工地_lb.Size = New System.Drawing.Size(92, 16)
  407. Me.使用工地_lb.TabIndex = 1011
  408. Me.使用工地_lb.Text = "使 用 工 地"
  409. '
  410. '使用工地_cb
  411. '
  412. Me.使用工地_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  413. Me.使用工地_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  414. Me.使用工地_cb.FormattingEnabled = True
  415. Me.使用工地_cb.Items.AddRange(New Object() {"2019"})
  416. Me.使用工地_cb.Location = New System.Drawing.Point(288, 362)
  417. Me.使用工地_cb.Name = "使用工地_cb"
  418. Me.使用工地_cb.Size = New System.Drawing.Size(372, 24)
  419. Me.使用工地_cb.TabIndex = 1010
  420. '
  421. '領料單號_lb
  422. '
  423. Me.領料單號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  424. Me.領料單號_lb.AutoSize = True
  425. Me.領料單號_lb.Location = New System.Drawing.Point(167, 340)
  426. Me.領料單號_lb.Name = "領料單號_lb"
  427. Me.領料單號_lb.Size = New System.Drawing.Size(119, 16)
  428. Me.領料單號_lb.TabIndex = 1006
  429. Me.領料單號_lb.Text = "領 料 單 號"
  430. '
  431. '領料單號_tb
  432. '
  433. Me.領料單號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  434. Me.領料單號_tb.Location = New System.Drawing.Point(288, 336)
  435. Me.領料單號_tb.Name = "領料單號_tb"
  436. Me.領料單號_tb.Size = New System.Drawing.Size(171, 23)
  437. Me.領料單號_tb.TabIndex = 1005
  438. Me.領料單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  439. '
  440. '出庫單據_dgv
  441. '
  442. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  443. Me.出庫單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  444. Me.出庫單據_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  445. Me.出庫單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  446. Me.出庫單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  447. Me.出庫單據_dgv.Location = New System.Drawing.Point(3, 406)
  448. Me.出庫單據_dgv.Name = "出庫單據_dgv"
  449. Me.出庫單據_dgv.RowHeadersWidth = 5
  450. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  451. Me.出庫單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  452. Me.出庫單據_dgv.RowTemplate.Height = 24
  453. Me.出庫單據_dgv.Size = New System.Drawing.Size(332, 272)
  454. Me.出庫單據_dgv.TabIndex = 1004
  455. '
  456. '出庫明細_dgv
  457. '
  458. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  459. Me.出庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  460. Me.出庫明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  461. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  462. Me.出庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  463. Me.出庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  464. Me.出庫明細_dgv.Location = New System.Drawing.Point(336, 406)
  465. Me.出庫明細_dgv.Name = "出庫明細_dgv"
  466. Me.出庫明細_dgv.RowHeadersWidth = 5
  467. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  468. Me.出庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
  469. Me.出庫明細_dgv.RowTemplate.Height = 24
  470. Me.出庫明細_dgv.Size = New System.Drawing.Size(1010, 272)
  471. Me.出庫明細_dgv.TabIndex = 970
  472. '
  473. 'ContextMenuStrip1
  474. '
  475. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.查詢_tsm, Me.ToolStripSeparator1})
  476. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  477. Me.ContextMenuStrip1.Size = New System.Drawing.Size(135, 54)
  478. '
  479. '重新整理_tsm
  480. '
  481. Me.重新整理_tsm.Name = "重新整理_tsm"
  482. Me.重新整理_tsm.Size = New System.Drawing.Size(134, 22)
  483. Me.重新整理_tsm.Text = "重新整理"
  484. '
  485. '查詢_tsm
  486. '
  487. Me.查詢_tsm.Name = "查詢_tsm"
  488. Me.查詢_tsm.Size = New System.Drawing.Size(134, 22)
  489. Me.查詢_tsm.Text = "關鍵字查詢"
  490. '
  491. 'ToolStripSeparator1
  492. '
  493. Me.ToolStripSeparator1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  494. Me.ToolStripSeparator1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  495. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  496. Me.ToolStripSeparator1.Size = New System.Drawing.Size(131, 6)
  497. '
  498. '可申請_tb
  499. '
  500. Me.可申請_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  501. Me.可申請_tb.Location = New System.Drawing.Point(796, 338)
  502. Me.可申請_tb.Name = "可申請_tb"
  503. Me.可申請_tb.Size = New System.Drawing.Size(53, 23)
  504. Me.可申請_tb.TabIndex = 1070
  505. Me.可申請_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  506. '
  507. '選定內容加入領料單_bt
  508. '
  509. Me.選定內容加入領料單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  510. Me.選定內容加入領料單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  511. Me.選定內容加入領料單_bt.ForeColor = System.Drawing.Color.Green
  512. Me.選定內容加入領料單_bt.Location = New System.Drawing.Point(1168, 201)
  513. Me.選定內容加入領料單_bt.Name = "選定內容加入領料單_bt"
  514. Me.選定內容加入領料單_bt.Size = New System.Drawing.Size(178, 50)
  515. Me.選定內容加入領料單_bt.TabIndex = 1068
  516. Me.選定內容加入領料單_bt.Text = "選定內容加入領料單"
  517. Me.選定內容加入領料單_bt.UseVisualStyleBackColor = True
  518. '
  519. '申請數_nud
  520. '
  521. Me.申請數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  522. Me.申請數_nud.Location = New System.Drawing.Point(915, 338)
  523. Me.申請數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  524. Me.申請數_nud.Name = "申請數_nud"
  525. Me.申請數_nud.Size = New System.Drawing.Size(63, 23)
  526. Me.申請數_nud.TabIndex = 1067
  527. Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  528. '
  529. '申請數_lb
  530. '
  531. Me.申請數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  532. Me.申請數_lb.AutoSize = True
  533. Me.申請數_lb.Location = New System.Drawing.Point(851, 341)
  534. Me.申請數_lb.Name = "申請數_lb"
  535. Me.申請數_lb.Size = New System.Drawing.Size(62, 16)
  536. Me.申請數_lb.TabIndex = 1066
  537. Me.申請數_lb.Text = "申 請 數"
  538. '
  539. '料號_lb
  540. '
  541. Me.料號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  542. Me.料號_lb.AutoSize = True
  543. Me.料號_lb.Location = New System.Drawing.Point(461, 340)
  544. Me.料號_lb.Name = "料號_lb"
  545. Me.料號_lb.Size = New System.Drawing.Size(56, 16)
  546. Me.料號_lb.TabIndex = 1065
  547. Me.料號_lb.Text = "料 號"
  548. Me.料號_lb.UseMnemonic = False
  549. '
  550. '倉儲單號_tb
  551. '
  552. Me.倉儲單號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  553. Me.倉儲單號_tb.Location = New System.Drawing.Point(519, 337)
  554. Me.倉儲單號_tb.Name = "倉儲單號_tb"
  555. Me.倉儲單號_tb.Size = New System.Drawing.Size(141, 23)
  556. Me.倉儲單號_tb.TabIndex = 1064
  557. '
  558. '可申請_lb
  559. '
  560. Me.可申請_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  561. Me.可申請_lb.AutoSize = True
  562. Me.可申請_lb.Location = New System.Drawing.Point(664, 341)
  563. Me.可申請_lb.Name = "可申請_lb"
  564. Me.可申請_lb.Size = New System.Drawing.Size(86, 16)
  565. Me.可申請_lb.TabIndex = 1069
  566. Me.可申請_lb.Text = "可 申 請"
  567. '
  568. '批量操作_ch
  569. '
  570. Me.批量操作_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  571. Me.批量操作_ch.AutoSize = True
  572. Me.批量操作_ch.ForeColor = System.Drawing.Color.Green
  573. Me.批量操作_ch.Location = New System.Drawing.Point(6, 319)
  574. Me.批量操作_ch.Name = "批量操作_ch"
  575. Me.批量操作_ch.Size = New System.Drawing.Size(120, 20)
  576. Me.批量操作_ch.TabIndex = 1071
  577. Me.批量操作_ch.Text = "批 量 操 作"
  578. Me.批量操作_ch.UseVisualStyleBackColor = True
  579. '
  580. '語言_dgv
  581. '
  582. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  583. Me.語言_dgv.Location = New System.Drawing.Point(365, 132)
  584. Me.語言_dgv.Name = "語言_dgv"
  585. Me.語言_dgv.RowHeadersWidth = 5
  586. Me.語言_dgv.RowTemplate.Height = 24
  587. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  588. Me.語言_dgv.TabIndex = 1072
  589. Me.語言_dgv.Visible = False
  590. '
  591. '開立領料單_bt
  592. '
  593. Me.開立領料單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  594. Me.開立領料單_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  595. Me.開立領料單_bt.ForeColor = System.Drawing.Color.Blue
  596. Me.開立領料單_bt.Location = New System.Drawing.Point(4, 336)
  597. Me.開立領料單_bt.Name = "開立領料單_bt"
  598. Me.開立領料單_bt.Size = New System.Drawing.Size(160, 50)
  599. Me.開立領料單_bt.TabIndex = 1073
  600. Me.開立領料單_bt.Text = "開立領料單"
  601. Me.開立領料單_bt.UseVisualStyleBackColor = True
  602. '
  603. '刪除領料申請單_bt
  604. '
  605. Me.刪除領料申請單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  606. Me.刪除領料申請單_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  607. Me.刪除領料申請單_bt.ForeColor = System.Drawing.Color.Red
  608. Me.刪除領料申請單_bt.Location = New System.Drawing.Point(1168, 31)
  609. Me.刪除領料申請單_bt.Name = "刪除領料申請單_bt"
  610. Me.刪除領料申請單_bt.Size = New System.Drawing.Size(176, 48)
  611. Me.刪除領料申請單_bt.TabIndex = 1075
  612. Me.刪除領料申請單_bt.Text = "刪除領料申請單"
  613. Me.刪除領料申請單_bt.UseVisualStyleBackColor = True
  614. '
  615. '備註修改存檔_bt
  616. '
  617. Me.備註修改存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  618. Me.備註修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  619. Me.備註修改存檔_bt.ForeColor = System.Drawing.Color.Black
  620. Me.備註修改存檔_bt.Location = New System.Drawing.Point(1168, 306)
  621. Me.備註修改存檔_bt.Name = "備註修改存檔_bt"
  622. Me.備註修改存檔_bt.Size = New System.Drawing.Size(178, 30)
  623. Me.備註修改存檔_bt.TabIndex = 1076
  624. Me.備註修改存檔_bt.Text = "備註修改存檔"
  625. Me.備註修改存檔_bt.UseVisualStyleBackColor = True
  626. '
  627. '全部選擇_cb
  628. '
  629. Me.全部選擇_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  630. Me.全部選擇_cb.ForeColor = System.Drawing.Color.SaddleBrown
  631. Me.全部選擇_cb.Location = New System.Drawing.Point(1169, 284)
  632. Me.全部選擇_cb.Name = "全部選擇_cb"
  633. Me.全部選擇_cb.Size = New System.Drawing.Size(75, 20)
  634. Me.全部選擇_cb.TabIndex = 1077
  635. Me.全部選擇_cb.Text = "全部選擇"
  636. Me.全部選擇_cb.UseVisualStyleBackColor = True
  637. '
  638. '全部取消_cb
  639. '
  640. Me.全部取消_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  641. Me.全部取消_cb.ForeColor = System.Drawing.Color.SaddleBrown
  642. Me.全部取消_cb.Location = New System.Drawing.Point(1244, 284)
  643. Me.全部取消_cb.Name = "全部取消_cb"
  644. Me.全部取消_cb.Size = New System.Drawing.Size(75, 20)
  645. Me.全部取消_cb.TabIndex = 1078
  646. Me.全部取消_cb.Text = "全部取消"
  647. Me.全部取消_cb.UseVisualStyleBackColor = True
  648. '
  649. '刪除選中的明細_bt
  650. '
  651. Me.刪除選中的明細_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  652. Me.刪除選中的明細_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  653. Me.刪除選中的明細_bt.ForeColor = System.Drawing.Color.Red
  654. Me.刪除選中的明細_bt.Location = New System.Drawing.Point(1168, 251)
  655. Me.刪除選中的明細_bt.Name = "刪除選中的明細_bt"
  656. Me.刪除選中的明細_bt.Size = New System.Drawing.Size(178, 30)
  657. Me.刪除選中的明細_bt.TabIndex = 1079
  658. Me.刪除選中的明細_bt.Text = "刪除選中的明細"
  659. Me.刪除選中的明細_bt.UseVisualStyleBackColor = True
  660. '
  661. '領料單建立完成_bt
  662. '
  663. Me.領料單建立完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  664. Me.領料單建立完成_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  665. Me.領料單建立完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  666. Me.領料單建立完成_bt.Location = New System.Drawing.Point(1168, 336)
  667. Me.領料單建立完成_bt.Name = "領料單建立完成_bt"
  668. Me.領料單建立完成_bt.Size = New System.Drawing.Size(178, 47)
  669. Me.領料單建立完成_bt.TabIndex = 1080
  670. Me.領料單建立完成_bt.Text = "領料單建立完成"
  671. Me.領料單建立完成_bt.UseVisualStyleBackColor = True
  672. '
  673. '文字1_lb
  674. '
  675. Me.文字1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  676. Me.文字1_lb.AutoSize = True
  677. Me.文字1_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  678. Me.文字1_lb.Location = New System.Drawing.Point(3, 391)
  679. Me.文字1_lb.Name = "文字1_lb"
  680. Me.文字1_lb.Size = New System.Drawing.Size(589, 15)
  681. Me.文字1_lb.TabIndex = 1081
  682. Me.文字1_lb.Text = "開單前請留意""使用工地""是否已經選擇如果申請數不對,請使用刪除選中明細。如果是整張單都不需要,才點刪除申請單"
  683. '
  684. '文字_lb
  685. '
  686. Me.文字_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  687. Me.文字_lb.AutoSize = True
  688. Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  689. Me.文字_lb.Location = New System.Drawing.Point(132, 319)
  690. Me.文字_lb.Name = "文字_lb"
  691. Me.文字_lb.Size = New System.Drawing.Size(235, 15)
  692. Me.文字_lb.TabIndex = 1082
  693. Me.文字_lb.Text = "(勾選後,請記得手動填入申請數。會自動勾選)"
  694. '
  695. '大間距_ch
  696. '
  697. Me.大間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  698. Me.大間距_ch.AutoSize = True
  699. Me.大間距_ch.Location = New System.Drawing.Point(1122, 316)
  700. Me.大間距_ch.Name = "大間距_ch"
  701. Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
  702. Me.大間距_ch.TabIndex = 1661
  703. Me.大間距_ch.Text = "L3"
  704. Me.大間距_ch.UseVisualStyleBackColor = True
  705. '
  706. '中間距_ch
  707. '
  708. Me.中間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  709. Me.中間距_ch.AutoSize = True
  710. Me.中間距_ch.Location = New System.Drawing.Point(1079, 316)
  711. Me.中間距_ch.Name = "中間距_ch"
  712. Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
  713. Me.中間距_ch.TabIndex = 1660
  714. Me.中間距_ch.Text = "L2"
  715. Me.中間距_ch.UseVisualStyleBackColor = True
  716. '
  717. '小間距_ch
  718. '
  719. Me.小間距_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  720. Me.小間距_ch.AutoSize = True
  721. Me.小間距_ch.Location = New System.Drawing.Point(1037, 316)
  722. Me.小間距_ch.Name = "小間距_ch"
  723. Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
  724. Me.小間距_ch.TabIndex = 1659
  725. Me.小間距_ch.Text = "L1"
  726. Me.小間距_ch.UseVisualStyleBackColor = True
  727. '
  728. '大間距1_ch
  729. '
  730. Me.大間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  731. Me.大間距1_ch.AutoSize = True
  732. Me.大間距1_ch.Location = New System.Drawing.Point(1122, 368)
  733. Me.大間距1_ch.Name = "大間距1_ch"
  734. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  735. Me.大間距1_ch.TabIndex = 1664
  736. Me.大間距1_ch.Text = "L3"
  737. Me.大間距1_ch.UseVisualStyleBackColor = True
  738. '
  739. '中間距1_ch
  740. '
  741. Me.中間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  742. Me.中間距1_ch.AutoSize = True
  743. Me.中間距1_ch.Location = New System.Drawing.Point(1079, 368)
  744. Me.中間距1_ch.Name = "中間距1_ch"
  745. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  746. Me.中間距1_ch.TabIndex = 1663
  747. Me.中間距1_ch.Text = "L2"
  748. Me.中間距1_ch.UseVisualStyleBackColor = True
  749. '
  750. '小間距1_ch
  751. '
  752. Me.小間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  753. Me.小間距1_ch.AutoSize = True
  754. Me.小間距1_ch.Location = New System.Drawing.Point(1037, 368)
  755. Me.小間距1_ch.Name = "小間距1_ch"
  756. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  757. Me.小間距1_ch.TabIndex = 1662
  758. Me.小間距1_ch.Text = "L1"
  759. Me.小間距1_ch.UseVisualStyleBackColor = True
  760. '
  761. '語轉扭_bt
  762. '
  763. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  764. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  765. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  766. Me.語轉扭_bt.Location = New System.Drawing.Point(1326, 281)
  767. Me.語轉扭_bt.Name = "語轉扭_bt"
  768. Me.語轉扭_bt.Size = New System.Drawing.Size(20, 25)
  769. Me.語轉扭_bt.TabIndex = 1665
  770. Me.語轉扭_bt.Text = "L"
  771. Me.語轉扭_bt.UseVisualStyleBackColor = True
  772. '
  773. 'Label1
  774. '
  775. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  776. Me.Label1.AutoSize = True
  777. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  778. Me.Label1.Location = New System.Drawing.Point(2, 376)
  779. Me.Label1.Name = "Label1"
  780. Me.Label1.Size = New System.Drawing.Size(1287, 15)
  781. Me.Label1.TabIndex = 1666
  782. Me.Label1.Text = resources.GetString("Label1.Text")
  783. '
  784. 'Label2
  785. '
  786. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  787. Me.Label2.AutoSize = True
  788. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  789. Me.Label2.Location = New System.Drawing.Point(60, 376)
  790. Me.Label2.Name = "Label2"
  791. Me.Label2.Size = New System.Drawing.Size(1287, 15)
  792. Me.Label2.TabIndex = 1667
  793. Me.Label2.Text = resources.GetString("Label2.Text")
  794. '
  795. '倉儲領料申請
  796. '
  797. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  798. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  799. Me.ClientSize = New System.Drawing.Size(1350, 681)
  800. Me.ContextMenuStrip = Me.ContextMenuStrip1
  801. Me.Controls.Add(Me.語轉扭_bt)
  802. Me.Controls.Add(Me.文字1_lb)
  803. Me.Controls.Add(Me.領料單建立完成_bt)
  804. Me.Controls.Add(Me.刪除選中的明細_bt)
  805. Me.Controls.Add(Me.全部取消_cb)
  806. Me.Controls.Add(Me.全部選擇_cb)
  807. Me.Controls.Add(Me.備註修改存檔_bt)
  808. Me.Controls.Add(Me.刪除領料申請單_bt)
  809. Me.Controls.Add(Me.語言_dgv)
  810. Me.Controls.Add(Me.可申請_tb)
  811. Me.Controls.Add(Me.選定內容加入領料單_bt)
  812. Me.Controls.Add(Me.申請數_nud)
  813. Me.Controls.Add(Me.申請數_lb)
  814. Me.Controls.Add(Me.料號_lb)
  815. Me.Controls.Add(Me.倉儲單號_tb)
  816. Me.Controls.Add(Me.可申請_lb)
  817. Me.Controls.Add(Me.規格合併_dgv)
  818. Me.Controls.Add(Me.倉儲單號1_tb)
  819. Me.Controls.Add(Me.品名1_tb)
  820. Me.Controls.Add(Me.選擇_tb)
  821. Me.Controls.Add(Me.品名_tb)
  822. Me.Controls.Add(Me.選擇_lb)
  823. Me.Controls.Add(Me.圖片檔1_pb)
  824. Me.Controls.Add(Me.A8_tb)
  825. Me.Controls.Add(Me.使用工地_lb)
  826. Me.Controls.Add(Me.使用工地_cb)
  827. Me.Controls.Add(Me.Label9)
  828. Me.Controls.Add(Me.品名_lb)
  829. Me.Controls.Add(Me.A7_tb)
  830. Me.Controls.Add(Me.倉名編號_lb)
  831. Me.Controls.Add(Me.領料單號_lb)
  832. Me.Controls.Add(Me.Label8)
  833. Me.Controls.Add(Me.領料單號_tb)
  834. Me.Controls.Add(Me.倉級_lb)
  835. Me.Controls.Add(Me.出庫單據_dgv)
  836. Me.Controls.Add(Me.A6_tb)
  837. Me.Controls.Add(Me.出庫明細_dgv)
  838. Me.Controls.Add(Me.Label12)
  839. Me.Controls.Add(Me.A5_tb)
  840. Me.Controls.Add(Me.當前倉庫_cb)
  841. Me.Controls.Add(Me.Label13)
  842. Me.Controls.Add(Me.當前倉庫_lb)
  843. Me.Controls.Add(Me.A4_tb)
  844. Me.Controls.Add(Me.Label14)
  845. Me.Controls.Add(Me.A3_tb)
  846. Me.Controls.Add(Me.Label15)
  847. Me.Controls.Add(Me.A2_tb)
  848. Me.Controls.Add(Me.Label16)
  849. Me.Controls.Add(Me.倉級_tb)
  850. Me.Controls.Add(Me.A1_tb)
  851. Me.Controls.Add(Me.倉名編號_tb)
  852. Me.Controls.Add(Me.Label17)
  853. Me.Controls.Add(Me.文字_lb)
  854. Me.Controls.Add(Me.庫存_dgv)
  855. Me.Controls.Add(Me.開立領料單_bt)
  856. Me.Controls.Add(Me.批量操作_ch)
  857. Me.Controls.Add(Me.大間距_ch)
  858. Me.Controls.Add(Me.中間距_ch)
  859. Me.Controls.Add(Me.小間距_ch)
  860. Me.Controls.Add(Me.大間距1_ch)
  861. Me.Controls.Add(Me.中間距1_ch)
  862. Me.Controls.Add(Me.小間距1_ch)
  863. Me.Controls.Add(Me.Label1)
  864. Me.Controls.Add(Me.Label2)
  865. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  866. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  867. Me.Name = "倉儲領料申請"
  868. Me.Text = "倉儲領料申請"
  869. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  870. CType(Me.庫存_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  871. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  872. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  873. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  874. Me.ContextMenuStrip1.ResumeLayout(False)
  875. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  876. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  877. Me.ResumeLayout(False)
  878. Me.PerformLayout()
  879. End Sub
  880. Friend WithEvents 倉儲單號1_tb As TextBox
  881. Friend WithEvents 品名_tb As TextBox
  882. Friend WithEvents A8_tb As TextBox
  883. Friend WithEvents Label9 As Label
  884. Friend WithEvents A7_tb As TextBox
  885. Friend WithEvents Label8 As Label
  886. Friend WithEvents A6_tb As TextBox
  887. Friend WithEvents Label12 As Label
  888. Friend WithEvents A5_tb As TextBox
  889. Friend WithEvents Label13 As Label
  890. Friend WithEvents A4_tb As TextBox
  891. Friend WithEvents Label14 As Label
  892. Friend WithEvents A3_tb As TextBox
  893. Friend WithEvents Label15 As Label
  894. Friend WithEvents A2_tb As TextBox
  895. Friend WithEvents Label16 As Label
  896. Friend WithEvents A1_tb As TextBox
  897. Friend WithEvents Label17 As Label
  898. Friend WithEvents 倉名編號_tb As TextBox
  899. Friend WithEvents 倉級_tb As TextBox
  900. Friend WithEvents 當前倉庫_lb As Label
  901. Friend WithEvents 當前倉庫_cb As ComboBox
  902. Friend WithEvents 圖片檔1_pb As PictureBox
  903. Friend WithEvents 庫存_dgv As DataGridView
  904. Friend WithEvents 倉級_lb As Label
  905. Friend WithEvents 倉名編號_lb As Label
  906. Friend WithEvents 品名_lb As Label
  907. Friend WithEvents 領料單號_lb As Label
  908. Friend WithEvents 領料單號_tb As TextBox
  909. Friend WithEvents 出庫單據_dgv As DataGridView
  910. Friend WithEvents 出庫明細_dgv As DataGridView
  911. Friend WithEvents 使用工地_lb As Label
  912. Friend WithEvents 使用工地_cb As ComboBox
  913. Friend WithEvents 選擇_tb As TextBox
  914. Friend WithEvents 選擇_lb As Label
  915. Friend WithEvents 品名1_tb As TextBox
  916. Friend WithEvents 規格合併_dgv As DataGridView
  917. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  918. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  919. Friend WithEvents 查詢_tsm As ToolStripMenuItem
  920. Friend WithEvents 可申請_tb As TextBox
  921. Friend WithEvents 選定內容加入領料單_bt As Button
  922. Friend WithEvents 申請數_nud As NumericUpDown
  923. Friend WithEvents 申請數_lb As Label
  924. Friend WithEvents 料號_lb As Label
  925. Friend WithEvents 倉儲單號_tb As TextBox
  926. Friend WithEvents 可申請_lb As Label
  927. Friend WithEvents 批量操作_ch As CheckBox
  928. Friend WithEvents 語言_dgv As DataGridView
  929. Friend WithEvents 開立領料單_bt As Button
  930. Friend WithEvents 刪除領料申請單_bt As Button
  931. Friend WithEvents 備註修改存檔_bt As Button
  932. Friend WithEvents 全部選擇_cb As CheckBox
  933. Friend WithEvents 全部取消_cb As CheckBox
  934. Friend WithEvents 刪除選中的明細_bt As Button
  935. Friend WithEvents 領料單建立完成_bt As Button
  936. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  937. Friend WithEvents 文字1_lb As Label
  938. Friend WithEvents 文字_lb As Label
  939. Friend WithEvents 大間距_ch As CheckBox
  940. Friend WithEvents 中間距_ch As CheckBox
  941. Friend WithEvents 小間距_ch As CheckBox
  942. Friend WithEvents 大間距1_ch As CheckBox
  943. Friend WithEvents 中間距1_ch As CheckBox
  944. Friend WithEvents 小間距1_ch As CheckBox
  945. Friend WithEvents 語轉扭_bt As Button
  946. Friend WithEvents Label1 As Label
  947. Friend WithEvents Label2 As Label
  948. End Class