Brak opisu
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 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.設定_dgv = New System.Windows.Forms.DataGridView()
  26. Me.級別_tb = New System.Windows.Forms.TextBox()
  27. Me.部門_tb = New System.Windows.Forms.TextBox()
  28. Me.處別_tb = New System.Windows.Forms.TextBox()
  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.帳號_tb = New System.Windows.Forms.TextBox()
  33. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  34. Me.級別_lb = New System.Windows.Forms.Label()
  35. Me.組別1_tb = New System.Windows.Forms.TextBox()
  36. Me.課別1_tb = New System.Windows.Forms.TextBox()
  37. Me.處別1_tb = New System.Windows.Forms.TextBox()
  38. Me.部門1_tb = New System.Windows.Forms.TextBox()
  39. Me.級別1_tb = New System.Windows.Forms.TextBox()
  40. Me.部門權限指定_bt = New System.Windows.Forms.Button()
  41. Me.選定權限取消_bt = New System.Windows.Forms.Button()
  42. Me.存檔_bt = New System.Windows.Forms.Button()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.刪除_bt = New System.Windows.Forms.Button()
  45. Me.批量刷新_bt = New System.Windows.Forms.Button()
  46. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  47. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  48. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  49. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  50. Me.語轉扭_bt = New System.Windows.Forms.Button()
  51. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.設定_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. '清單_dgv
  57. '
  58. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  59. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  60. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  61. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  62. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  63. Me.清單_dgv.Location = New System.Drawing.Point(3, 3)
  64. Me.清單_dgv.Name = "清單_dgv"
  65. Me.清單_dgv.RowHeadersWidth = 5
  66. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  67. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  68. Me.清單_dgv.RowTemplate.Height = 24
  69. Me.清單_dgv.Size = New System.Drawing.Size(505, 674)
  70. Me.清單_dgv.TabIndex = 229
  71. '
  72. '設定_dgv
  73. '
  74. Me.設定_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  75. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  76. Me.設定_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  77. Me.設定_dgv.BackgroundColor = System.Drawing.Color.White
  78. Me.設定_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  79. Me.設定_dgv.Location = New System.Drawing.Point(511, 88)
  80. Me.設定_dgv.Name = "設定_dgv"
  81. Me.設定_dgv.RowHeadersWidth = 5
  82. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  83. Me.設定_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  84. Me.設定_dgv.RowTemplate.Height = 24
  85. Me.設定_dgv.Size = New System.Drawing.Size(835, 589)
  86. Me.設定_dgv.TabIndex = 230
  87. '
  88. '級別_tb
  89. '
  90. Me.級別_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.級別_tb.Location = New System.Drawing.Point(665, 3)
  92. Me.級別_tb.Name = "級別_tb"
  93. Me.級別_tb.Size = New System.Drawing.Size(32, 25)
  94. Me.級別_tb.TabIndex = 231
  95. '
  96. '部門_tb
  97. '
  98. Me.部門_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.部門_tb.Location = New System.Drawing.Point(703, 3)
  100. Me.部門_tb.Name = "部門_tb"
  101. Me.部門_tb.Size = New System.Drawing.Size(166, 25)
  102. Me.部門_tb.TabIndex = 232
  103. '
  104. '處別_tb
  105. '
  106. Me.處別_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.處別_tb.Location = New System.Drawing.Point(875, 3)
  108. Me.處別_tb.Name = "處別_tb"
  109. Me.處別_tb.Size = New System.Drawing.Size(196, 25)
  110. Me.處別_tb.TabIndex = 233
  111. '
  112. '課別_tb
  113. '
  114. Me.課別_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. Me.課別_tb.Location = New System.Drawing.Point(1076, 3)
  116. Me.課別_tb.Name = "課別_tb"
  117. Me.課別_tb.Size = New System.Drawing.Size(196, 25)
  118. Me.課別_tb.TabIndex = 234
  119. '
  120. '組別_tb
  121. '
  122. Me.組別_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.組別_tb.Location = New System.Drawing.Point(1277, 3)
  124. Me.組別_tb.Name = "組別_tb"
  125. Me.組別_tb.Size = New System.Drawing.Size(59, 25)
  126. Me.組別_tb.TabIndex = 235
  127. '
  128. '姓名_tb
  129. '
  130. Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.姓名_tb.Location = New System.Drawing.Point(513, 2)
  132. Me.姓名_tb.Name = "姓名_tb"
  133. Me.姓名_tb.Size = New System.Drawing.Size(101, 25)
  134. Me.姓名_tb.TabIndex = 236
  135. '
  136. '帳號_tb
  137. '
  138. Me.帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.帳號_tb.Location = New System.Drawing.Point(525, 114)
  140. Me.帳號_tb.Name = "帳號_tb"
  141. Me.帳號_tb.Size = New System.Drawing.Size(63, 25)
  142. Me.帳號_tb.TabIndex = 237
  143. Me.帳號_tb.Visible = False
  144. '
  145. 'DateTimePicker2
  146. '
  147. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  148. Me.DateTimePicker2.Location = New System.Drawing.Point(571, 34)
  149. Me.DateTimePicker2.Name = "DateTimePicker2"
  150. Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
  151. Me.DateTimePicker2.TabIndex = 995
  152. Me.DateTimePicker2.Visible = False
  153. '
  154. '級別_lb
  155. '
  156. Me.級別_lb.AutoSize = True
  157. Me.級別_lb.Location = New System.Drawing.Point(614, 6)
  158. Me.級別_lb.Name = "級別_lb"
  159. Me.級別_lb.Size = New System.Drawing.Size(32, 16)
  160. Me.級別_lb.TabIndex = 996
  161. Me.級別_lb.Text = "級別"
  162. '
  163. '組別1_tb
  164. '
  165. Me.組別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.組別1_tb.Location = New System.Drawing.Point(1278, 33)
  167. Me.組別1_tb.Name = "組別1_tb"
  168. Me.組別1_tb.Size = New System.Drawing.Size(59, 25)
  169. Me.組別1_tb.TabIndex = 1000
  170. '
  171. '課別1_tb
  172. '
  173. Me.課別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.課別1_tb.Location = New System.Drawing.Point(1076, 33)
  175. Me.課別1_tb.Name = "課別1_tb"
  176. Me.課別1_tb.Size = New System.Drawing.Size(196, 25)
  177. Me.課別1_tb.TabIndex = 999
  178. '
  179. '處別1_tb
  180. '
  181. Me.處別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.處別1_tb.Location = New System.Drawing.Point(875, 33)
  183. Me.處別1_tb.Name = "處別1_tb"
  184. Me.處別1_tb.Size = New System.Drawing.Size(196, 25)
  185. Me.處別1_tb.TabIndex = 998
  186. '
  187. '部門1_tb
  188. '
  189. Me.部門1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.部門1_tb.Location = New System.Drawing.Point(703, 33)
  191. Me.部門1_tb.Name = "部門1_tb"
  192. Me.部門1_tb.Size = New System.Drawing.Size(166, 25)
  193. Me.部門1_tb.TabIndex = 997
  194. '
  195. '級別1_tb
  196. '
  197. Me.級別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.級別1_tb.Location = New System.Drawing.Point(665, 33)
  199. Me.級別1_tb.Name = "級別1_tb"
  200. Me.級別1_tb.Size = New System.Drawing.Size(32, 25)
  201. Me.級別1_tb.TabIndex = 1001
  202. '
  203. '部門權限指定_bt
  204. '
  205. Me.部門權限指定_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  206. Me.部門權限指定_bt.Location = New System.Drawing.Point(511, 61)
  207. Me.部門權限指定_bt.Name = "部門權限指定_bt"
  208. Me.部門權限指定_bt.Size = New System.Drawing.Size(101, 25)
  209. Me.部門權限指定_bt.TabIndex = 1002
  210. Me.部門權限指定_bt.Text = "部門權限指定"
  211. Me.部門權限指定_bt.UseVisualStyleBackColor = True
  212. '
  213. '選定權限取消_bt
  214. '
  215. Me.選定權限取消_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  216. Me.選定權限取消_bt.Location = New System.Drawing.Point(619, 61)
  217. Me.選定權限取消_bt.Name = "選定權限取消_bt"
  218. Me.選定權限取消_bt.Size = New System.Drawing.Size(101, 25)
  219. Me.選定權限取消_bt.TabIndex = 1003
  220. Me.選定權限取消_bt.Text = "選定權限取消"
  221. Me.選定權限取消_bt.UseVisualStyleBackColor = True
  222. '
  223. '存檔_bt
  224. '
  225. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  226. Me.存檔_bt.Location = New System.Drawing.Point(997, 61)
  227. Me.存檔_bt.Name = "存檔_bt"
  228. Me.存檔_bt.Size = New System.Drawing.Size(103, 25)
  229. Me.存檔_bt.TabIndex = 1004
  230. Me.存檔_bt.Text = "存檔"
  231. Me.存檔_bt.UseVisualStyleBackColor = True
  232. '
  233. 'Label2
  234. '
  235. Me.Label2.AutoSize = True
  236. Me.Label2.Location = New System.Drawing.Point(510, 38)
  237. Me.Label2.Name = "Label2"
  238. Me.Label2.Size = New System.Drawing.Size(53, 16)
  239. Me.Label2.TabIndex = 1005
  240. Me.Label2.Text = "No Files"
  241. '
  242. '刪除_bt
  243. '
  244. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  245. Me.刪除_bt.Location = New System.Drawing.Point(1209, 61)
  246. Me.刪除_bt.Name = "刪除_bt"
  247. Me.刪除_bt.Size = New System.Drawing.Size(101, 25)
  248. Me.刪除_bt.TabIndex = 1006
  249. Me.刪除_bt.Text = "刪除"
  250. Me.刪除_bt.UseVisualStyleBackColor = True
  251. '
  252. '批量刷新_bt
  253. '
  254. Me.批量刷新_bt.ForeColor = System.Drawing.Color.Green
  255. Me.批量刷新_bt.Location = New System.Drawing.Point(1103, 61)
  256. Me.批量刷新_bt.Name = "批量刷新_bt"
  257. Me.批量刷新_bt.Size = New System.Drawing.Size(103, 25)
  258. Me.批量刷新_bt.TabIndex = 1007
  259. Me.批量刷新_bt.Text = "批量刷新"
  260. Me.批量刷新_bt.UseVisualStyleBackColor = True
  261. '
  262. '大間距1_ch
  263. '
  264. Me.大間距1_ch.AutoSize = True
  265. Me.大間距1_ch.Location = New System.Drawing.Point(897, 64)
  266. Me.大間距1_ch.Name = "大間距1_ch"
  267. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  268. Me.大間距1_ch.TabIndex = 1350
  269. Me.大間距1_ch.Text = "L3"
  270. Me.大間距1_ch.UseVisualStyleBackColor = True
  271. '
  272. '中間距1_ch
  273. '
  274. Me.中間距1_ch.AutoSize = True
  275. Me.中間距1_ch.Location = New System.Drawing.Point(836, 64)
  276. Me.中間距1_ch.Name = "中間距1_ch"
  277. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  278. Me.中間距1_ch.TabIndex = 1349
  279. Me.中間距1_ch.Text = "L2"
  280. Me.中間距1_ch.UseVisualStyleBackColor = True
  281. '
  282. '小間距1_ch
  283. '
  284. Me.小間距1_ch.AutoSize = True
  285. Me.小間距1_ch.Location = New System.Drawing.Point(772, 64)
  286. Me.小間距1_ch.Name = "小間距1_ch"
  287. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  288. Me.小間距1_ch.TabIndex = 1348
  289. Me.小間距1_ch.Text = "L1"
  290. Me.小間距1_ch.UseVisualStyleBackColor = True
  291. '
  292. '語言_dgv
  293. '
  294. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  295. Me.語言_dgv.Location = New System.Drawing.Point(595, 304)
  296. Me.語言_dgv.Name = "語言_dgv"
  297. Me.語言_dgv.RowTemplate.Height = 24
  298. Me.語言_dgv.Size = New System.Drawing.Size(158, 73)
  299. Me.語言_dgv.TabIndex = 1351
  300. Me.語言_dgv.Visible = False
  301. '
  302. '語轉扭_bt
  303. '
  304. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  305. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  306. Me.語轉扭_bt.Location = New System.Drawing.Point(1313, 61)
  307. Me.語轉扭_bt.Name = "語轉扭_bt"
  308. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  309. Me.語轉扭_bt.TabIndex = 1352
  310. Me.語轉扭_bt.Text = "L"
  311. Me.語轉扭_bt.UseVisualStyleBackColor = True
  312. '
  313. '部門權限設定
  314. '
  315. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  316. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  317. Me.ClientSize = New System.Drawing.Size(1350, 681)
  318. Me.Controls.Add(Me.語轉扭_bt)
  319. Me.Controls.Add(Me.語言_dgv)
  320. Me.Controls.Add(Me.大間距1_ch)
  321. Me.Controls.Add(Me.中間距1_ch)
  322. Me.Controls.Add(Me.小間距1_ch)
  323. Me.Controls.Add(Me.批量刷新_bt)
  324. Me.Controls.Add(Me.刪除_bt)
  325. Me.Controls.Add(Me.Label2)
  326. Me.Controls.Add(Me.存檔_bt)
  327. Me.Controls.Add(Me.選定權限取消_bt)
  328. Me.Controls.Add(Me.部門權限指定_bt)
  329. Me.Controls.Add(Me.級別1_tb)
  330. Me.Controls.Add(Me.組別1_tb)
  331. Me.Controls.Add(Me.課別1_tb)
  332. Me.Controls.Add(Me.處別1_tb)
  333. Me.Controls.Add(Me.部門1_tb)
  334. Me.Controls.Add(Me.級別_lb)
  335. Me.Controls.Add(Me.DateTimePicker2)
  336. Me.Controls.Add(Me.帳號_tb)
  337. Me.Controls.Add(Me.姓名_tb)
  338. Me.Controls.Add(Me.組別_tb)
  339. Me.Controls.Add(Me.課別_tb)
  340. Me.Controls.Add(Me.處別_tb)
  341. Me.Controls.Add(Me.部門_tb)
  342. Me.Controls.Add(Me.級別_tb)
  343. Me.Controls.Add(Me.設定_dgv)
  344. Me.Controls.Add(Me.清單_dgv)
  345. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  346. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  347. Me.Name = "部門權限設定"
  348. Me.Text = "部門權限設定"
  349. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  350. CType(Me.設定_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  351. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  352. Me.ResumeLayout(False)
  353. Me.PerformLayout()
  354. End Sub
  355. Friend WithEvents 清單_dgv As DataGridView
  356. Friend WithEvents 設定_dgv As DataGridView
  357. Friend WithEvents 級別_tb As TextBox
  358. Friend WithEvents 部門_tb As TextBox
  359. Friend WithEvents 處別_tb As TextBox
  360. Friend WithEvents 課別_tb As TextBox
  361. Friend WithEvents 組別_tb As TextBox
  362. Friend WithEvents 姓名_tb As TextBox
  363. Friend WithEvents 帳號_tb As TextBox
  364. Friend WithEvents DateTimePicker2 As DateTimePicker
  365. Friend WithEvents 級別_lb As Label
  366. Friend WithEvents 組別1_tb As TextBox
  367. Friend WithEvents 課別1_tb As TextBox
  368. Friend WithEvents 處別1_tb As TextBox
  369. Friend WithEvents 部門1_tb As TextBox
  370. Friend WithEvents 級別1_tb As TextBox
  371. Friend WithEvents 部門權限指定_bt As Button
  372. Friend WithEvents 選定權限取消_bt As Button
  373. Friend WithEvents 存檔_bt As Button
  374. Friend WithEvents Label2 As Label
  375. Friend WithEvents 刪除_bt As Button
  376. Friend WithEvents 批量刷新_bt As Button
  377. Friend WithEvents 大間距1_ch As CheckBox
  378. Friend WithEvents 中間距1_ch As CheckBox
  379. Friend WithEvents 小間距1_ch As CheckBox
  380. Friend WithEvents 語言_dgv As DataGridView
  381. Friend WithEvents 語轉扭_bt As Button
  382. End Class