No Description
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.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 財務_收支單一覽表
  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.彙總匯率_ch = New System.Windows.Forms.CheckBox()
  28. Me.簽名圖_pb = New System.Windows.Forms.PictureBox()
  29. Me.日期彙總_dgv = New System.Windows.Forms.DataGridView()
  30. Me.單據彙總_dgv = New System.Windows.Forms.DataGridView()
  31. Me.非稅_ch = New System.Windows.Forms.CheckBox()
  32. Me.含稅_ch = New System.Windows.Forms.CheckBox()
  33. Me.全部_ch = New System.Windows.Forms.CheckBox()
  34. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  35. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  36. Me.下個月_bt = New System.Windows.Forms.Button()
  37. Me.上個月_bt = New System.Windows.Forms.Button()
  38. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.人民幣零用金_tb = New System.Windows.Forms.TextBox()
  41. Me.人民幣零用金_ = New System.Windows.Forms.Label()
  42. Me.人民幣支票_tb = New System.Windows.Forms.TextBox()
  43. Me.人民幣現金餘額_tb = New System.Windows.Forms.TextBox()
  44. Me.Label13 = New System.Windows.Forms.Label()
  45. Me.人民幣支出_tb = New System.Windows.Forms.TextBox()
  46. Me.Label16 = New System.Windows.Forms.Label()
  47. Me.人民幣現金_tb = New System.Windows.Forms.TextBox()
  48. Me.Label17 = New System.Windows.Forms.Label()
  49. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  50. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  51. Me.Label20 = New System.Windows.Forms.Label()
  52. Me.Label19 = New System.Windows.Forms.Label()
  53. Me.彙總_rb = New System.Windows.Forms.RadioButton()
  54. Me.明細_rb = New System.Windows.Forms.RadioButton()
  55. Me.Label14 = New System.Windows.Forms.Label()
  56. Me.台幣零用金_tb = New System.Windows.Forms.TextBox()
  57. Me.Label15 = New System.Windows.Forms.Label()
  58. Me.台幣支票_tb = New System.Windows.Forms.TextBox()
  59. Me.台幣現金餘額_tb = New System.Windows.Forms.TextBox()
  60. Me.Label9 = New System.Windows.Forms.Label()
  61. Me.台幣支出_tb = New System.Windows.Forms.TextBox()
  62. Me.Label11 = New System.Windows.Forms.Label()
  63. Me.當月_bt = New System.Windows.Forms.Button()
  64. Me.當日_bt = New System.Windows.Forms.Button()
  65. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  66. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  67. Me.台幣現金_tb = New System.Windows.Forms.TextBox()
  68. Me.Label10 = New System.Windows.Forms.Label()
  69. Me.支付單列印成EXCEL = New System.Windows.Forms.Button()
  70. Me.Label8 = New System.Windows.Forms.Label()
  71. Me.Label7 = New System.Windows.Forms.Label()
  72. Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker()
  73. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  74. Me.Label5 = New System.Windows.Forms.Label()
  75. Me.審核人_tb = New System.Windows.Forms.TextBox()
  76. Me.收支單號_tb = New System.Windows.Forms.TextBox()
  77. Me.Label1 = New System.Windows.Forms.Label()
  78. Me.Label3 = New System.Windows.Forms.Label()
  79. Me.財務彙總_dgv = New System.Windows.Forms.DataGridView()
  80. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  81. Me.Label4 = New System.Windows.Forms.Label()
  82. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  83. Me.財務彙總_天_dgv = New System.Windows.Forms.DataGridView()
  84. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  85. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  86. Me.申請人_tb = New System.Windows.Forms.TextBox()
  87. Me.日期浮動_cb = New System.Windows.Forms.CheckBox()
  88. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  89. Me.Panel1 = New System.Windows.Forms.Panel()
  90. Me.公司名稱 = New System.Windows.Forms.TextBox()
  91. Me.公司編號_cb = New System.Windows.Forms.ComboBox()
  92. Me.公司編號_lb = New System.Windows.Forms.Label()
  93. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  94. Me.憑證張數_tb = New System.Windows.Forms.TextBox()
  95. Me.Label6 = New System.Windows.Forms.Label()
  96. Me.顯示單據_cb = New System.Windows.Forms.CheckBox()
  97. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.日期彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.單據彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.財務彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.財務彙總_天_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  104. Me.ContextMenuStrip1.SuspendLayout()
  105. Me.Panel1.SuspendLayout()
  106. Me.SuspendLayout()
  107. '
  108. '彙總匯率_ch
  109. '
  110. Me.彙總匯率_ch.AutoSize = True
  111. Me.彙總匯率_ch.Location = New System.Drawing.Point(57, 74)
  112. Me.彙總匯率_ch.Name = "彙總匯率_ch"
  113. Me.彙總匯率_ch.Size = New System.Drawing.Size(50, 20)
  114. Me.彙總匯率_ch.TabIndex = 1561
  115. Me.彙總匯率_ch.Text = "匯率"
  116. Me.彙總匯率_ch.UseVisualStyleBackColor = True
  117. '
  118. '簽名圖_pb
  119. '
  120. Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  121. Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  122. Me.簽名圖_pb.Location = New System.Drawing.Point(8, 18)
  123. Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  124. Me.簽名圖_pb.Name = "簽名圖_pb"
  125. Me.簽名圖_pb.Size = New System.Drawing.Size(129, 47)
  126. Me.簽名圖_pb.TabIndex = 1534
  127. Me.簽名圖_pb.TabStop = False
  128. '
  129. '日期彙總_dgv
  130. '
  131. Me.日期彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  132. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  133. Me.日期彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  134. Me.日期彙總_dgv.BackgroundColor = System.Drawing.Color.White
  135. Me.日期彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  136. Me.日期彙總_dgv.Location = New System.Drawing.Point(2, 78)
  137. Me.日期彙總_dgv.Name = "日期彙總_dgv"
  138. Me.日期彙總_dgv.RowHeadersWidth = 5
  139. Me.日期彙總_dgv.RowTemplate.Height = 24
  140. Me.日期彙總_dgv.Size = New System.Drawing.Size(91, 550)
  141. Me.日期彙總_dgv.TabIndex = 1560
  142. '
  143. '單據彙總_dgv
  144. '
  145. Me.單據彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  146. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  147. Me.單據彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  148. Me.單據彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  149. Me.單據彙總_dgv.Location = New System.Drawing.Point(451, 240)
  150. Me.單據彙總_dgv.Name = "單據彙總_dgv"
  151. Me.單據彙總_dgv.RowHeadersWidth = 5
  152. Me.單據彙總_dgv.RowTemplate.Height = 24
  153. Me.單據彙總_dgv.Size = New System.Drawing.Size(172, 218)
  154. Me.單據彙總_dgv.TabIndex = 1504
  155. Me.單據彙總_dgv.Visible = False
  156. '
  157. '非稅_ch
  158. '
  159. Me.非稅_ch.AutoSize = True
  160. Me.非稅_ch.Location = New System.Drawing.Point(1283, 54)
  161. Me.非稅_ch.Name = "非稅_ch"
  162. Me.非稅_ch.Size = New System.Drawing.Size(50, 20)
  163. Me.非稅_ch.TabIndex = 1559
  164. Me.非稅_ch.Text = "非稅"
  165. Me.非稅_ch.UseVisualStyleBackColor = True
  166. '
  167. '含稅_ch
  168. '
  169. Me.含稅_ch.AutoSize = True
  170. Me.含稅_ch.Location = New System.Drawing.Point(1283, 28)
  171. Me.含稅_ch.Name = "含稅_ch"
  172. Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
  173. Me.含稅_ch.TabIndex = 1558
  174. Me.含稅_ch.Text = "含稅"
  175. Me.含稅_ch.UseVisualStyleBackColor = True
  176. '
  177. '全部_ch
  178. '
  179. Me.全部_ch.AutoSize = True
  180. Me.全部_ch.Checked = True
  181. Me.全部_ch.CheckState = System.Windows.Forms.CheckState.Checked
  182. Me.全部_ch.Location = New System.Drawing.Point(1283, 4)
  183. Me.全部_ch.Name = "全部_ch"
  184. Me.全部_ch.Size = New System.Drawing.Size(50, 20)
  185. Me.全部_ch.TabIndex = 1557
  186. Me.全部_ch.Text = "全部"
  187. Me.全部_ch.UseVisualStyleBackColor = True
  188. '
  189. '字體大小調整_lb
  190. '
  191. Me.字體大小調整_lb.AutoSize = True
  192. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  194. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  195. Me.字體大小調整_lb.Location = New System.Drawing.Point(124, 104)
  196. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  197. Me.字體大小調整_lb.Size = New System.Drawing.Size(34, 17)
  198. Me.字體大小調整_lb.TabIndex = 1556
  199. Me.字體大小調整_lb.Text = "字體"
  200. '
  201. '字體_NUD
  202. '
  203. Me.字體_NUD.DecimalPlaces = 1
  204. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  205. Me.字體_NUD.Location = New System.Drawing.Point(158, 101)
  206. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  207. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  208. Me.字體_NUD.Name = "字體_NUD"
  209. Me.字體_NUD.Size = New System.Drawing.Size(42, 23)
  210. Me.字體_NUD.TabIndex = 1555
  211. Me.字體_NUD.Value = New Decimal(New Integer() {77, 0, 0, 65536})
  212. '
  213. '下個月_bt
  214. '
  215. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  217. Me.下個月_bt.Location = New System.Drawing.Point(236, 52)
  218. Me.下個月_bt.Name = "下個月_bt"
  219. Me.下個月_bt.Size = New System.Drawing.Size(57, 23)
  220. Me.下個月_bt.TabIndex = 1551
  221. Me.下個月_bt.Text = "下個月"
  222. Me.下個月_bt.UseVisualStyleBackColor = True
  223. '
  224. '上個月_bt
  225. '
  226. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  228. Me.上個月_bt.Location = New System.Drawing.Point(178, 52)
  229. Me.上個月_bt.Name = "上個月_bt"
  230. Me.上個月_bt.Size = New System.Drawing.Size(57, 23)
  231. Me.上個月_bt.TabIndex = 1550
  232. Me.上個月_bt.Text = "上個月"
  233. Me.上個月_bt.UseVisualStyleBackColor = True
  234. '
  235. '中間日期_dtp
  236. '
  237. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  238. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  239. Me.中間日期_dtp.Location = New System.Drawing.Point(8, 72)
  240. Me.中間日期_dtp.Name = "中間日期_dtp"
  241. Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23)
  242. Me.中間日期_dtp.TabIndex = 1549
  243. Me.中間日期_dtp.Visible = False
  244. '
  245. 'Label2
  246. '
  247. Me.Label2.AutoSize = True
  248. Me.Label2.ForeColor = System.Drawing.Color.Red
  249. Me.Label2.Location = New System.Drawing.Point(176, 129)
  250. Me.Label2.Name = "Label2"
  251. Me.Label2.Size = New System.Drawing.Size(31, 16)
  252. Me.Label2.TabIndex = 1547
  253. Me.Label2.Text = "支票"
  254. '
  255. '人民幣零用金_tb
  256. '
  257. Me.人民幣零用金_tb.ForeColor = System.Drawing.Color.Red
  258. Me.人民幣零用金_tb.Location = New System.Drawing.Point(89, 126)
  259. Me.人民幣零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  260. Me.人民幣零用金_tb.Name = "人民幣零用金_tb"
  261. Me.人民幣零用金_tb.Size = New System.Drawing.Size(85, 23)
  262. Me.人民幣零用金_tb.TabIndex = 1546
  263. Me.人民幣零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  264. '
  265. '人民幣零用金_
  266. '
  267. Me.人民幣零用金_.AutoSize = True
  268. Me.人民幣零用金_.ForeColor = System.Drawing.Color.Red
  269. Me.人民幣零用金_.Location = New System.Drawing.Point(5, 130)
  270. Me.人民幣零用金_.Name = "人民幣零用金_"
  271. Me.人民幣零用金_.Size = New System.Drawing.Size(84, 16)
  272. Me.人民幣零用金_.TabIndex = 1545
  273. Me.人民幣零用金_.Text = "人民幣-零用金"
  274. '
  275. '人民幣支票_tb
  276. '
  277. Me.人民幣支票_tb.ForeColor = System.Drawing.Color.Red
  278. Me.人民幣支票_tb.Location = New System.Drawing.Point(208, 126)
  279. Me.人民幣支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  280. Me.人民幣支票_tb.Name = "人民幣支票_tb"
  281. Me.人民幣支票_tb.Size = New System.Drawing.Size(85, 23)
  282. Me.人民幣支票_tb.TabIndex = 1548
  283. Me.人民幣支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  284. '
  285. '人民幣現金餘額_tb
  286. '
  287. Me.人民幣現金餘額_tb.ForeColor = System.Drawing.Color.Red
  288. Me.人民幣現金餘額_tb.Location = New System.Drawing.Point(180, 187)
  289. Me.人民幣現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  290. Me.人民幣現金餘額_tb.Name = "人民幣現金餘額_tb"
  291. Me.人民幣現金餘額_tb.Size = New System.Drawing.Size(113, 23)
  292. Me.人民幣現金餘額_tb.TabIndex = 1544
  293. Me.人民幣現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  294. '
  295. 'Label13
  296. '
  297. Me.Label13.AutoSize = True
  298. Me.Label13.ForeColor = System.Drawing.Color.Red
  299. Me.Label13.Location = New System.Drawing.Point(148, 191)
  300. Me.Label13.Name = "Label13"
  301. Me.Label13.Size = New System.Drawing.Size(31, 16)
  302. Me.Label13.TabIndex = 1543
  303. Me.Label13.Text = "總和"
  304. '
  305. '人民幣支出_tb
  306. '
  307. Me.人民幣支出_tb.ForeColor = System.Drawing.Color.Red
  308. Me.人民幣支出_tb.Location = New System.Drawing.Point(206, 156)
  309. Me.人民幣支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  310. Me.人民幣支出_tb.Name = "人民幣支出_tb"
  311. Me.人民幣支出_tb.Size = New System.Drawing.Size(85, 23)
  312. Me.人民幣支出_tb.TabIndex = 1542
  313. Me.人民幣支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  314. '
  315. 'Label16
  316. '
  317. Me.Label16.AutoSize = True
  318. Me.Label16.ForeColor = System.Drawing.Color.Red
  319. Me.Label16.Location = New System.Drawing.Point(175, 159)
  320. Me.Label16.Name = "Label16"
  321. Me.Label16.Size = New System.Drawing.Size(31, 16)
  322. Me.Label16.TabIndex = 1541
  323. Me.Label16.Text = "支出"
  324. '
  325. '人民幣現金_tb
  326. '
  327. Me.人民幣現金_tb.ForeColor = System.Drawing.Color.Red
  328. Me.人民幣現金_tb.Location = New System.Drawing.Point(89, 156)
  329. Me.人民幣現金_tb.Name = "人民幣現金_tb"
  330. Me.人民幣現金_tb.Size = New System.Drawing.Size(85, 23)
  331. Me.人民幣現金_tb.TabIndex = 1540
  332. Me.人民幣現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  333. '
  334. 'Label17
  335. '
  336. Me.Label17.AutoSize = True
  337. Me.Label17.ForeColor = System.Drawing.Color.Red
  338. Me.Label17.Location = New System.Drawing.Point(57, 159)
  339. Me.Label17.Name = "Label17"
  340. Me.Label17.Size = New System.Drawing.Size(31, 16)
  341. Me.Label17.TabIndex = 1539
  342. Me.Label17.Text = "收入"
  343. '
  344. '圖片編碼_tb
  345. '
  346. Me.圖片編碼_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  347. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  348. Me.圖片編碼_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  350. Me.圖片編碼_tb.Location = New System.Drawing.Point(164, 42)
  351. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  352. Me.圖片編碼_tb.Size = New System.Drawing.Size(153, 22)
  353. Me.圖片編碼_tb.TabIndex = 1538
  354. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  355. '
  356. '驗證碼_tb
  357. '
  358. Me.驗證碼_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  359. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  360. Me.驗證碼_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  361. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  362. Me.驗證碼_tb.Location = New System.Drawing.Point(164, 17)
  363. Me.驗證碼_tb.Name = "驗證碼_tb"
  364. Me.驗證碼_tb.Size = New System.Drawing.Size(153, 22)
  365. Me.驗證碼_tb.TabIndex = 1537
  366. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  367. '
  368. 'Label20
  369. '
  370. Me.Label20.AutoSize = True
  371. Me.Label20.ForeColor = System.Drawing.Color.Blue
  372. Me.Label20.Location = New System.Drawing.Point(136, 45)
  373. Me.Label20.Name = "Label20"
  374. Me.Label20.Size = New System.Drawing.Size(31, 16)
  375. Me.Label20.TabIndex = 1536
  376. Me.Label20.Text = "編碼"
  377. '
  378. 'Label19
  379. '
  380. Me.Label19.AutoSize = True
  381. Me.Label19.ForeColor = System.Drawing.Color.Blue
  382. Me.Label19.Location = New System.Drawing.Point(136, 20)
  383. Me.Label19.Name = "Label19"
  384. Me.Label19.Size = New System.Drawing.Size(31, 16)
  385. Me.Label19.TabIndex = 1535
  386. Me.Label19.Text = "驗證"
  387. '
  388. '彙總_rb
  389. '
  390. Me.彙總_rb.AutoSize = True
  391. Me.彙總_rb.Location = New System.Drawing.Point(355, 53)
  392. Me.彙總_rb.Name = "彙總_rb"
  393. Me.彙總_rb.Size = New System.Drawing.Size(49, 20)
  394. Me.彙總_rb.TabIndex = 1533
  395. Me.彙總_rb.TabStop = True
  396. Me.彙總_rb.Text = "彙總"
  397. Me.彙總_rb.UseVisualStyleBackColor = True
  398. '
  399. '明細_rb
  400. '
  401. Me.明細_rb.AutoSize = True
  402. Me.明細_rb.Location = New System.Drawing.Point(299, 54)
  403. Me.明細_rb.Name = "明細_rb"
  404. Me.明細_rb.Size = New System.Drawing.Size(49, 20)
  405. Me.明細_rb.TabIndex = 1532
  406. Me.明細_rb.TabStop = True
  407. Me.明細_rb.Text = "明細"
  408. Me.明細_rb.UseVisualStyleBackColor = True
  409. '
  410. 'Label14
  411. '
  412. Me.Label14.AutoSize = True
  413. Me.Label14.ForeColor = System.Drawing.Color.Green
  414. Me.Label14.Location = New System.Drawing.Point(208, 223)
  415. Me.Label14.Name = "Label14"
  416. Me.Label14.Size = New System.Drawing.Size(31, 16)
  417. Me.Label14.TabIndex = 1530
  418. Me.Label14.Text = "支票"
  419. '
  420. '台幣零用金_tb
  421. '
  422. Me.台幣零用金_tb.ForeColor = System.Drawing.Color.Green
  423. Me.台幣零用金_tb.Location = New System.Drawing.Point(117, 218)
  424. Me.台幣零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  425. Me.台幣零用金_tb.Name = "台幣零用金_tb"
  426. Me.台幣零用金_tb.Size = New System.Drawing.Size(85, 23)
  427. Me.台幣零用金_tb.TabIndex = 1529
  428. Me.台幣零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  429. '
  430. 'Label15
  431. '
  432. Me.Label15.AutoSize = True
  433. Me.Label15.ForeColor = System.Drawing.Color.Green
  434. Me.Label15.Location = New System.Drawing.Point(10, 220)
  435. Me.Label15.Name = "Label15"
  436. Me.Label15.Size = New System.Drawing.Size(78, 16)
  437. Me.Label15.TabIndex = 1528
  438. Me.Label15.Text = "台幣 - 零用金"
  439. '
  440. '台幣支票_tb
  441. '
  442. Me.台幣支票_tb.ForeColor = System.Drawing.Color.Green
  443. Me.台幣支票_tb.Location = New System.Drawing.Point(246, 220)
  444. Me.台幣支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  445. Me.台幣支票_tb.Name = "台幣支票_tb"
  446. Me.台幣支票_tb.Size = New System.Drawing.Size(85, 23)
  447. Me.台幣支票_tb.TabIndex = 1531
  448. Me.台幣支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  449. '
  450. '台幣現金餘額_tb
  451. '
  452. Me.台幣現金餘額_tb.ForeColor = System.Drawing.Color.Green
  453. Me.台幣現金餘額_tb.Location = New System.Drawing.Point(795, 29)
  454. Me.台幣現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  455. Me.台幣現金餘額_tb.Name = "台幣現金餘額_tb"
  456. Me.台幣現金餘額_tb.Size = New System.Drawing.Size(180, 23)
  457. Me.台幣現金餘額_tb.TabIndex = 1527
  458. Me.台幣現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  459. '
  460. 'Label9
  461. '
  462. Me.Label9.AutoSize = True
  463. Me.Label9.ForeColor = System.Drawing.Color.Green
  464. Me.Label9.Location = New System.Drawing.Point(758, 31)
  465. Me.Label9.Name = "Label9"
  466. Me.Label9.Size = New System.Drawing.Size(31, 16)
  467. Me.Label9.TabIndex = 1526
  468. Me.Label9.Text = "總和"
  469. '
  470. '台幣支出_tb
  471. '
  472. Me.台幣支出_tb.ForeColor = System.Drawing.Color.Green
  473. Me.台幣支出_tb.Location = New System.Drawing.Point(550, 29)
  474. Me.台幣支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  475. Me.台幣支出_tb.Name = "台幣支出_tb"
  476. Me.台幣支出_tb.Size = New System.Drawing.Size(202, 23)
  477. Me.台幣支出_tb.TabIndex = 1525
  478. Me.台幣支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  479. '
  480. 'Label11
  481. '
  482. Me.Label11.AutoSize = True
  483. Me.Label11.ForeColor = System.Drawing.Color.Green
  484. Me.Label11.Location = New System.Drawing.Point(513, 29)
  485. Me.Label11.Name = "Label11"
  486. Me.Label11.Size = New System.Drawing.Size(31, 16)
  487. Me.Label11.TabIndex = 1524
  488. Me.Label11.Text = "支出"
  489. '
  490. '當月_bt
  491. '
  492. Me.當月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  493. Me.當月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  494. Me.當月_bt.Location = New System.Drawing.Point(248, 25)
  495. Me.當月_bt.Name = "當月_bt"
  496. Me.當月_bt.Size = New System.Drawing.Size(45, 25)
  497. Me.當月_bt.TabIndex = 1523
  498. Me.當月_bt.Text = "當月"
  499. Me.當月_bt.UseVisualStyleBackColor = True
  500. '
  501. '當日_bt
  502. '
  503. Me.當日_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  504. Me.當日_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  505. Me.當日_bt.Location = New System.Drawing.Point(203, 25)
  506. Me.當日_bt.Name = "當日_bt"
  507. Me.當日_bt.Size = New System.Drawing.Size(45, 25)
  508. Me.當日_bt.TabIndex = 1522
  509. Me.當日_bt.Text = "當日"
  510. Me.當日_bt.UseVisualStyleBackColor = True
  511. '
  512. '結束日期_dtp
  513. '
  514. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  515. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  516. Me.結束日期_dtp.Location = New System.Drawing.Point(111, 26)
  517. Me.結束日期_dtp.Name = "結束日期_dtp"
  518. Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23)
  519. Me.結束日期_dtp.TabIndex = 1520
  520. '
  521. '開始日期_dtp
  522. '
  523. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  524. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  525. Me.開始日期_dtp.Location = New System.Drawing.Point(2, 26)
  526. Me.開始日期_dtp.Name = "開始日期_dtp"
  527. Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23)
  528. Me.開始日期_dtp.TabIndex = 1519
  529. '
  530. '台幣現金_tb
  531. '
  532. Me.台幣現金_tb.ForeColor = System.Drawing.Color.Green
  533. Me.台幣現金_tb.Location = New System.Drawing.Point(337, 27)
  534. Me.台幣現金_tb.Name = "台幣現金_tb"
  535. Me.台幣現金_tb.Size = New System.Drawing.Size(170, 23)
  536. Me.台幣現金_tb.TabIndex = 1518
  537. Me.台幣現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  538. '
  539. 'Label10
  540. '
  541. Me.Label10.AutoSize = True
  542. Me.Label10.ForeColor = System.Drawing.Color.Green
  543. Me.Label10.Location = New System.Drawing.Point(299, 30)
  544. Me.Label10.Name = "Label10"
  545. Me.Label10.Size = New System.Drawing.Size(31, 16)
  546. Me.Label10.TabIndex = 1517
  547. Me.Label10.Text = "收入"
  548. '
  549. '支付單列印成EXCEL
  550. '
  551. Me.支付單列印成EXCEL.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  552. Me.支付單列印成EXCEL.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  553. Me.支付單列印成EXCEL.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  554. Me.支付單列印成EXCEL.ForeColor = System.Drawing.Color.Blue
  555. Me.支付單列印成EXCEL.Location = New System.Drawing.Point(1189, 2)
  556. Me.支付單列印成EXCEL.Name = "支付單列印成EXCEL"
  557. Me.支付單列印成EXCEL.Size = New System.Drawing.Size(88, 73)
  558. Me.支付單列印成EXCEL.TabIndex = 1516
  559. Me.支付單列印成EXCEL.UseVisualStyleBackColor = True
  560. '
  561. 'Label8
  562. '
  563. Me.Label8.AutoSize = True
  564. Me.Label8.ForeColor = System.Drawing.Color.Blue
  565. Me.Label8.Location = New System.Drawing.Point(1051, 4)
  566. Me.Label8.Name = "Label8"
  567. Me.Label8.Size = New System.Drawing.Size(31, 16)
  568. Me.Label8.TabIndex = 1515
  569. Me.Label8.Text = "日期"
  570. '
  571. 'Label7
  572. '
  573. Me.Label7.AutoSize = True
  574. Me.Label7.ForeColor = System.Drawing.Color.Blue
  575. Me.Label7.Location = New System.Drawing.Point(742, 4)
  576. Me.Label7.Name = "Label7"
  577. Me.Label7.Size = New System.Drawing.Size(31, 16)
  578. Me.Label7.TabIndex = 1514
  579. Me.Label7.Text = "日期"
  580. '
  581. '審核日期_dtp
  582. '
  583. Me.審核日期_dtp.CustomFormat = "yyyy/MM/dd"
  584. Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  585. Me.審核日期_dtp.Location = New System.Drawing.Point(1084, 1)
  586. Me.審核日期_dtp.Name = "審核日期_dtp"
  587. Me.審核日期_dtp.Size = New System.Drawing.Size(99, 23)
  588. Me.審核日期_dtp.TabIndex = 1513
  589. '
  590. '申請日期_dtp
  591. '
  592. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  593. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  594. Me.申請日期_dtp.Location = New System.Drawing.Point(780, 1)
  595. Me.申請日期_dtp.Name = "申請日期_dtp"
  596. Me.申請日期_dtp.Size = New System.Drawing.Size(99, 23)
  597. Me.申請日期_dtp.TabIndex = 1512
  598. '
  599. 'Label5
  600. '
  601. Me.Label5.AutoSize = True
  602. Me.Label5.ForeColor = System.Drawing.Color.Blue
  603. Me.Label5.Location = New System.Drawing.Point(884, 4)
  604. Me.Label5.Name = "Label5"
  605. Me.Label5.Size = New System.Drawing.Size(43, 16)
  606. Me.Label5.TabIndex = 1511
  607. Me.Label5.Text = "審核人"
  608. '
  609. '審核人_tb
  610. '
  611. Me.審核人_tb.ForeColor = System.Drawing.Color.Blue
  612. Me.審核人_tb.Location = New System.Drawing.Point(929, 2)
  613. Me.審核人_tb.Name = "審核人_tb"
  614. Me.審核人_tb.Size = New System.Drawing.Size(116, 23)
  615. Me.審核人_tb.TabIndex = 1510
  616. '
  617. '收支單號_tb
  618. '
  619. Me.收支單號_tb.ForeColor = System.Drawing.Color.Blue
  620. Me.收支單號_tb.Location = New System.Drawing.Point(382, 1)
  621. Me.收支單號_tb.Name = "收支單號_tb"
  622. Me.收支單號_tb.Size = New System.Drawing.Size(192, 23)
  623. Me.收支單號_tb.TabIndex = 1505
  624. '
  625. 'Label1
  626. '
  627. Me.Label1.AutoSize = True
  628. Me.Label1.ForeColor = System.Drawing.Color.Blue
  629. Me.Label1.Location = New System.Drawing.Point(296, 5)
  630. Me.Label1.Name = "Label1"
  631. Me.Label1.Size = New System.Drawing.Size(79, 16)
  632. Me.Label1.TabIndex = 1506
  633. Me.Label1.Text = "財務收支單號"
  634. '
  635. 'Label3
  636. '
  637. Me.Label3.AutoSize = True
  638. Me.Label3.ForeColor = System.Drawing.Color.Blue
  639. Me.Label3.Location = New System.Drawing.Point(580, 5)
  640. Me.Label3.Name = "Label3"
  641. Me.Label3.Size = New System.Drawing.Size(43, 16)
  642. Me.Label3.TabIndex = 1508
  643. Me.Label3.Text = "申請人"
  644. '
  645. '財務彙總_dgv
  646. '
  647. Me.財務彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  648. Or System.Windows.Forms.AnchorStyles.Left) _
  649. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  650. Me.財務彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  651. Me.財務彙總_dgv.BackgroundColor = System.Drawing.Color.White
  652. Me.財務彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  653. Me.財務彙總_dgv.Location = New System.Drawing.Point(741, 78)
  654. Me.財務彙總_dgv.Name = "財務彙總_dgv"
  655. Me.財務彙總_dgv.RowHeadersWidth = 5
  656. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  657. Me.財務彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  658. Me.財務彙總_dgv.RowTemplate.Height = 24
  659. Me.財務彙總_dgv.Size = New System.Drawing.Size(592, 550)
  660. Me.財務彙總_dgv.TabIndex = 1554
  661. '
  662. '明細_dgv
  663. '
  664. Me.明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  665. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  666. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  667. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  668. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  669. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  670. DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
  671. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  672. DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
  673. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  674. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White
  675. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  676. Me.明細_dgv.DefaultCellStyle = DataGridViewCellStyle2
  677. Me.明細_dgv.Location = New System.Drawing.Point(94, 78)
  678. Me.明細_dgv.Name = "明細_dgv"
  679. Me.明細_dgv.RowHeadersWidth = 5
  680. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  681. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  682. Me.明細_dgv.RowTemplate.Height = 24
  683. Me.明細_dgv.Size = New System.Drawing.Size(648, 550)
  684. Me.明細_dgv.TabIndex = 1509
  685. '
  686. 'Label4
  687. '
  688. Me.Label4.AutoSize = True
  689. Me.Label4.Location = New System.Drawing.Point(93, 30)
  690. Me.Label4.Name = "Label4"
  691. Me.Label4.Size = New System.Drawing.Size(19, 16)
  692. Me.Label4.TabIndex = 1521
  693. Me.Label4.Text = "到"
  694. '
  695. '一般月_ch
  696. '
  697. Me.一般月_ch.AutoSize = True
  698. Me.一般月_ch.Location = New System.Drawing.Point(94, 54)
  699. Me.一般月_ch.Name = "一般月_ch"
  700. Me.一般月_ch.Size = New System.Drawing.Size(62, 20)
  701. Me.一般月_ch.TabIndex = 1553
  702. Me.一般月_ch.Text = "一般月"
  703. Me.一般月_ch.UseVisualStyleBackColor = True
  704. '
  705. '財務彙總_天_dgv
  706. '
  707. Me.財務彙總_天_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  708. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  709. Me.財務彙總_天_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  710. Me.財務彙總_天_dgv.BackgroundColor = System.Drawing.Color.White
  711. Me.財務彙總_天_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  712. Me.財務彙總_天_dgv.Location = New System.Drawing.Point(112, 78)
  713. Me.財務彙總_天_dgv.Name = "財務彙總_天_dgv"
  714. Me.財務彙總_天_dgv.RowHeadersWidth = 5
  715. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  716. Me.財務彙總_天_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  717. Me.財務彙總_天_dgv.RowTemplate.Height = 24
  718. Me.財務彙總_天_dgv.Size = New System.Drawing.Size(630, 550)
  719. Me.財務彙總_天_dgv.TabIndex = 1562
  720. '
  721. '重新讀取ToolStripMenuItem
  722. '
  723. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  724. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  725. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  726. '
  727. 'ContextMenuStrip1
  728. '
  729. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem})
  730. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  731. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  732. '
  733. '申請人_tb
  734. '
  735. Me.申請人_tb.ForeColor = System.Drawing.Color.Blue
  736. Me.申請人_tb.Location = New System.Drawing.Point(630, 2)
  737. Me.申請人_tb.Name = "申請人_tb"
  738. Me.申請人_tb.Size = New System.Drawing.Size(106, 23)
  739. Me.申請人_tb.TabIndex = 1507
  740. '
  741. '日期浮動_cb
  742. '
  743. Me.日期浮動_cb.AutoSize = True
  744. Me.日期浮動_cb.Location = New System.Drawing.Point(16, 3)
  745. Me.日期浮動_cb.Name = "日期浮動_cb"
  746. Me.日期浮動_cb.Size = New System.Drawing.Size(74, 20)
  747. Me.日期浮動_cb.TabIndex = 1563
  748. Me.日期浮動_cb.Text = "日期浮動"
  749. Me.日期浮動_cb.UseVisualStyleBackColor = True
  750. '
  751. '會計月_ch
  752. '
  753. Me.會計月_ch.AutoSize = True
  754. Me.會計月_ch.Checked = True
  755. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  756. Me.會計月_ch.Location = New System.Drawing.Point(16, 54)
  757. Me.會計月_ch.Name = "會計月_ch"
  758. Me.會計月_ch.Size = New System.Drawing.Size(62, 20)
  759. Me.會計月_ch.TabIndex = 1552
  760. Me.會計月_ch.Text = "會計月"
  761. Me.會計月_ch.UseVisualStyleBackColor = True
  762. '
  763. 'Panel1
  764. '
  765. Me.Panel1.Controls.Add(Me.公司名稱)
  766. Me.Panel1.Controls.Add(Me.簽名圖_pb)
  767. Me.Panel1.Controls.Add(Me.Label19)
  768. Me.Panel1.Controls.Add(Me.彙總匯率_ch)
  769. Me.Panel1.Controls.Add(Me.Label20)
  770. Me.Panel1.Controls.Add(Me.驗證碼_tb)
  771. Me.Panel1.Controls.Add(Me.圖片編碼_tb)
  772. Me.Panel1.Controls.Add(Me.中間日期_dtp)
  773. Me.Panel1.Controls.Add(Me.字體大小調整_lb)
  774. Me.Panel1.Controls.Add(Me.字體_NUD)
  775. Me.Panel1.Controls.Add(Me.人民幣現金餘額_tb)
  776. Me.Panel1.Controls.Add(Me.Label13)
  777. Me.Panel1.Controls.Add(Me.Label15)
  778. Me.Panel1.Controls.Add(Me.Label14)
  779. Me.Panel1.Controls.Add(Me.台幣支票_tb)
  780. Me.Panel1.Controls.Add(Me.Label2)
  781. Me.Panel1.Controls.Add(Me.台幣零用金_tb)
  782. Me.Panel1.Controls.Add(Me.人民幣零用金_)
  783. Me.Panel1.Controls.Add(Me.人民幣支出_tb)
  784. Me.Panel1.Controls.Add(Me.人民幣零用金_tb)
  785. Me.Panel1.Controls.Add(Me.Label16)
  786. Me.Panel1.Controls.Add(Me.人民幣支票_tb)
  787. Me.Panel1.Controls.Add(Me.人民幣現金_tb)
  788. Me.Panel1.Controls.Add(Me.Label17)
  789. Me.Panel1.Location = New System.Drawing.Point(838, 200)
  790. Me.Panel1.Name = "Panel1"
  791. Me.Panel1.Size = New System.Drawing.Size(345, 258)
  792. Me.Panel1.TabIndex = 1564
  793. Me.Panel1.Visible = False
  794. '
  795. '公司名稱
  796. '
  797. Me.公司名稱.Location = New System.Drawing.Point(200, 74)
  798. Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
  799. Me.公司名稱.Name = "公司名稱"
  800. Me.公司名稱.ReadOnly = True
  801. Me.公司名稱.RightToLeft = System.Windows.Forms.RightToLeft.No
  802. Me.公司名稱.Size = New System.Drawing.Size(131, 23)
  803. Me.公司名稱.TabIndex = 1731
  804. '
  805. '公司編號_cb
  806. '
  807. Me.公司編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  808. Me.公司編號_cb.FormattingEnabled = True
  809. Me.公司編號_cb.Location = New System.Drawing.Point(155, 1)
  810. Me.公司編號_cb.Name = "公司編號_cb"
  811. Me.公司編號_cb.Size = New System.Drawing.Size(138, 24)
  812. Me.公司編號_cb.TabIndex = 1565
  813. '
  814. '公司編號_lb
  815. '
  816. Me.公司編號_lb.AutoSize = True
  817. Me.公司編號_lb.Location = New System.Drawing.Point(118, 6)
  818. Me.公司編號_lb.Name = "公司編號_lb"
  819. Me.公司編號_lb.Size = New System.Drawing.Size(31, 16)
  820. Me.公司編號_lb.TabIndex = 1566
  821. Me.公司編號_lb.Text = "帳本"
  822. '
  823. 'ToolTip1
  824. '
  825. Me.ToolTip1.IsBalloon = True
  826. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  827. Me.ToolTip1.ToolTipTitle = "系統說明"
  828. '
  829. '憑證張數_tb
  830. '
  831. Me.憑證張數_tb.ForeColor = System.Drawing.Color.Green
  832. Me.憑證張數_tb.Location = New System.Drawing.Point(1046, 30)
  833. Me.憑證張數_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  834. Me.憑證張數_tb.Name = "憑證張數_tb"
  835. Me.憑證張數_tb.Size = New System.Drawing.Size(137, 23)
  836. Me.憑證張數_tb.TabIndex = 1568
  837. Me.憑證張數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  838. '
  839. 'Label6
  840. '
  841. Me.Label6.AutoSize = True
  842. Me.Label6.ForeColor = System.Drawing.Color.Green
  843. Me.Label6.Location = New System.Drawing.Point(986, 32)
  844. Me.Label6.Name = "Label6"
  845. Me.Label6.Size = New System.Drawing.Size(55, 16)
  846. Me.Label6.TabIndex = 1567
  847. Me.Label6.Text = "憑證張數"
  848. '
  849. '顯示單據_cb
  850. '
  851. Me.顯示單據_cb.AutoSize = True
  852. Me.顯示單據_cb.Location = New System.Drawing.Point(1084, 56)
  853. Me.顯示單據_cb.Name = "顯示單據_cb"
  854. Me.顯示單據_cb.Size = New System.Drawing.Size(98, 20)
  855. Me.顯示單據_cb.TabIndex = 1569
  856. Me.顯示單據_cb.Text = "顯示單據編號"
  857. Me.顯示單據_cb.UseVisualStyleBackColor = True
  858. '
  859. '財務_收支單一覽表
  860. '
  861. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  862. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  863. Me.ClientSize = New System.Drawing.Size(1336, 631)
  864. Me.Controls.Add(Me.顯示單據_cb)
  865. Me.Controls.Add(Me.憑證張數_tb)
  866. Me.Controls.Add(Me.Label6)
  867. Me.Controls.Add(Me.公司編號_lb)
  868. Me.Controls.Add(Me.公司編號_cb)
  869. Me.Controls.Add(Me.Panel1)
  870. Me.Controls.Add(Me.日期彙總_dgv)
  871. Me.Controls.Add(Me.單據彙總_dgv)
  872. Me.Controls.Add(Me.非稅_ch)
  873. Me.Controls.Add(Me.含稅_ch)
  874. Me.Controls.Add(Me.全部_ch)
  875. Me.Controls.Add(Me.下個月_bt)
  876. Me.Controls.Add(Me.上個月_bt)
  877. Me.Controls.Add(Me.彙總_rb)
  878. Me.Controls.Add(Me.明細_rb)
  879. Me.Controls.Add(Me.台幣現金餘額_tb)
  880. Me.Controls.Add(Me.Label9)
  881. Me.Controls.Add(Me.台幣支出_tb)
  882. Me.Controls.Add(Me.Label11)
  883. Me.Controls.Add(Me.當月_bt)
  884. Me.Controls.Add(Me.當日_bt)
  885. Me.Controls.Add(Me.結束日期_dtp)
  886. Me.Controls.Add(Me.開始日期_dtp)
  887. Me.Controls.Add(Me.台幣現金_tb)
  888. Me.Controls.Add(Me.Label10)
  889. Me.Controls.Add(Me.支付單列印成EXCEL)
  890. Me.Controls.Add(Me.Label8)
  891. Me.Controls.Add(Me.Label7)
  892. Me.Controls.Add(Me.審核日期_dtp)
  893. Me.Controls.Add(Me.申請日期_dtp)
  894. Me.Controls.Add(Me.Label5)
  895. Me.Controls.Add(Me.審核人_tb)
  896. Me.Controls.Add(Me.收支單號_tb)
  897. Me.Controls.Add(Me.Label1)
  898. Me.Controls.Add(Me.Label3)
  899. Me.Controls.Add(Me.財務彙總_dgv)
  900. Me.Controls.Add(Me.明細_dgv)
  901. Me.Controls.Add(Me.Label4)
  902. Me.Controls.Add(Me.一般月_ch)
  903. Me.Controls.Add(Me.財務彙總_天_dgv)
  904. Me.Controls.Add(Me.申請人_tb)
  905. Me.Controls.Add(Me.日期浮動_cb)
  906. Me.Controls.Add(Me.會計月_ch)
  907. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  908. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  909. Me.Name = "財務_收支單一覽表"
  910. Me.Text = "財務_收支單一覽表"
  911. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  912. CType(Me.日期彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  913. CType(Me.單據彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  914. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  915. CType(Me.財務彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  916. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  917. CType(Me.財務彙總_天_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  918. Me.ContextMenuStrip1.ResumeLayout(False)
  919. Me.Panel1.ResumeLayout(False)
  920. Me.Panel1.PerformLayout()
  921. Me.ResumeLayout(False)
  922. Me.PerformLayout()
  923. End Sub
  924. Friend WithEvents 彙總匯率_ch As CheckBox
  925. Friend WithEvents 簽名圖_pb As PictureBox
  926. Friend WithEvents 日期彙總_dgv As DataGridView
  927. Friend WithEvents 單據彙總_dgv As DataGridView
  928. Friend WithEvents 非稅_ch As CheckBox
  929. Friend WithEvents 含稅_ch As CheckBox
  930. Friend WithEvents 全部_ch As CheckBox
  931. Friend WithEvents 字體大小調整_lb As Label
  932. Friend WithEvents 字體_NUD As NumericUpDown
  933. Friend WithEvents 下個月_bt As Button
  934. Friend WithEvents 上個月_bt As Button
  935. Friend WithEvents 中間日期_dtp As DateTimePicker
  936. Friend WithEvents Label2 As Label
  937. Friend WithEvents 人民幣零用金_tb As TextBox
  938. Friend WithEvents 人民幣零用金_ As Label
  939. Friend WithEvents 人民幣支票_tb As TextBox
  940. Friend WithEvents 人民幣現金餘額_tb As TextBox
  941. Friend WithEvents Label13 As Label
  942. Friend WithEvents 人民幣支出_tb As TextBox
  943. Friend WithEvents Label16 As Label
  944. Friend WithEvents 人民幣現金_tb As TextBox
  945. Friend WithEvents Label17 As Label
  946. Friend WithEvents 圖片編碼_tb As TextBox
  947. Friend WithEvents 驗證碼_tb As TextBox
  948. Friend WithEvents Label20 As Label
  949. Friend WithEvents Label19 As Label
  950. Friend WithEvents 彙總_rb As RadioButton
  951. Friend WithEvents 明細_rb As RadioButton
  952. Friend WithEvents Label14 As Label
  953. Friend WithEvents 台幣零用金_tb As TextBox
  954. Friend WithEvents Label15 As Label
  955. Friend WithEvents 台幣支票_tb As TextBox
  956. Friend WithEvents 台幣現金餘額_tb As TextBox
  957. Friend WithEvents Label9 As Label
  958. Friend WithEvents 台幣支出_tb As TextBox
  959. Friend WithEvents Label11 As Label
  960. Friend WithEvents 當月_bt As Button
  961. Friend WithEvents 當日_bt As Button
  962. Friend WithEvents 結束日期_dtp As DateTimePicker
  963. Friend WithEvents 開始日期_dtp As DateTimePicker
  964. Friend WithEvents 台幣現金_tb As TextBox
  965. Friend WithEvents Label10 As Label
  966. Friend WithEvents 支付單列印成EXCEL As Button
  967. Friend WithEvents Label8 As Label
  968. Friend WithEvents Label7 As Label
  969. Friend WithEvents 審核日期_dtp As DateTimePicker
  970. Friend WithEvents 申請日期_dtp As DateTimePicker
  971. Friend WithEvents Label5 As Label
  972. Friend WithEvents 審核人_tb As TextBox
  973. Friend WithEvents 收支單號_tb As TextBox
  974. Friend WithEvents Label1 As Label
  975. Friend WithEvents Label3 As Label
  976. Friend WithEvents 財務彙總_dgv As DataGridView
  977. Friend WithEvents 明細_dgv As DataGridView
  978. Friend WithEvents Label4 As Label
  979. Friend WithEvents 一般月_ch As CheckBox
  980. Friend WithEvents 財務彙總_天_dgv As DataGridView
  981. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  982. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  983. Friend WithEvents 申請人_tb As TextBox
  984. Friend WithEvents 日期浮動_cb As CheckBox
  985. Friend WithEvents 會計月_ch As CheckBox
  986. Friend WithEvents Panel1 As Panel
  987. Friend WithEvents 公司編號_cb As ComboBox
  988. Friend WithEvents 公司編號_lb As Label
  989. Friend WithEvents ToolTip1 As ToolTip
  990. Friend WithEvents 憑證張數_tb As TextBox
  991. Friend WithEvents Label6 As Label
  992. Friend WithEvents 公司名稱 As TextBox
  993. Friend WithEvents 顯示單據_cb As CheckBox
  994. End Class