No Description
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  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.指定出庫單號_lb = New System.Windows.Forms.Label()
  30. Me.指定出庫單號_tb = New System.Windows.Forms.TextBox()
  31. Me.出庫單據_dgv = New System.Windows.Forms.DataGridView()
  32. Me.出庫明細_dgv = New System.Windows.Forms.DataGridView()
  33. Me.作廢_bt = New System.Windows.Forms.Button()
  34. Me.審核_bt = New System.Windows.Forms.Button()
  35. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  36. Me.指定倉庫_tb = New System.Windows.Forms.TextBox()
  37. Me.倉級_lb = New System.Windows.Forms.Label()
  38. Me.倉級_tb = New System.Windows.Forms.TextBox()
  39. Me.倉名編號_lb = New System.Windows.Forms.Label()
  40. Me.倉名編號_tb = New System.Windows.Forms.TextBox()
  41. Me.圖片檔1_pb = New System.Windows.Forms.PictureBox()
  42. Me.圖片檔2_pb = New System.Windows.Forms.PictureBox()
  43. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  44. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  45. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.作廢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  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. Me.語轉扭_bt = New System.Windows.Forms.Button()
  53. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.圖片檔2_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.SuspendLayout()
  61. '
  62. '指定出庫單號_lb
  63. '
  64. Me.指定出庫單號_lb.AutoSize = True
  65. Me.指定出庫單號_lb.Location = New System.Drawing.Point(637, 10)
  66. Me.指定出庫單號_lb.Name = "指定出庫單號_lb"
  67. Me.指定出庫單號_lb.Size = New System.Drawing.Size(155, 16)
  68. Me.指定出庫單號_lb.TabIndex = 1013
  69. Me.指定出庫單號_lb.Text = "指 定 出 庫 單 號"
  70. '
  71. '指定出庫單號_tb
  72. '
  73. Me.指定出庫單號_tb.Location = New System.Drawing.Point(798, 7)
  74. Me.指定出庫單號_tb.Name = "指定出庫單號_tb"
  75. Me.指定出庫單號_tb.Size = New System.Drawing.Size(205, 23)
  76. Me.指定出庫單號_tb.TabIndex = 1012
  77. Me.指定出庫單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  78. '
  79. '出庫單據_dgv
  80. '
  81. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  82. Me.出庫單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  83. Me.出庫單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  84. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  85. Me.出庫單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  86. Me.出庫單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  87. Me.出庫單據_dgv.Location = New System.Drawing.Point(6, 5)
  88. Me.出庫單據_dgv.Name = "出庫單據_dgv"
  89. Me.出庫單據_dgv.RowHeadersWidth = 5
  90. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  91. Me.出庫單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  92. Me.出庫單據_dgv.RowTemplate.Height = 24
  93. Me.出庫單據_dgv.Size = New System.Drawing.Size(350, 670)
  94. Me.出庫單據_dgv.TabIndex = 1011
  95. '
  96. '出庫明細_dgv
  97. '
  98. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  99. Me.出庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  100. Me.出庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  101. Or System.Windows.Forms.AnchorStyles.Left) _
  102. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  103. Me.出庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  104. Me.出庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  105. Me.出庫明細_dgv.Location = New System.Drawing.Point(362, 102)
  106. Me.出庫明細_dgv.Name = "出庫明細_dgv"
  107. Me.出庫明細_dgv.RowHeadersWidth = 5
  108. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  109. Me.出庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  110. Me.出庫明細_dgv.RowTemplate.Height = 24
  111. Me.出庫明細_dgv.Size = New System.Drawing.Size(980, 573)
  112. Me.出庫明細_dgv.TabIndex = 1009
  113. '
  114. '作廢_bt
  115. '
  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.Red
  118. Me.作廢_bt.Location = New System.Drawing.Point(1181, 6)
  119. Me.作廢_bt.Name = "作廢_bt"
  120. Me.作廢_bt.Size = New System.Drawing.Size(161, 69)
  121. Me.作廢_bt.TabIndex = 1017
  122. Me.作廢_bt.Text = "作廢"
  123. Me.作廢_bt.UseVisualStyleBackColor = True
  124. '
  125. '審核_bt
  126. '
  127. Me.審核_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.審核_bt.ForeColor = System.Drawing.Color.Green
  129. Me.審核_bt.Location = New System.Drawing.Point(1009, 6)
  130. Me.審核_bt.Name = "審核_bt"
  131. Me.審核_bt.Size = New System.Drawing.Size(161, 69)
  132. Me.審核_bt.TabIndex = 1016
  133. Me.審核_bt.Text = "審核"
  134. Me.審核_bt.UseVisualStyleBackColor = True
  135. '
  136. '指定倉庫_lb
  137. '
  138. Me.指定倉庫_lb.AutoSize = True
  139. Me.指定倉庫_lb.Location = New System.Drawing.Point(642, 34)
  140. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  141. Me.指定倉庫_lb.Size = New System.Drawing.Size(137, 16)
  142. Me.指定倉庫_lb.TabIndex = 1019
  143. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  144. '
  145. '指定倉庫_tb
  146. '
  147. Me.指定倉庫_tb.Location = New System.Drawing.Point(640, 52)
  148. Me.指定倉庫_tb.Name = "指定倉庫_tb"
  149. Me.指定倉庫_tb.Size = New System.Drawing.Size(363, 23)
  150. Me.指定倉庫_tb.TabIndex = 1018
  151. Me.指定倉庫_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  152. '
  153. '倉級_lb
  154. '
  155. Me.倉級_lb.AutoSize = True
  156. Me.倉級_lb.Location = New System.Drawing.Point(645, 80)
  157. Me.倉級_lb.Name = "倉級_lb"
  158. Me.倉級_lb.Size = New System.Drawing.Size(50, 16)
  159. Me.倉級_lb.TabIndex = 1021
  160. Me.倉級_lb.Text = "倉 級"
  161. '
  162. '倉級_tb
  163. '
  164. Me.倉級_tb.Location = New System.Drawing.Point(717, 77)
  165. Me.倉級_tb.Name = "倉級_tb"
  166. Me.倉級_tb.Size = New System.Drawing.Size(75, 23)
  167. Me.倉級_tb.TabIndex = 1020
  168. Me.倉級_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  169. '
  170. '倉名編號_lb
  171. '
  172. Me.倉名編號_lb.AutoSize = True
  173. Me.倉名編號_lb.Location = New System.Drawing.Point(848, 80)
  174. Me.倉名編號_lb.Name = "倉名編號_lb"
  175. Me.倉名編號_lb.Size = New System.Drawing.Size(74, 16)
  176. Me.倉名編號_lb.TabIndex = 1023
  177. Me.倉名編號_lb.Text = "倉 名 編 號"
  178. '
  179. '倉名編號_tb
  180. '
  181. Me.倉名編號_tb.Location = New System.Drawing.Point(928, 77)
  182. Me.倉名編號_tb.Name = "倉名編號_tb"
  183. Me.倉名編號_tb.Size = New System.Drawing.Size(75, 23)
  184. Me.倉名編號_tb.TabIndex = 1022
  185. Me.倉名編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  186. '
  187. '圖片檔1_pb
  188. '
  189. Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  190. Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  191. Me.圖片檔1_pb.Location = New System.Drawing.Point(362, 6)
  192. Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  193. Me.圖片檔1_pb.Name = "圖片檔1_pb"
  194. Me.圖片檔1_pb.Size = New System.Drawing.Size(191, 94)
  195. Me.圖片檔1_pb.TabIndex = 1015
  196. Me.圖片檔1_pb.TabStop = False
  197. '
  198. '圖片檔2_pb
  199. '
  200. Me.圖片檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  201. Me.圖片檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  202. Me.圖片檔2_pb.Location = New System.Drawing.Point(629, 185)
  203. Me.圖片檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  204. Me.圖片檔2_pb.Name = "圖片檔2_pb"
  205. Me.圖片檔2_pb.Size = New System.Drawing.Size(78, 94)
  206. Me.圖片檔2_pb.TabIndex = 1014
  207. Me.圖片檔2_pb.TabStop = False
  208. Me.圖片檔2_pb.Visible = False
  209. '
  210. '規格合併_dgv
  211. '
  212. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  213. Me.規格合併_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  214. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  215. Me.規格合併_dgv.Location = New System.Drawing.Point(396, 138)
  216. Me.規格合併_dgv.Name = "規格合併_dgv"
  217. Me.規格合併_dgv.RowHeadersWidth = 5
  218. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  219. Me.規格合併_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  220. Me.規格合併_dgv.RowTemplate.Height = 24
  221. Me.規格合併_dgv.Size = New System.Drawing.Size(227, 141)
  222. Me.規格合併_dgv.TabIndex = 1033
  223. '
  224. 'ContextMenuStrip1
  225. '
  226. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.審核_tsm, Me.作廢_tsm})
  227. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  228. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 70)
  229. '
  230. '重新整理_tsm
  231. '
  232. Me.重新整理_tsm.Name = "重新整理_tsm"
  233. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  234. Me.重新整理_tsm.Text = "重新整理"
  235. '
  236. '審核_tsm
  237. '
  238. Me.審核_tsm.ForeColor = System.Drawing.Color.Green
  239. Me.審核_tsm.Name = "審核_tsm"
  240. Me.審核_tsm.Size = New System.Drawing.Size(122, 22)
  241. Me.審核_tsm.Text = "審核"
  242. '
  243. '作廢_tsm
  244. '
  245. Me.作廢_tsm.ForeColor = System.Drawing.Color.Red
  246. Me.作廢_tsm.Name = "作廢_tsm"
  247. Me.作廢_tsm.Size = New System.Drawing.Size(122, 22)
  248. Me.作廢_tsm.Text = "作廢"
  249. '
  250. '語言_dgv
  251. '
  252. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  253. Me.語言_dgv.Location = New System.Drawing.Point(629, 138)
  254. Me.語言_dgv.Name = "語言_dgv"
  255. Me.語言_dgv.RowHeadersWidth = 5
  256. Me.語言_dgv.RowTemplate.Height = 24
  257. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  258. Me.語言_dgv.TabIndex = 1065
  259. Me.語言_dgv.Visible = False
  260. '
  261. '大間距_ch
  262. '
  263. Me.大間距_ch.AutoSize = True
  264. Me.大間距_ch.Location = New System.Drawing.Point(1098, 78)
  265. Me.大間距_ch.Name = "大間距_ch"
  266. Me.大間距_ch.Size = New System.Drawing.Size(40, 20)
  267. Me.大間距_ch.TabIndex = 1657
  268. Me.大間距_ch.Text = "L3"
  269. Me.大間距_ch.UseVisualStyleBackColor = True
  270. '
  271. '中間距_ch
  272. '
  273. Me.中間距_ch.AutoSize = True
  274. Me.中間距_ch.Location = New System.Drawing.Point(1055, 78)
  275. Me.中間距_ch.Name = "中間距_ch"
  276. Me.中間距_ch.Size = New System.Drawing.Size(40, 20)
  277. Me.中間距_ch.TabIndex = 1656
  278. Me.中間距_ch.Text = "L2"
  279. Me.中間距_ch.UseVisualStyleBackColor = True
  280. '
  281. '小間距_ch
  282. '
  283. Me.小間距_ch.AutoSize = True
  284. Me.小間距_ch.Location = New System.Drawing.Point(1013, 78)
  285. Me.小間距_ch.Name = "小間距_ch"
  286. Me.小間距_ch.Size = New System.Drawing.Size(40, 20)
  287. Me.小間距_ch.TabIndex = 1655
  288. Me.小間距_ch.Text = "L1"
  289. Me.小間距_ch.UseVisualStyleBackColor = True
  290. '
  291. '語轉扭_bt
  292. '
  293. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  294. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  295. Me.語轉扭_bt.Location = New System.Drawing.Point(1317, 75)
  296. Me.語轉扭_bt.Name = "語轉扭_bt"
  297. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  298. Me.語轉扭_bt.TabIndex = 1658
  299. Me.語轉扭_bt.Text = "L"
  300. Me.語轉扭_bt.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.語轉扭_bt)
  309. Me.Controls.Add(Me.大間距_ch)
  310. Me.Controls.Add(Me.中間距_ch)
  311. Me.Controls.Add(Me.小間距_ch)
  312. Me.Controls.Add(Me.語言_dgv)
  313. Me.Controls.Add(Me.規格合併_dgv)
  314. Me.Controls.Add(Me.倉名編號_lb)
  315. Me.Controls.Add(Me.倉名編號_tb)
  316. Me.Controls.Add(Me.倉級_lb)
  317. Me.Controls.Add(Me.倉級_tb)
  318. Me.Controls.Add(Me.指定倉庫_lb)
  319. Me.Controls.Add(Me.指定倉庫_tb)
  320. Me.Controls.Add(Me.作廢_bt)
  321. Me.Controls.Add(Me.審核_bt)
  322. Me.Controls.Add(Me.圖片檔1_pb)
  323. Me.Controls.Add(Me.圖片檔2_pb)
  324. Me.Controls.Add(Me.指定出庫單號_lb)
  325. Me.Controls.Add(Me.指定出庫單號_tb)
  326. Me.Controls.Add(Me.出庫單據_dgv)
  327. Me.Controls.Add(Me.出庫明細_dgv)
  328. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  330. Me.Name = "倉儲指定出庫審核"
  331. Me.Text = "倉儲指定出庫審核"
  332. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  333. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  334. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  335. CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  336. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  337. Me.ContextMenuStrip1.ResumeLayout(False)
  338. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  339. Me.ResumeLayout(False)
  340. Me.PerformLayout()
  341. End Sub
  342. Friend WithEvents 圖片檔1_pb As PictureBox
  343. Friend WithEvents 圖片檔2_pb As PictureBox
  344. Friend WithEvents 指定出庫單號_lb As Label
  345. Friend WithEvents 指定出庫單號_tb As TextBox
  346. Friend WithEvents 出庫單據_dgv As DataGridView
  347. Friend WithEvents 出庫明細_dgv As DataGridView
  348. Friend WithEvents 作廢_bt As Button
  349. Friend WithEvents 審核_bt As Button
  350. Friend WithEvents 指定倉庫_lb As Label
  351. Friend WithEvents 指定倉庫_tb As TextBox
  352. Friend WithEvents 倉級_lb As Label
  353. Friend WithEvents 倉級_tb As TextBox
  354. Friend WithEvents 倉名編號_lb As Label
  355. Friend WithEvents 倉名編號_tb As TextBox
  356. Friend WithEvents 規格合併_dgv As DataGridView
  357. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  358. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  359. Friend WithEvents 審核_tsm As ToolStripMenuItem
  360. Friend WithEvents 作廢_tsm As ToolStripMenuItem
  361. Friend WithEvents 語言_dgv As DataGridView
  362. Friend WithEvents 大間距_ch As CheckBox
  363. Friend WithEvents 中間距_ch As CheckBox
  364. Friend WithEvents 小間距_ch As CheckBox
  365. Friend WithEvents 語轉扭_bt As Button
  366. End Class