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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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.Label6 = New System.Windows.Forms.Label()
  25. Me.已審核_dgv = New System.Windows.Forms.DataGridView()
  26. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  27. Me.Label3 = New System.Windows.Forms.Label()
  28. Me.TextBox3 = New System.Windows.Forms.TextBox()
  29. Me.Label2 = New System.Windows.Forms.Label()
  30. Me.TextBox2 = New System.Windows.Forms.TextBox()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.TextBox1 = New System.Windows.Forms.TextBox()
  33. Me.Label4 = New System.Windows.Forms.Label()
  34. Me.TextBox4 = New System.Windows.Forms.TextBox()
  35. Me.Label19 = New System.Windows.Forms.Label()
  36. Me.TextBox13 = New System.Windows.Forms.TextBox()
  37. Me.Label5 = New System.Windows.Forms.Label()
  38. Me.TextBox5 = New System.Windows.Forms.TextBox()
  39. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  40. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  41. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  42. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  43. Me.Label7 = New System.Windows.Forms.Label()
  44. Me.Label8 = New System.Windows.Forms.Label()
  45. Me.Label9 = New System.Windows.Forms.Label()
  46. Me.Button2 = New System.Windows.Forms.Button()
  47. Me.TextBox6 = New System.Windows.Forms.TextBox()
  48. Me.TextBox7 = New System.Windows.Forms.TextBox()
  49. Me.Label10 = New System.Windows.Forms.Label()
  50. Me.Button1 = New System.Windows.Forms.Button()
  51. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  52. Me.帳本編號_cb = New System.Windows.Forms.ComboBox()
  53. Me.帳本名稱_cb = New System.Windows.Forms.ComboBox()
  54. Me.Label11 = New System.Windows.Forms.Label()
  55. CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.SuspendLayout()
  59. '
  60. 'Label6
  61. '
  62. Me.Label6.AutoSize = True
  63. Me.Label6.Location = New System.Drawing.Point(12, 9)
  64. Me.Label6.Name = "Label6"
  65. Me.Label6.Size = New System.Drawing.Size(164, 16)
  66. Me.Label6.TabIndex = 746
  67. Me.Label6.Text = "總經理已核准的零用金支付單"
  68. '
  69. '已審核_dgv
  70. '
  71. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  72. Me.已審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  73. Me.已審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  74. Me.已審核_dgv.Location = New System.Drawing.Point(12, 37)
  75. Me.已審核_dgv.Name = "已審核_dgv"
  76. Me.已審核_dgv.RowHeadersWidth = 5
  77. Me.已審核_dgv.RowTemplate.Height = 24
  78. Me.已審核_dgv.Size = New System.Drawing.Size(947, 927)
  79. Me.已審核_dgv.TabIndex = 745
  80. '
  81. '明細_dgv
  82. '
  83. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  84. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  85. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  86. Me.明細_dgv.Location = New System.Drawing.Point(965, 187)
  87. Me.明細_dgv.Name = "明細_dgv"
  88. Me.明細_dgv.RowHeadersWidth = 5
  89. Me.明細_dgv.RowTemplate.Height = 24
  90. Me.明細_dgv.Size = New System.Drawing.Size(937, 777)
  91. Me.明細_dgv.TabIndex = 763
  92. '
  93. 'Label3
  94. '
  95. Me.Label3.AutoSize = True
  96. Me.Label3.ForeColor = System.Drawing.Color.Blue
  97. Me.Label3.Location = New System.Drawing.Point(967, 77)
  98. Me.Label3.Name = "Label3"
  99. Me.Label3.Size = New System.Drawing.Size(44, 16)
  100. Me.Label3.TabIndex = 762
  101. Me.Label3.Text = "申請人"
  102. '
  103. 'TextBox3
  104. '
  105. Me.TextBox3.ForeColor = System.Drawing.Color.Blue
  106. Me.TextBox3.Location = New System.Drawing.Point(1041, 74)
  107. Me.TextBox3.Name = "TextBox3"
  108. Me.TextBox3.Size = New System.Drawing.Size(208, 23)
  109. Me.TextBox3.TabIndex = 761
  110. '
  111. 'Label2
  112. '
  113. Me.Label2.AutoSize = True
  114. Me.Label2.ForeColor = System.Drawing.Color.Blue
  115. Me.Label2.Location = New System.Drawing.Point(967, 48)
  116. Me.Label2.Name = "Label2"
  117. Me.Label2.Size = New System.Drawing.Size(56, 16)
  118. Me.Label2.TabIndex = 760
  119. Me.Label2.Text = "申請部門"
  120. '
  121. 'TextBox2
  122. '
  123. Me.TextBox2.ForeColor = System.Drawing.Color.Blue
  124. Me.TextBox2.Location = New System.Drawing.Point(1041, 45)
  125. Me.TextBox2.Name = "TextBox2"
  126. Me.TextBox2.Size = New System.Drawing.Size(356, 23)
  127. Me.TextBox2.TabIndex = 759
  128. '
  129. 'Label1
  130. '
  131. Me.Label1.AutoSize = True
  132. Me.Label1.ForeColor = System.Drawing.Color.Blue
  133. Me.Label1.Location = New System.Drawing.Point(967, 19)
  134. Me.Label1.Name = "Label1"
  135. Me.Label1.Size = New System.Drawing.Size(68, 16)
  136. Me.Label1.TabIndex = 758
  137. Me.Label1.Text = "零用金單號"
  138. '
  139. 'TextBox1
  140. '
  141. Me.TextBox1.ForeColor = System.Drawing.Color.Blue
  142. Me.TextBox1.Location = New System.Drawing.Point(1041, 16)
  143. Me.TextBox1.Name = "TextBox1"
  144. Me.TextBox1.Size = New System.Drawing.Size(356, 23)
  145. Me.TextBox1.TabIndex = 757
  146. '
  147. 'Label4
  148. '
  149. Me.Label4.AutoSize = True
  150. Me.Label4.ForeColor = System.Drawing.Color.Blue
  151. Me.Label4.Location = New System.Drawing.Point(967, 135)
  152. Me.Label4.Name = "Label4"
  153. Me.Label4.Size = New System.Drawing.Size(32, 16)
  154. Me.Label4.TabIndex = 765
  155. Me.Label4.Text = "核准"
  156. '
  157. 'TextBox4
  158. '
  159. Me.TextBox4.ForeColor = System.Drawing.Color.Blue
  160. Me.TextBox4.Location = New System.Drawing.Point(1041, 103)
  161. Me.TextBox4.Name = "TextBox4"
  162. Me.TextBox4.Size = New System.Drawing.Size(208, 23)
  163. Me.TextBox4.TabIndex = 764
  164. '
  165. 'Label19
  166. '
  167. Me.Label19.AutoSize = True
  168. Me.Label19.ForeColor = System.Drawing.Color.Blue
  169. Me.Label19.Location = New System.Drawing.Point(1400, 135)
  170. Me.Label19.Name = "Label19"
  171. Me.Label19.Size = New System.Drawing.Size(44, 16)
  172. Me.Label19.TabIndex = 767
  173. Me.Label19.Text = "驗證碼"
  174. '
  175. 'TextBox13
  176. '
  177. Me.TextBox13.ForeColor = System.Drawing.Color.Blue
  178. Me.TextBox13.Location = New System.Drawing.Point(1450, 132)
  179. Me.TextBox13.Name = "TextBox13"
  180. Me.TextBox13.Size = New System.Drawing.Size(172, 23)
  181. Me.TextBox13.TabIndex = 766
  182. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  183. '
  184. 'Label5
  185. '
  186. Me.Label5.AutoSize = True
  187. Me.Label5.ForeColor = System.Drawing.Color.Blue
  188. Me.Label5.Location = New System.Drawing.Point(967, 106)
  189. Me.Label5.Name = "Label5"
  190. Me.Label5.Size = New System.Drawing.Size(32, 16)
  191. Me.Label5.TabIndex = 770
  192. Me.Label5.Text = "審核"
  193. '
  194. 'TextBox5
  195. '
  196. Me.TextBox5.ForeColor = System.Drawing.Color.Blue
  197. Me.TextBox5.Location = New System.Drawing.Point(1041, 132)
  198. Me.TextBox5.Name = "TextBox5"
  199. Me.TextBox5.Size = New System.Drawing.Size(208, 23)
  200. Me.TextBox5.TabIndex = 769
  201. '
  202. 'DateTimePicker1
  203. '
  204. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  205. Me.DateTimePicker1.Location = New System.Drawing.Point(1293, 74)
  206. Me.DateTimePicker1.Name = "DateTimePicker1"
  207. Me.DateTimePicker1.Size = New System.Drawing.Size(104, 23)
  208. Me.DateTimePicker1.TabIndex = 771
  209. '
  210. 'DateTimePicker2
  211. '
  212. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  213. Me.DateTimePicker2.Location = New System.Drawing.Point(1293, 104)
  214. Me.DateTimePicker2.Name = "DateTimePicker2"
  215. Me.DateTimePicker2.Size = New System.Drawing.Size(104, 23)
  216. Me.DateTimePicker2.TabIndex = 772
  217. '
  218. 'DateTimePicker3
  219. '
  220. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  221. Me.DateTimePicker3.Location = New System.Drawing.Point(1293, 133)
  222. Me.DateTimePicker3.Name = "DateTimePicker3"
  223. Me.DateTimePicker3.Size = New System.Drawing.Size(104, 23)
  224. Me.DateTimePicker3.TabIndex = 773
  225. '
  226. 'PictureBox1
  227. '
  228. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  229. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  230. Me.PictureBox1.Location = New System.Drawing.Point(1403, 16)
  231. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  232. Me.PictureBox1.Name = "PictureBox1"
  233. Me.PictureBox1.Size = New System.Drawing.Size(219, 110)
  234. Me.PictureBox1.TabIndex = 774
  235. Me.PictureBox1.TabStop = False
  236. '
  237. 'Label7
  238. '
  239. Me.Label7.AutoSize = True
  240. Me.Label7.ForeColor = System.Drawing.Color.Blue
  241. Me.Label7.Location = New System.Drawing.Point(1255, 77)
  242. Me.Label7.Name = "Label7"
  243. Me.Label7.Size = New System.Drawing.Size(32, 16)
  244. Me.Label7.TabIndex = 775
  245. Me.Label7.Text = "日期"
  246. '
  247. 'Label8
  248. '
  249. Me.Label8.AutoSize = True
  250. Me.Label8.ForeColor = System.Drawing.Color.Blue
  251. Me.Label8.Location = New System.Drawing.Point(1255, 106)
  252. Me.Label8.Name = "Label8"
  253. Me.Label8.Size = New System.Drawing.Size(32, 16)
  254. Me.Label8.TabIndex = 776
  255. Me.Label8.Text = "日期"
  256. '
  257. 'Label9
  258. '
  259. Me.Label9.AutoSize = True
  260. Me.Label9.ForeColor = System.Drawing.Color.Blue
  261. Me.Label9.Location = New System.Drawing.Point(1255, 135)
  262. Me.Label9.Name = "Label9"
  263. Me.Label9.Size = New System.Drawing.Size(32, 16)
  264. Me.Label9.TabIndex = 777
  265. Me.Label9.Text = "日期"
  266. '
  267. 'Button2
  268. '
  269. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.Button2.ForeColor = System.Drawing.Color.Blue
  271. Me.Button2.Location = New System.Drawing.Point(1628, 16)
  272. Me.Button2.Name = "Button2"
  273. Me.Button2.Size = New System.Drawing.Size(274, 168)
  274. Me.Button2.TabIndex = 778
  275. Me.Button2.Text = "零用金支付單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "列印成EXCEL"
  276. Me.Button2.UseVisualStyleBackColor = True
  277. '
  278. 'TextBox6
  279. '
  280. Me.TextBox6.ForeColor = System.Drawing.Color.Blue
  281. Me.TextBox6.Location = New System.Drawing.Point(182, 8)
  282. Me.TextBox6.Name = "TextBox6"
  283. Me.TextBox6.Size = New System.Drawing.Size(120, 23)
  284. Me.TextBox6.TabIndex = 779
  285. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  286. '
  287. 'TextBox7
  288. '
  289. Me.TextBox7.Location = New System.Drawing.Point(1041, 161)
  290. Me.TextBox7.Name = "TextBox7"
  291. Me.TextBox7.Size = New System.Drawing.Size(208, 23)
  292. Me.TextBox7.TabIndex = 809
  293. '
  294. 'Label10
  295. '
  296. Me.Label10.AutoSize = True
  297. Me.Label10.Location = New System.Drawing.Point(967, 164)
  298. Me.Label10.Name = "Label10"
  299. Me.Label10.Size = New System.Drawing.Size(44, 16)
  300. Me.Label10.TabIndex = 808
  301. Me.Label10.Text = "總金額"
  302. '
  303. 'Button1
  304. '
  305. Me.Button1.Location = New System.Drawing.Point(843, 9)
  306. Me.Button1.Name = "Button1"
  307. Me.Button1.Size = New System.Drawing.Size(116, 23)
  308. Me.Button1.TabIndex = 810
  309. Me.Button1.Text = "出納確認"
  310. Me.Button1.UseVisualStyleBackColor = True
  311. '
  312. 'CheckBox1
  313. '
  314. Me.CheckBox1.AutoSize = True
  315. Me.CheckBox1.Location = New System.Drawing.Point(822, 14)
  316. Me.CheckBox1.Name = "CheckBox1"
  317. Me.CheckBox1.Size = New System.Drawing.Size(15, 14)
  318. Me.CheckBox1.TabIndex = 811
  319. Me.CheckBox1.UseVisualStyleBackColor = True
  320. '
  321. '帳本編號_cb
  322. '
  323. Me.帳本編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  324. Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green
  325. Me.帳本編號_cb.FormattingEnabled = True
  326. Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  327. Me.帳本編號_cb.Location = New System.Drawing.Point(419, 48)
  328. Me.帳本編號_cb.Name = "帳本編號_cb"
  329. Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24)
  330. Me.帳本編號_cb.TabIndex = 1000
  331. '
  332. '帳本名稱_cb
  333. '
  334. Me.帳本名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  335. Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green
  336. Me.帳本名稱_cb.FormattingEnabled = True
  337. Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  338. Me.帳本名稱_cb.Location = New System.Drawing.Point(419, 6)
  339. Me.帳本名稱_cb.Name = "帳本名稱_cb"
  340. Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24)
  341. Me.帳本名稱_cb.TabIndex = 999
  342. '
  343. 'Label11
  344. '
  345. Me.Label11.AutoSize = True
  346. Me.Label11.ForeColor = System.Drawing.Color.Green
  347. Me.Label11.Location = New System.Drawing.Point(381, 9)
  348. Me.Label11.Name = "Label11"
  349. Me.Label11.Size = New System.Drawing.Size(32, 16)
  350. Me.Label11.TabIndex = 998
  351. Me.Label11.Text = "帳本"
  352. '
  353. '零用金支付單一覽表
  354. '
  355. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  356. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  357. Me.ClientSize = New System.Drawing.Size(1914, 971)
  358. Me.Controls.Add(Me.帳本編號_cb)
  359. Me.Controls.Add(Me.帳本名稱_cb)
  360. Me.Controls.Add(Me.Label11)
  361. Me.Controls.Add(Me.CheckBox1)
  362. Me.Controls.Add(Me.Button1)
  363. Me.Controls.Add(Me.TextBox7)
  364. Me.Controls.Add(Me.Label10)
  365. Me.Controls.Add(Me.TextBox6)
  366. Me.Controls.Add(Me.Button2)
  367. Me.Controls.Add(Me.Label9)
  368. Me.Controls.Add(Me.Label8)
  369. Me.Controls.Add(Me.Label7)
  370. Me.Controls.Add(Me.PictureBox1)
  371. Me.Controls.Add(Me.DateTimePicker3)
  372. Me.Controls.Add(Me.DateTimePicker2)
  373. Me.Controls.Add(Me.DateTimePicker1)
  374. Me.Controls.Add(Me.Label5)
  375. Me.Controls.Add(Me.TextBox5)
  376. Me.Controls.Add(Me.Label19)
  377. Me.Controls.Add(Me.TextBox13)
  378. Me.Controls.Add(Me.Label4)
  379. Me.Controls.Add(Me.TextBox4)
  380. Me.Controls.Add(Me.明細_dgv)
  381. Me.Controls.Add(Me.Label3)
  382. Me.Controls.Add(Me.TextBox3)
  383. Me.Controls.Add(Me.Label2)
  384. Me.Controls.Add(Me.TextBox2)
  385. Me.Controls.Add(Me.Label1)
  386. Me.Controls.Add(Me.TextBox1)
  387. Me.Controls.Add(Me.Label6)
  388. Me.Controls.Add(Me.已審核_dgv)
  389. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  390. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  391. Me.Name = "零用金支付單一覽表"
  392. Me.Text = "零用金支付單一覽表"
  393. CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  394. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  395. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  396. Me.ResumeLayout(False)
  397. Me.PerformLayout()
  398. End Sub
  399. Friend WithEvents Label6 As Label
  400. Friend WithEvents 已審核_dgv As DataGridView
  401. Friend WithEvents 明細_dgv As DataGridView
  402. Friend WithEvents Label3 As Label
  403. Friend WithEvents TextBox3 As TextBox
  404. Friend WithEvents Label2 As Label
  405. Friend WithEvents TextBox2 As TextBox
  406. Friend WithEvents Label1 As Label
  407. Friend WithEvents TextBox1 As TextBox
  408. Friend WithEvents Label4 As Label
  409. Friend WithEvents TextBox4 As TextBox
  410. Friend WithEvents Label19 As Label
  411. Friend WithEvents TextBox13 As TextBox
  412. Friend WithEvents Label5 As Label
  413. Friend WithEvents TextBox5 As TextBox
  414. Friend WithEvents DateTimePicker1 As DateTimePicker
  415. Friend WithEvents DateTimePicker2 As DateTimePicker
  416. Friend WithEvents DateTimePicker3 As DateTimePicker
  417. Friend WithEvents PictureBox1 As PictureBox
  418. Friend WithEvents Label7 As Label
  419. Friend WithEvents Label8 As Label
  420. Friend WithEvents Label9 As Label
  421. Friend WithEvents Button2 As Button
  422. Friend WithEvents TextBox6 As TextBox
  423. Friend WithEvents TextBox7 As TextBox
  424. Friend WithEvents Label10 As Label
  425. Friend WithEvents Button1 As Button
  426. Friend WithEvents CheckBox1 As CheckBox
  427. Friend WithEvents 帳本編號_cb As ComboBox
  428. Friend WithEvents 帳本名稱_cb As ComboBox
  429. Friend WithEvents Label11 As Label
  430. End Class