暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

財務_收支單一覽表_ICS.Designer.vb 50KB

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