Partial Class 財務_收支單一覽表 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() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.彙總匯率_ch = New System.Windows.Forms.CheckBox() Me.簽名圖_pb = New System.Windows.Forms.PictureBox() Me.日期彙總_dgv = New System.Windows.Forms.DataGridView() Me.單據彙總_dgv = New System.Windows.Forms.DataGridView() Me.非稅_ch = New System.Windows.Forms.CheckBox() Me.含稅_ch = New System.Windows.Forms.CheckBox() Me.全部_ch = New System.Windows.Forms.CheckBox() Me.字體大小調整_lb = New System.Windows.Forms.Label() Me.字體_NUD = New System.Windows.Forms.NumericUpDown() Me.下個月_bt = New System.Windows.Forms.Button() Me.上個月_bt = New System.Windows.Forms.Button() Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label2 = New System.Windows.Forms.Label() Me.人民幣零用金_tb = New System.Windows.Forms.TextBox() Me.人民幣零用金_ = New System.Windows.Forms.Label() Me.人民幣支票_tb = New System.Windows.Forms.TextBox() Me.人民幣現金餘額_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.人民幣支出_tb = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.人民幣現金_tb = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() Me.驗證碼_tb = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.彙總_rb = New System.Windows.Forms.RadioButton() Me.明細_rb = New System.Windows.Forms.RadioButton() Me.Label14 = New System.Windows.Forms.Label() Me.台幣零用金_tb = New System.Windows.Forms.TextBox() Me.Label15 = 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.台幣支出_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.當月_bt = New System.Windows.Forms.Button() Me.當日_bt = New System.Windows.Forms.Button() Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker() Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker() Me.台幣現金_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.支付單列印成EXCEL = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.審核人_tb = New System.Windows.Forms.TextBox() Me.收支單號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.財務彙總_dgv = New System.Windows.Forms.DataGridView() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label4 = New System.Windows.Forms.Label() Me.一般月_ch = New System.Windows.Forms.CheckBox() Me.財務彙總_天_dgv = New System.Windows.Forms.DataGridView() Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.申請人_tb = New System.Windows.Forms.TextBox() Me.日期浮動_cb = New System.Windows.Forms.CheckBox() Me.會計月_ch = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.公司名稱 = New System.Windows.Forms.TextBox() Me.公司編號_cb = New System.Windows.Forms.ComboBox() Me.公司編號_lb = New System.Windows.Forms.Label() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.憑證張數_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.顯示單據_cb = New System.Windows.Forms.CheckBox() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.日期彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.單據彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.財務彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.財務彙總_天_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '彙總匯率_ch ' Me.彙總匯率_ch.AutoSize = True Me.彙總匯率_ch.Location = New System.Drawing.Point(57, 74) Me.彙總匯率_ch.Name = "彙總匯率_ch" Me.彙總匯率_ch.Size = New System.Drawing.Size(50, 20) Me.彙總匯率_ch.TabIndex = 1561 Me.彙總匯率_ch.Text = "匯率" Me.彙總匯率_ch.UseVisualStyleBackColor = True ' '簽名圖_pb ' Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名圖_pb.Location = New System.Drawing.Point(8, 18) Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.簽名圖_pb.Name = "簽名圖_pb" Me.簽名圖_pb.Size = New System.Drawing.Size(129, 47) Me.簽名圖_pb.TabIndex = 1534 Me.簽名圖_pb.TabStop = False ' '日期彙總_dgv ' Me.日期彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), 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, 78) Me.日期彙總_dgv.Name = "日期彙總_dgv" Me.日期彙總_dgv.RowHeadersWidth = 5 Me.日期彙總_dgv.RowTemplate.Height = 24 Me.日期彙總_dgv.Size = New System.Drawing.Size(91, 550) Me.日期彙總_dgv.TabIndex = 1560 ' '單據彙總_dgv ' Me.單據彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.單據彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.單據彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.單據彙總_dgv.Location = New System.Drawing.Point(451, 240) Me.單據彙總_dgv.Name = "單據彙總_dgv" Me.單據彙總_dgv.RowHeadersWidth = 5 Me.單據彙總_dgv.RowTemplate.Height = 24 Me.單據彙總_dgv.Size = New System.Drawing.Size(172, 218) Me.單據彙總_dgv.TabIndex = 1504 Me.單據彙總_dgv.Visible = False ' '非稅_ch ' Me.非稅_ch.AutoSize = True Me.非稅_ch.Location = New System.Drawing.Point(1283, 54) Me.非稅_ch.Name = "非稅_ch" Me.非稅_ch.Size = New System.Drawing.Size(50, 20) Me.非稅_ch.TabIndex = 1559 Me.非稅_ch.Text = "非稅" Me.非稅_ch.UseVisualStyleBackColor = True ' '含稅_ch ' Me.含稅_ch.AutoSize = True Me.含稅_ch.Location = New System.Drawing.Point(1283, 28) Me.含稅_ch.Name = "含稅_ch" Me.含稅_ch.Size = New System.Drawing.Size(50, 20) Me.含稅_ch.TabIndex = 1558 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(1283, 4) Me.全部_ch.Name = "全部_ch" Me.全部_ch.Size = New System.Drawing.Size(50, 20) Me.全部_ch.TabIndex = 1557 Me.全部_ch.Text = "全部" Me.全部_ch.UseVisualStyleBackColor = True ' '字體大小調整_lb ' Me.字體大小調整_lb.AutoSize = True Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.字體大小調整_lb.Location = New System.Drawing.Point(124, 104) Me.字體大小調整_lb.Name = "字體大小調整_lb" Me.字體大小調整_lb.Size = New System.Drawing.Size(34, 17) Me.字體大小調整_lb.TabIndex = 1556 Me.字體大小調整_lb.Text = "字體" ' '字體_NUD ' Me.字體_NUD.DecimalPlaces = 1 Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) Me.字體_NUD.Location = New System.Drawing.Point(158, 101) Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0}) Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0}) Me.字體_NUD.Name = "字體_NUD" Me.字體_NUD.Size = New System.Drawing.Size(42, 23) Me.字體_NUD.TabIndex = 1555 Me.字體_NUD.Value = New Decimal(New Integer() {77, 0, 0, 65536}) ' '下個月_bt ' Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.下個月_bt.Location = New System.Drawing.Point(236, 52) Me.下個月_bt.Name = "下個月_bt" Me.下個月_bt.Size = New System.Drawing.Size(57, 23) Me.下個月_bt.TabIndex = 1551 Me.下個月_bt.Text = "下個月" Me.下個月_bt.UseVisualStyleBackColor = True ' '上個月_bt ' Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.上個月_bt.Location = New System.Drawing.Point(178, 52) Me.上個月_bt.Name = "上個月_bt" Me.上個月_bt.Size = New System.Drawing.Size(57, 23) Me.上個月_bt.TabIndex = 1550 Me.上個月_bt.Text = "上個月" Me.上個月_bt.UseVisualStyleBackColor = True ' '中間日期_dtp ' Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.中間日期_dtp.Location = New System.Drawing.Point(8, 72) Me.中間日期_dtp.Name = "中間日期_dtp" Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23) Me.中間日期_dtp.TabIndex = 1549 Me.中間日期_dtp.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(176, 129) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(31, 16) Me.Label2.TabIndex = 1547 Me.Label2.Text = "支票" ' '人民幣零用金_tb ' Me.人民幣零用金_tb.ForeColor = System.Drawing.Color.Red Me.人民幣零用金_tb.Location = New System.Drawing.Point(89, 126) Me.人民幣零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣零用金_tb.Name = "人民幣零用金_tb" Me.人民幣零用金_tb.Size = New System.Drawing.Size(85, 23) Me.人民幣零用金_tb.TabIndex = 1546 Me.人民幣零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '人民幣零用金_ ' Me.人民幣零用金_.AutoSize = True Me.人民幣零用金_.ForeColor = System.Drawing.Color.Red Me.人民幣零用金_.Location = New System.Drawing.Point(5, 130) Me.人民幣零用金_.Name = "人民幣零用金_" Me.人民幣零用金_.Size = New System.Drawing.Size(84, 16) Me.人民幣零用金_.TabIndex = 1545 Me.人民幣零用金_.Text = "人民幣-零用金" ' '人民幣支票_tb ' Me.人民幣支票_tb.ForeColor = System.Drawing.Color.Red Me.人民幣支票_tb.Location = New System.Drawing.Point(208, 126) Me.人民幣支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣支票_tb.Name = "人民幣支票_tb" Me.人民幣支票_tb.Size = New System.Drawing.Size(85, 23) Me.人民幣支票_tb.TabIndex = 1548 Me.人民幣支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '人民幣現金餘額_tb ' Me.人民幣現金餘額_tb.ForeColor = System.Drawing.Color.Red Me.人民幣現金餘額_tb.Location = New System.Drawing.Point(180, 187) Me.人民幣現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣現金餘額_tb.Name = "人民幣現金餘額_tb" Me.人民幣現金餘額_tb.Size = New System.Drawing.Size(113, 23) Me.人民幣現金餘額_tb.TabIndex = 1544 Me.人民幣現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.Red Me.Label13.Location = New System.Drawing.Point(148, 191) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(31, 16) Me.Label13.TabIndex = 1543 Me.Label13.Text = "總和" ' '人民幣支出_tb ' Me.人民幣支出_tb.ForeColor = System.Drawing.Color.Red Me.人民幣支出_tb.Location = New System.Drawing.Point(206, 156) Me.人民幣支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣支出_tb.Name = "人民幣支出_tb" Me.人民幣支出_tb.Size = New System.Drawing.Size(85, 23) Me.人民幣支出_tb.TabIndex = 1542 Me.人民幣支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.Red Me.Label16.Location = New System.Drawing.Point(175, 159) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(31, 16) Me.Label16.TabIndex = 1541 Me.Label16.Text = "支出" ' '人民幣現金_tb ' Me.人民幣現金_tb.ForeColor = System.Drawing.Color.Red Me.人民幣現金_tb.Location = New System.Drawing.Point(89, 156) Me.人民幣現金_tb.Name = "人民幣現金_tb" Me.人民幣現金_tb.Size = New System.Drawing.Size(85, 23) Me.人民幣現金_tb.TabIndex = 1540 Me.人民幣現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.ForeColor = System.Drawing.Color.Red Me.Label17.Location = New System.Drawing.Point(57, 159) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(31, 16) Me.Label17.TabIndex = 1539 Me.Label17.Text = "收入" ' '圖片編碼_tb ' Me.圖片編碼_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.圖片編碼_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_tb.Location = New System.Drawing.Point(164, 42) Me.圖片編碼_tb.Name = "圖片編碼_tb" Me.圖片編碼_tb.Size = New System.Drawing.Size(153, 22) Me.圖片編碼_tb.TabIndex = 1538 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '驗證碼_tb ' Me.驗證碼_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.驗證碼_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(164, 17) Me.驗證碼_tb.Name = "驗證碼_tb" Me.驗證碼_tb.Size = New System.Drawing.Size(153, 22) Me.驗證碼_tb.TabIndex = 1537 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.Blue Me.Label20.Location = New System.Drawing.Point(136, 45) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(31, 16) Me.Label20.TabIndex = 1536 Me.Label20.Text = "編碼" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Blue Me.Label19.Location = New System.Drawing.Point(136, 20) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(31, 16) Me.Label19.TabIndex = 1535 Me.Label19.Text = "驗證" ' '彙總_rb ' Me.彙總_rb.AutoSize = True Me.彙總_rb.Location = New System.Drawing.Point(355, 53) Me.彙總_rb.Name = "彙總_rb" Me.彙總_rb.Size = New System.Drawing.Size(49, 20) Me.彙總_rb.TabIndex = 1533 Me.彙總_rb.TabStop = True Me.彙總_rb.Text = "彙總" Me.彙總_rb.UseVisualStyleBackColor = True ' '明細_rb ' Me.明細_rb.AutoSize = True Me.明細_rb.Location = New System.Drawing.Point(299, 54) Me.明細_rb.Name = "明細_rb" Me.明細_rb.Size = New System.Drawing.Size(49, 20) Me.明細_rb.TabIndex = 1532 Me.明細_rb.TabStop = True Me.明細_rb.Text = "明細" Me.明細_rb.UseVisualStyleBackColor = True ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ForeColor = System.Drawing.Color.Green Me.Label14.Location = New System.Drawing.Point(208, 223) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(31, 16) Me.Label14.TabIndex = 1530 Me.Label14.Text = "支票" ' '台幣零用金_tb ' Me.台幣零用金_tb.ForeColor = System.Drawing.Color.Green Me.台幣零用金_tb.Location = New System.Drawing.Point(117, 218) Me.台幣零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.台幣零用金_tb.Name = "台幣零用金_tb" Me.台幣零用金_tb.Size = New System.Drawing.Size(85, 23) Me.台幣零用金_tb.TabIndex = 1529 Me.台幣零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.Green Me.Label15.Location = New System.Drawing.Point(10, 220) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(78, 16) Me.Label15.TabIndex = 1528 Me.Label15.Text = "台幣 - 零用金" ' '台幣支票_tb ' Me.台幣支票_tb.ForeColor = System.Drawing.Color.Green Me.台幣支票_tb.Location = New System.Drawing.Point(246, 220) Me.台幣支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.台幣支票_tb.Name = "台幣支票_tb" Me.台幣支票_tb.Size = New System.Drawing.Size(85, 23) Me.台幣支票_tb.TabIndex = 1531 Me.台幣支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '台幣現金餘額_tb ' Me.台幣現金餘額_tb.ForeColor = System.Drawing.Color.Green Me.台幣現金餘額_tb.Location = New System.Drawing.Point(795, 29) Me.台幣現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.台幣現金餘額_tb.Name = "台幣現金餘額_tb" Me.台幣現金餘額_tb.Size = New System.Drawing.Size(180, 23) Me.台幣現金餘額_tb.TabIndex = 1527 Me.台幣現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(758, 31) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1526 Me.Label9.Text = "總和" ' '台幣支出_tb ' Me.台幣支出_tb.ForeColor = System.Drawing.Color.Green Me.台幣支出_tb.Location = New System.Drawing.Point(550, 29) Me.台幣支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.台幣支出_tb.Name = "台幣支出_tb" Me.台幣支出_tb.Size = New System.Drawing.Size(202, 23) Me.台幣支出_tb.TabIndex = 1525 Me.台幣支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.Green Me.Label11.Location = New System.Drawing.Point(513, 29) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 16) Me.Label11.TabIndex = 1524 Me.Label11.Text = "支出" ' '當月_bt ' Me.當月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.當月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月_bt.Location = New System.Drawing.Point(248, 25) Me.當月_bt.Name = "當月_bt" Me.當月_bt.Size = New System.Drawing.Size(45, 25) Me.當月_bt.TabIndex = 1523 Me.當月_bt.Text = "當月" Me.當月_bt.UseVisualStyleBackColor = True ' '當日_bt ' Me.當日_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.當日_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當日_bt.Location = New System.Drawing.Point(203, 25) Me.當日_bt.Name = "當日_bt" Me.當日_bt.Size = New System.Drawing.Size(45, 25) Me.當日_bt.TabIndex = 1522 Me.當日_bt.Text = "當日" Me.當日_bt.UseVisualStyleBackColor = True ' '結束日期_dtp ' Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd" Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.結束日期_dtp.Location = New System.Drawing.Point(111, 26) Me.結束日期_dtp.Name = "結束日期_dtp" Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23) Me.結束日期_dtp.TabIndex = 1520 ' '開始日期_dtp ' Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd" Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.開始日期_dtp.Location = New System.Drawing.Point(2, 26) Me.開始日期_dtp.Name = "開始日期_dtp" Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23) Me.開始日期_dtp.TabIndex = 1519 ' '台幣現金_tb ' Me.台幣現金_tb.ForeColor = System.Drawing.Color.Green Me.台幣現金_tb.Location = New System.Drawing.Point(337, 27) Me.台幣現金_tb.Name = "台幣現金_tb" Me.台幣現金_tb.Size = New System.Drawing.Size(170, 23) Me.台幣現金_tb.TabIndex = 1518 Me.台幣現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ForeColor = System.Drawing.Color.Green Me.Label10.Location = New System.Drawing.Point(299, 30) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(31, 16) Me.Label10.TabIndex = 1517 Me.Label10.Text = "收入" ' '支付單列印成EXCEL ' Me.支付單列印成EXCEL.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print Me.支付單列印成EXCEL.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.支付單列印成EXCEL.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.支付單列印成EXCEL.ForeColor = System.Drawing.Color.Blue Me.支付單列印成EXCEL.Location = New System.Drawing.Point(1189, 2) Me.支付單列印成EXCEL.Name = "支付單列印成EXCEL" Me.支付單列印成EXCEL.Size = New System.Drawing.Size(88, 73) Me.支付單列印成EXCEL.TabIndex = 1516 Me.支付單列印成EXCEL.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Blue Me.Label8.Location = New System.Drawing.Point(1051, 4) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1515 Me.Label8.Text = "日期" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Blue Me.Label7.Location = New System.Drawing.Point(742, 4) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(31, 16) Me.Label7.TabIndex = 1514 Me.Label7.Text = "日期" ' '審核日期_dtp ' Me.審核日期_dtp.CustomFormat = "yyyy/MM/dd" Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.審核日期_dtp.Location = New System.Drawing.Point(1084, 1) Me.審核日期_dtp.Name = "審核日期_dtp" Me.審核日期_dtp.Size = New System.Drawing.Size(99, 23) Me.審核日期_dtp.TabIndex = 1513 ' '申請日期_dtp ' Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd" Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.申請日期_dtp.Location = New System.Drawing.Point(780, 1) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(99, 23) Me.申請日期_dtp.TabIndex = 1512 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Blue Me.Label5.Location = New System.Drawing.Point(884, 4) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(43, 16) Me.Label5.TabIndex = 1511 Me.Label5.Text = "審核人" ' '審核人_tb ' Me.審核人_tb.ForeColor = System.Drawing.Color.Blue Me.審核人_tb.Location = New System.Drawing.Point(929, 2) Me.審核人_tb.Name = "審核人_tb" Me.審核人_tb.Size = New System.Drawing.Size(116, 23) Me.審核人_tb.TabIndex = 1510 ' '收支單號_tb ' Me.收支單號_tb.ForeColor = System.Drawing.Color.Blue Me.收支單號_tb.Location = New System.Drawing.Point(382, 1) Me.收支單號_tb.Name = "收支單號_tb" Me.收支單號_tb.Size = New System.Drawing.Size(192, 23) Me.收支單號_tb.TabIndex = 1505 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Blue Me.Label1.Location = New System.Drawing.Point(296, 5) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(79, 16) Me.Label1.TabIndex = 1506 Me.Label1.Text = "財務收支單號" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Location = New System.Drawing.Point(580, 5) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 1508 Me.Label3.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(741, 78) 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(592, 550) Me.財務彙總_dgv.TabIndex = 1554 ' '明細_dgv ' Me.明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), 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 DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.Color.White DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.明細_dgv.DefaultCellStyle = DataGridViewCellStyle2 Me.明細_dgv.Location = New System.Drawing.Point(94, 78) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(648, 550) Me.明細_dgv.TabIndex = 1509 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(93, 30) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(19, 16) Me.Label4.TabIndex = 1521 Me.Label4.Text = "到" ' '一般月_ch ' Me.一般月_ch.AutoSize = True Me.一般月_ch.Location = New System.Drawing.Point(94, 54) Me.一般月_ch.Name = "一般月_ch" Me.一般月_ch.Size = New System.Drawing.Size(62, 20) Me.一般月_ch.TabIndex = 1553 Me.一般月_ch.Text = "一般月" Me.一般月_ch.UseVisualStyleBackColor = True ' '財務彙總_天_dgv ' Me.財務彙總_天_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), 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(112, 78) Me.財務彙總_天_dgv.Name = "財務彙總_天_dgv" Me.財務彙總_天_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.財務彙總_天_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.財務彙總_天_dgv.RowTemplate.Height = 24 Me.財務彙總_天_dgv.Size = New System.Drawing.Size(630, 550) Me.財務彙總_天_dgv.TabIndex = 1562 ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26) ' '申請人_tb ' Me.申請人_tb.ForeColor = System.Drawing.Color.Blue Me.申請人_tb.Location = New System.Drawing.Point(630, 2) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(106, 23) Me.申請人_tb.TabIndex = 1507 ' '日期浮動_cb ' Me.日期浮動_cb.AutoSize = True Me.日期浮動_cb.Location = New System.Drawing.Point(16, 3) Me.日期浮動_cb.Name = "日期浮動_cb" Me.日期浮動_cb.Size = New System.Drawing.Size(74, 20) Me.日期浮動_cb.TabIndex = 1563 Me.日期浮動_cb.Text = "日期浮動" Me.日期浮動_cb.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(16, 54) Me.會計月_ch.Name = "會計月_ch" Me.會計月_ch.Size = New System.Drawing.Size(62, 20) Me.會計月_ch.TabIndex = 1552 Me.會計月_ch.Text = "會計月" Me.會計月_ch.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.公司名稱) Me.Panel1.Controls.Add(Me.簽名圖_pb) Me.Panel1.Controls.Add(Me.Label19) Me.Panel1.Controls.Add(Me.彙總匯率_ch) Me.Panel1.Controls.Add(Me.Label20) Me.Panel1.Controls.Add(Me.驗證碼_tb) Me.Panel1.Controls.Add(Me.圖片編碼_tb) Me.Panel1.Controls.Add(Me.中間日期_dtp) Me.Panel1.Controls.Add(Me.字體大小調整_lb) Me.Panel1.Controls.Add(Me.字體_NUD) Me.Panel1.Controls.Add(Me.人民幣現金餘額_tb) Me.Panel1.Controls.Add(Me.Label13) Me.Panel1.Controls.Add(Me.Label15) Me.Panel1.Controls.Add(Me.Label14) Me.Panel1.Controls.Add(Me.台幣支票_tb) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.台幣零用金_tb) Me.Panel1.Controls.Add(Me.人民幣零用金_) Me.Panel1.Controls.Add(Me.人民幣支出_tb) Me.Panel1.Controls.Add(Me.人民幣零用金_tb) Me.Panel1.Controls.Add(Me.Label16) Me.Panel1.Controls.Add(Me.人民幣支票_tb) Me.Panel1.Controls.Add(Me.人民幣現金_tb) Me.Panel1.Controls.Add(Me.Label17) Me.Panel1.Location = New System.Drawing.Point(838, 200) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(345, 258) Me.Panel1.TabIndex = 1564 Me.Panel1.Visible = False ' '公司名稱 ' Me.公司名稱.Location = New System.Drawing.Point(200, 74) Me.公司名稱.Margin = New System.Windows.Forms.Padding(4) Me.公司名稱.Name = "公司名稱" Me.公司名稱.ReadOnly = True Me.公司名稱.RightToLeft = System.Windows.Forms.RightToLeft.No Me.公司名稱.Size = New System.Drawing.Size(131, 23) Me.公司名稱.TabIndex = 1731 ' '公司編號_cb ' Me.公司編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.公司編號_cb.FormattingEnabled = True Me.公司編號_cb.Location = New System.Drawing.Point(155, 1) Me.公司編號_cb.Name = "公司編號_cb" Me.公司編號_cb.Size = New System.Drawing.Size(138, 24) Me.公司編號_cb.TabIndex = 1565 ' '公司編號_lb ' Me.公司編號_lb.AutoSize = True Me.公司編號_lb.Location = New System.Drawing.Point(118, 6) Me.公司編號_lb.Name = "公司編號_lb" Me.公司編號_lb.Size = New System.Drawing.Size(31, 16) Me.公司編號_lb.TabIndex = 1566 Me.公司編號_lb.Text = "帳本" ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '憑證張數_tb ' Me.憑證張數_tb.ForeColor = System.Drawing.Color.Green Me.憑證張數_tb.Location = New System.Drawing.Point(1046, 30) Me.憑證張數_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.憑證張數_tb.Name = "憑證張數_tb" Me.憑證張數_tb.Size = New System.Drawing.Size(137, 23) Me.憑證張數_tb.TabIndex = 1568 Me.憑證張數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Green Me.Label6.Location = New System.Drawing.Point(986, 32) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 1567 Me.Label6.Text = "憑證張數" ' '顯示單據_cb ' Me.顯示單據_cb.AutoSize = True Me.顯示單據_cb.Location = New System.Drawing.Point(1084, 56) Me.顯示單據_cb.Name = "顯示單據_cb" Me.顯示單據_cb.Size = New System.Drawing.Size(98, 20) Me.顯示單據_cb.TabIndex = 1569 Me.顯示單據_cb.Text = "顯示單據編號" Me.顯示單據_cb.UseVisualStyleBackColor = True ' '財務_收支單一覽表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1336, 631) Me.Controls.Add(Me.顯示單據_cb) Me.Controls.Add(Me.憑證張數_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.公司編號_lb) Me.Controls.Add(Me.公司編號_cb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.日期彙總_dgv) Me.Controls.Add(Me.單據彙總_dgv) Me.Controls.Add(Me.非稅_ch) Me.Controls.Add(Me.含稅_ch) Me.Controls.Add(Me.全部_ch) Me.Controls.Add(Me.下個月_bt) Me.Controls.Add(Me.上個月_bt) Me.Controls.Add(Me.彙總_rb) Me.Controls.Add(Me.明細_rb) Me.Controls.Add(Me.台幣現金餘額_tb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.台幣支出_tb) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.當月_bt) Me.Controls.Add(Me.當日_bt) Me.Controls.Add(Me.結束日期_dtp) Me.Controls.Add(Me.開始日期_dtp) Me.Controls.Add(Me.台幣現金_tb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.支付單列印成EXCEL) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.審核日期_dtp) Me.Controls.Add(Me.申請日期_dtp) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.審核人_tb) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.財務彙總_dgv) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.一般月_ch) Me.Controls.Add(Me.財務彙總_天_dgv) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.日期浮動_cb) Me.Controls.Add(Me.會計月_ch) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "財務_收支單一覽表" Me.Text = "財務_收支單一覽表" CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.日期彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.單據彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.財務彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() 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 彙總匯率_ch As CheckBox Friend WithEvents 簽名圖_pb As PictureBox Friend WithEvents 日期彙總_dgv As DataGridView Friend WithEvents 單據彙總_dgv As DataGridView Friend WithEvents 非稅_ch As CheckBox Friend WithEvents 含稅_ch As CheckBox Friend WithEvents 全部_ch As CheckBox Friend WithEvents 字體大小調整_lb As Label Friend WithEvents 字體_NUD As NumericUpDown Friend WithEvents 下個月_bt As Button Friend WithEvents 上個月_bt As Button Friend WithEvents 中間日期_dtp As DateTimePicker Friend WithEvents Label2 As Label Friend WithEvents 人民幣零用金_tb As TextBox Friend WithEvents 人民幣零用金_ As Label Friend WithEvents 人民幣支票_tb As TextBox Friend WithEvents 人民幣現金餘額_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 人民幣支出_tb As TextBox Friend WithEvents Label16 As Label Friend WithEvents 人民幣現金_tb As TextBox Friend WithEvents Label17 As Label Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents Label20 As Label Friend WithEvents Label19 As Label Friend WithEvents 彙總_rb As RadioButton Friend WithEvents 明細_rb As RadioButton Friend WithEvents Label14 As Label Friend WithEvents 台幣零用金_tb As TextBox Friend WithEvents Label15 As Label Friend WithEvents 台幣支票_tb As TextBox Friend WithEvents 台幣現金餘額_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 台幣支出_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 當月_bt As Button Friend WithEvents 當日_bt As Button Friend WithEvents 結束日期_dtp As DateTimePicker Friend WithEvents 開始日期_dtp As DateTimePicker Friend WithEvents 台幣現金_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 支付單列印成EXCEL As Button Friend WithEvents Label8 As Label Friend WithEvents Label7 As Label Friend WithEvents 審核日期_dtp As DateTimePicker Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents Label5 As Label Friend WithEvents 審核人_tb As TextBox Friend WithEvents 收支單號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents 財務彙總_dgv As DataGridView Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label4 As Label Friend WithEvents 一般月_ch As CheckBox Friend WithEvents 財務彙總_天_dgv As DataGridView Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 申請人_tb As TextBox Friend WithEvents 日期浮動_cb As CheckBox Friend WithEvents 會計月_ch As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents 公司編號_cb As ComboBox Friend WithEvents 公司編號_lb As Label Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 憑證張數_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 公司名稱 As TextBox Friend WithEvents 顯示單據_cb As CheckBox End Class