Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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

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