Partial Class 財務_對帳單_GCM Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label4 = New System.Windows.Forms.Label() Me.收支單號_tb = New System.Windows.Forms.TextBox() Me.收入_單_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.月_ch = New System.Windows.Forms.ComboBox() Me.年_cb = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.清除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.對帳記錄存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.BBBToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.支出_單_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.損益_單_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.損益_總_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.支出_總_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.收入_總_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.隱藏申請_ch = New System.Windows.Forms.CheckBox() Me.隱藏作帳_ch = New System.Windows.Forms.CheckBox() Me.只顯示支票資料_ch = New System.Windows.Forms.CheckBox() Me.零用金_總_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.零用金_單_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.已兌現支票_單_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.支票_總_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.支票_單_tb = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.非稅_ch = New System.Windows.Forms.CheckBox() Me.含稅_ch = New System.Windows.Forms.CheckBox() Me.全部_ch = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label15 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Green Me.Label4.Location = New System.Drawing.Point(210, 6) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 16) Me.Label4.TabIndex = 1015 Me.Label4.Text = "單號" ' '收支單號_tb ' Me.收支單號_tb.ForeColor = System.Drawing.Color.Green Me.收支單號_tb.Location = New System.Drawing.Point(242, 3) Me.收支單號_tb.Name = "收支單號_tb" Me.收支單號_tb.Size = New System.Drawing.Size(148, 23) Me.收支單號_tb.TabIndex = 1014 Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '收入_單_tb ' Me.收入_單_tb.ForeColor = System.Drawing.Color.Green Me.收入_單_tb.Location = New System.Drawing.Point(898, 2) Me.收入_單_tb.Name = "收入_單_tb" Me.收入_單_tb.Size = New System.Drawing.Size(90, 23) Me.收入_單_tb.TabIndex = 1013 Me.收入_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(866, 6) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1012 Me.Label9.Text = "收入" ' '清單_dgv ' Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.清單_dgv.BackgroundColor = System.Drawing.Color.White Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單_dgv.Location = New System.Drawing.Point(2, 53) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(1245, 535) Me.清單_dgv.TabIndex = 1006 ' '月_ch ' Me.月_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.月_ch.FormattingEnabled = True Me.月_ch.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.月_ch.Location = New System.Drawing.Point(149, 3) Me.月_ch.Name = "月_ch" Me.月_ch.Size = New System.Drawing.Size(55, 24) Me.月_ch.TabIndex = 1001 ' '年_cb ' Me.年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年_cb.FormattingEnabled = True Me.年_cb.Items.AddRange(New Object() {"2019"}) Me.年_cb.Location = New System.Drawing.Point(73, 3) Me.年_cb.Name = "年_cb" Me.年_cb.Size = New System.Drawing.Size(70, 24) Me.年_cb.TabIndex = 1000 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label2.Location = New System.Drawing.Point(11, 8) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 999 Me.Label2.Text = "查詢日期" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.關鍵字查詢ToolStripMenuItem, Me.清除ToolStripMenuItem, Me.對帳記錄存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.BBBToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 142) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' '關鍵字查詢ToolStripMenuItem ' Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem" Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢" ' '清除ToolStripMenuItem ' Me.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem" Me.清除ToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.清除ToolStripMenuItem.Text = "清除介面查詢資料" Me.清除ToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '對帳記錄存檔ToolStripMenuItem ' Me.對帳記錄存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.對帳記錄存檔ToolStripMenuItem.Name = "對帳記錄存檔ToolStripMenuItem" Me.對帳記錄存檔ToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.對帳記錄存檔ToolStripMenuItem.Text = "對帳記錄存檔" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(177, 6) ' 'BBBToolStripMenuItem ' Me.BBBToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.BBBToolStripMenuItem.Name = "BBBToolStripMenuItem" Me.BBBToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.BBBToolStripMenuItem.Text = "列印成EXCEL" ' '支出_單_tb ' Me.支出_單_tb.ForeColor = System.Drawing.Color.Green Me.支出_單_tb.Location = New System.Drawing.Point(1023, 2) Me.支出_單_tb.Name = "支出_單_tb" Me.支出_單_tb.Size = New System.Drawing.Size(90, 23) Me.支出_單_tb.TabIndex = 1017 Me.支出_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Green Me.Label5.Location = New System.Drawing.Point(990, 6) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(31, 16) Me.Label5.TabIndex = 1016 Me.Label5.Text = "支出" ' '損益_單_tb ' Me.損益_單_tb.ForeColor = System.Drawing.Color.Green Me.損益_單_tb.Location = New System.Drawing.Point(1149, 2) Me.損益_單_tb.Name = "損益_單_tb" Me.損益_單_tb.Size = New System.Drawing.Size(90, 23) Me.損益_單_tb.TabIndex = 1019 Me.損益_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Green Me.Label6.Location = New System.Drawing.Point(1115, 6) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(31, 16) Me.Label6.TabIndex = 1018 Me.Label6.Text = "損益" ' '損益_總_tb ' Me.損益_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.損益_總_tb.Location = New System.Drawing.Point(1149, 27) Me.損益_總_tb.Name = "損益_總_tb" Me.損益_總_tb.Size = New System.Drawing.Size(90, 23) Me.損益_總_tb.TabIndex = 1025 Me.損益_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label7.Location = New System.Drawing.Point(1115, 30) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(31, 16) Me.Label7.TabIndex = 1024 Me.Label7.Text = "損益" ' '支出_總_tb ' Me.支出_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.支出_總_tb.Location = New System.Drawing.Point(1023, 27) Me.支出_總_tb.Name = "支出_總_tb" Me.支出_總_tb.Size = New System.Drawing.Size(90, 23) Me.支出_總_tb.TabIndex = 1023 Me.支出_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label8.Location = New System.Drawing.Point(990, 31) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1022 Me.Label8.Text = "支出" ' '收入_總_tb ' Me.收入_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.收入_總_tb.Location = New System.Drawing.Point(898, 27) Me.收入_總_tb.Name = "收入_總_tb" Me.收入_總_tb.Size = New System.Drawing.Size(90, 23) Me.收入_總_tb.TabIndex = 1021 Me.收入_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label10.Location = New System.Drawing.Point(866, 31) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(31, 16) Me.Label10.TabIndex = 1020 Me.Label10.Text = "收入" ' '隱藏申請_ch ' Me.隱藏申請_ch.AutoSize = True Me.隱藏申請_ch.Checked = True Me.隱藏申請_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.隱藏申請_ch.Location = New System.Drawing.Point(3, 31) Me.隱藏申請_ch.Name = "隱藏申請_ch" Me.隱藏申請_ch.Size = New System.Drawing.Size(134, 20) Me.隱藏申請_ch.TabIndex = 1026 Me.隱藏申請_ch.Text = "隱藏申請、審核資訊" Me.隱藏申請_ch.UseVisualStyleBackColor = True ' '隱藏作帳_ch ' Me.隱藏作帳_ch.AutoSize = True Me.隱藏作帳_ch.Checked = True Me.隱藏作帳_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.隱藏作帳_ch.Location = New System.Drawing.Point(144, 31) Me.隱藏作帳_ch.Name = "隱藏作帳_ch" Me.隱藏作帳_ch.Size = New System.Drawing.Size(134, 20) Me.隱藏作帳_ch.TabIndex = 1027 Me.隱藏作帳_ch.Text = "隱藏作帳、點交資訊" Me.隱藏作帳_ch.UseVisualStyleBackColor = True ' '只顯示支票資料_ch ' Me.只顯示支票資料_ch.AutoSize = True Me.只顯示支票資料_ch.Location = New System.Drawing.Point(285, 31) Me.只顯示支票資料_ch.Name = "只顯示支票資料_ch" Me.只顯示支票資料_ch.Size = New System.Drawing.Size(110, 20) Me.只顯示支票資料_ch.TabIndex = 1028 Me.只顯示支票資料_ch.Text = "只顯示支票資料" Me.只顯示支票資料_ch.UseVisualStyleBackColor = True ' '零用金_總_tb ' Me.零用金_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.零用金_總_tb.Location = New System.Drawing.Point(774, 27) Me.零用金_總_tb.Name = "零用金_總_tb" Me.零用金_總_tb.Size = New System.Drawing.Size(90, 23) Me.零用金_總_tb.TabIndex = 1032 Me.零用金_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(728, 31) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 16) Me.Label1.TabIndex = 1031 Me.Label1.Text = "零用金" ' '零用金_單_tb ' Me.零用金_單_tb.ForeColor = System.Drawing.Color.Green Me.零用金_單_tb.Location = New System.Drawing.Point(774, 2) Me.零用金_單_tb.Name = "零用金_單_tb" Me.零用金_單_tb.Size = New System.Drawing.Size(90, 23) Me.零用金_單_tb.TabIndex = 1030 Me.零用金_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Green Me.Label3.Location = New System.Drawing.Point(728, 6) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 1029 Me.Label3.Text = "零用金" ' 'TextBox10 ' Me.TextBox10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox10.Location = New System.Drawing.Point(78, 28) Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(90, 23) Me.TextBox10.TabIndex = 1036 Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label11.Location = New System.Drawing.Point(8, 32) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(67, 16) Me.Label11.TabIndex = 1035 Me.Label11.Text = "已兌現支票" ' '已兌現支票_單_tb ' Me.已兌現支票_單_tb.ForeColor = System.Drawing.Color.Green Me.已兌現支票_單_tb.Location = New System.Drawing.Point(78, 3) Me.已兌現支票_單_tb.Name = "已兌現支票_單_tb" Me.已兌現支票_單_tb.Size = New System.Drawing.Size(90, 23) Me.已兌現支票_單_tb.TabIndex = 1034 Me.已兌現支票_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.Green Me.Label12.Location = New System.Drawing.Point(8, 7) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(67, 16) Me.Label12.TabIndex = 1033 Me.Label12.Text = "已兌現支票" ' '支票_總_tb ' Me.支票_總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.支票_總_tb.Location = New System.Drawing.Point(635, 28) Me.支票_總_tb.Name = "支票_總_tb" Me.支票_總_tb.Size = New System.Drawing.Size(90, 23) Me.支票_總_tb.TabIndex = 1040 Me.支票_總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label13.Location = New System.Drawing.Point(602, 32) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(31, 16) Me.Label13.TabIndex = 1039 Me.Label13.Text = "支票" ' '支票_單_tb ' Me.支票_單_tb.ForeColor = System.Drawing.Color.Green Me.支票_單_tb.Location = New System.Drawing.Point(635, 3) Me.支票_單_tb.Name = "支票_單_tb" Me.支票_單_tb.Size = New System.Drawing.Size(90, 23) Me.支票_單_tb.TabIndex = 1038 Me.支票_單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ForeColor = System.Drawing.Color.Green Me.Label14.Location = New System.Drawing.Point(602, 7) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(31, 16) Me.Label14.TabIndex = 1037 Me.Label14.Text = "支票" ' 'ProgressBar1 ' Me.ProgressBar1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ProgressBar1.Location = New System.Drawing.Point(3, 591) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(1065, 17) Me.ProgressBar1.TabIndex = 1041 ' '非稅_ch ' Me.非稅_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.非稅_ch.AutoSize = True Me.非稅_ch.Location = New System.Drawing.Point(1193, 589) Me.非稅_ch.Name = "非稅_ch" Me.非稅_ch.Size = New System.Drawing.Size(50, 20) Me.非稅_ch.TabIndex = 1188 Me.非稅_ch.Text = "非稅" Me.非稅_ch.UseVisualStyleBackColor = True ' '含稅_ch ' Me.含稅_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.含稅_ch.AutoSize = True Me.含稅_ch.Location = New System.Drawing.Point(1136, 589) Me.含稅_ch.Name = "含稅_ch" Me.含稅_ch.Size = New System.Drawing.Size(50, 20) Me.含稅_ch.TabIndex = 1187 Me.含稅_ch.Text = "含稅" Me.含稅_ch.UseVisualStyleBackColor = True ' '全部_ch ' Me.全部_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.全部_ch.AutoSize = True Me.全部_ch.Checked = True Me.全部_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.全部_ch.Location = New System.Drawing.Point(1079, 589) Me.全部_ch.Name = "全部_ch" Me.全部_ch.Size = New System.Drawing.Size(50, 20) Me.全部_ch.TabIndex = 1186 Me.全部_ch.Text = "全部" Me.全部_ch.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.已兌現支票_單_tb) Me.Panel1.Controls.Add(Me.Label12) Me.Panel1.Controls.Add(Me.Label11) Me.Panel1.Controls.Add(Me.TextBox10) Me.Panel1.Location = New System.Drawing.Point(602, 140) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(200, 134) Me.Panel1.TabIndex = 1189 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label15.Location = New System.Drawing.Point(505, 31) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(91, 16) Me.Label15.TabIndex = 1191 Me.Label15.Text = "整月收支單總和" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.Green Me.Label16.Location = New System.Drawing.Point(505, 7) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(91, 16) Me.Label16.TabIndex = 1190 Me.Label16.Text = "單筆收支單總和" ' '財務_對帳單_GCM ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1249, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.清單_dgv) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.非稅_ch) Me.Controls.Add(Me.含稅_ch) Me.Controls.Add(Me.全部_ch) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.支票_總_tb) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.支票_單_tb) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.零用金_總_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.零用金_單_tb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.只顯示支票資料_ch) Me.Controls.Add(Me.隱藏作帳_ch) Me.Controls.Add(Me.隱藏申請_ch) Me.Controls.Add(Me.損益_總_tb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.支出_總_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.收入_總_tb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.損益_單_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.支出_單_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.收入_單_tb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.月_ch) Me.Controls.Add(Me.年_cb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Panel1) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "財務_對帳單_GCM" Me.Text = "財務_對帳表_GCM" CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label4 As Label Friend WithEvents 收支單號_tb As TextBox Friend WithEvents 收入_單_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 月_ch As ComboBox Friend WithEvents 年_cb As ComboBox Friend WithEvents Label2 As Label Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 對帳記錄存檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem Friend WithEvents BBBToolStripMenuItem As ToolStripMenuItem Friend WithEvents 清除ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 支出_單_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 損益_單_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 損益_總_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents 支出_總_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 收入_總_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 隱藏申請_ch As CheckBox Friend WithEvents 隱藏作帳_ch As CheckBox Friend WithEvents 只顯示支票資料_ch As CheckBox Friend WithEvents 零用金_總_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 零用金_單_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox10 As TextBox Friend WithEvents Label11 As Label Friend WithEvents 已兌現支票_單_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents 支票_總_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 支票_單_tb As TextBox Friend WithEvents Label14 As Label Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents 非稅_ch As CheckBox Friend WithEvents 含稅_ch As CheckBox Friend WithEvents 全部_ch As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents Label15 As Label Friend WithEvents Label16 As Label End Class