설명 없음
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 29KB

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