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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_BG_IO
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.DGV1 = New System.Windows.Forms.DataGridView()
  26. Me.ListBox1 = New System.Windows.Forms.ListBox()
  27. Me.ListBox2 = New System.Windows.Forms.ListBox()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.l_in = New System.Windows.Forms.Label()
  32. Me.l_out = New System.Windows.Forms.Label()
  33. Me.l_bal = New System.Windows.Forms.Label()
  34. Me.Label4 = New System.Windows.Forms.Label()
  35. Me.ListBox4 = New System.Windows.Forms.ListBox()
  36. Me.Label5 = New System.Windows.Forms.Label()
  37. Me.Label6 = New System.Windows.Forms.Label()
  38. Me.Label7 = New System.Windows.Forms.Label()
  39. Me.Label8 = New System.Windows.Forms.Label()
  40. Me.dgv_query = New System.Windows.Forms.DataGridView()
  41. Me.Label9 = New System.Windows.Forms.Label()
  42. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  43. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  44. Me.Button3 = New System.Windows.Forms.Button()
  45. Me.Label10 = New System.Windows.Forms.Label()
  46. Me.Label11 = New System.Windows.Forms.Label()
  47. Me.Label12 = New System.Windows.Forms.Label()
  48. Me.Label13 = New System.Windows.Forms.Label()
  49. Me.dgv2 = New System.Windows.Forms.DataGridView()
  50. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.dgv_query, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.SuspendLayout()
  54. '
  55. 'DGV1
  56. '
  57. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  58. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  59. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  60. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  62. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  63. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  64. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  65. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle1
  66. Me.DGV1.Location = New System.Drawing.Point(268, 33)
  67. Me.DGV1.Name = "DGV1"
  68. Me.DGV1.RowTemplate.Height = 23
  69. Me.DGV1.Size = New System.Drawing.Size(422, 726)
  70. Me.DGV1.TabIndex = 44
  71. '
  72. 'ListBox1
  73. '
  74. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.ListBox1.FormattingEnabled = True
  76. Me.ListBox1.ItemHeight = 20
  77. Me.ListBox1.Location = New System.Drawing.Point(12, 33)
  78. Me.ListBox1.Name = "ListBox1"
  79. Me.ListBox1.Size = New System.Drawing.Size(234, 264)
  80. Me.ListBox1.TabIndex = 43
  81. '
  82. 'ListBox2
  83. '
  84. Me.ListBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.ListBox2.FormattingEnabled = True
  86. Me.ListBox2.ItemHeight = 20
  87. Me.ListBox2.Location = New System.Drawing.Point(8, 324)
  88. Me.ListBox2.Name = "ListBox2"
  89. Me.ListBox2.Size = New System.Drawing.Size(234, 284)
  90. Me.ListBox2.TabIndex = 45
  91. '
  92. 'Label2
  93. '
  94. Me.Label2.AutoSize = True
  95. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Label2.ForeColor = System.Drawing.Color.Red
  97. Me.Label2.Location = New System.Drawing.Point(8, 9)
  98. Me.Label2.Name = "Label2"
  99. Me.Label2.Size = New System.Drawing.Size(74, 21)
  100. Me.Label2.TabIndex = 47
  101. Me.Label2.Text = "手册编号"
  102. '
  103. 'Label1
  104. '
  105. Me.Label1.AutoSize = True
  106. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.Label1.ForeColor = System.Drawing.Color.Red
  108. Me.Label1.Location = New System.Drawing.Point(8, 300)
  109. Me.Label1.Name = "Label1"
  110. Me.Label1.Size = New System.Drawing.Size(74, 21)
  111. Me.Label1.TabIndex = 48
  112. Me.Label1.Text = "进口料件"
  113. '
  114. 'Label3
  115. '
  116. Me.Label3.AutoSize = True
  117. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.Label3.ForeColor = System.Drawing.Color.Red
  119. Me.Label3.Location = New System.Drawing.Point(264, 9)
  120. Me.Label3.Name = "Label3"
  121. Me.Label3.Size = New System.Drawing.Size(58, 21)
  122. Me.Label3.TabIndex = 49
  123. Me.Label3.Text = "出入库"
  124. '
  125. 'l_in
  126. '
  127. Me.l_in.AutoSize = True
  128. Me.l_in.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.l_in.ForeColor = System.Drawing.Color.Red
  130. Me.l_in.Location = New System.Drawing.Point(388, 9)
  131. Me.l_in.Name = "l_in"
  132. Me.l_in.Size = New System.Drawing.Size(28, 21)
  133. Me.l_in.TabIndex = 50
  134. Me.l_in.Text = "IN"
  135. '
  136. 'l_out
  137. '
  138. Me.l_out.AutoSize = True
  139. Me.l_out.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.l_out.ForeColor = System.Drawing.Color.Red
  141. Me.l_out.Location = New System.Drawing.Point(488, 9)
  142. Me.l_out.Name = "l_out"
  143. Me.l_out.Size = New System.Drawing.Size(44, 21)
  144. Me.l_out.TabIndex = 51
  145. Me.l_out.Text = "OUT"
  146. '
  147. 'l_bal
  148. '
  149. Me.l_bal.AutoSize = True
  150. Me.l_bal.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.l_bal.ForeColor = System.Drawing.Color.Red
  152. Me.l_bal.Location = New System.Drawing.Point(589, 9)
  153. Me.l_bal.Name = "l_bal"
  154. Me.l_bal.Size = New System.Drawing.Size(40, 21)
  155. Me.l_bal.TabIndex = 52
  156. Me.l_bal.Text = "BAL"
  157. '
  158. 'Label4
  159. '
  160. Me.Label4.AutoSize = True
  161. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.Label4.ForeColor = System.Drawing.Color.Red
  163. Me.Label4.Location = New System.Drawing.Point(8, 611)
  164. Me.Label4.Name = "Label4"
  165. Me.Label4.Size = New System.Drawing.Size(74, 21)
  166. Me.Label4.TabIndex = 55
  167. Me.Label4.Text = "出口料件"
  168. '
  169. 'ListBox4
  170. '
  171. Me.ListBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.ListBox4.FormattingEnabled = True
  173. Me.ListBox4.ItemHeight = 20
  174. Me.ListBox4.Location = New System.Drawing.Point(8, 635)
  175. Me.ListBox4.Name = "ListBox4"
  176. Me.ListBox4.Size = New System.Drawing.Size(234, 124)
  177. Me.ListBox4.TabIndex = 54
  178. '
  179. 'Label5
  180. '
  181. Me.Label5.AutoSize = True
  182. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.Label5.ForeColor = System.Drawing.Color.Red
  184. Me.Label5.Location = New System.Drawing.Point(1533, 76)
  185. Me.Label5.Name = "Label5"
  186. Me.Label5.Size = New System.Drawing.Size(40, 21)
  187. Me.Label5.TabIndex = 60
  188. Me.Label5.Text = "BAL"
  189. '
  190. 'Label6
  191. '
  192. Me.Label6.AutoSize = True
  193. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  194. Me.Label6.ForeColor = System.Drawing.Color.Red
  195. Me.Label6.Location = New System.Drawing.Point(1438, 76)
  196. Me.Label6.Name = "Label6"
  197. Me.Label6.Size = New System.Drawing.Size(44, 21)
  198. Me.Label6.TabIndex = 59
  199. Me.Label6.Text = "OUT"
  200. '
  201. 'Label7
  202. '
  203. Me.Label7.AutoSize = True
  204. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. Me.Label7.ForeColor = System.Drawing.Color.Red
  206. Me.Label7.Location = New System.Drawing.Point(1333, 76)
  207. Me.Label7.Name = "Label7"
  208. Me.Label7.Size = New System.Drawing.Size(28, 21)
  209. Me.Label7.TabIndex = 58
  210. Me.Label7.Text = "IN"
  211. '
  212. 'Label8
  213. '
  214. Me.Label8.AutoSize = True
  215. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.Label8.ForeColor = System.Drawing.Color.Red
  217. Me.Label8.Location = New System.Drawing.Point(1195, 76)
  218. Me.Label8.Name = "Label8"
  219. Me.Label8.Size = New System.Drawing.Size(58, 21)
  220. Me.Label8.TabIndex = 57
  221. Me.Label8.Text = "出入库"
  222. '
  223. 'dgv_query
  224. '
  225. Me.dgv_query.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  226. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  227. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  228. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  229. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  230. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  231. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  232. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  233. Me.dgv_query.DefaultCellStyle = DataGridViewCellStyle2
  234. Me.dgv_query.Location = New System.Drawing.Point(1199, 100)
  235. Me.dgv_query.Name = "dgv_query"
  236. Me.dgv_query.RowTemplate.Height = 23
  237. Me.dgv_query.Size = New System.Drawing.Size(433, 659)
  238. Me.dgv_query.TabIndex = 56
  239. '
  240. 'Label9
  241. '
  242. Me.Label9.AutoSize = True
  243. Me.Label9.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  244. Me.Label9.ForeColor = System.Drawing.Color.Black
  245. Me.Label9.Location = New System.Drawing.Point(1334, 33)
  246. Me.Label9.Name = "Label9"
  247. Me.Label9.Size = New System.Drawing.Size(31, 25)
  248. Me.Label9.TabIndex = 63
  249. Me.Label9.Text = "至"
  250. '
  251. 'dtp2
  252. '
  253. Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  254. Me.dtp2.Location = New System.Drawing.Point(1371, 33)
  255. Me.dtp2.Name = "dtp2"
  256. Me.dtp2.Size = New System.Drawing.Size(147, 29)
  257. Me.dtp2.TabIndex = 62
  258. '
  259. 'dtp1
  260. '
  261. Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  262. Me.dtp1.Location = New System.Drawing.Point(1181, 33)
  263. Me.dtp1.Name = "dtp1"
  264. Me.dtp1.Size = New System.Drawing.Size(147, 29)
  265. Me.dtp1.TabIndex = 61
  266. '
  267. 'Button3
  268. '
  269. Me.Button3.Location = New System.Drawing.Point(1524, 33)
  270. Me.Button3.Name = "Button3"
  271. Me.Button3.Size = New System.Drawing.Size(61, 29)
  272. Me.Button3.TabIndex = 64
  273. Me.Button3.Text = "查询"
  274. Me.Button3.UseVisualStyleBackColor = True
  275. '
  276. 'Label10
  277. '
  278. Me.Label10.AutoSize = True
  279. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.Label10.ForeColor = System.Drawing.Color.Red
  281. Me.Label10.Location = New System.Drawing.Point(1048, 9)
  282. Me.Label10.Name = "Label10"
  283. Me.Label10.Size = New System.Drawing.Size(40, 21)
  284. Me.Label10.TabIndex = 69
  285. Me.Label10.Text = "BAL"
  286. '
  287. 'Label11
  288. '
  289. Me.Label11.AutoSize = True
  290. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.Label11.ForeColor = System.Drawing.Color.Red
  292. Me.Label11.Location = New System.Drawing.Point(953, 9)
  293. Me.Label11.Name = "Label11"
  294. Me.Label11.Size = New System.Drawing.Size(44, 21)
  295. Me.Label11.TabIndex = 68
  296. Me.Label11.Text = "OUT"
  297. '
  298. 'Label12
  299. '
  300. Me.Label12.AutoSize = True
  301. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.Label12.ForeColor = System.Drawing.Color.Red
  303. Me.Label12.Location = New System.Drawing.Point(848, 9)
  304. Me.Label12.Name = "Label12"
  305. Me.Label12.Size = New System.Drawing.Size(28, 21)
  306. Me.Label12.TabIndex = 67
  307. Me.Label12.Text = "IN"
  308. '
  309. 'Label13
  310. '
  311. Me.Label13.AutoSize = True
  312. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.Label13.ForeColor = System.Drawing.Color.Red
  314. Me.Label13.Location = New System.Drawing.Point(710, 9)
  315. Me.Label13.Name = "Label13"
  316. Me.Label13.Size = New System.Drawing.Size(58, 21)
  317. Me.Label13.TabIndex = 66
  318. Me.Label13.Text = "出入库"
  319. '
  320. 'dgv2
  321. '
  322. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  323. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  324. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  325. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  327. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  328. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  329. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  330. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle3
  331. Me.dgv2.Location = New System.Drawing.Point(714, 33)
  332. Me.dgv2.Name = "dgv2"
  333. Me.dgv2.RowTemplate.Height = 23
  334. Me.dgv2.Size = New System.Drawing.Size(433, 726)
  335. Me.dgv2.TabIndex = 65
  336. '
  337. 'Frm_BG_IO
  338. '
  339. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  340. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  341. Me.AutoScroll = True
  342. Me.ClientSize = New System.Drawing.Size(1647, 772)
  343. Me.Controls.Add(Me.Label10)
  344. Me.Controls.Add(Me.Label11)
  345. Me.Controls.Add(Me.Label12)
  346. Me.Controls.Add(Me.Label13)
  347. Me.Controls.Add(Me.dgv2)
  348. Me.Controls.Add(Me.Button3)
  349. Me.Controls.Add(Me.Label9)
  350. Me.Controls.Add(Me.dtp2)
  351. Me.Controls.Add(Me.dtp1)
  352. Me.Controls.Add(Me.Label5)
  353. Me.Controls.Add(Me.Label6)
  354. Me.Controls.Add(Me.Label7)
  355. Me.Controls.Add(Me.Label8)
  356. Me.Controls.Add(Me.dgv_query)
  357. Me.Controls.Add(Me.Label4)
  358. Me.Controls.Add(Me.ListBox4)
  359. Me.Controls.Add(Me.l_bal)
  360. Me.Controls.Add(Me.l_out)
  361. Me.Controls.Add(Me.l_in)
  362. Me.Controls.Add(Me.Label3)
  363. Me.Controls.Add(Me.Label1)
  364. Me.Controls.Add(Me.Label2)
  365. Me.Controls.Add(Me.ListBox2)
  366. Me.Controls.Add(Me.DGV1)
  367. Me.Controls.Add(Me.ListBox1)
  368. Me.Name = "Frm_BG_IO"
  369. Me.Text = "海关手册台帐"
  370. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  371. CType(Me.dgv_query, System.ComponentModel.ISupportInitialize).EndInit()
  372. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  373. Me.ResumeLayout(False)
  374. Me.PerformLayout()
  375. End Sub
  376. Friend WithEvents DGV1 As DataGridView
  377. Friend WithEvents ListBox1 As ListBox
  378. Friend WithEvents ListBox2 As ListBox
  379. Friend WithEvents Label2 As Label
  380. Friend WithEvents Label1 As Label
  381. Friend WithEvents Label3 As Label
  382. Friend WithEvents l_in As Label
  383. Friend WithEvents l_out As Label
  384. Friend WithEvents l_bal As Label
  385. Friend WithEvents Label4 As Label
  386. Friend WithEvents ListBox4 As ListBox
  387. Friend WithEvents Label5 As Label
  388. Friend WithEvents Label6 As Label
  389. Friend WithEvents Label7 As Label
  390. Friend WithEvents Label8 As Label
  391. Friend WithEvents dgv_query As DataGridView
  392. Friend WithEvents Label9 As Label
  393. Friend WithEvents dtp2 As DateTimePicker
  394. Friend WithEvents dtp1 As DateTimePicker
  395. Friend WithEvents Button3 As Button
  396. Friend WithEvents Label10 As Label
  397. Friend WithEvents Label11 As Label
  398. Friend WithEvents Label12 As Label
  399. Friend WithEvents Label13 As Label
  400. Friend WithEvents dgv2 As DataGridView
  401. End Class