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

物料轉倉出庫.Designer.vb 18KB

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