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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.月_cb = New System.Windows.Forms.ComboBox()
  26. Me.年_cb = New System.Windows.Forms.ComboBox()
  27. Me.查詢日期_lb = New System.Windows.Forms.Label()
  28. Me.Label62 = New System.Windows.Forms.Label()
  29. Me.未出納_ch = New System.Windows.Forms.CheckBox()
  30. Me.已出納_ch = New System.Windows.Forms.CheckBox()
  31. Me.全部資料2_ch = New System.Windows.Forms.CheckBox()
  32. Me.出納_lb = New System.Windows.Forms.Label()
  33. Me.已核對_ch = New System.Windows.Forms.CheckBox()
  34. Me.未核對_ch = New System.Windows.Forms.CheckBox()
  35. Me.全部資料1_ch = New System.Windows.Forms.CheckBox()
  36. Me.會計_lb = New System.Windows.Forms.Label()
  37. Me.單號_tb = New System.Windows.Forms.TextBox()
  38. Me.稅金比_tb = New System.Windows.Forms.TextBox()
  39. Me.稅金金額_tb = New System.Windows.Forms.TextBox()
  40. Me.稅金計算_ch = New System.Windows.Forms.CheckBox()
  41. Me.折扣金額_tb = New System.Windows.Forms.TextBox()
  42. Me.折扣比_tb = New System.Windows.Forms.TextBox()
  43. Me.Label12 = New System.Windows.Forms.Label()
  44. Me.總金額_tb = New System.Windows.Forms.TextBox()
  45. Me.總金額_lb = New System.Windows.Forms.Label()
  46. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  47. Me.對帳記錄存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  49. Me.關鍵字查詢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.二維碼查單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  52. Me.列印成EXCEL_tsm = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  54. Me.清除_tsm = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  56. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. Me.ContextMenuStrip1.SuspendLayout()
  58. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.SuspendLayout()
  60. '
  61. '清單_dgv
  62. '
  63. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  64. Or System.Windows.Forms.AnchorStyles.Left) _
  65. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  66. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  67. Me.清單_dgv.Location = New System.Drawing.Point(12, 52)
  68. Me.清單_dgv.Name = "清單_dgv"
  69. Me.清單_dgv.RowHeadersWidth = 5
  70. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  72. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  73. Me.清單_dgv.RowTemplate.Height = 24
  74. Me.清單_dgv.Size = New System.Drawing.Size(1322, 622)
  75. Me.清單_dgv.TabIndex = 540
  76. '
  77. '月_cb
  78. '
  79. Me.月_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  80. Me.月_cb.FormattingEnabled = True
  81. Me.月_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  82. Me.月_cb.Location = New System.Drawing.Point(217, 4)
  83. Me.月_cb.Name = "月_cb"
  84. Me.月_cb.Size = New System.Drawing.Size(57, 24)
  85. Me.月_cb.TabIndex = 543
  86. '
  87. '年_cb
  88. '
  89. Me.年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  90. Me.年_cb.FormattingEnabled = True
  91. Me.年_cb.Items.AddRange(New Object() {"2019"})
  92. Me.年_cb.Location = New System.Drawing.Point(141, 4)
  93. Me.年_cb.Name = "年_cb"
  94. Me.年_cb.Size = New System.Drawing.Size(74, 24)
  95. Me.年_cb.TabIndex = 542
  96. '
  97. '查詢日期_lb
  98. '
  99. Me.查詢日期_lb.AutoSize = True
  100. Me.查詢日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  101. Me.查詢日期_lb.Location = New System.Drawing.Point(9, 9)
  102. Me.查詢日期_lb.Name = "查詢日期_lb"
  103. Me.查詢日期_lb.Size = New System.Drawing.Size(128, 16)
  104. Me.查詢日期_lb.TabIndex = 541
  105. Me.查詢日期_lb.Text = "查 詢 日 期"
  106. '
  107. 'Label62
  108. '
  109. Me.Label62.AutoSize = True
  110. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.Label62.ForeColor = System.Drawing.Color.Red
  112. Me.Label62.Location = New System.Drawing.Point(12, 31)
  113. Me.Label62.Name = "Label62"
  114. Me.Label62.Size = New System.Drawing.Size(252, 16)
  115. Me.Label62.TabIndex = 564
  116. Me.Label62.Text = "資料尚未存檔 / Informasi belum diarsipkan"
  117. Me.Label62.Visible = False
  118. '
  119. '未出納_ch
  120. '
  121. Me.未出納_ch.AutoSize = True
  122. Me.未出納_ch.ForeColor = System.Drawing.Color.Red
  123. Me.未出納_ch.Location = New System.Drawing.Point(655, 29)
  124. Me.未出納_ch.Name = "未出納_ch"
  125. Me.未出納_ch.Size = New System.Drawing.Size(111, 20)
  126. Me.未出納_ch.TabIndex = 578
  127. Me.未出納_ch.Text = "未 出 納"
  128. Me.未出納_ch.UseVisualStyleBackColor = True
  129. '
  130. '已出納_ch
  131. '
  132. Me.已出納_ch.AutoSize = True
  133. Me.已出納_ch.ForeColor = System.Drawing.Color.Red
  134. Me.已出納_ch.Location = New System.Drawing.Point(490, 30)
  135. Me.已出納_ch.Name = "已出納_ch"
  136. Me.已出納_ch.Size = New System.Drawing.Size(111, 20)
  137. Me.已出納_ch.TabIndex = 577
  138. Me.已出納_ch.Text = "已 出 納"
  139. Me.已出納_ch.UseVisualStyleBackColor = True
  140. '
  141. '全部資料2_ch
  142. '
  143. Me.全部資料2_ch.AutoSize = True
  144. Me.全部資料2_ch.ForeColor = System.Drawing.Color.Red
  145. Me.全部資料2_ch.Location = New System.Drawing.Point(365, 29)
  146. Me.全部資料2_ch.Name = "全部資料2_ch"
  147. Me.全部資料2_ch.Size = New System.Drawing.Size(75, 20)
  148. Me.全部資料2_ch.TabIndex = 576
  149. Me.全部資料2_ch.Text = "全部資料"
  150. Me.全部資料2_ch.UseVisualStyleBackColor = True
  151. '
  152. '出納_lb
  153. '
  154. Me.出納_lb.AutoSize = True
  155. Me.出納_lb.ForeColor = System.Drawing.Color.Red
  156. Me.出納_lb.Location = New System.Drawing.Point(277, 30)
  157. Me.出納_lb.Name = "出納_lb"
  158. Me.出納_lb.Size = New System.Drawing.Size(86, 16)
  159. Me.出納_lb.TabIndex = 575
  160. Me.出納_lb.Text = "出納--------->"
  161. '
  162. '已核對_ch
  163. '
  164. Me.已核對_ch.AutoSize = True
  165. Me.已核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  166. Me.已核對_ch.Location = New System.Drawing.Point(490, 3)
  167. Me.已核對_ch.Name = "已核對_ch"
  168. Me.已核對_ch.Size = New System.Drawing.Size(135, 20)
  169. Me.已核對_ch.TabIndex = 572
  170. Me.已核對_ch.Text = "已 核 對"
  171. Me.已核對_ch.UseVisualStyleBackColor = True
  172. '
  173. '未核對_ch
  174. '
  175. Me.未核對_ch.AutoSize = True
  176. Me.未核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  177. Me.未核對_ch.Location = New System.Drawing.Point(655, 3)
  178. Me.未核對_ch.Name = "未核對_ch"
  179. Me.未核對_ch.Size = New System.Drawing.Size(117, 20)
  180. Me.未核對_ch.TabIndex = 571
  181. Me.未核對_ch.Text = "未 核 對" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  182. Me.未核對_ch.UseVisualStyleBackColor = True
  183. '
  184. '全部資料1_ch
  185. '
  186. Me.全部資料1_ch.AutoSize = True
  187. Me.全部資料1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  188. Me.全部資料1_ch.Location = New System.Drawing.Point(365, 3)
  189. Me.全部資料1_ch.Name = "全部資料1_ch"
  190. Me.全部資料1_ch.Size = New System.Drawing.Size(75, 20)
  191. Me.全部資料1_ch.TabIndex = 570
  192. Me.全部資料1_ch.Text = "全部資料"
  193. Me.全部資料1_ch.UseVisualStyleBackColor = True
  194. '
  195. '會計_lb
  196. '
  197. Me.會計_lb.AutoSize = True
  198. Me.會計_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  199. Me.會計_lb.Location = New System.Drawing.Point(277, 6)
  200. Me.會計_lb.Name = "會計_lb"
  201. Me.會計_lb.Size = New System.Drawing.Size(86, 16)
  202. Me.會計_lb.TabIndex = 574
  203. Me.會計_lb.Text = "會計--------->"
  204. '
  205. '單號_tb
  206. '
  207. Me.單號_tb.Location = New System.Drawing.Point(581, 238)
  208. Me.單號_tb.Name = "單號_tb"
  209. Me.單號_tb.Size = New System.Drawing.Size(140, 23)
  210. Me.單號_tb.TabIndex = 996
  211. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  212. '
  213. '稅金比_tb
  214. '
  215. Me.稅金比_tb.Location = New System.Drawing.Point(938, 26)
  216. Me.稅金比_tb.Name = "稅金比_tb"
  217. Me.稅金比_tb.Size = New System.Drawing.Size(53, 23)
  218. Me.稅金比_tb.TabIndex = 995
  219. Me.稅金比_tb.Text = "10"
  220. Me.稅金比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  221. '
  222. '稅金金額_tb
  223. '
  224. Me.稅金金額_tb.Location = New System.Drawing.Point(994, 26)
  225. Me.稅金金額_tb.Name = "稅金金額_tb"
  226. Me.稅金金額_tb.Size = New System.Drawing.Size(140, 23)
  227. Me.稅金金額_tb.TabIndex = 994
  228. Me.稅金金額_tb.Text = "0"
  229. Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  230. '
  231. '稅金計算_ch
  232. '
  233. Me.稅金計算_ch.AutoSize = True
  234. Me.稅金計算_ch.Location = New System.Drawing.Point(856, 29)
  235. Me.稅金計算_ch.Name = "稅金計算_ch"
  236. Me.稅金計算_ch.Size = New System.Drawing.Size(71, 20)
  237. Me.稅金計算_ch.TabIndex = 993
  238. Me.稅金計算_ch.Text = "PPN % :"
  239. Me.稅金計算_ch.UseVisualStyleBackColor = True
  240. '
  241. '折扣金額_tb
  242. '
  243. Me.折扣金額_tb.Location = New System.Drawing.Point(994, 2)
  244. Me.折扣金額_tb.Name = "折扣金額_tb"
  245. Me.折扣金額_tb.Size = New System.Drawing.Size(140, 23)
  246. Me.折扣金額_tb.TabIndex = 992
  247. Me.折扣金額_tb.Text = "0"
  248. Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  249. '
  250. '折扣比_tb
  251. '
  252. Me.折扣比_tb.Location = New System.Drawing.Point(938, 2)
  253. Me.折扣比_tb.Name = "折扣比_tb"
  254. Me.折扣比_tb.Size = New System.Drawing.Size(53, 23)
  255. Me.折扣比_tb.TabIndex = 991
  256. Me.折扣比_tb.Text = "0"
  257. Me.折扣比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  258. '
  259. 'Label12
  260. '
  261. Me.Label12.AutoSize = True
  262. Me.Label12.Location = New System.Drawing.Point(853, 7)
  263. Me.Label12.Name = "Label12"
  264. Me.Label12.Size = New System.Drawing.Size(55, 16)
  265. Me.Label12.TabIndex = 990
  266. Me.Label12.Text = "DISC % :"
  267. '
  268. '總金額_tb
  269. '
  270. Me.總金額_tb.Location = New System.Drawing.Point(1138, 26)
  271. Me.總金額_tb.Name = "總金額_tb"
  272. Me.總金額_tb.Size = New System.Drawing.Size(140, 23)
  273. Me.總金額_tb.TabIndex = 989
  274. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  275. '
  276. '總金額_lb
  277. '
  278. Me.總金額_lb.AutoSize = True
  279. Me.總金額_lb.Location = New System.Drawing.Point(1145, 7)
  280. Me.總金額_lb.Name = "總金額_lb"
  281. Me.總金額_lb.Size = New System.Drawing.Size(98, 16)
  282. Me.總金額_lb.TabIndex = 988
  283. Me.總金額_lb.Text = "總       金       額"
  284. '
  285. 'ContextMenuStrip1
  286. '
  287. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.對帳記錄存檔_tsm, Me.ToolStripSeparator2, Me.關鍵字查詢_tsm, Me.二維碼查單_tsm, Me.ToolStripSeparator1, Me.列印成EXCEL_tsm, Me.ToolStripSeparator6, Me.清除_tsm})
  288. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  289. Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 132)
  290. '
  291. '對帳記錄存檔_tsm
  292. '
  293. Me.對帳記錄存檔_tsm.Name = "對帳記錄存檔_tsm"
  294. Me.對帳記錄存檔_tsm.Size = New System.Drawing.Size(146, 22)
  295. Me.對帳記錄存檔_tsm.Text = "對帳記錄存檔"
  296. '
  297. 'ToolStripSeparator2
  298. '
  299. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  300. Me.ToolStripSeparator2.Size = New System.Drawing.Size(143, 6)
  301. '
  302. '關鍵字查詢_tsm
  303. '
  304. Me.關鍵字查詢_tsm.Name = "關鍵字查詢_tsm"
  305. Me.關鍵字查詢_tsm.Size = New System.Drawing.Size(146, 22)
  306. Me.關鍵字查詢_tsm.Text = "關鍵字查詢"
  307. '
  308. '二維碼查單_tsm
  309. '
  310. Me.二維碼查單_tsm.Name = "二維碼查單_tsm"
  311. Me.二維碼查單_tsm.Size = New System.Drawing.Size(146, 22)
  312. Me.二維碼查單_tsm.Text = "二維碼查單"
  313. '
  314. 'ToolStripSeparator1
  315. '
  316. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  317. Me.ToolStripSeparator1.Size = New System.Drawing.Size(143, 6)
  318. '
  319. '列印成EXCEL_tsm
  320. '
  321. Me.列印成EXCEL_tsm.Name = "列印成EXCEL_tsm"
  322. Me.列印成EXCEL_tsm.Size = New System.Drawing.Size(146, 22)
  323. Me.列印成EXCEL_tsm.Text = "列印成EXCEL"
  324. '
  325. 'ToolStripSeparator6
  326. '
  327. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  328. Me.ToolStripSeparator6.Size = New System.Drawing.Size(143, 6)
  329. '
  330. '清除_tsm
  331. '
  332. Me.清除_tsm.Name = "清除_tsm"
  333. Me.清除_tsm.Size = New System.Drawing.Size(146, 22)
  334. Me.清除_tsm.Text = "清除查詢資料"
  335. Me.清除_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  336. Me.清除_tsm.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  337. '
  338. '語言_dgv
  339. '
  340. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  341. Me.語言_dgv.Location = New System.Drawing.Point(68, 87)
  342. Me.語言_dgv.Name = "語言_dgv"
  343. Me.語言_dgv.RowHeadersWidth = 5
  344. Me.語言_dgv.RowTemplate.Height = 24
  345. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  346. Me.語言_dgv.TabIndex = 1031
  347. Me.語言_dgv.Visible = False
  348. '
  349. '行政物料採購_驗收_對帳表
  350. '
  351. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  352. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  353. Me.ClientSize = New System.Drawing.Size(1349, 681)
  354. Me.ContextMenuStrip = Me.ContextMenuStrip1
  355. Me.Controls.Add(Me.語言_dgv)
  356. Me.Controls.Add(Me.單號_tb)
  357. Me.Controls.Add(Me.稅金比_tb)
  358. Me.Controls.Add(Me.稅金金額_tb)
  359. Me.Controls.Add(Me.稅金計算_ch)
  360. Me.Controls.Add(Me.折扣金額_tb)
  361. Me.Controls.Add(Me.折扣比_tb)
  362. Me.Controls.Add(Me.Label12)
  363. Me.Controls.Add(Me.總金額_tb)
  364. Me.Controls.Add(Me.總金額_lb)
  365. Me.Controls.Add(Me.未出納_ch)
  366. Me.Controls.Add(Me.已出納_ch)
  367. Me.Controls.Add(Me.全部資料2_ch)
  368. Me.Controls.Add(Me.出納_lb)
  369. Me.Controls.Add(Me.已核對_ch)
  370. Me.Controls.Add(Me.未核對_ch)
  371. Me.Controls.Add(Me.全部資料1_ch)
  372. Me.Controls.Add(Me.會計_lb)
  373. Me.Controls.Add(Me.Label62)
  374. Me.Controls.Add(Me.月_cb)
  375. Me.Controls.Add(Me.年_cb)
  376. Me.Controls.Add(Me.查詢日期_lb)
  377. Me.Controls.Add(Me.清單_dgv)
  378. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  380. Me.Name = "行政物料採購_驗收_對帳表"
  381. Me.Text = "行政物料採購_驗收_對帳表"
  382. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  383. Me.ContextMenuStrip1.ResumeLayout(False)
  384. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  385. Me.ResumeLayout(False)
  386. Me.PerformLayout()
  387. End Sub
  388. Friend WithEvents 清單_dgv As DataGridView
  389. Friend WithEvents 月_cb As ComboBox
  390. Friend WithEvents 年_cb As ComboBox
  391. Friend WithEvents 查詢日期_lb As Label
  392. Friend WithEvents Label62 As Label
  393. Friend WithEvents 未出納_ch As CheckBox
  394. Friend WithEvents 已出納_ch As CheckBox
  395. Friend WithEvents 全部資料2_ch As CheckBox
  396. Friend WithEvents 出納_lb As Label
  397. Friend WithEvents 已核對_ch As CheckBox
  398. Friend WithEvents 未核對_ch As CheckBox
  399. Friend WithEvents 全部資料1_ch As CheckBox
  400. Friend WithEvents 會計_lb As Label
  401. Friend WithEvents 單號_tb As TextBox
  402. Friend WithEvents 稅金比_tb As TextBox
  403. Friend WithEvents 稅金金額_tb As TextBox
  404. Friend WithEvents 稅金計算_ch As CheckBox
  405. Friend WithEvents 折扣金額_tb As TextBox
  406. Friend WithEvents 折扣比_tb As TextBox
  407. Friend WithEvents Label12 As Label
  408. Friend WithEvents 總金額_tb As TextBox
  409. Friend WithEvents 總金額_lb As Label
  410. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  411. Friend WithEvents 關鍵字查詢_tsm As ToolStripMenuItem
  412. Friend WithEvents 清除_tsm As ToolStripMenuItem
  413. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  414. Friend WithEvents 二維碼查單_tsm As ToolStripMenuItem
  415. Friend WithEvents 列印成EXCEL_tsm As ToolStripMenuItem
  416. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  417. Friend WithEvents 對帳記錄存檔_tsm As ToolStripMenuItem
  418. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  419. Friend WithEvents 語言_dgv As DataGridView
  420. End Class