Nessuna descrizione
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.

財務_對帳單_GCM.Designer.vb 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 財務_對帳單_GCM
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label4 = New System.Windows.Forms.Label()
  25. Me.收支單號_tb = New System.Windows.Forms.TextBox()
  26. Me.收入_單_tb = New System.Windows.Forms.TextBox()
  27. Me.Label9 = New System.Windows.Forms.Label()
  28. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  29. Me.月_ch = New System.Windows.Forms.ComboBox()
  30. Me.年_cb = New System.Windows.Forms.ComboBox()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  33. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  35. Me.清除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  36. Me.對帳記錄存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  38. Me.BBBToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.支出_單_tb = New System.Windows.Forms.TextBox()
  40. Me.Label5 = New System.Windows.Forms.Label()
  41. Me.損益_單_tb = New System.Windows.Forms.TextBox()
  42. Me.Label6 = New System.Windows.Forms.Label()
  43. Me.損益_總_tb = New System.Windows.Forms.TextBox()
  44. Me.Label7 = New System.Windows.Forms.Label()
  45. Me.支出_總_tb = New System.Windows.Forms.TextBox()
  46. Me.Label8 = New System.Windows.Forms.Label()
  47. Me.收入_總_tb = New System.Windows.Forms.TextBox()
  48. Me.Label10 = New System.Windows.Forms.Label()
  49. Me.隱藏申請_ch = New System.Windows.Forms.CheckBox()
  50. Me.隱藏作帳_ch = New System.Windows.Forms.CheckBox()
  51. Me.只顯示支票資料_ch = New System.Windows.Forms.CheckBox()
  52. Me.零用金_總_tb = New System.Windows.Forms.TextBox()
  53. Me.Label1 = New System.Windows.Forms.Label()
  54. Me.零用金_單_tb = New System.Windows.Forms.TextBox()
  55. Me.Label3 = New System.Windows.Forms.Label()
  56. Me.TextBox10 = New System.Windows.Forms.TextBox()
  57. Me.Label11 = New System.Windows.Forms.Label()
  58. Me.已兌現支票_單_tb = New System.Windows.Forms.TextBox()
  59. Me.Label12 = New System.Windows.Forms.Label()
  60. Me.支票_總_tb = New System.Windows.Forms.TextBox()
  61. Me.Label13 = New System.Windows.Forms.Label()
  62. Me.支票_單_tb = New System.Windows.Forms.TextBox()
  63. Me.Label14 = New System.Windows.Forms.Label()
  64. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  65. Me.非稅_ch = New System.Windows.Forms.CheckBox()
  66. Me.含稅_ch = New System.Windows.Forms.CheckBox()
  67. Me.全部_ch = New System.Windows.Forms.CheckBox()
  68. Me.Panel1 = New System.Windows.Forms.Panel()
  69. Me.Label15 = New System.Windows.Forms.Label()
  70. Me.Label16 = New System.Windows.Forms.Label()
  71. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.ContextMenuStrip1.SuspendLayout()
  73. Me.Panel1.SuspendLayout()
  74. Me.SuspendLayout()
  75. '
  76. 'Label4
  77. '
  78. Me.Label4.AutoSize = True
  79. Me.Label4.ForeColor = System.Drawing.Color.Green
  80. Me.Label4.Location = New System.Drawing.Point(210, 6)
  81. Me.Label4.Name = "Label4"
  82. Me.Label4.Size = New System.Drawing.Size(31, 16)
  83. Me.Label4.TabIndex = 1015
  84. Me.Label4.Text = "單號"
  85. '
  86. '收支單號_tb
  87. '
  88. Me.收支單號_tb.ForeColor = System.Drawing.Color.Green
  89. Me.收支單號_tb.Location = New System.Drawing.Point(242, 3)
  90. Me.收支單號_tb.Name = "收支單號_tb"
  91. Me.收支單號_tb.Size = New System.Drawing.Size(148, 23)
  92. Me.收支單號_tb.TabIndex = 1014
  93. Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  94. '
  95. '收入_單_tb
  96. '
  97. Me.收入_單_tb.ForeColor = System.Drawing.Color.Green
  98. Me.收入_單_tb.Location = New System.Drawing.Point(898, 2)
  99. Me.收入_單_tb.Name = "收入_單_tb"
  100. Me.收入_單_tb.Size = New System.Drawing.Size(90, 23)
  101. Me.收入_單_tb.TabIndex = 1013
  102. Me.收入_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  103. '
  104. 'Label9
  105. '
  106. Me.Label9.AutoSize = True
  107. Me.Label9.ForeColor = System.Drawing.Color.Green
  108. Me.Label9.Location = New System.Drawing.Point(866, 6)
  109. Me.Label9.Name = "Label9"
  110. Me.Label9.Size = New System.Drawing.Size(31, 16)
  111. Me.Label9.TabIndex = 1012
  112. Me.Label9.Text = "收入"
  113. '
  114. '清單_dgv
  115. '
  116. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  117. Or System.Windows.Forms.AnchorStyles.Left) _
  118. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  119. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  120. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  121. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  122. Me.清單_dgv.Location = New System.Drawing.Point(2, 53)
  123. Me.清單_dgv.Name = "清單_dgv"
  124. Me.清單_dgv.RowHeadersWidth = 5
  125. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  126. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  127. Me.清單_dgv.RowTemplate.Height = 24
  128. Me.清單_dgv.Size = New System.Drawing.Size(1245, 535)
  129. Me.清單_dgv.TabIndex = 1006
  130. '
  131. '月_ch
  132. '
  133. Me.月_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  134. Me.月_ch.FormattingEnabled = True
  135. Me.月_ch.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  136. Me.月_ch.Location = New System.Drawing.Point(149, 3)
  137. Me.月_ch.Name = "月_ch"
  138. Me.月_ch.Size = New System.Drawing.Size(55, 24)
  139. Me.月_ch.TabIndex = 1001
  140. '
  141. '年_cb
  142. '
  143. Me.年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  144. Me.年_cb.FormattingEnabled = True
  145. Me.年_cb.Items.AddRange(New Object() {"2019"})
  146. Me.年_cb.Location = New System.Drawing.Point(73, 3)
  147. Me.年_cb.Name = "年_cb"
  148. Me.年_cb.Size = New System.Drawing.Size(70, 24)
  149. Me.年_cb.TabIndex = 1000
  150. '
  151. 'Label2
  152. '
  153. Me.Label2.AutoSize = True
  154. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  155. Me.Label2.Location = New System.Drawing.Point(11, 8)
  156. Me.Label2.Name = "Label2"
  157. Me.Label2.Size = New System.Drawing.Size(55, 16)
  158. Me.Label2.TabIndex = 999
  159. Me.Label2.Text = "查詢日期"
  160. '
  161. 'ContextMenuStrip1
  162. '
  163. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.關鍵字查詢ToolStripMenuItem, Me.清除ToolStripMenuItem, Me.對帳記錄存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.BBBToolStripMenuItem})
  164. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  165. Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 142)
  166. '
  167. '重新整理ToolStripMenuItem
  168. '
  169. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  170. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  171. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  172. '
  173. '關鍵字查詢ToolStripMenuItem
  174. '
  175. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  176. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  177. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢"
  178. '
  179. '清除ToolStripMenuItem
  180. '
  181. Me.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem"
  182. Me.清除ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  183. Me.清除ToolStripMenuItem.Text = "清除介面查詢資料"
  184. Me.清除ToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  185. '
  186. '對帳記錄存檔ToolStripMenuItem
  187. '
  188. Me.對帳記錄存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  189. Me.對帳記錄存檔ToolStripMenuItem.Name = "對帳記錄存檔ToolStripMenuItem"
  190. Me.對帳記錄存檔ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  191. Me.對帳記錄存檔ToolStripMenuItem.Text = "對帳記錄存檔"
  192. '
  193. 'ToolStripSeparator2
  194. '
  195. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  196. Me.ToolStripSeparator2.Size = New System.Drawing.Size(177, 6)
  197. '
  198. 'BBBToolStripMenuItem
  199. '
  200. Me.BBBToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.BBBToolStripMenuItem.Name = "BBBToolStripMenuItem"
  202. Me.BBBToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  203. Me.BBBToolStripMenuItem.Text = "列印成EXCEL"
  204. '
  205. '支出_單_tb
  206. '
  207. Me.支出_單_tb.ForeColor = System.Drawing.Color.Green
  208. Me.支出_單_tb.Location = New System.Drawing.Point(1023, 2)
  209. Me.支出_單_tb.Name = "支出_單_tb"
  210. Me.支出_單_tb.Size = New System.Drawing.Size(90, 23)
  211. Me.支出_單_tb.TabIndex = 1017
  212. Me.支出_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  213. '
  214. 'Label5
  215. '
  216. Me.Label5.AutoSize = True
  217. Me.Label5.ForeColor = System.Drawing.Color.Green
  218. Me.Label5.Location = New System.Drawing.Point(990, 6)
  219. Me.Label5.Name = "Label5"
  220. Me.Label5.Size = New System.Drawing.Size(31, 16)
  221. Me.Label5.TabIndex = 1016
  222. Me.Label5.Text = "支出"
  223. '
  224. '損益_單_tb
  225. '
  226. Me.損益_單_tb.ForeColor = System.Drawing.Color.Green
  227. Me.損益_單_tb.Location = New System.Drawing.Point(1149, 2)
  228. Me.損益_單_tb.Name = "損益_單_tb"
  229. Me.損益_單_tb.Size = New System.Drawing.Size(90, 23)
  230. Me.損益_單_tb.TabIndex = 1019
  231. Me.損益_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  232. '
  233. 'Label6
  234. '
  235. Me.Label6.AutoSize = True
  236. Me.Label6.ForeColor = System.Drawing.Color.Green
  237. Me.Label6.Location = New System.Drawing.Point(1115, 6)
  238. Me.Label6.Name = "Label6"
  239. Me.Label6.Size = New System.Drawing.Size(31, 16)
  240. Me.Label6.TabIndex = 1018
  241. Me.Label6.Text = "損益"
  242. '
  243. '損益_總_tb
  244. '
  245. Me.損益_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  246. Me.損益_總_tb.Location = New System.Drawing.Point(1149, 27)
  247. Me.損益_總_tb.Name = "損益_總_tb"
  248. Me.損益_總_tb.Size = New System.Drawing.Size(90, 23)
  249. Me.損益_總_tb.TabIndex = 1025
  250. Me.損益_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  251. '
  252. 'Label7
  253. '
  254. Me.Label7.AutoSize = True
  255. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  256. Me.Label7.Location = New System.Drawing.Point(1115, 30)
  257. Me.Label7.Name = "Label7"
  258. Me.Label7.Size = New System.Drawing.Size(31, 16)
  259. Me.Label7.TabIndex = 1024
  260. Me.Label7.Text = "損益"
  261. '
  262. '支出_總_tb
  263. '
  264. Me.支出_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  265. Me.支出_總_tb.Location = New System.Drawing.Point(1023, 27)
  266. Me.支出_總_tb.Name = "支出_總_tb"
  267. Me.支出_總_tb.Size = New System.Drawing.Size(90, 23)
  268. Me.支出_總_tb.TabIndex = 1023
  269. Me.支出_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  270. '
  271. 'Label8
  272. '
  273. Me.Label8.AutoSize = True
  274. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  275. Me.Label8.Location = New System.Drawing.Point(990, 31)
  276. Me.Label8.Name = "Label8"
  277. Me.Label8.Size = New System.Drawing.Size(31, 16)
  278. Me.Label8.TabIndex = 1022
  279. Me.Label8.Text = "支出"
  280. '
  281. '收入_總_tb
  282. '
  283. Me.收入_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  284. Me.收入_總_tb.Location = New System.Drawing.Point(898, 27)
  285. Me.收入_總_tb.Name = "收入_總_tb"
  286. Me.收入_總_tb.Size = New System.Drawing.Size(90, 23)
  287. Me.收入_總_tb.TabIndex = 1021
  288. Me.收入_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  289. '
  290. 'Label10
  291. '
  292. Me.Label10.AutoSize = True
  293. Me.Label10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  294. Me.Label10.Location = New System.Drawing.Point(866, 31)
  295. Me.Label10.Name = "Label10"
  296. Me.Label10.Size = New System.Drawing.Size(31, 16)
  297. Me.Label10.TabIndex = 1020
  298. Me.Label10.Text = "收入"
  299. '
  300. '隱藏申請_ch
  301. '
  302. Me.隱藏申請_ch.AutoSize = True
  303. Me.隱藏申請_ch.Checked = True
  304. Me.隱藏申請_ch.CheckState = System.Windows.Forms.CheckState.Checked
  305. Me.隱藏申請_ch.Location = New System.Drawing.Point(3, 31)
  306. Me.隱藏申請_ch.Name = "隱藏申請_ch"
  307. Me.隱藏申請_ch.Size = New System.Drawing.Size(134, 20)
  308. Me.隱藏申請_ch.TabIndex = 1026
  309. Me.隱藏申請_ch.Text = "隱藏申請、審核資訊"
  310. Me.隱藏申請_ch.UseVisualStyleBackColor = True
  311. '
  312. '隱藏作帳_ch
  313. '
  314. Me.隱藏作帳_ch.AutoSize = True
  315. Me.隱藏作帳_ch.Checked = True
  316. Me.隱藏作帳_ch.CheckState = System.Windows.Forms.CheckState.Checked
  317. Me.隱藏作帳_ch.Location = New System.Drawing.Point(144, 31)
  318. Me.隱藏作帳_ch.Name = "隱藏作帳_ch"
  319. Me.隱藏作帳_ch.Size = New System.Drawing.Size(134, 20)
  320. Me.隱藏作帳_ch.TabIndex = 1027
  321. Me.隱藏作帳_ch.Text = "隱藏作帳、點交資訊"
  322. Me.隱藏作帳_ch.UseVisualStyleBackColor = True
  323. '
  324. '只顯示支票資料_ch
  325. '
  326. Me.只顯示支票資料_ch.AutoSize = True
  327. Me.只顯示支票資料_ch.Location = New System.Drawing.Point(285, 31)
  328. Me.只顯示支票資料_ch.Name = "只顯示支票資料_ch"
  329. Me.只顯示支票資料_ch.Size = New System.Drawing.Size(110, 20)
  330. Me.只顯示支票資料_ch.TabIndex = 1028
  331. Me.只顯示支票資料_ch.Text = "只顯示支票資料"
  332. Me.只顯示支票資料_ch.UseVisualStyleBackColor = True
  333. '
  334. '零用金_總_tb
  335. '
  336. Me.零用金_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  337. Me.零用金_總_tb.Location = New System.Drawing.Point(774, 27)
  338. Me.零用金_總_tb.Name = "零用金_總_tb"
  339. Me.零用金_總_tb.Size = New System.Drawing.Size(90, 23)
  340. Me.零用金_總_tb.TabIndex = 1032
  341. Me.零用金_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  342. '
  343. 'Label1
  344. '
  345. Me.Label1.AutoSize = True
  346. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  347. Me.Label1.Location = New System.Drawing.Point(728, 31)
  348. Me.Label1.Name = "Label1"
  349. Me.Label1.Size = New System.Drawing.Size(43, 16)
  350. Me.Label1.TabIndex = 1031
  351. Me.Label1.Text = "零用金"
  352. '
  353. '零用金_單_tb
  354. '
  355. Me.零用金_單_tb.ForeColor = System.Drawing.Color.Green
  356. Me.零用金_單_tb.Location = New System.Drawing.Point(774, 2)
  357. Me.零用金_單_tb.Name = "零用金_單_tb"
  358. Me.零用金_單_tb.Size = New System.Drawing.Size(90, 23)
  359. Me.零用金_單_tb.TabIndex = 1030
  360. Me.零用金_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  361. '
  362. 'Label3
  363. '
  364. Me.Label3.AutoSize = True
  365. Me.Label3.ForeColor = System.Drawing.Color.Green
  366. Me.Label3.Location = New System.Drawing.Point(728, 6)
  367. Me.Label3.Name = "Label3"
  368. Me.Label3.Size = New System.Drawing.Size(43, 16)
  369. Me.Label3.TabIndex = 1029
  370. Me.Label3.Text = "零用金"
  371. '
  372. 'TextBox10
  373. '
  374. Me.TextBox10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  375. Me.TextBox10.Location = New System.Drawing.Point(78, 28)
  376. Me.TextBox10.Name = "TextBox10"
  377. Me.TextBox10.Size = New System.Drawing.Size(90, 23)
  378. Me.TextBox10.TabIndex = 1036
  379. Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  380. '
  381. 'Label11
  382. '
  383. Me.Label11.AutoSize = True
  384. Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  385. Me.Label11.Location = New System.Drawing.Point(8, 32)
  386. Me.Label11.Name = "Label11"
  387. Me.Label11.Size = New System.Drawing.Size(67, 16)
  388. Me.Label11.TabIndex = 1035
  389. Me.Label11.Text = "已兌現支票"
  390. '
  391. '已兌現支票_單_tb
  392. '
  393. Me.已兌現支票_單_tb.ForeColor = System.Drawing.Color.Green
  394. Me.已兌現支票_單_tb.Location = New System.Drawing.Point(78, 3)
  395. Me.已兌現支票_單_tb.Name = "已兌現支票_單_tb"
  396. Me.已兌現支票_單_tb.Size = New System.Drawing.Size(90, 23)
  397. Me.已兌現支票_單_tb.TabIndex = 1034
  398. Me.已兌現支票_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  399. '
  400. 'Label12
  401. '
  402. Me.Label12.AutoSize = True
  403. Me.Label12.ForeColor = System.Drawing.Color.Green
  404. Me.Label12.Location = New System.Drawing.Point(8, 7)
  405. Me.Label12.Name = "Label12"
  406. Me.Label12.Size = New System.Drawing.Size(67, 16)
  407. Me.Label12.TabIndex = 1033
  408. Me.Label12.Text = "已兌現支票"
  409. '
  410. '支票_總_tb
  411. '
  412. Me.支票_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  413. Me.支票_總_tb.Location = New System.Drawing.Point(635, 28)
  414. Me.支票_總_tb.Name = "支票_總_tb"
  415. Me.支票_總_tb.Size = New System.Drawing.Size(90, 23)
  416. Me.支票_總_tb.TabIndex = 1040
  417. Me.支票_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  418. '
  419. 'Label13
  420. '
  421. Me.Label13.AutoSize = True
  422. Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  423. Me.Label13.Location = New System.Drawing.Point(602, 32)
  424. Me.Label13.Name = "Label13"
  425. Me.Label13.Size = New System.Drawing.Size(31, 16)
  426. Me.Label13.TabIndex = 1039
  427. Me.Label13.Text = "支票"
  428. '
  429. '支票_單_tb
  430. '
  431. Me.支票_單_tb.ForeColor = System.Drawing.Color.Green
  432. Me.支票_單_tb.Location = New System.Drawing.Point(635, 3)
  433. Me.支票_單_tb.Name = "支票_單_tb"
  434. Me.支票_單_tb.Size = New System.Drawing.Size(90, 23)
  435. Me.支票_單_tb.TabIndex = 1038
  436. Me.支票_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  437. '
  438. 'Label14
  439. '
  440. Me.Label14.AutoSize = True
  441. Me.Label14.ForeColor = System.Drawing.Color.Green
  442. Me.Label14.Location = New System.Drawing.Point(602, 7)
  443. Me.Label14.Name = "Label14"
  444. Me.Label14.Size = New System.Drawing.Size(31, 16)
  445. Me.Label14.TabIndex = 1037
  446. Me.Label14.Text = "支票"
  447. '
  448. 'ProgressBar1
  449. '
  450. Me.ProgressBar1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  451. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  452. Me.ProgressBar1.Location = New System.Drawing.Point(3, 591)
  453. Me.ProgressBar1.Name = "ProgressBar1"
  454. Me.ProgressBar1.Size = New System.Drawing.Size(1065, 17)
  455. Me.ProgressBar1.TabIndex = 1041
  456. '
  457. '非稅_ch
  458. '
  459. Me.非稅_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  460. Me.非稅_ch.AutoSize = True
  461. Me.非稅_ch.Location = New System.Drawing.Point(1193, 589)
  462. Me.非稅_ch.Name = "非稅_ch"
  463. Me.非稅_ch.Size = New System.Drawing.Size(50, 20)
  464. Me.非稅_ch.TabIndex = 1188
  465. Me.非稅_ch.Text = "非稅"
  466. Me.非稅_ch.UseVisualStyleBackColor = True
  467. '
  468. '含稅_ch
  469. '
  470. Me.含稅_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  471. Me.含稅_ch.AutoSize = True
  472. Me.含稅_ch.Location = New System.Drawing.Point(1136, 589)
  473. Me.含稅_ch.Name = "含稅_ch"
  474. Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
  475. Me.含稅_ch.TabIndex = 1187
  476. Me.含稅_ch.Text = "含稅"
  477. Me.含稅_ch.UseVisualStyleBackColor = True
  478. '
  479. '全部_ch
  480. '
  481. Me.全部_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  482. Me.全部_ch.AutoSize = True
  483. Me.全部_ch.Checked = True
  484. Me.全部_ch.CheckState = System.Windows.Forms.CheckState.Checked
  485. Me.全部_ch.Location = New System.Drawing.Point(1079, 589)
  486. Me.全部_ch.Name = "全部_ch"
  487. Me.全部_ch.Size = New System.Drawing.Size(50, 20)
  488. Me.全部_ch.TabIndex = 1186
  489. Me.全部_ch.Text = "全部"
  490. Me.全部_ch.UseVisualStyleBackColor = True
  491. '
  492. 'Panel1
  493. '
  494. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  495. Me.Panel1.Controls.Add(Me.已兌現支票_單_tb)
  496. Me.Panel1.Controls.Add(Me.Label12)
  497. Me.Panel1.Controls.Add(Me.Label11)
  498. Me.Panel1.Controls.Add(Me.TextBox10)
  499. Me.Panel1.Location = New System.Drawing.Point(602, 140)
  500. Me.Panel1.Name = "Panel1"
  501. Me.Panel1.Size = New System.Drawing.Size(200, 134)
  502. Me.Panel1.TabIndex = 1189
  503. '
  504. 'Label15
  505. '
  506. Me.Label15.AutoSize = True
  507. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  508. Me.Label15.Location = New System.Drawing.Point(505, 31)
  509. Me.Label15.Name = "Label15"
  510. Me.Label15.Size = New System.Drawing.Size(91, 16)
  511. Me.Label15.TabIndex = 1191
  512. Me.Label15.Text = "整月收支單總和"
  513. '
  514. 'Label16
  515. '
  516. Me.Label16.AutoSize = True
  517. Me.Label16.ForeColor = System.Drawing.Color.Green
  518. Me.Label16.Location = New System.Drawing.Point(505, 7)
  519. Me.Label16.Name = "Label16"
  520. Me.Label16.Size = New System.Drawing.Size(91, 16)
  521. Me.Label16.TabIndex = 1190
  522. Me.Label16.Text = "單筆收支單總和"
  523. '
  524. '財務_對帳單_GCM
  525. '
  526. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  527. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  528. Me.ClientSize = New System.Drawing.Size(1249, 611)
  529. Me.ContextMenuStrip = Me.ContextMenuStrip1
  530. Me.Controls.Add(Me.清單_dgv)
  531. Me.Controls.Add(Me.Label15)
  532. Me.Controls.Add(Me.Label16)
  533. Me.Controls.Add(Me.非稅_ch)
  534. Me.Controls.Add(Me.含稅_ch)
  535. Me.Controls.Add(Me.全部_ch)
  536. Me.Controls.Add(Me.ProgressBar1)
  537. Me.Controls.Add(Me.支票_總_tb)
  538. Me.Controls.Add(Me.Label13)
  539. Me.Controls.Add(Me.支票_單_tb)
  540. Me.Controls.Add(Me.Label14)
  541. Me.Controls.Add(Me.零用金_總_tb)
  542. Me.Controls.Add(Me.Label1)
  543. Me.Controls.Add(Me.零用金_單_tb)
  544. Me.Controls.Add(Me.Label3)
  545. Me.Controls.Add(Me.只顯示支票資料_ch)
  546. Me.Controls.Add(Me.隱藏作帳_ch)
  547. Me.Controls.Add(Me.隱藏申請_ch)
  548. Me.Controls.Add(Me.損益_總_tb)
  549. Me.Controls.Add(Me.Label7)
  550. Me.Controls.Add(Me.支出_總_tb)
  551. Me.Controls.Add(Me.Label8)
  552. Me.Controls.Add(Me.收入_總_tb)
  553. Me.Controls.Add(Me.Label10)
  554. Me.Controls.Add(Me.損益_單_tb)
  555. Me.Controls.Add(Me.Label6)
  556. Me.Controls.Add(Me.支出_單_tb)
  557. Me.Controls.Add(Me.Label5)
  558. Me.Controls.Add(Me.Label4)
  559. Me.Controls.Add(Me.收支單號_tb)
  560. Me.Controls.Add(Me.收入_單_tb)
  561. Me.Controls.Add(Me.Label9)
  562. Me.Controls.Add(Me.月_ch)
  563. Me.Controls.Add(Me.年_cb)
  564. Me.Controls.Add(Me.Label2)
  565. Me.Controls.Add(Me.Panel1)
  566. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  567. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  568. Me.Name = "財務_對帳單_GCM"
  569. Me.Text = "財務_對帳表_GCM"
  570. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  571. Me.ContextMenuStrip1.ResumeLayout(False)
  572. Me.Panel1.ResumeLayout(False)
  573. Me.Panel1.PerformLayout()
  574. Me.ResumeLayout(False)
  575. Me.PerformLayout()
  576. End Sub
  577. Friend WithEvents Label4 As Label
  578. Friend WithEvents 收支單號_tb As TextBox
  579. Friend WithEvents 收入_單_tb As TextBox
  580. Friend WithEvents Label9 As Label
  581. Friend WithEvents 清單_dgv As DataGridView
  582. Friend WithEvents 月_ch As ComboBox
  583. Friend WithEvents 年_cb As ComboBox
  584. Friend WithEvents Label2 As Label
  585. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  586. Friend WithEvents 對帳記錄存檔ToolStripMenuItem As ToolStripMenuItem
  587. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  588. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  589. Friend WithEvents BBBToolStripMenuItem As ToolStripMenuItem
  590. Friend WithEvents 清除ToolStripMenuItem As ToolStripMenuItem
  591. Friend WithEvents 支出_單_tb As TextBox
  592. Friend WithEvents Label5 As Label
  593. Friend WithEvents 損益_單_tb As TextBox
  594. Friend WithEvents Label6 As Label
  595. Friend WithEvents 損益_總_tb As TextBox
  596. Friend WithEvents Label7 As Label
  597. Friend WithEvents 支出_總_tb As TextBox
  598. Friend WithEvents Label8 As Label
  599. Friend WithEvents 收入_總_tb As TextBox
  600. Friend WithEvents Label10 As Label
  601. Friend WithEvents 隱藏申請_ch As CheckBox
  602. Friend WithEvents 隱藏作帳_ch As CheckBox
  603. Friend WithEvents 只顯示支票資料_ch As CheckBox
  604. Friend WithEvents 零用金_總_tb As TextBox
  605. Friend WithEvents Label1 As Label
  606. Friend WithEvents 零用金_單_tb As TextBox
  607. Friend WithEvents Label3 As Label
  608. Friend WithEvents TextBox10 As TextBox
  609. Friend WithEvents Label11 As Label
  610. Friend WithEvents 已兌現支票_單_tb As TextBox
  611. Friend WithEvents Label12 As Label
  612. Friend WithEvents 支票_總_tb As TextBox
  613. Friend WithEvents Label13 As Label
  614. Friend WithEvents 支票_單_tb As TextBox
  615. Friend WithEvents Label14 As Label
  616. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  617. Friend WithEvents ProgressBar1 As ProgressBar
  618. Friend WithEvents 非稅_ch As CheckBox
  619. Friend WithEvents 含稅_ch As CheckBox
  620. Friend WithEvents 全部_ch As CheckBox
  621. Friend WithEvents Panel1 As Panel
  622. Friend WithEvents Label15 As Label
  623. Friend WithEvents Label16 As Label
  624. End Class