Bez popisu
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.

財務_對帳單_ICS.Designer.vb 30KB

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