Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

倉儲入庫驗收.Designer.vb 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  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. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  28. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  29. Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
  30. Me.同級別全資料_ch = New System.Windows.Forms.CheckBox()
  31. Me.確認收料入庫_bt = New System.Windows.Forms.Button()
  32. Me.圖片檔1_pb = New System.Windows.Forms.PictureBox()
  33. Me.全部取消_bt = New System.Windows.Forms.Button()
  34. Me.全部選擇_bt = New System.Windows.Forms.Button()
  35. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  36. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  37. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.依據入庫單號全部選擇_tsm = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.確認收料入庫_tsm = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
  41. Me.全部選擇_tsm = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.全部取消_tsm = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.入庫單號_tb = New System.Windows.Forms.TextBox()
  44. Me.入庫單號_lb = New System.Windows.Forms.Label()
  45. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  46. Me.依據入庫單號全部選擇_bt = New System.Windows.Forms.Button()
  47. Me.語轉扭_bt = New System.Windows.Forms.Button()
  48. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  49. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  50. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  51. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  52. Me.Panel1 = New System.Windows.Forms.Panel()
  53. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  54. Me.切換倉庫級別_bt = New System.Windows.Forms.Button()
  55. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.ContextMenuStrip1.SuspendLayout()
  59. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  60. Me.Panel1.SuspendLayout()
  61. Me.SuspendLayout()
  62. '
  63. '清單_dgv
  64. '
  65. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  66. Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  67. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  68. Or System.Windows.Forms.AnchorStyles.Left) _
  69. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  70. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  71. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  72. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  73. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  74. Me.清單_dgv.Location = New System.Drawing.Point(4, 55)
  75. Me.清單_dgv.Name = "清單_dgv"
  76. Me.清單_dgv.RowHeadersWidth = 5
  77. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  78. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  79. Me.清單_dgv.RowTemplate.Height = 24
  80. Me.清單_dgv.Size = New System.Drawing.Size(1340, 623)
  81. Me.清單_dgv.TabIndex = 970
  82. '
  83. '指定倉庫_lb
  84. '
  85. Me.指定倉庫_lb.AutoSize = True
  86. Me.指定倉庫_lb.Location = New System.Drawing.Point(7, 32)
  87. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  88. Me.指定倉庫_lb.Size = New System.Drawing.Size(136, 16)
  89. Me.指定倉庫_lb.TabIndex = 995
  90. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  91. '
  92. '指定倉庫_cb
  93. '
  94. Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  95. Me.指定倉庫_cb.FormattingEnabled = True
  96. Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
  97. Me.指定倉庫_cb.Location = New System.Drawing.Point(148, 29)
  98. Me.指定倉庫_cb.Name = "指定倉庫_cb"
  99. Me.指定倉庫_cb.Size = New System.Drawing.Size(129, 24)
  100. Me.指定倉庫_cb.TabIndex = 994
  101. '
  102. '同級別全資料_ch
  103. '
  104. Me.同級別全資料_ch.AutoSize = True
  105. Me.同級別全資料_ch.Location = New System.Drawing.Point(284, 6)
  106. Me.同級別全資料_ch.Name = "同級別全資料_ch"
  107. Me.同級別全資料_ch.Size = New System.Drawing.Size(278, 20)
  108. Me.同級別全資料_ch.TabIndex = 996
  109. Me.同級別全資料_ch.Text = "同 級 別 倉 庫 全 部 資 料"
  110. Me.同級別全資料_ch.UseVisualStyleBackColor = True
  111. '
  112. '確認收料入庫_bt
  113. '
  114. Me.確認收料入庫_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Shipping0
  115. Me.確認收料入庫_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  116. Me.確認收料入庫_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.確認收料入庫_bt.ForeColor = System.Drawing.Color.Green
  118. Me.確認收料入庫_bt.Location = New System.Drawing.Point(656, 1)
  119. Me.確認收料入庫_bt.Name = "確認收料入庫_bt"
  120. Me.確認收料入庫_bt.Size = New System.Drawing.Size(106, 53)
  121. Me.確認收料入庫_bt.TabIndex = 1004
  122. Me.確認收料入庫_bt.UseVisualStyleBackColor = True
  123. '
  124. '圖片檔1_pb
  125. '
  126. Me.圖片檔1_pb.BackColor = System.Drawing.Color.White
  127. Me.圖片檔1_pb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Picture
  128. Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  129. Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  130. Me.圖片檔1_pb.Location = New System.Drawing.Point(564, 2)
  131. Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  132. Me.圖片檔1_pb.Name = "圖片檔1_pb"
  133. Me.圖片檔1_pb.Size = New System.Drawing.Size(86, 53)
  134. Me.圖片檔1_pb.TabIndex = 1010
  135. Me.圖片檔1_pb.TabStop = False
  136. '
  137. '全部取消_bt
  138. '
  139. Me.全部取消_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  140. Me.全部取消_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  141. Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive
  143. Me.全部取消_bt.Location = New System.Drawing.Point(894, 1)
  144. Me.全部取消_bt.Name = "全部取消_bt"
  145. Me.全部取消_bt.Size = New System.Drawing.Size(53, 53)
  146. Me.全部取消_bt.TabIndex = 1012
  147. Me.全部取消_bt.UseVisualStyleBackColor = True
  148. '
  149. '全部選擇_bt
  150. '
  151. Me.全部選擇_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
  152. Me.全部選擇_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  153. Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  155. Me.全部選擇_bt.Location = New System.Drawing.Point(840, 1)
  156. Me.全部選擇_bt.Name = "全部選擇_bt"
  157. Me.全部選擇_bt.Size = New System.Drawing.Size(53, 53)
  158. Me.全部選擇_bt.TabIndex = 1011
  159. Me.全部選擇_bt.UseVisualStyleBackColor = True
  160. '
  161. '規格合併_dgv
  162. '
  163. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  164. Me.規格合併_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  165. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.規格合併_dgv.Location = New System.Drawing.Point(3, 3)
  167. Me.規格合併_dgv.Name = "規格合併_dgv"
  168. Me.規格合併_dgv.RowHeadersWidth = 5
  169. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  170. Me.規格合併_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  171. Me.規格合併_dgv.RowTemplate.Height = 24
  172. Me.規格合併_dgv.Size = New System.Drawing.Size(81, 49)
  173. Me.規格合併_dgv.TabIndex = 1032
  174. '
  175. 'ContextMenuStrip1
  176. '
  177. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.依據入庫單號全部選擇_tsm, Me.確認收料入庫_tsm, Me.ToolStripSeparator5, Me.全部選擇_tsm, Me.全部取消_tsm})
  178. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  179. Me.ContextMenuStrip1.Size = New System.Drawing.Size(195, 120)
  180. '
  181. '重新整理_tsm
  182. '
  183. Me.重新整理_tsm.Name = "重新整理_tsm"
  184. Me.重新整理_tsm.Size = New System.Drawing.Size(194, 22)
  185. Me.重新整理_tsm.Text = "重新整理"
  186. '
  187. '依據入庫單號全部選擇_tsm
  188. '
  189. Me.依據入庫單號全部選擇_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  190. Me.依據入庫單號全部選擇_tsm.Name = "依據入庫單號全部選擇_tsm"
  191. Me.依據入庫單號全部選擇_tsm.Size = New System.Drawing.Size(194, 22)
  192. Me.依據入庫單號全部選擇_tsm.Text = "依據入庫單號全部選擇"
  193. '
  194. '確認收料入庫_tsm
  195. '
  196. Me.確認收料入庫_tsm.ForeColor = System.Drawing.Color.Green
  197. Me.確認收料入庫_tsm.Name = "確認收料入庫_tsm"
  198. Me.確認收料入庫_tsm.Size = New System.Drawing.Size(194, 22)
  199. Me.確認收料入庫_tsm.Text = "確認收料入庫"
  200. '
  201. 'ToolStripSeparator5
  202. '
  203. Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
  204. Me.ToolStripSeparator5.Size = New System.Drawing.Size(191, 6)
  205. '
  206. '全部選擇_tsm
  207. '
  208. Me.全部選擇_tsm.ForeColor = System.Drawing.Color.Olive
  209. Me.全部選擇_tsm.Name = "全部選擇_tsm"
  210. Me.全部選擇_tsm.Size = New System.Drawing.Size(194, 22)
  211. Me.全部選擇_tsm.Text = "全部選擇"
  212. '
  213. '全部取消_tsm
  214. '
  215. Me.全部取消_tsm.ForeColor = System.Drawing.Color.Olive
  216. Me.全部取消_tsm.Name = "全部取消_tsm"
  217. Me.全部取消_tsm.Size = New System.Drawing.Size(194, 22)
  218. Me.全部取消_tsm.Text = "全部取消"
  219. Me.全部取消_tsm.TextAlign = System.Drawing.ContentAlignment.BottomRight
  220. '
  221. '入庫單號_tb
  222. '
  223. Me.入庫單號_tb.Location = New System.Drawing.Point(147, 4)
  224. Me.入庫單號_tb.Name = "入庫單號_tb"
  225. Me.入庫單號_tb.Size = New System.Drawing.Size(130, 23)
  226. Me.入庫單號_tb.TabIndex = 1033
  227. '
  228. '入庫單號_lb
  229. '
  230. Me.入庫單號_lb.AutoSize = True
  231. Me.入庫單號_lb.Location = New System.Drawing.Point(30, 7)
  232. Me.入庫單號_lb.Name = "入庫單號_lb"
  233. Me.入庫單號_lb.Size = New System.Drawing.Size(109, 16)
  234. Me.入庫單號_lb.TabIndex = 1034
  235. Me.入庫單號_lb.Text = "倉 儲 單 號"
  236. '
  237. '語言_dgv
  238. '
  239. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  240. Me.語言_dgv.Location = New System.Drawing.Point(3, 58)
  241. Me.語言_dgv.Name = "語言_dgv"
  242. Me.語言_dgv.RowHeadersWidth = 5
  243. Me.語言_dgv.RowTemplate.Height = 24
  244. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  245. Me.語言_dgv.TabIndex = 1042
  246. '
  247. '依據入庫單號全部選擇_bt
  248. '
  249. Me.依據入庫單號全部選擇_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check_icon
  250. Me.依據入庫單號全部選擇_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  251. Me.依據入庫單號全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.依據入庫單號全部選擇_bt.ForeColor = System.Drawing.Color.Olive
  253. Me.依據入庫單號全部選擇_bt.Location = New System.Drawing.Point(786, 1)
  254. Me.依據入庫單號全部選擇_bt.Name = "依據入庫單號全部選擇_bt"
  255. Me.依據入庫單號全部選擇_bt.Size = New System.Drawing.Size(53, 53)
  256. Me.依據入庫單號全部選擇_bt.TabIndex = 1043
  257. Me.依據入庫單號全部選擇_bt.UseVisualStyleBackColor = True
  258. '
  259. '語轉扭_bt
  260. '
  261. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  263. Me.語轉扭_bt.Location = New System.Drawing.Point(90, 3)
  264. Me.語轉扭_bt.Name = "語轉扭_bt"
  265. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  266. Me.語轉扭_bt.TabIndex = 1651
  267. Me.語轉扭_bt.Text = "L"
  268. Me.語轉扭_bt.UseVisualStyleBackColor = True
  269. '
  270. '大間距_ch
  271. '
  272. Me.大間距_ch.AutoSize = True
  273. Me.大間距_ch.Location = New System.Drawing.Point(492, 31)
  274. Me.大間距_ch.Name = "大間距_ch"
  275. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  276. Me.大間距_ch.TabIndex = 1654
  277. Me.大間距_ch.Text = "L3"
  278. Me.大間距_ch.UseVisualStyleBackColor = True
  279. '
  280. '中間距_ch
  281. '
  282. Me.中間距_ch.AutoSize = True
  283. Me.中間距_ch.Location = New System.Drawing.Point(449, 31)
  284. Me.中間距_ch.Name = "中間距_ch"
  285. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  286. Me.中間距_ch.TabIndex = 1653
  287. Me.中間距_ch.Text = "L2"
  288. Me.中間距_ch.UseVisualStyleBackColor = True
  289. '
  290. '小間距_ch
  291. '
  292. Me.小間距_ch.AutoSize = True
  293. Me.小間距_ch.Location = New System.Drawing.Point(407, 31)
  294. Me.小間距_ch.Name = "小間距_ch"
  295. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  296. Me.小間距_ch.TabIndex = 1652
  297. Me.小間距_ch.Text = "L1"
  298. Me.小間距_ch.UseVisualStyleBackColor = True
  299. '
  300. '詳細資料2_ch
  301. '
  302. Me.詳細資料2_ch.AutoSize = True
  303. Me.詳細資料2_ch.Location = New System.Drawing.Point(284, 31)
  304. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  305. Me.詳細資料2_ch.Size = New System.Drawing.Size(74, 20)
  306. Me.詳細資料2_ch.TabIndex = 1838
  307. Me.詳細資料2_ch.Text = "詳細資料"
  308. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  309. '
  310. 'Panel1
  311. '
  312. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  313. Me.Panel1.Controls.Add(Me.規格合併_dgv)
  314. Me.Panel1.Controls.Add(Me.語言_dgv)
  315. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  316. Me.Panel1.Location = New System.Drawing.Point(537, 216)
  317. Me.Panel1.Name = "Panel1"
  318. Me.Panel1.Size = New System.Drawing.Size(125, 120)
  319. Me.Panel1.TabIndex = 1839
  320. '
  321. 'ToolTip1
  322. '
  323. Me.ToolTip1.AutoPopDelay = 5000
  324. Me.ToolTip1.InitialDelay = 500
  325. Me.ToolTip1.IsBalloon = True
  326. Me.ToolTip1.ReshowDelay = 100
  327. Me.ToolTip1.ToolTipTitle = "illustrate"
  328. '
  329. '切換倉庫級別_bt
  330. '
  331. Me.切換倉庫級別_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  332. Me.切換倉庫級別_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  333. Me.切換倉庫級別_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  334. Me.切換倉庫級別_bt.Location = New System.Drawing.Point(967, 1)
  335. Me.切換倉庫級別_bt.Name = "切換倉庫級別_bt"
  336. Me.切換倉庫級別_bt.Size = New System.Drawing.Size(53, 53)
  337. Me.切換倉庫級別_bt.TabIndex = 1868
  338. Me.切換倉庫級別_bt.UseVisualStyleBackColor = True
  339. '
  340. '倉儲入庫驗收
  341. '
  342. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  343. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  344. Me.ClientSize = New System.Drawing.Size(1349, 681)
  345. Me.ContextMenuStrip = Me.ContextMenuStrip1
  346. Me.Controls.Add(Me.切換倉庫級別_bt)
  347. Me.Controls.Add(Me.Panel1)
  348. Me.Controls.Add(Me.詳細資料2_ch)
  349. Me.Controls.Add(Me.大間距_ch)
  350. Me.Controls.Add(Me.中間距_ch)
  351. Me.Controls.Add(Me.小間距_ch)
  352. Me.Controls.Add(Me.依據入庫單號全部選擇_bt)
  353. Me.Controls.Add(Me.入庫單號_tb)
  354. Me.Controls.Add(Me.入庫單號_lb)
  355. Me.Controls.Add(Me.全部取消_bt)
  356. Me.Controls.Add(Me.全部選擇_bt)
  357. Me.Controls.Add(Me.圖片檔1_pb)
  358. Me.Controls.Add(Me.確認收料入庫_bt)
  359. Me.Controls.Add(Me.同級別全資料_ch)
  360. Me.Controls.Add(Me.指定倉庫_lb)
  361. Me.Controls.Add(Me.指定倉庫_cb)
  362. Me.Controls.Add(Me.清單_dgv)
  363. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  364. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  365. Me.MaximizeBox = False
  366. Me.MinimizeBox = False
  367. Me.Name = "倉儲入庫驗收"
  368. Me.Text = "倉儲入庫驗收"
  369. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  370. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  371. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  372. Me.ContextMenuStrip1.ResumeLayout(False)
  373. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  374. Me.Panel1.ResumeLayout(False)
  375. Me.ResumeLayout(False)
  376. Me.PerformLayout()
  377. End Sub
  378. Friend WithEvents 清單_dgv As DataGridView
  379. Friend WithEvents 指定倉庫_lb As Label
  380. Friend WithEvents 指定倉庫_cb As ComboBox
  381. Friend WithEvents 同級別全資料_ch As CheckBox
  382. Friend WithEvents 確認收料入庫_bt As Button
  383. Friend WithEvents 圖片檔1_pb As PictureBox
  384. Friend WithEvents 全部取消_bt As Button
  385. Friend WithEvents 全部選擇_bt As Button
  386. Friend WithEvents 規格合併_dgv As DataGridView
  387. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  388. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  389. Friend WithEvents 確認收料入庫_tsm As ToolStripMenuItem
  390. Friend WithEvents 全部選擇_tsm As ToolStripMenuItem
  391. Friend WithEvents 全部取消_tsm As ToolStripMenuItem
  392. Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
  393. Friend WithEvents 入庫單號_tb As TextBox
  394. Friend WithEvents 入庫單號_lb As Label
  395. Friend WithEvents 依據入庫單號全部選擇_tsm As ToolStripMenuItem
  396. Friend WithEvents 語言_dgv As DataGridView
  397. Friend WithEvents 依據入庫單號全部選擇_bt As Button
  398. Friend WithEvents 語轉扭_bt As Button
  399. Friend WithEvents 大間距_ch As CheckBox
  400. Friend WithEvents 中間距_ch As CheckBox
  401. Friend WithEvents 小間距_ch As CheckBox
  402. Friend WithEvents 詳細資料2_ch As CheckBox
  403. Friend WithEvents Panel1 As Panel
  404. Friend WithEvents ToolTip1 As ToolTip
  405. Friend WithEvents 切換倉庫級別_bt As Button
  406. End Class