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 50KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.Label10 = New System.Windows.Forms.Label()
  28. Me.列印_bt = New System.Windows.Forms.Button()
  29. Me.Label7 = New System.Windows.Forms.Label()
  30. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  31. Me.Label5 = New System.Windows.Forms.Label()
  32. Me.審核人_tb = New System.Windows.Forms.TextBox()
  33. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Label3 = 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.收支單_dgv = New System.Windows.Forms.DataGridView()
  39. Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  42. Me.現1_tb = New System.Windows.Forms.TextBox()
  43. Me.當月_tb = New System.Windows.Forms.Button()
  44. Me.當日_tb = New System.Windows.Forms.Button()
  45. Me.Label4 = New System.Windows.Forms.Label()
  46. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  47. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  48. Me.合1_tb = New System.Windows.Forms.TextBox()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.出1_tb = New System.Windows.Forms.TextBox()
  51. Me.Label11 = New System.Windows.Forms.Label()
  52. Me.Label14 = New System.Windows.Forms.Label()
  53. Me.零1_tb = New System.Windows.Forms.TextBox()
  54. Me.Label15 = New System.Windows.Forms.Label()
  55. Me.支1_tb = New System.Windows.Forms.TextBox()
  56. Me.明細_rb = New System.Windows.Forms.RadioButton()
  57. Me.彙總_rb = New System.Windows.Forms.RadioButton()
  58. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  59. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.TextBox14 = New System.Windows.Forms.TextBox()
  61. Me.TextBox13 = New System.Windows.Forms.TextBox()
  62. Me.Label20 = New System.Windows.Forms.Label()
  63. Me.Label19 = New System.Windows.Forms.Label()
  64. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  65. Me.Label2 = New System.Windows.Forms.Label()
  66. Me.零2_tb = New System.Windows.Forms.TextBox()
  67. Me.Label12 = New System.Windows.Forms.Label()
  68. Me.支2_tb = New System.Windows.Forms.TextBox()
  69. Me.合2_tb = New System.Windows.Forms.TextBox()
  70. Me.Label13 = New System.Windows.Forms.Label()
  71. Me.出2_tb = New System.Windows.Forms.TextBox()
  72. Me.Label16 = New System.Windows.Forms.Label()
  73. Me.現2_tb = New System.Windows.Forms.TextBox()
  74. Me.Label17 = New System.Windows.Forms.Label()
  75. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  76. Me.下個月_bt = New System.Windows.Forms.Button()
  77. Me.上個月_bt = New System.Windows.Forms.Button()
  78. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  79. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  80. Me.Label18 = New System.Windows.Forms.Label()
  81. Me.零3_tb = New System.Windows.Forms.TextBox()
  82. Me.Label21 = New System.Windows.Forms.Label()
  83. Me.支3_tb = New System.Windows.Forms.TextBox()
  84. Me.合3_tb = New System.Windows.Forms.TextBox()
  85. Me.Label22 = New System.Windows.Forms.Label()
  86. Me.出3_tb = New System.Windows.Forms.TextBox()
  87. Me.Label23 = New System.Windows.Forms.Label()
  88. Me.現3_tb = New System.Windows.Forms.TextBox()
  89. Me.Label24 = New System.Windows.Forms.Label()
  90. Me.全部_ch = New System.Windows.Forms.CheckBox()
  91. Me.含稅_ch = New System.Windows.Forms.CheckBox()
  92. Me.非稅_ch = New System.Windows.Forms.CheckBox()
  93. Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
  94. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  95. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  96. Me.Label6 = New System.Windows.Forms.Label()
  97. Me.零4_tb = New System.Windows.Forms.TextBox()
  98. Me.Label25 = New System.Windows.Forms.Label()
  99. Me.支4_tb = New System.Windows.Forms.TextBox()
  100. Me.合4_tb = New System.Windows.Forms.TextBox()
  101. Me.Label26 = New System.Windows.Forms.Label()
  102. Me.出4_tb = New System.Windows.Forms.TextBox()
  103. Me.Label27 = New System.Windows.Forms.Label()
  104. Me.現4_tb = New System.Windows.Forms.TextBox()
  105. Me.Label28 = New System.Windows.Forms.Label()
  106. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  109. Me.ContextMenuStrip1.SuspendLayout()
  110. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  111. Me.SuspendLayout()
  112. '
  113. 'Label10
  114. '
  115. Me.Label10.AutoSize = True
  116. Me.Label10.ForeColor = System.Drawing.Color.Green
  117. Me.Label10.Location = New System.Drawing.Point(843, 3)
  118. Me.Label10.Name = "Label10"
  119. Me.Label10.Size = New System.Drawing.Size(31, 16)
  120. Me.Label10.TabIndex = 881
  121. Me.Label10.Text = "收入"
  122. '
  123. '列印_bt
  124. '
  125. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.列印_bt.ForeColor = System.Drawing.Color.Blue
  127. Me.列印_bt.Location = New System.Drawing.Point(492, 3)
  128. Me.列印_bt.Name = "列印_bt"
  129. Me.列印_bt.Size = New System.Drawing.Size(57, 25)
  130. Me.列印_bt.TabIndex = 879
  131. Me.列印_bt.Text = "列印"
  132. Me.列印_bt.UseVisualStyleBackColor = True
  133. '
  134. 'Label7
  135. '
  136. Me.Label7.AutoSize = True
  137. Me.Label7.ForeColor = System.Drawing.Color.Blue
  138. Me.Label7.Location = New System.Drawing.Point(430, 32)
  139. Me.Label7.Name = "Label7"
  140. Me.Label7.Size = New System.Drawing.Size(31, 16)
  141. Me.Label7.TabIndex = 876
  142. Me.Label7.Text = "日期"
  143. '
  144. '申請日期_dtp
  145. '
  146. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  147. Me.申請日期_dtp.Location = New System.Drawing.Point(462, 29)
  148. Me.申請日期_dtp.Name = "申請日期_dtp"
  149. Me.申請日期_dtp.Size = New System.Drawing.Size(86, 23)
  150. Me.申請日期_dtp.TabIndex = 872
  151. '
  152. 'Label5
  153. '
  154. Me.Label5.AutoSize = True
  155. Me.Label5.ForeColor = System.Drawing.Color.Blue
  156. Me.Label5.Location = New System.Drawing.Point(323, 57)
  157. Me.Label5.Name = "Label5"
  158. Me.Label5.Size = New System.Drawing.Size(43, 16)
  159. Me.Label5.TabIndex = 871
  160. Me.Label5.Text = "審核人"
  161. '
  162. '審核人_tb
  163. '
  164. Me.審核人_tb.ForeColor = System.Drawing.Color.Blue
  165. Me.審核人_tb.Location = New System.Drawing.Point(368, 54)
  166. Me.審核人_tb.Name = "審核人_tb"
  167. Me.審核人_tb.Size = New System.Drawing.Size(61, 23)
  168. Me.審核人_tb.TabIndex = 866
  169. '
  170. '明細_dgv
  171. '
  172. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  173. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  174. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  175. Or System.Windows.Forms.AnchorStyles.Left) _
  176. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  177. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  178. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  179. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  180. Me.明細_dgv.Location = New System.Drawing.Point(317, 82)
  181. Me.明細_dgv.Name = "明細_dgv"
  182. Me.明細_dgv.RowHeadersWidth = 5
  183. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  184. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  185. Me.明細_dgv.RowTemplate.Height = 24
  186. Me.明細_dgv.Size = New System.Drawing.Size(1010, 524)
  187. Me.明細_dgv.TabIndex = 865
  188. '
  189. 'Label3
  190. '
  191. Me.Label3.AutoSize = True
  192. Me.Label3.ForeColor = System.Drawing.Color.Blue
  193. Me.Label3.Location = New System.Drawing.Point(323, 32)
  194. Me.Label3.Name = "Label3"
  195. Me.Label3.Size = New System.Drawing.Size(43, 16)
  196. Me.Label3.TabIndex = 864
  197. Me.Label3.Text = "申請人"
  198. '
  199. '申請人_tb
  200. '
  201. Me.申請人_tb.ForeColor = System.Drawing.Color.Blue
  202. Me.申請人_tb.Location = New System.Drawing.Point(368, 29)
  203. Me.申請人_tb.Name = "申請人_tb"
  204. Me.申請人_tb.Size = New System.Drawing.Size(61, 23)
  205. Me.申請人_tb.TabIndex = 863
  206. '
  207. 'Label1
  208. '
  209. Me.Label1.AutoSize = True
  210. Me.Label1.ForeColor = System.Drawing.Color.Blue
  211. Me.Label1.Location = New System.Drawing.Point(321, 7)
  212. Me.Label1.Name = "Label1"
  213. Me.Label1.Size = New System.Drawing.Size(43, 16)
  214. Me.Label1.TabIndex = 860
  215. Me.Label1.Text = "支單號"
  216. '
  217. '收支單號_tb
  218. '
  219. Me.收支單號_tb.ForeColor = System.Drawing.Color.Blue
  220. Me.收支單號_tb.Location = New System.Drawing.Point(368, 4)
  221. Me.收支單號_tb.Name = "收支單號_tb"
  222. Me.收支單號_tb.Size = New System.Drawing.Size(123, 23)
  223. Me.收支單號_tb.TabIndex = 859
  224. '
  225. '收支單_dgv
  226. '
  227. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  228. Me.收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  229. Me.收支單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  230. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  231. Me.收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  232. Me.收支單_dgv.BackgroundColor = System.Drawing.Color.White
  233. Me.收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  234. Me.收支單_dgv.Location = New System.Drawing.Point(3, 54)
  235. Me.收支單_dgv.Name = "收支單_dgv"
  236. Me.收支單_dgv.RowHeadersWidth = 5
  237. Me.收支單_dgv.RowTemplate.Height = 24
  238. Me.收支單_dgv.Size = New System.Drawing.Size(315, 502)
  239. Me.收支單_dgv.TabIndex = 857
  240. '
  241. '審核日期_dtp
  242. '
  243. Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  244. Me.審核日期_dtp.Location = New System.Drawing.Point(462, 54)
  245. Me.審核日期_dtp.Name = "審核日期_dtp"
  246. Me.審核日期_dtp.Size = New System.Drawing.Size(86, 23)
  247. Me.審核日期_dtp.TabIndex = 873
  248. '
  249. 'Label8
  250. '
  251. Me.Label8.AutoSize = True
  252. Me.Label8.ForeColor = System.Drawing.Color.Blue
  253. Me.Label8.Location = New System.Drawing.Point(430, 57)
  254. Me.Label8.Name = "Label8"
  255. Me.Label8.Size = New System.Drawing.Size(31, 16)
  256. Me.Label8.TabIndex = 877
  257. Me.Label8.Text = "日期"
  258. '
  259. '彙總_dgv
  260. '
  261. Me.彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  262. Or System.Windows.Forms.AnchorStyles.Left) _
  263. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  264. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  265. Me.彙總_dgv.BackgroundColor = System.Drawing.Color.White
  266. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  267. Me.彙總_dgv.Location = New System.Drawing.Point(317, 82)
  268. Me.彙總_dgv.Name = "彙總_dgv"
  269. Me.彙總_dgv.RowHeadersWidth = 5
  270. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  271. Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  272. Me.彙總_dgv.RowTemplate.Height = 24
  273. Me.彙總_dgv.Size = New System.Drawing.Size(1010, 524)
  274. Me.彙總_dgv.TabIndex = 883
  275. '
  276. '現1_tb
  277. '
  278. Me.現1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  279. Me.現1_tb.ForeColor = System.Drawing.Color.Black
  280. Me.現1_tb.Location = New System.Drawing.Point(874, 3)
  281. Me.現1_tb.Name = "現1_tb"
  282. Me.現1_tb.Size = New System.Drawing.Size(85, 16)
  283. Me.現1_tb.TabIndex = 885
  284. Me.現1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  285. '
  286. '當月_tb
  287. '
  288. Me.當月_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.當月_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  290. Me.當月_tb.Location = New System.Drawing.Point(266, 28)
  291. Me.當月_tb.Name = "當月_tb"
  292. Me.當月_tb.Size = New System.Drawing.Size(52, 25)
  293. Me.當月_tb.TabIndex = 890
  294. Me.當月_tb.Text = "當月"
  295. Me.當月_tb.UseVisualStyleBackColor = True
  296. '
  297. '當日_tb
  298. '
  299. Me.當日_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  300. Me.當日_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  301. Me.當日_tb.Location = New System.Drawing.Point(213, 28)
  302. Me.當日_tb.Name = "當日_tb"
  303. Me.當日_tb.Size = New System.Drawing.Size(52, 25)
  304. Me.當日_tb.TabIndex = 889
  305. Me.當日_tb.Text = "當日"
  306. Me.當日_tb.UseVisualStyleBackColor = True
  307. '
  308. 'Label4
  309. '
  310. Me.Label4.AutoSize = True
  311. Me.Label4.Location = New System.Drawing.Point(96, 9)
  312. Me.Label4.Name = "Label4"
  313. Me.Label4.Size = New System.Drawing.Size(19, 16)
  314. Me.Label4.TabIndex = 888
  315. Me.Label4.Text = "到"
  316. '
  317. '結束日期_dtp
  318. '
  319. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  320. Me.結束日期_dtp.Location = New System.Drawing.Point(119, 5)
  321. Me.結束日期_dtp.Name = "結束日期_dtp"
  322. Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23)
  323. Me.結束日期_dtp.TabIndex = 887
  324. '
  325. '開始日期_dtp
  326. '
  327. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  328. Me.開始日期_dtp.Location = New System.Drawing.Point(0, 5)
  329. Me.開始日期_dtp.Name = "開始日期_dtp"
  330. Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23)
  331. Me.開始日期_dtp.TabIndex = 886
  332. '
  333. '合1_tb
  334. '
  335. Me.合1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  336. Me.合1_tb.ForeColor = System.Drawing.Color.Black
  337. Me.合1_tb.Location = New System.Drawing.Point(1112, 3)
  338. Me.合1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  339. Me.合1_tb.Name = "合1_tb"
  340. Me.合1_tb.Size = New System.Drawing.Size(113, 16)
  341. Me.合1_tb.TabIndex = 896
  342. Me.合1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  343. '
  344. 'Label9
  345. '
  346. Me.Label9.AutoSize = True
  347. Me.Label9.ForeColor = System.Drawing.Color.Green
  348. Me.Label9.Location = New System.Drawing.Point(1081, 4)
  349. Me.Label9.Name = "Label9"
  350. Me.Label9.Size = New System.Drawing.Size(31, 16)
  351. Me.Label9.TabIndex = 895
  352. Me.Label9.Text = "總和"
  353. '
  354. '出1_tb
  355. '
  356. Me.出1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  357. Me.出1_tb.ForeColor = System.Drawing.Color.Black
  358. Me.出1_tb.Location = New System.Drawing.Point(993, 3)
  359. Me.出1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  360. Me.出1_tb.Name = "出1_tb"
  361. Me.出1_tb.Size = New System.Drawing.Size(85, 16)
  362. Me.出1_tb.TabIndex = 894
  363. Me.出1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  364. '
  365. 'Label11
  366. '
  367. Me.Label11.AutoSize = True
  368. Me.Label11.ForeColor = System.Drawing.Color.Green
  369. Me.Label11.Location = New System.Drawing.Point(962, 3)
  370. Me.Label11.Name = "Label11"
  371. Me.Label11.Size = New System.Drawing.Size(31, 16)
  372. Me.Label11.TabIndex = 893
  373. Me.Label11.Text = "支出"
  374. '
  375. 'Label14
  376. '
  377. Me.Label14.AutoSize = True
  378. Me.Label14.ForeColor = System.Drawing.Color.Green
  379. Me.Label14.Location = New System.Drawing.Point(723, 3)
  380. Me.Label14.Name = "Label14"
  381. Me.Label14.Size = New System.Drawing.Size(31, 16)
  382. Me.Label14.TabIndex = 903
  383. Me.Label14.Text = "支票"
  384. '
  385. '零1_tb
  386. '
  387. Me.零1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  388. Me.零1_tb.ForeColor = System.Drawing.Color.Black
  389. Me.零1_tb.Location = New System.Drawing.Point(635, 3)
  390. Me.零1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  391. Me.零1_tb.Name = "零1_tb"
  392. Me.零1_tb.Size = New System.Drawing.Size(85, 16)
  393. Me.零1_tb.TabIndex = 902
  394. Me.零1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  395. '
  396. 'Label15
  397. '
  398. Me.Label15.AutoSize = True
  399. Me.Label15.ForeColor = System.Drawing.Color.Green
  400. Me.Label15.Location = New System.Drawing.Point(557, 4)
  401. Me.Label15.Name = "Label15"
  402. Me.Label15.Size = New System.Drawing.Size(78, 16)
  403. Me.Label15.TabIndex = 901
  404. Me.Label15.Text = "台幣 - 零用金"
  405. '
  406. '支1_tb
  407. '
  408. Me.支1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  409. Me.支1_tb.ForeColor = System.Drawing.Color.Black
  410. Me.支1_tb.Location = New System.Drawing.Point(755, 3)
  411. Me.支1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  412. Me.支1_tb.Name = "支1_tb"
  413. Me.支1_tb.Size = New System.Drawing.Size(85, 16)
  414. Me.支1_tb.TabIndex = 904
  415. Me.支1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  416. '
  417. '明細_rb
  418. '
  419. Me.明細_rb.AutoSize = True
  420. Me.明細_rb.Location = New System.Drawing.Point(3, 32)
  421. Me.明細_rb.Name = "明細_rb"
  422. Me.明細_rb.Size = New System.Drawing.Size(49, 20)
  423. Me.明細_rb.TabIndex = 905
  424. Me.明細_rb.TabStop = True
  425. Me.明細_rb.Text = "明細"
  426. Me.明細_rb.UseVisualStyleBackColor = True
  427. '
  428. '彙總_rb
  429. '
  430. Me.彙總_rb.AutoSize = True
  431. Me.彙總_rb.Location = New System.Drawing.Point(55, 32)
  432. Me.彙總_rb.Name = "彙總_rb"
  433. Me.彙總_rb.Size = New System.Drawing.Size(49, 20)
  434. Me.彙總_rb.TabIndex = 906
  435. Me.彙總_rb.TabStop = True
  436. Me.彙總_rb.Text = "彙總"
  437. Me.彙總_rb.UseVisualStyleBackColor = True
  438. '
  439. 'ContextMenuStrip1
  440. '
  441. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem})
  442. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  443. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  444. '
  445. '重新讀取ToolStripMenuItem
  446. '
  447. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  448. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  449. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  450. '
  451. 'TextBox14
  452. '
  453. Me.TextBox14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  454. Me.TextBox14.ForeColor = System.Drawing.Color.Blue
  455. Me.TextBox14.Location = New System.Drawing.Point(187, 583)
  456. Me.TextBox14.Name = "TextBox14"
  457. Me.TextBox14.Size = New System.Drawing.Size(128, 23)
  458. Me.TextBox14.TabIndex = 969
  459. Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  460. '
  461. 'TextBox13
  462. '
  463. Me.TextBox13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  464. Me.TextBox13.ForeColor = System.Drawing.Color.Blue
  465. Me.TextBox13.Location = New System.Drawing.Point(188, 559)
  466. Me.TextBox13.Name = "TextBox13"
  467. Me.TextBox13.Size = New System.Drawing.Size(127, 23)
  468. Me.TextBox13.TabIndex = 968
  469. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  470. '
  471. 'Label20
  472. '
  473. Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  474. Me.Label20.AutoSize = True
  475. Me.Label20.ForeColor = System.Drawing.Color.Blue
  476. Me.Label20.Location = New System.Drawing.Point(132, 586)
  477. Me.Label20.Name = "Label20"
  478. Me.Label20.Size = New System.Drawing.Size(55, 16)
  479. Me.Label20.TabIndex = 967
  480. Me.Label20.Text = "圖片編碼"
  481. '
  482. 'Label19
  483. '
  484. Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  485. Me.Label19.AutoSize = True
  486. Me.Label19.ForeColor = System.Drawing.Color.Blue
  487. Me.Label19.Location = New System.Drawing.Point(132, 562)
  488. Me.Label19.Name = "Label19"
  489. Me.Label19.Size = New System.Drawing.Size(43, 16)
  490. Me.Label19.TabIndex = 966
  491. Me.Label19.Text = "驗證碼"
  492. '
  493. 'PictureBox1
  494. '
  495. Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  496. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  497. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  498. Me.PictureBox1.Location = New System.Drawing.Point(2, 559)
  499. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  500. Me.PictureBox1.Name = "PictureBox1"
  501. Me.PictureBox1.Size = New System.Drawing.Size(129, 47)
  502. Me.PictureBox1.TabIndex = 965
  503. Me.PictureBox1.TabStop = False
  504. '
  505. 'Label2
  506. '
  507. Me.Label2.AutoSize = True
  508. Me.Label2.ForeColor = System.Drawing.Color.Red
  509. Me.Label2.Location = New System.Drawing.Point(723, 23)
  510. Me.Label2.Name = "Label2"
  511. Me.Label2.Size = New System.Drawing.Size(31, 16)
  512. Me.Label2.TabIndex = 978
  513. Me.Label2.Text = "支票"
  514. '
  515. '零2_tb
  516. '
  517. Me.零2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  518. Me.零2_tb.ForeColor = System.Drawing.Color.Black
  519. Me.零2_tb.Location = New System.Drawing.Point(635, 23)
  520. Me.零2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  521. Me.零2_tb.Name = "零2_tb"
  522. Me.零2_tb.Size = New System.Drawing.Size(85, 16)
  523. Me.零2_tb.TabIndex = 977
  524. Me.零2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  525. '
  526. 'Label12
  527. '
  528. Me.Label12.AutoSize = True
  529. Me.Label12.ForeColor = System.Drawing.Color.Red
  530. Me.Label12.Location = New System.Drawing.Point(551, 24)
  531. Me.Label12.Name = "Label12"
  532. Me.Label12.Size = New System.Drawing.Size(84, 16)
  533. Me.Label12.TabIndex = 976
  534. Me.Label12.Text = "人民幣-零用金"
  535. '
  536. '支2_tb
  537. '
  538. Me.支2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  539. Me.支2_tb.ForeColor = System.Drawing.Color.Black
  540. Me.支2_tb.Location = New System.Drawing.Point(755, 23)
  541. Me.支2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  542. Me.支2_tb.Name = "支2_tb"
  543. Me.支2_tb.Size = New System.Drawing.Size(85, 16)
  544. Me.支2_tb.TabIndex = 979
  545. Me.支2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  546. '
  547. '合2_tb
  548. '
  549. Me.合2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  550. Me.合2_tb.ForeColor = System.Drawing.Color.Black
  551. Me.合2_tb.Location = New System.Drawing.Point(1112, 23)
  552. Me.合2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  553. Me.合2_tb.Name = "合2_tb"
  554. Me.合2_tb.Size = New System.Drawing.Size(113, 16)
  555. Me.合2_tb.TabIndex = 975
  556. Me.合2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  557. '
  558. 'Label13
  559. '
  560. Me.Label13.AutoSize = True
  561. Me.Label13.ForeColor = System.Drawing.Color.Red
  562. Me.Label13.Location = New System.Drawing.Point(1081, 24)
  563. Me.Label13.Name = "Label13"
  564. Me.Label13.Size = New System.Drawing.Size(31, 16)
  565. Me.Label13.TabIndex = 974
  566. Me.Label13.Text = "總和"
  567. '
  568. '出2_tb
  569. '
  570. Me.出2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  571. Me.出2_tb.ForeColor = System.Drawing.Color.Black
  572. Me.出2_tb.Location = New System.Drawing.Point(993, 23)
  573. Me.出2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  574. Me.出2_tb.Name = "出2_tb"
  575. Me.出2_tb.Size = New System.Drawing.Size(85, 16)
  576. Me.出2_tb.TabIndex = 973
  577. Me.出2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  578. '
  579. 'Label16
  580. '
  581. Me.Label16.AutoSize = True
  582. Me.Label16.ForeColor = System.Drawing.Color.Red
  583. Me.Label16.Location = New System.Drawing.Point(962, 23)
  584. Me.Label16.Name = "Label16"
  585. Me.Label16.Size = New System.Drawing.Size(31, 16)
  586. Me.Label16.TabIndex = 972
  587. Me.Label16.Text = "支出"
  588. '
  589. '現2_tb
  590. '
  591. Me.現2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  592. Me.現2_tb.ForeColor = System.Drawing.Color.Black
  593. Me.現2_tb.Location = New System.Drawing.Point(874, 23)
  594. Me.現2_tb.Name = "現2_tb"
  595. Me.現2_tb.Size = New System.Drawing.Size(85, 16)
  596. Me.現2_tb.TabIndex = 971
  597. Me.現2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  598. '
  599. 'Label17
  600. '
  601. Me.Label17.AutoSize = True
  602. Me.Label17.ForeColor = System.Drawing.Color.Red
  603. Me.Label17.Location = New System.Drawing.Point(843, 23)
  604. Me.Label17.Name = "Label17"
  605. Me.Label17.Size = New System.Drawing.Size(31, 16)
  606. Me.Label17.TabIndex = 970
  607. Me.Label17.Text = "收入"
  608. '
  609. '中間日期_dtp
  610. '
  611. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  612. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  613. Me.中間日期_dtp.Location = New System.Drawing.Point(26, 100)
  614. Me.中間日期_dtp.Name = "中間日期_dtp"
  615. Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23)
  616. Me.中間日期_dtp.TabIndex = 1168
  617. Me.中間日期_dtp.Visible = False
  618. '
  619. '下個月_bt
  620. '
  621. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  622. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  623. Me.下個月_bt.Location = New System.Drawing.Point(266, 3)
  624. Me.下個月_bt.Name = "下個月_bt"
  625. Me.下個月_bt.Size = New System.Drawing.Size(52, 25)
  626. Me.下個月_bt.TabIndex = 1170
  627. Me.下個月_bt.Text = "下個月"
  628. Me.下個月_bt.UseVisualStyleBackColor = True
  629. '
  630. '上個月_bt
  631. '
  632. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  633. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  634. Me.上個月_bt.Location = New System.Drawing.Point(213, 3)
  635. Me.上個月_bt.Name = "上個月_bt"
  636. Me.上個月_bt.Size = New System.Drawing.Size(52, 25)
  637. Me.上個月_bt.TabIndex = 1169
  638. Me.上個月_bt.Text = "上個月"
  639. Me.上個月_bt.UseVisualStyleBackColor = True
  640. '
  641. '一般月_ch
  642. '
  643. Me.一般月_ch.AutoSize = True
  644. Me.一般月_ch.Checked = True
  645. Me.一般月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  646. Me.一般月_ch.Location = New System.Drawing.Point(166, 32)
  647. Me.一般月_ch.Name = "一般月_ch"
  648. Me.一般月_ch.Size = New System.Drawing.Size(50, 20)
  649. Me.一般月_ch.TabIndex = 1172
  650. Me.一般月_ch.Text = "一般"
  651. Me.一般月_ch.UseVisualStyleBackColor = True
  652. '
  653. '會計月_ch
  654. '
  655. Me.會計月_ch.AutoSize = True
  656. Me.會計月_ch.Location = New System.Drawing.Point(112, 32)
  657. Me.會計月_ch.Name = "會計月_ch"
  658. Me.會計月_ch.Size = New System.Drawing.Size(50, 20)
  659. Me.會計月_ch.TabIndex = 1171
  660. Me.會計月_ch.Text = "會計"
  661. Me.會計月_ch.UseVisualStyleBackColor = True
  662. '
  663. 'Label18
  664. '
  665. Me.Label18.AutoSize = True
  666. Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  667. Me.Label18.Location = New System.Drawing.Point(723, 44)
  668. Me.Label18.Name = "Label18"
  669. Me.Label18.Size = New System.Drawing.Size(31, 16)
  670. Me.Label18.TabIndex = 1181
  671. Me.Label18.Text = "支票"
  672. '
  673. '零3_tb
  674. '
  675. Me.零3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  676. Me.零3_tb.ForeColor = System.Drawing.Color.Black
  677. Me.零3_tb.Location = New System.Drawing.Point(635, 44)
  678. Me.零3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  679. Me.零3_tb.Name = "零3_tb"
  680. Me.零3_tb.Size = New System.Drawing.Size(85, 16)
  681. Me.零3_tb.TabIndex = 1180
  682. Me.零3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  683. '
  684. 'Label21
  685. '
  686. Me.Label21.AutoSize = True
  687. Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  688. Me.Label21.Location = New System.Drawing.Point(562, 45)
  689. Me.Label21.Name = "Label21"
  690. Me.Label21.Size = New System.Drawing.Size(72, 16)
  691. Me.Label21.TabIndex = 1179
  692. Me.Label21.Text = "美金-零用金"
  693. '
  694. '支3_tb
  695. '
  696. Me.支3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  697. Me.支3_tb.ForeColor = System.Drawing.Color.Black
  698. Me.支3_tb.Location = New System.Drawing.Point(755, 44)
  699. Me.支3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  700. Me.支3_tb.Name = "支3_tb"
  701. Me.支3_tb.Size = New System.Drawing.Size(85, 16)
  702. Me.支3_tb.TabIndex = 1182
  703. Me.支3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  704. '
  705. '合3_tb
  706. '
  707. Me.合3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  708. Me.合3_tb.ForeColor = System.Drawing.Color.Black
  709. Me.合3_tb.Location = New System.Drawing.Point(1112, 44)
  710. Me.合3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  711. Me.合3_tb.Name = "合3_tb"
  712. Me.合3_tb.Size = New System.Drawing.Size(113, 16)
  713. Me.合3_tb.TabIndex = 1178
  714. Me.合3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  715. '
  716. 'Label22
  717. '
  718. Me.Label22.AutoSize = True
  719. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  720. Me.Label22.Location = New System.Drawing.Point(1081, 45)
  721. Me.Label22.Name = "Label22"
  722. Me.Label22.Size = New System.Drawing.Size(31, 16)
  723. Me.Label22.TabIndex = 1177
  724. Me.Label22.Text = "總和"
  725. '
  726. '出3_tb
  727. '
  728. Me.出3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  729. Me.出3_tb.ForeColor = System.Drawing.Color.Black
  730. Me.出3_tb.Location = New System.Drawing.Point(993, 44)
  731. Me.出3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  732. Me.出3_tb.Name = "出3_tb"
  733. Me.出3_tb.Size = New System.Drawing.Size(85, 16)
  734. Me.出3_tb.TabIndex = 1176
  735. Me.出3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  736. '
  737. 'Label23
  738. '
  739. Me.Label23.AutoSize = True
  740. Me.Label23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  741. Me.Label23.Location = New System.Drawing.Point(962, 44)
  742. Me.Label23.Name = "Label23"
  743. Me.Label23.Size = New System.Drawing.Size(31, 16)
  744. Me.Label23.TabIndex = 1175
  745. Me.Label23.Text = "支出"
  746. '
  747. '現3_tb
  748. '
  749. Me.現3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  750. Me.現3_tb.ForeColor = System.Drawing.Color.Black
  751. Me.現3_tb.Location = New System.Drawing.Point(874, 44)
  752. Me.現3_tb.Name = "現3_tb"
  753. Me.現3_tb.Size = New System.Drawing.Size(85, 16)
  754. Me.現3_tb.TabIndex = 1174
  755. Me.現3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  756. '
  757. 'Label24
  758. '
  759. Me.Label24.AutoSize = True
  760. Me.Label24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  761. Me.Label24.Location = New System.Drawing.Point(843, 44)
  762. Me.Label24.Name = "Label24"
  763. Me.Label24.Size = New System.Drawing.Size(31, 16)
  764. Me.Label24.TabIndex = 1173
  765. Me.Label24.Text = "收入"
  766. '
  767. '全部_ch
  768. '
  769. Me.全部_ch.AutoSize = True
  770. Me.全部_ch.Checked = True
  771. Me.全部_ch.CheckState = System.Windows.Forms.CheckState.Checked
  772. Me.全部_ch.Location = New System.Drawing.Point(1231, 7)
  773. Me.全部_ch.Name = "全部_ch"
  774. Me.全部_ch.Size = New System.Drawing.Size(50, 20)
  775. Me.全部_ch.TabIndex = 1183
  776. Me.全部_ch.Text = "全部"
  777. Me.全部_ch.UseVisualStyleBackColor = True
  778. '
  779. '含稅_ch
  780. '
  781. Me.含稅_ch.AutoSize = True
  782. Me.含稅_ch.Location = New System.Drawing.Point(1231, 32)
  783. Me.含稅_ch.Name = "含稅_ch"
  784. Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
  785. Me.含稅_ch.TabIndex = 1184
  786. Me.含稅_ch.Text = "含稅"
  787. Me.含稅_ch.UseVisualStyleBackColor = True
  788. '
  789. '非稅_ch
  790. '
  791. Me.非稅_ch.AutoSize = True
  792. Me.非稅_ch.Location = New System.Drawing.Point(1231, 56)
  793. Me.非稅_ch.Name = "非稅_ch"
  794. Me.非稅_ch.Size = New System.Drawing.Size(50, 20)
  795. Me.非稅_ch.TabIndex = 1185
  796. Me.非稅_ch.Text = "非稅"
  797. Me.非稅_ch.UseVisualStyleBackColor = True
  798. '
  799. '印尼匯率_tb
  800. '
  801. Me.印尼匯率_tb.Location = New System.Drawing.Point(572, 325)
  802. Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  803. Me.印尼匯率_tb.Name = "印尼匯率_tb"
  804. Me.印尼匯率_tb.Size = New System.Drawing.Size(175, 23)
  805. Me.印尼匯率_tb.TabIndex = 1188
  806. Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  807. Me.印尼匯率_tb.Visible = False
  808. '
  809. '美金匯率_tb
  810. '
  811. Me.美金匯率_tb.Location = New System.Drawing.Point(572, 294)
  812. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  813. Me.美金匯率_tb.Name = "美金匯率_tb"
  814. Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23)
  815. Me.美金匯率_tb.TabIndex = 1187
  816. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  817. Me.美金匯率_tb.Visible = False
  818. '
  819. '人民幣匯率_tb
  820. '
  821. Me.人民幣匯率_tb.Location = New System.Drawing.Point(572, 263)
  822. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  823. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  824. Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23)
  825. Me.人民幣匯率_tb.TabIndex = 1186
  826. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  827. Me.人民幣匯率_tb.Visible = False
  828. '
  829. 'Label6
  830. '
  831. Me.Label6.AutoSize = True
  832. Me.Label6.ForeColor = System.Drawing.Color.Purple
  833. Me.Label6.Location = New System.Drawing.Point(723, 64)
  834. Me.Label6.Name = "Label6"
  835. Me.Label6.Size = New System.Drawing.Size(31, 16)
  836. Me.Label6.TabIndex = 1197
  837. Me.Label6.Text = "支票"
  838. '
  839. '零4_tb
  840. '
  841. Me.零4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  842. Me.零4_tb.ForeColor = System.Drawing.Color.Black
  843. Me.零4_tb.Location = New System.Drawing.Point(635, 64)
  844. Me.零4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  845. Me.零4_tb.Name = "零4_tb"
  846. Me.零4_tb.Size = New System.Drawing.Size(85, 16)
  847. Me.零4_tb.TabIndex = 1196
  848. Me.零4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  849. '
  850. 'Label25
  851. '
  852. Me.Label25.AutoSize = True
  853. Me.Label25.ForeColor = System.Drawing.Color.Purple
  854. Me.Label25.Location = New System.Drawing.Point(550, 65)
  855. Me.Label25.Name = "Label25"
  856. Me.Label25.Size = New System.Drawing.Size(84, 16)
  857. Me.Label25.TabIndex = 1195
  858. Me.Label25.Text = "印尼盾-零用金"
  859. '
  860. '支4_tb
  861. '
  862. Me.支4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  863. Me.支4_tb.ForeColor = System.Drawing.Color.Black
  864. Me.支4_tb.Location = New System.Drawing.Point(755, 64)
  865. Me.支4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  866. Me.支4_tb.Name = "支4_tb"
  867. Me.支4_tb.Size = New System.Drawing.Size(85, 16)
  868. Me.支4_tb.TabIndex = 1198
  869. Me.支4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  870. '
  871. '合4_tb
  872. '
  873. Me.合4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  874. Me.合4_tb.ForeColor = System.Drawing.Color.Black
  875. Me.合4_tb.Location = New System.Drawing.Point(1112, 64)
  876. Me.合4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  877. Me.合4_tb.Name = "合4_tb"
  878. Me.合4_tb.Size = New System.Drawing.Size(113, 16)
  879. Me.合4_tb.TabIndex = 1194
  880. Me.合4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  881. '
  882. 'Label26
  883. '
  884. Me.Label26.AutoSize = True
  885. Me.Label26.ForeColor = System.Drawing.Color.Purple
  886. Me.Label26.Location = New System.Drawing.Point(1081, 65)
  887. Me.Label26.Name = "Label26"
  888. Me.Label26.Size = New System.Drawing.Size(31, 16)
  889. Me.Label26.TabIndex = 1193
  890. Me.Label26.Text = "總和"
  891. '
  892. '出4_tb
  893. '
  894. Me.出4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  895. Me.出4_tb.ForeColor = System.Drawing.Color.Black
  896. Me.出4_tb.Location = New System.Drawing.Point(993, 64)
  897. Me.出4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  898. Me.出4_tb.Name = "出4_tb"
  899. Me.出4_tb.Size = New System.Drawing.Size(85, 16)
  900. Me.出4_tb.TabIndex = 1192
  901. Me.出4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  902. '
  903. 'Label27
  904. '
  905. Me.Label27.AutoSize = True
  906. Me.Label27.ForeColor = System.Drawing.Color.Purple
  907. Me.Label27.Location = New System.Drawing.Point(962, 64)
  908. Me.Label27.Name = "Label27"
  909. Me.Label27.Size = New System.Drawing.Size(31, 16)
  910. Me.Label27.TabIndex = 1191
  911. Me.Label27.Text = "支出"
  912. '
  913. '現4_tb
  914. '
  915. Me.現4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  916. Me.現4_tb.ForeColor = System.Drawing.Color.Black
  917. Me.現4_tb.Location = New System.Drawing.Point(874, 64)
  918. Me.現4_tb.Name = "現4_tb"
  919. Me.現4_tb.Size = New System.Drawing.Size(85, 16)
  920. Me.現4_tb.TabIndex = 1190
  921. Me.現4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  922. '
  923. 'Label28
  924. '
  925. Me.Label28.AutoSize = True
  926. Me.Label28.ForeColor = System.Drawing.Color.Purple
  927. Me.Label28.Location = New System.Drawing.Point(843, 64)
  928. Me.Label28.Name = "Label28"
  929. Me.Label28.Size = New System.Drawing.Size(31, 16)
  930. Me.Label28.TabIndex = 1189
  931. Me.Label28.Text = "收入"
  932. '
  933. '財務_收支單一覽表_GCM
  934. '
  935. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  936. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  937. Me.ClientSize = New System.Drawing.Size(1331, 611)
  938. Me.ContextMenuStrip = Me.ContextMenuStrip1
  939. Me.Controls.Add(Me.Label6)
  940. Me.Controls.Add(Me.零4_tb)
  941. Me.Controls.Add(Me.Label25)
  942. Me.Controls.Add(Me.支4_tb)
  943. Me.Controls.Add(Me.合4_tb)
  944. Me.Controls.Add(Me.Label26)
  945. Me.Controls.Add(Me.出4_tb)
  946. Me.Controls.Add(Me.Label27)
  947. Me.Controls.Add(Me.現4_tb)
  948. Me.Controls.Add(Me.Label28)
  949. Me.Controls.Add(Me.印尼匯率_tb)
  950. Me.Controls.Add(Me.美金匯率_tb)
  951. Me.Controls.Add(Me.人民幣匯率_tb)
  952. Me.Controls.Add(Me.非稅_ch)
  953. Me.Controls.Add(Me.含稅_ch)
  954. Me.Controls.Add(Me.全部_ch)
  955. Me.Controls.Add(Me.Label18)
  956. Me.Controls.Add(Me.零3_tb)
  957. Me.Controls.Add(Me.Label21)
  958. Me.Controls.Add(Me.支3_tb)
  959. Me.Controls.Add(Me.合3_tb)
  960. Me.Controls.Add(Me.Label22)
  961. Me.Controls.Add(Me.出3_tb)
  962. Me.Controls.Add(Me.Label23)
  963. Me.Controls.Add(Me.現3_tb)
  964. Me.Controls.Add(Me.Label24)
  965. Me.Controls.Add(Me.下個月_bt)
  966. Me.Controls.Add(Me.上個月_bt)
  967. Me.Controls.Add(Me.中間日期_dtp)
  968. Me.Controls.Add(Me.Label2)
  969. Me.Controls.Add(Me.零2_tb)
  970. Me.Controls.Add(Me.Label12)
  971. Me.Controls.Add(Me.支2_tb)
  972. Me.Controls.Add(Me.合2_tb)
  973. Me.Controls.Add(Me.Label13)
  974. Me.Controls.Add(Me.出2_tb)
  975. Me.Controls.Add(Me.Label16)
  976. Me.Controls.Add(Me.現2_tb)
  977. Me.Controls.Add(Me.Label17)
  978. Me.Controls.Add(Me.TextBox14)
  979. Me.Controls.Add(Me.TextBox13)
  980. Me.Controls.Add(Me.Label20)
  981. Me.Controls.Add(Me.Label19)
  982. Me.Controls.Add(Me.PictureBox1)
  983. Me.Controls.Add(Me.明細_rb)
  984. Me.Controls.Add(Me.Label14)
  985. Me.Controls.Add(Me.零1_tb)
  986. Me.Controls.Add(Me.Label15)
  987. Me.Controls.Add(Me.支1_tb)
  988. Me.Controls.Add(Me.合1_tb)
  989. Me.Controls.Add(Me.Label9)
  990. Me.Controls.Add(Me.出1_tb)
  991. Me.Controls.Add(Me.Label11)
  992. Me.Controls.Add(Me.當月_tb)
  993. Me.Controls.Add(Me.當日_tb)
  994. Me.Controls.Add(Me.結束日期_dtp)
  995. Me.Controls.Add(Me.開始日期_dtp)
  996. Me.Controls.Add(Me.現1_tb)
  997. Me.Controls.Add(Me.Label10)
  998. Me.Controls.Add(Me.列印_bt)
  999. Me.Controls.Add(Me.Label8)
  1000. Me.Controls.Add(Me.Label7)
  1001. Me.Controls.Add(Me.審核日期_dtp)
  1002. Me.Controls.Add(Me.申請日期_dtp)
  1003. Me.Controls.Add(Me.Label5)
  1004. Me.Controls.Add(Me.審核人_tb)
  1005. Me.Controls.Add(Me.申請人_tb)
  1006. Me.Controls.Add(Me.收支單號_tb)
  1007. Me.Controls.Add(Me.Label1)
  1008. Me.Controls.Add(Me.Label3)
  1009. Me.Controls.Add(Me.Label4)
  1010. Me.Controls.Add(Me.一般月_ch)
  1011. Me.Controls.Add(Me.會計月_ch)
  1012. Me.Controls.Add(Me.彙總_rb)
  1013. Me.Controls.Add(Me.收支單_dgv)
  1014. Me.Controls.Add(Me.彙總_dgv)
  1015. Me.Controls.Add(Me.明細_dgv)
  1016. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1017. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1018. Me.Name = "財務_收支單一覽表_GCM"
  1019. Me.Text = "財務_收支單一覽表_GCM"
  1020. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1021. CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1022. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1023. Me.ContextMenuStrip1.ResumeLayout(False)
  1024. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  1025. Me.ResumeLayout(False)
  1026. Me.PerformLayout()
  1027. End Sub
  1028. Friend WithEvents Label10 As Label
  1029. Friend WithEvents 列印_bt As Button
  1030. Friend WithEvents Label7 As Label
  1031. Friend WithEvents 申請日期_dtp As DateTimePicker
  1032. Friend WithEvents Label5 As Label
  1033. Friend WithEvents 審核人_tb As TextBox
  1034. Friend WithEvents 明細_dgv As DataGridView
  1035. Friend WithEvents Label3 As Label
  1036. Friend WithEvents 申請人_tb As TextBox
  1037. Friend WithEvents Label1 As Label
  1038. Friend WithEvents 收支單號_tb As TextBox
  1039. Friend WithEvents 收支單_dgv As DataGridView
  1040. Friend WithEvents 審核日期_dtp As DateTimePicker
  1041. Friend WithEvents Label8 As Label
  1042. Friend WithEvents 彙總_dgv As DataGridView
  1043. Friend WithEvents 現1_tb As TextBox
  1044. Friend WithEvents 當月_tb As Button
  1045. Friend WithEvents 當日_tb As Button
  1046. Friend WithEvents Label4 As Label
  1047. Friend WithEvents 結束日期_dtp As DateTimePicker
  1048. Friend WithEvents 開始日期_dtp As DateTimePicker
  1049. Friend WithEvents 合1_tb As TextBox
  1050. Friend WithEvents Label9 As Label
  1051. Friend WithEvents 出1_tb As TextBox
  1052. Friend WithEvents Label11 As Label
  1053. Friend WithEvents Label14 As Label
  1054. Friend WithEvents 零1_tb As TextBox
  1055. Friend WithEvents Label15 As Label
  1056. Friend WithEvents 支1_tb As TextBox
  1057. Friend WithEvents 明細_rb As RadioButton
  1058. Friend WithEvents 彙總_rb As RadioButton
  1059. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1060. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  1061. Friend WithEvents TextBox14 As TextBox
  1062. Friend WithEvents TextBox13 As TextBox
  1063. Friend WithEvents Label20 As Label
  1064. Friend WithEvents Label19 As Label
  1065. Friend WithEvents PictureBox1 As PictureBox
  1066. Friend WithEvents Label2 As Label
  1067. Friend WithEvents 零2_tb As TextBox
  1068. Friend WithEvents Label12 As Label
  1069. Friend WithEvents 支2_tb As TextBox
  1070. Friend WithEvents 合2_tb As TextBox
  1071. Friend WithEvents Label13 As Label
  1072. Friend WithEvents 出2_tb As TextBox
  1073. Friend WithEvents Label16 As Label
  1074. Friend WithEvents 現2_tb As TextBox
  1075. Friend WithEvents Label17 As Label
  1076. Friend WithEvents 中間日期_dtp As DateTimePicker
  1077. Friend WithEvents 下個月_bt As Button
  1078. Friend WithEvents 上個月_bt As Button
  1079. Friend WithEvents 一般月_ch As CheckBox
  1080. Friend WithEvents 會計月_ch As CheckBox
  1081. Friend WithEvents Label18 As Label
  1082. Friend WithEvents 零3_tb As TextBox
  1083. Friend WithEvents Label21 As Label
  1084. Friend WithEvents 支3_tb As TextBox
  1085. Friend WithEvents 合3_tb As TextBox
  1086. Friend WithEvents Label22 As Label
  1087. Friend WithEvents 出3_tb As TextBox
  1088. Friend WithEvents Label23 As Label
  1089. Friend WithEvents 現3_tb As TextBox
  1090. Friend WithEvents Label24 As Label
  1091. Friend WithEvents 全部_ch As CheckBox
  1092. Friend WithEvents 含稅_ch As CheckBox
  1093. Friend WithEvents 非稅_ch As CheckBox
  1094. Friend WithEvents 印尼匯率_tb As TextBox
  1095. Friend WithEvents 美金匯率_tb As TextBox
  1096. Friend WithEvents 人民幣匯率_tb As TextBox
  1097. Friend WithEvents Label6 As Label
  1098. Friend WithEvents 零4_tb As TextBox
  1099. Friend WithEvents Label25 As Label
  1100. Friend WithEvents 支4_tb As TextBox
  1101. Friend WithEvents 合4_tb As TextBox
  1102. Friend WithEvents Label26 As Label
  1103. Friend WithEvents 出4_tb As TextBox
  1104. Friend WithEvents Label27 As Label
  1105. Friend WithEvents 現4_tb As TextBox
  1106. Friend WithEvents Label28 As Label
  1107. End Class