_ 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() 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() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(應付款日報表)) Me.語轉扭_bt = New System.Windows.Forms.Button() Me.單據_dgv = New System.Windows.Forms.DataGridView() Me.PGS_ch = New System.Windows.Forms.CheckBox() Me.HX_ch = New System.Windows.Forms.CheckBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.餘額_dgv = New System.Windows.Forms.DataGridView() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.付款資料_dgv = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.支出_tb = New System.Windows.Forms.TextBox() Me.彙總_tb = New System.Windows.Forms.TextBox() Me.收入_tb = New System.Windows.Forms.TextBox() Me.列印成EXCEL_bt = New System.Windows.Forms.Button() Me.申請完成_bt = New System.Windows.Forms.Button() Me.開立收支單_bt = New System.Windows.Forms.Button() Me.刪除收支單_bt = New System.Windows.Forms.Button() CType(Me.單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.餘額_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.付款資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(1167, 144) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1639 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '單據_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.單據_dgv.Location = New System.Drawing.Point(3, 28) Me.單據_dgv.Name = "單據_dgv" Me.單據_dgv.ReadOnly = True Me.單據_dgv.RowHeadersWidth = 5 Me.單據_dgv.RowTemplate.Height = 24 Me.單據_dgv.Size = New System.Drawing.Size(122, 592) Me.單據_dgv.TabIndex = 1640 ' 'PGS_ch ' Me.PGS_ch.AutoSize = True Me.PGS_ch.Location = New System.Drawing.Point(61, 5) Me.PGS_ch.Name = "PGS_ch" Me.PGS_ch.Size = New System.Drawing.Size(49, 20) Me.PGS_ch.TabIndex = 1941 Me.PGS_ch.Text = "PGS" Me.PGS_ch.UseVisualStyleBackColor = True ' 'HX_ch ' Me.HX_ch.AutoSize = True Me.HX_ch.Checked = True Me.HX_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.HX_ch.Location = New System.Drawing.Point(11, 5) Me.HX_ch.Name = "HX_ch" Me.HX_ch.Size = New System.Drawing.Size(43, 20) Me.HX_ch.TabIndex = 1940 Me.HX_ch.Text = "HX" Me.HX_ch.UseVisualStyleBackColor = True ' 'PictureBox2 ' Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01 Me.PictureBox2.Location = New System.Drawing.Point(128, 2) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(1065, 138) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 1943 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackColor = System.Drawing.Color.White Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01 Me.PictureBox1.Location = New System.Drawing.Point(128, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(1065, 138) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 1942 Me.PictureBox1.TabStop = False ' '餘額_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.餘額_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White DataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.餘額_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.餘額_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.White DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.餘額_dgv.DefaultCellStyle = DataGridViewCellStyle4 Me.餘額_dgv.Location = New System.Drawing.Point(0, 0) Me.餘額_dgv.Name = "餘額_dgv" DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.White DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.餘額_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle5 Me.餘額_dgv.RowHeadersWidth = 5 Me.餘額_dgv.RowTemplate.Height = 24 Me.餘額_dgv.Size = New System.Drawing.Size(1065, 214) Me.餘額_dgv.TabIndex = 1944 ' 'SplitContainer1 ' Me.SplitContainer1.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.SplitContainer1.Location = New System.Drawing.Point(128, 141) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.餘額_dgv) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.付款資料_dgv) Me.SplitContainer1.Size = New System.Drawing.Size(1065, 429) Me.SplitContainer1.SplitterDistance = 214 Me.SplitContainer1.SplitterWidth = 1 Me.SplitContainer1.TabIndex = 1945 ' '付款資料_dgv ' DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.付款資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6 Me.付款資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.付款資料_dgv.BackgroundColor = System.Drawing.Color.White Me.付款資料_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.White DataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.付款資料_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 Me.付款資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.White DataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.付款資料_dgv.DefaultCellStyle = DataGridViewCellStyle8 Me.付款資料_dgv.Dock = System.Windows.Forms.DockStyle.Fill Me.付款資料_dgv.Location = New System.Drawing.Point(0, 0) Me.付款資料_dgv.Name = "付款資料_dgv" DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.White DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.付款資料_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle9 Me.付款資料_dgv.RowHeadersWidth = 5 DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.付款資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10 Me.付款資料_dgv.RowTemplate.Height = 24 Me.付款資料_dgv.Size = New System.Drawing.Size(1065, 214) Me.付款資料_dgv.TabIndex = 1945 ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.Location = New System.Drawing.Point(635, 597) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(230, 20) Me.Label1.TabIndex = 1946 Me.Label1.Text = "SISA SALDO PERUSAHAAN " Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label2.Location = New System.Drawing.Point(635, 576) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(230, 16) Me.Label2.TabIndex = 1947 Me.Label2.Text = "TOTAL KESELURUHAN PENGELUARAN " Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '支出_tb ' Me.支出_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.支出_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.支出_tb.Location = New System.Drawing.Point(871, 572) Me.支出_tb.Name = "支出_tb" Me.支出_tb.ReadOnly = True Me.支出_tb.Size = New System.Drawing.Size(160, 23) Me.支出_tb.TabIndex = 1948 Me.支出_tb.Text = "0" Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '彙總_tb ' Me.彙總_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.彙總_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.彙總_tb.Location = New System.Drawing.Point(871, 597) Me.彙總_tb.Name = "彙總_tb" Me.彙總_tb.ReadOnly = True Me.彙總_tb.Size = New System.Drawing.Size(322, 23) Me.彙總_tb.TabIndex = 1949 Me.彙總_tb.Text = "0" Me.彙總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '收入_tb ' Me.收入_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.收入_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.收入_tb.Location = New System.Drawing.Point(1032, 572) Me.收入_tb.Name = "收入_tb" Me.收入_tb.ReadOnly = True Me.收入_tb.Size = New System.Drawing.Size(160, 23) Me.收入_tb.TabIndex = 1950 Me.收入_tb.Text = "0" Me.收入_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '列印成EXCEL_bt ' Me.列印成EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.列印成EXCEL_bt.BackColor = System.Drawing.Color.White Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image) Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green Me.列印成EXCEL_bt.Location = New System.Drawing.Point(308, 571) Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt" Me.列印成EXCEL_bt.Size = New System.Drawing.Size(50, 50) Me.列印成EXCEL_bt.TabIndex = 1953 Me.列印成EXCEL_bt.UseVisualStyleBackColor = False ' '申請完成_bt ' Me.申請完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.申請完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(257, 571) Me.申請完成_bt.Name = "申請完成_bt" Me.申請完成_bt.Size = New System.Drawing.Size(50, 50) Me.申請完成_bt.TabIndex = 1952 Me.申請完成_bt.UseVisualStyleBackColor = True ' '開立收支單_bt ' Me.開立收支單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.開立收支單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2 Me.開立收支單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(129, 571) Me.開立收支單_bt.Name = "開立收支單_bt" Me.開立收支單_bt.Size = New System.Drawing.Size(50, 50) Me.開立收支單_bt.TabIndex = 1951 Me.開立收支單_bt.UseVisualStyleBackColor = True ' '刪除收支單_bt ' Me.刪除收支單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.刪除收支單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除收支單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除收支單_bt.ForeColor = System.Drawing.Color.Red Me.刪除收支單_bt.Location = New System.Drawing.Point(180, 571) Me.刪除收支單_bt.Name = "刪除收支單_bt" Me.刪除收支單_bt.Size = New System.Drawing.Size(50, 50) Me.刪除收支單_bt.TabIndex = 1954 Me.刪除收支單_bt.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(1197, 623) Me.Controls.Add(Me.刪除收支單_bt) Me.Controls.Add(Me.申請完成_bt) Me.Controls.Add(Me.開立收支單_bt) Me.Controls.Add(Me.列印成EXCEL_bt) Me.Controls.Add(Me.收入_tb) Me.Controls.Add(Me.彙總_tb) Me.Controls.Add(Me.支出_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.PGS_ch) Me.Controls.Add(Me.HX_ch) Me.Controls.Add(Me.單據_dgv) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) 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 = "應付款日報表" Me.Text = "應付款日報表" CType(Me.單據_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.餘額_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.付款資料_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 語轉扭_bt As Button Friend WithEvents 單據_dgv As DataGridView Friend WithEvents PGS_ch As CheckBox Friend WithEvents HX_ch As CheckBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 餘額_dgv As DataGridView Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents 付款資料_dgv As DataGridView Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents 支出_tb As TextBox Friend WithEvents 彙總_tb As TextBox Friend WithEvents 收入_tb As TextBox Friend WithEvents 列印成EXCEL_bt As Button Friend WithEvents 申請完成_bt As Button Friend WithEvents 開立收支單_bt As Button Friend WithEvents 刪除收支單_bt As Button End Class