暫無描述
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  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. Me.Button16 = New System.Windows.Forms.Button()
  24. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  25. Me.TextBox18 = New System.Windows.Forms.TextBox()
  26. Me.Label26 = New System.Windows.Forms.Label()
  27. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  28. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  29. Me.TextBox17 = New System.Windows.Forms.TextBox()
  30. Me.Label25 = New System.Windows.Forms.Label()
  31. Me.Label19 = New System.Windows.Forms.Label()
  32. Me.TextBox16 = New System.Windows.Forms.TextBox()
  33. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  34. Me.TextBox15 = New System.Windows.Forms.TextBox()
  35. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  36. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  37. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  38. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  39. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  40. Me.DataGridView7 = New System.Windows.Forms.DataGridView()
  41. Me.Button19 = New System.Windows.Forms.Button()
  42. Me.Button21 = New System.Windows.Forms.Button()
  43. Me.TextBox8 = New System.Windows.Forms.TextBox()
  44. Me.Label16 = New System.Windows.Forms.Label()
  45. Me.Label18 = New System.Windows.Forms.Label()
  46. Me.Label17 = New System.Windows.Forms.Label()
  47. Me.Button20 = New System.Windows.Forms.Button()
  48. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  49. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  50. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  51. Me.Label20 = New System.Windows.Forms.Label()
  52. Me.Label15 = New System.Windows.Forms.Label()
  53. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  54. Me.Button1 = New System.Windows.Forms.Button()
  55. CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.SuspendLayout()
  57. '
  58. 'Button16
  59. '
  60. Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.Button16.ForeColor = System.Drawing.Color.DarkGreen
  62. Me.Button16.Location = New System.Drawing.Point(1277, 10)
  63. Me.Button16.Name = "Button16"
  64. Me.Button16.Size = New System.Drawing.Size(68, 25)
  65. Me.Button16.TabIndex = 727
  66. Me.Button16.Text = "批量存檔"
  67. Me.Button16.UseVisualStyleBackColor = True
  68. '
  69. 'CheckBox3
  70. '
  71. Me.CheckBox3.AutoSize = True
  72. Me.CheckBox3.ForeColor = System.Drawing.Color.Red
  73. Me.CheckBox3.Location = New System.Drawing.Point(710, 39)
  74. Me.CheckBox3.Name = "CheckBox3"
  75. Me.CheckBox3.Size = New System.Drawing.Size(51, 20)
  76. Me.CheckBox3.TabIndex = 723
  77. Me.CheckBox3.Text = "停用"
  78. Me.CheckBox3.UseVisualStyleBackColor = True
  79. '
  80. 'TextBox18
  81. '
  82. Me.TextBox18.ForeColor = System.Drawing.Color.Green
  83. Me.TextBox18.Location = New System.Drawing.Point(808, 12)
  84. Me.TextBox18.Multiline = True
  85. Me.TextBox18.Name = "TextBox18"
  86. Me.TextBox18.ScrollBars = System.Windows.Forms.ScrollBars.Both
  87. Me.TextBox18.Size = New System.Drawing.Size(235, 49)
  88. Me.TextBox18.TabIndex = 721
  89. '
  90. 'Label26
  91. '
  92. Me.Label26.AutoSize = True
  93. Me.Label26.ForeColor = System.Drawing.Color.Green
  94. Me.Label26.Location = New System.Drawing.Point(780, 15)
  95. Me.Label26.Name = "Label26"
  96. Me.Label26.Size = New System.Drawing.Size(32, 16)
  97. Me.Label26.TabIndex = 722
  98. Me.Label26.Text = "附註"
  99. '
  100. 'CheckBox2
  101. '
  102. Me.CheckBox2.AutoSize = True
  103. Me.CheckBox2.ForeColor = System.Drawing.Color.Red
  104. Me.CheckBox2.Location = New System.Drawing.Point(632, 39)
  105. Me.CheckBox2.Name = "CheckBox2"
  106. Me.CheckBox2.Size = New System.Drawing.Size(75, 20)
  107. Me.CheckBox2.TabIndex = 720
  108. Me.CheckBox2.Text = "抵銷科目"
  109. Me.CheckBox2.UseVisualStyleBackColor = True
  110. '
  111. 'CheckBox1
  112. '
  113. Me.CheckBox1.AutoSize = True
  114. Me.CheckBox1.ForeColor = System.Drawing.Color.Red
  115. Me.CheckBox1.Location = New System.Drawing.Point(556, 39)
  116. Me.CheckBox1.Name = "CheckBox1"
  117. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  118. Me.CheckBox1.TabIndex = 719
  119. Me.CheckBox1.Text = "統制科目"
  120. Me.CheckBox1.UseVisualStyleBackColor = True
  121. '
  122. 'TextBox17
  123. '
  124. Me.TextBox17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  125. Me.TextBox17.Location = New System.Drawing.Point(609, 11)
  126. Me.TextBox17.Name = "TextBox17"
  127. Me.TextBox17.Size = New System.Drawing.Size(170, 23)
  128. Me.TextBox17.TabIndex = 717
  129. '
  130. 'Label25
  131. '
  132. Me.Label25.AutoSize = True
  133. Me.Label25.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  134. Me.Label25.Location = New System.Drawing.Point(553, 16)
  135. Me.Label25.Name = "Label25"
  136. Me.Label25.Size = New System.Drawing.Size(56, 16)
  137. Me.Label25.TabIndex = 718
  138. Me.Label25.Text = "英文名稱"
  139. '
  140. 'Label19
  141. '
  142. Me.Label19.AutoSize = True
  143. Me.Label19.Location = New System.Drawing.Point(192, 41)
  144. Me.Label19.Name = "Label19"
  145. Me.Label19.Size = New System.Drawing.Size(32, 16)
  146. Me.Label19.TabIndex = 715
  147. Me.Label19.Text = "編號"
  148. '
  149. 'TextBox16
  150. '
  151. Me.TextBox16.Location = New System.Drawing.Point(456, 38)
  152. Me.TextBox16.Name = "TextBox16"
  153. Me.TextBox16.Size = New System.Drawing.Size(95, 23)
  154. Me.TextBox16.TabIndex = 713
  155. '
  156. 'ComboBox6
  157. '
  158. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  159. Me.ComboBox6.FormattingEnabled = True
  160. Me.ComboBox6.Items.AddRange(New Object() {"1", "2", "3"})
  161. Me.ComboBox6.Location = New System.Drawing.Point(395, 37)
  162. Me.ComboBox6.Name = "ComboBox6"
  163. Me.ComboBox6.Size = New System.Drawing.Size(55, 24)
  164. Me.ComboBox6.TabIndex = 711
  165. '
  166. 'TextBox15
  167. '
  168. Me.TextBox15.Location = New System.Drawing.Point(55, 36)
  169. Me.TextBox15.Name = "TextBox15"
  170. Me.TextBox15.Size = New System.Drawing.Size(40, 23)
  171. Me.TextBox15.TabIndex = 709
  172. Me.TextBox15.Text = "1"
  173. Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  174. '
  175. 'ComboBox5
  176. '
  177. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  178. Me.ComboBox5.FormattingEnabled = True
  179. Me.ComboBox5.Items.AddRange(New Object() {"1", "2"})
  180. Me.ComboBox5.Location = New System.Drawing.Point(225, 37)
  181. Me.ComboBox5.Name = "ComboBox5"
  182. Me.ComboBox5.Size = New System.Drawing.Size(44, 24)
  183. Me.ComboBox5.TabIndex = 707
  184. '
  185. 'ComboBox4
  186. '
  187. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  188. Me.ComboBox4.FormattingEnabled = True
  189. Me.ComboBox4.Location = New System.Drawing.Point(271, 37)
  190. Me.ComboBox4.Name = "ComboBox4"
  191. Me.ComboBox4.Size = New System.Drawing.Size(75, 24)
  192. Me.ComboBox4.TabIndex = 706
  193. '
  194. 'ComboBox3
  195. '
  196. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  197. Me.ComboBox3.FormattingEnabled = True
  198. Me.ComboBox3.Location = New System.Drawing.Point(225, 11)
  199. Me.ComboBox3.Name = "ComboBox3"
  200. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  201. Me.ComboBox3.TabIndex = 705
  202. '
  203. 'ComboBox2
  204. '
  205. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  206. Me.ComboBox2.FormattingEnabled = True
  207. Me.ComboBox2.Location = New System.Drawing.Point(101, 35)
  208. Me.ComboBox2.Name = "ComboBox2"
  209. Me.ComboBox2.Size = New System.Drawing.Size(75, 24)
  210. Me.ComboBox2.TabIndex = 704
  211. '
  212. 'ComboBox1
  213. '
  214. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  215. Me.ComboBox1.FormattingEnabled = True
  216. Me.ComboBox1.Location = New System.Drawing.Point(55, 9)
  217. Me.ComboBox1.Name = "ComboBox1"
  218. Me.ComboBox1.Size = New System.Drawing.Size(121, 24)
  219. Me.ComboBox1.TabIndex = 703
  220. '
  221. 'DataGridView7
  222. '
  223. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  224. Me.DataGridView7.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  225. Me.DataGridView7.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  226. Or System.Windows.Forms.AnchorStyles.Left) _
  227. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  228. Me.DataGridView7.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  229. Me.DataGridView7.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  230. Me.DataGridView7.Location = New System.Drawing.Point(12, 64)
  231. Me.DataGridView7.Name = "DataGridView7"
  232. Me.DataGridView7.RowHeadersWidth = 5
  233. Me.DataGridView7.RowTemplate.Height = 24
  234. Me.DataGridView7.Size = New System.Drawing.Size(1890, 915)
  235. Me.DataGridView7.TabIndex = 698
  236. '
  237. 'Button19
  238. '
  239. Me.Button19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.Button19.ForeColor = System.Drawing.Color.DarkGreen
  241. Me.Button19.Location = New System.Drawing.Point(1203, 10)
  242. Me.Button19.Name = "Button19"
  243. Me.Button19.Size = New System.Drawing.Size(68, 25)
  244. Me.Button19.TabIndex = 700
  245. Me.Button19.Text = "修改"
  246. Me.Button19.UseVisualStyleBackColor = True
  247. '
  248. 'Button21
  249. '
  250. Me.Button21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.Button21.ForeColor = System.Drawing.Color.Red
  252. Me.Button21.Location = New System.Drawing.Point(1351, 10)
  253. Me.Button21.Name = "Button21"
  254. Me.Button21.Size = New System.Drawing.Size(68, 25)
  255. Me.Button21.TabIndex = 701
  256. Me.Button21.Text = "刪除"
  257. Me.Button21.UseVisualStyleBackColor = True
  258. '
  259. 'TextBox8
  260. '
  261. Me.TextBox8.Location = New System.Drawing.Point(395, 11)
  262. Me.TextBox8.Name = "TextBox8"
  263. Me.TextBox8.Size = New System.Drawing.Size(156, 23)
  264. Me.TextBox8.TabIndex = 702
  265. '
  266. 'Label16
  267. '
  268. Me.Label16.AutoSize = True
  269. Me.Label16.Location = New System.Drawing.Point(182, 15)
  270. Me.Label16.Name = "Label16"
  271. Me.Label16.Size = New System.Drawing.Size(44, 16)
  272. Me.Label16.TabIndex = 710
  273. Me.Label16.Text = "第二層"
  274. '
  275. 'Label18
  276. '
  277. Me.Label18.AutoSize = True
  278. Me.Label18.Location = New System.Drawing.Point(364, 41)
  279. Me.Label18.Name = "Label18"
  280. Me.Label18.Size = New System.Drawing.Size(32, 16)
  281. Me.Label18.TabIndex = 714
  282. Me.Label18.Text = "編號"
  283. '
  284. 'Label17
  285. '
  286. Me.Label17.AutoSize = True
  287. Me.Label17.Location = New System.Drawing.Point(352, 15)
  288. Me.Label17.Name = "Label17"
  289. Me.Label17.Size = New System.Drawing.Size(44, 16)
  290. Me.Label17.TabIndex = 712
  291. Me.Label17.Text = "第三層"
  292. '
  293. 'Button20
  294. '
  295. Me.Button20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.Button20.ForeColor = System.Drawing.Color.Blue
  297. Me.Button20.Location = New System.Drawing.Point(1129, 10)
  298. Me.Button20.Name = "Button20"
  299. Me.Button20.Size = New System.Drawing.Size(68, 25)
  300. Me.Button20.TabIndex = 699
  301. Me.Button20.Text = "新增"
  302. Me.Button20.UseVisualStyleBackColor = True
  303. '
  304. 'CheckBox4
  305. '
  306. Me.CheckBox4.AutoSize = True
  307. Me.CheckBox4.Location = New System.Drawing.Point(1048, 12)
  308. Me.CheckBox4.Name = "CheckBox4"
  309. Me.CheckBox4.Size = New System.Drawing.Size(75, 20)
  310. Me.CheckBox4.TabIndex = 724
  311. Me.CheckBox4.Text = "新增模式"
  312. Me.CheckBox4.UseVisualStyleBackColor = True
  313. '
  314. 'CheckBox5
  315. '
  316. Me.CheckBox5.AutoSize = True
  317. Me.CheckBox5.Location = New System.Drawing.Point(1049, 38)
  318. Me.CheckBox5.Name = "CheckBox5"
  319. Me.CheckBox5.Size = New System.Drawing.Size(87, 20)
  320. Me.CheckBox5.TabIndex = 725
  321. Me.CheckBox5.Text = "修改、刪除"
  322. Me.CheckBox5.UseVisualStyleBackColor = True
  323. '
  324. 'CheckBox6
  325. '
  326. Me.CheckBox6.AutoSize = True
  327. Me.CheckBox6.Checked = True
  328. Me.CheckBox6.CheckState = System.Windows.Forms.CheckState.Checked
  329. Me.CheckBox6.ForeColor = System.Drawing.Color.Red
  330. Me.CheckBox6.Location = New System.Drawing.Point(763, 39)
  331. Me.CheckBox6.Name = "CheckBox6"
  332. Me.CheckBox6.Size = New System.Drawing.Size(51, 20)
  333. Me.CheckBox6.TabIndex = 726
  334. Me.CheckBox6.Text = "顯示"
  335. Me.CheckBox6.UseVisualStyleBackColor = True
  336. '
  337. 'Label20
  338. '
  339. Me.Label20.AutoSize = True
  340. Me.Label20.Location = New System.Drawing.Point(24, 41)
  341. Me.Label20.Name = "Label20"
  342. Me.Label20.Size = New System.Drawing.Size(32, 16)
  343. Me.Label20.TabIndex = 716
  344. Me.Label20.Text = "編號"
  345. '
  346. 'Label15
  347. '
  348. Me.Label15.AutoSize = True
  349. Me.Label15.Location = New System.Drawing.Point(12, 17)
  350. Me.Label15.Name = "Label15"
  351. Me.Label15.Size = New System.Drawing.Size(44, 16)
  352. Me.Label15.TabIndex = 708
  353. Me.Label15.Text = "第一層"
  354. '
  355. 'ProgressBar1
  356. '
  357. Me.ProgressBar1.Location = New System.Drawing.Point(1129, 37)
  358. Me.ProgressBar1.Maximum = 10000
  359. Me.ProgressBar1.Name = "ProgressBar1"
  360. Me.ProgressBar1.Size = New System.Drawing.Size(290, 23)
  361. Me.ProgressBar1.TabIndex = 728
  362. '
  363. 'Button1
  364. '
  365. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  366. Me.Button1.ForeColor = System.Drawing.Color.Black
  367. Me.Button1.Location = New System.Drawing.Point(1425, 11)
  368. Me.Button1.Name = "Button1"
  369. Me.Button1.Size = New System.Drawing.Size(107, 48)
  370. Me.Button1.TabIndex = 729
  371. Me.Button1.Text = "重新整理"
  372. Me.Button1.UseVisualStyleBackColor = True
  373. '
  374. '會計科目管理
  375. '
  376. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  377. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  378. Me.ClientSize = New System.Drawing.Size(1914, 991)
  379. Me.Controls.Add(Me.Button1)
  380. Me.Controls.Add(Me.ProgressBar1)
  381. Me.Controls.Add(Me.Button16)
  382. Me.Controls.Add(Me.CheckBox3)
  383. Me.Controls.Add(Me.TextBox18)
  384. Me.Controls.Add(Me.Label26)
  385. Me.Controls.Add(Me.CheckBox2)
  386. Me.Controls.Add(Me.CheckBox1)
  387. Me.Controls.Add(Me.TextBox17)
  388. Me.Controls.Add(Me.Label25)
  389. Me.Controls.Add(Me.Label19)
  390. Me.Controls.Add(Me.TextBox16)
  391. Me.Controls.Add(Me.ComboBox6)
  392. Me.Controls.Add(Me.TextBox15)
  393. Me.Controls.Add(Me.ComboBox5)
  394. Me.Controls.Add(Me.ComboBox4)
  395. Me.Controls.Add(Me.ComboBox3)
  396. Me.Controls.Add(Me.ComboBox2)
  397. Me.Controls.Add(Me.ComboBox1)
  398. Me.Controls.Add(Me.DataGridView7)
  399. Me.Controls.Add(Me.Button19)
  400. Me.Controls.Add(Me.Button21)
  401. Me.Controls.Add(Me.TextBox8)
  402. Me.Controls.Add(Me.Label16)
  403. Me.Controls.Add(Me.Label18)
  404. Me.Controls.Add(Me.Label17)
  405. Me.Controls.Add(Me.Button20)
  406. Me.Controls.Add(Me.CheckBox4)
  407. Me.Controls.Add(Me.CheckBox5)
  408. Me.Controls.Add(Me.CheckBox6)
  409. Me.Controls.Add(Me.Label20)
  410. Me.Controls.Add(Me.Label15)
  411. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  412. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  413. Me.Name = "會計科目管理"
  414. Me.Text = "會計科目管理"
  415. CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).EndInit()
  416. Me.ResumeLayout(False)
  417. Me.PerformLayout()
  418. End Sub
  419. Friend WithEvents Button16 As Button
  420. Friend WithEvents CheckBox3 As CheckBox
  421. Friend WithEvents TextBox18 As TextBox
  422. Friend WithEvents Label26 As Label
  423. Friend WithEvents CheckBox2 As CheckBox
  424. Friend WithEvents CheckBox1 As CheckBox
  425. Friend WithEvents TextBox17 As TextBox
  426. Friend WithEvents Label25 As Label
  427. Friend WithEvents Label19 As Label
  428. Friend WithEvents TextBox16 As TextBox
  429. Friend WithEvents ComboBox6 As ComboBox
  430. Friend WithEvents TextBox15 As TextBox
  431. Friend WithEvents ComboBox5 As ComboBox
  432. Friend WithEvents ComboBox4 As ComboBox
  433. Friend WithEvents ComboBox3 As ComboBox
  434. Friend WithEvents ComboBox2 As ComboBox
  435. Friend WithEvents ComboBox1 As ComboBox
  436. Friend WithEvents DataGridView7 As DataGridView
  437. Friend WithEvents Button19 As Button
  438. Friend WithEvents Button21 As Button
  439. Friend WithEvents TextBox8 As TextBox
  440. Friend WithEvents Label16 As Label
  441. Friend WithEvents Label18 As Label
  442. Friend WithEvents Label17 As Label
  443. Friend WithEvents Button20 As Button
  444. Friend WithEvents CheckBox4 As CheckBox
  445. Friend WithEvents CheckBox5 As CheckBox
  446. Friend WithEvents CheckBox6 As CheckBox
  447. Friend WithEvents Label20 As Label
  448. Friend WithEvents Label15 As Label
  449. Friend WithEvents ProgressBar1 As ProgressBar
  450. Friend WithEvents Button1 As Button
  451. End Class