Açıklama Yok
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

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