Sin descripción
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 19KB

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