_ 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.Label10 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.DataGridView4 = New System.Windows.Forms.DataGridView() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Label8 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker() Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.RadioButton1 = New System.Windows.Forms.RadioButton() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker() Me.下個月_bt = New System.Windows.Forms.Button() Me.上個月_bt = New System.Windows.Forms.Button() Me.一般月_ch = New System.Windows.Forms.CheckBox() Me.會計月_ch = New System.Windows.Forms.CheckBox() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ForeColor = System.Drawing.Color.Green Me.Label10.Location = New System.Drawing.Point(657, 33) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(32, 16) Me.Label10.TabIndex = 881 Me.Label10.Text = "現金" ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Blue Me.Button2.Location = New System.Drawing.Point(1112, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(130, 75) Me.Button2.TabIndex = 879 Me.Button2.Text = "支付單列印成EXCEL" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.Button2.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Blue Me.Label7.Location = New System.Drawing.Point(708, 7) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 876 Me.Label7.Text = "日期" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(743, 4) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(99, 23) Me.DateTimePicker1.TabIndex = 872 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Blue Me.Label5.Location = New System.Drawing.Point(852, 7) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(44, 16) Me.Label5.TabIndex = 871 Me.Label5.Text = "審核人" ' 'TextBox4 ' Me.TextBox4.ForeColor = System.Drawing.Color.Blue Me.TextBox4.Location = New System.Drawing.Point(897, 4) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(74, 23) Me.TextBox4.TabIndex = 866 ' '明細_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, 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) _ Or System.Windows.Forms.AnchorStyles.Right), 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(328, 82) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1227, 524) Me.明細_dgv.TabIndex = 865 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Location = New System.Drawing.Point(587, 7) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 864 Me.Label3.Text = "申請人" ' 'TextBox3 ' Me.TextBox3.ForeColor = System.Drawing.Color.Blue Me.TextBox3.Location = New System.Drawing.Point(632, 4) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(74, 23) Me.TextBox3.TabIndex = 863 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Blue Me.Label1.Location = New System.Drawing.Point(327, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(104, 16) Me.Label1.TabIndex = 860 Me.Label1.Text = "營運成本收支單號" ' 'TextBox1 ' Me.TextBox1.ForeColor = System.Drawing.Color.Blue Me.TextBox1.Location = New System.Drawing.Point(431, 4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(150, 23) Me.TextBox1.TabIndex = 859 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(5, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(140, 16) Me.Label6.TabIndex = 858 Me.Label6.Text = "已核准的營運成本收支單" ' 'DataGridView4 ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.DataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView4.Location = New System.Drawing.Point(9, 82) Me.DataGridView4.Name = "DataGridView4" Me.DataGridView4.RowHeadersWidth = 5 Me.DataGridView4.RowTemplate.Height = 24 Me.DataGridView4.Size = New System.Drawing.Size(315, 474) Me.DataGridView4.TabIndex = 857 ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(1007, 4) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(99, 23) Me.DateTimePicker2.TabIndex = 873 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Blue Me.Label8.Location = New System.Drawing.Point(973, 7) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 877 Me.Label8.Text = "日期" ' 'DataGridView2 ' Me.DataGridView2.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.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(328, 82) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(1227, 524) Me.DataGridView2.TabIndex = 883 ' 'TextBox5 ' Me.TextBox5.ForeColor = System.Drawing.Color.Green Me.TextBox5.Location = New System.Drawing.Point(691, 30) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(99, 23) Me.TextBox5.TabIndex = 885 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button1.Location = New System.Drawing.Point(279, 29) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(45, 25) Me.Button1.TabIndex = 890 Me.Button1.Text = "當月" Me.Button1.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button3.Location = New System.Drawing.Point(225, 29) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(45, 25) Me.Button3.TabIndex = 889 Me.Button3.Text = "當日" Me.Button3.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(105, 34) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(20, 16) Me.Label4.TabIndex = 888 Me.Label4.Text = "到" ' '結束日期_dtp ' Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.結束日期_dtp.Location = New System.Drawing.Point(128, 30) Me.結束日期_dtp.Name = "結束日期_dtp" Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23) Me.結束日期_dtp.TabIndex = 887 ' '開始日期_dtp ' Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始日期_dtp.Location = New System.Drawing.Point(8, 30) Me.開始日期_dtp.Name = "開始日期_dtp" Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23) Me.開始日期_dtp.TabIndex = 886 ' 'TextBox6 ' Me.TextBox6.ForeColor = System.Drawing.Color.Green Me.TextBox6.Location = New System.Drawing.Point(993, 30) Me.TextBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(113, 23) Me.TextBox6.TabIndex = 896 Me.TextBox6.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(935, 34) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(56, 16) Me.Label9.TabIndex = 895 Me.Label9.Text = "現金餘額" ' 'TextBox7 ' Me.TextBox7.ForeColor = System.Drawing.Color.Green Me.TextBox7.Location = New System.Drawing.Point(830, 30) Me.TextBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(99, 23) Me.TextBox7.TabIndex = 894 Me.TextBox7.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(796, 33) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(32, 16) Me.Label11.TabIndex = 893 Me.Label11.Text = "支出" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ForeColor = System.Drawing.Color.Green Me.Label14.Location = New System.Drawing.Point(518, 33) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(32, 16) Me.Label14.TabIndex = 903 Me.Label14.Text = "支票" ' 'TextBox10 ' Me.TextBox10.ForeColor = System.Drawing.Color.Green Me.TextBox10.Location = New System.Drawing.Point(413, 30) Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(99, 23) Me.TextBox10.TabIndex = 902 Me.TextBox10.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(332, 34) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(79, 16) Me.Label15.TabIndex = 901 Me.Label15.Text = "台幣 - 零用金" ' 'TextBox11 ' Me.TextBox11.ForeColor = System.Drawing.Color.Green Me.TextBox11.Location = New System.Drawing.Point(552, 30) Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(99, 23) Me.TextBox11.TabIndex = 904 Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Location = New System.Drawing.Point(215, 7) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(50, 20) Me.RadioButton1.TabIndex = 905 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "明細" Me.RadioButton1.UseVisualStyleBackColor = True ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(271, 7) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(50, 20) Me.RadioButton2.TabIndex = 906 Me.RadioButton2.TabStop = True Me.RadioButton2.Text = "彙總" Me.RadioButton2.UseVisualStyleBackColor = True ' '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) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' 'TextBox14 ' Me.TextBox14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox14.ForeColor = System.Drawing.Color.Blue Me.TextBox14.Location = New System.Drawing.Point(196, 583) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(128, 23) Me.TextBox14.TabIndex = 969 Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox13 ' Me.TextBox13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox13.ForeColor = System.Drawing.Color.Blue Me.TextBox13.Location = New System.Drawing.Point(197, 559) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(127, 23) Me.TextBox13.TabIndex = 968 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label20 ' Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.Blue Me.Label20.Location = New System.Drawing.Point(140, 586) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(56, 16) Me.Label20.TabIndex = 967 Me.Label20.Text = "圖片編碼" ' 'Label19 ' Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Blue Me.Label19.Location = New System.Drawing.Point(140, 562) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(44, 16) Me.Label19.TabIndex = 966 Me.Label19.Text = "驗證碼" ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(8, 559) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(129, 47) Me.PictureBox1.TabIndex = 965 Me.PictureBox1.TabStop = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(518, 59) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 16) Me.Label2.TabIndex = 978 Me.Label2.Text = "支票" ' 'TextBox2 ' Me.TextBox2.ForeColor = System.Drawing.Color.Red Me.TextBox2.Location = New System.Drawing.Point(413, 56) Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(99, 23) Me.TextBox2.TabIndex = 977 Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.Red Me.Label12.Location = New System.Drawing.Point(326, 60) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(85, 16) Me.Label12.TabIndex = 976 Me.Label12.Text = "人民幣-零用金" ' 'TextBox8 ' Me.TextBox8.ForeColor = System.Drawing.Color.Red Me.TextBox8.Location = New System.Drawing.Point(552, 56) Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(99, 23) Me.TextBox8.TabIndex = 979 Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox9 ' Me.TextBox9.ForeColor = System.Drawing.Color.Red Me.TextBox9.Location = New System.Drawing.Point(993, 56) Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(113, 23) Me.TextBox9.TabIndex = 975 Me.TextBox9.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(935, 60) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(56, 16) Me.Label13.TabIndex = 974 Me.Label13.Text = "現金餘額" ' 'TextBox12 ' Me.TextBox12.ForeColor = System.Drawing.Color.Red Me.TextBox12.Location = New System.Drawing.Point(830, 56) Me.TextBox12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(99, 23) Me.TextBox12.TabIndex = 973 Me.TextBox12.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(796, 59) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 972 Me.Label16.Text = "支出" ' 'TextBox15 ' Me.TextBox15.ForeColor = System.Drawing.Color.Red Me.TextBox15.Location = New System.Drawing.Point(691, 56) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(99, 23) Me.TextBox15.TabIndex = 971 Me.TextBox15.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(657, 59) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 16) Me.Label17.TabIndex = 970 Me.Label17.Text = "現金" ' '中間日期_dtp ' Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.中間日期_dtp.Location = New System.Drawing.Point(32, 100) Me.中間日期_dtp.Name = "中間日期_dtp" Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23) Me.中間日期_dtp.TabIndex = 1168 Me.中間日期_dtp.Visible = False ' '下個月_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(267, 56) Me.下個月_bt.Name = "下個月_bt" Me.下個月_bt.Size = New System.Drawing.Size(57, 23) Me.下個月_bt.TabIndex = 1170 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(209, 56) Me.上個月_bt.Name = "上個月_bt" Me.上個月_bt.Size = New System.Drawing.Size(57, 23) Me.上個月_bt.TabIndex = 1169 Me.上個月_bt.Text = "上個月" Me.上個月_bt.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(128, 58) Me.一般月_ch.Name = "一般月_ch" Me.一般月_ch.Size = New System.Drawing.Size(63, 20) Me.一般月_ch.TabIndex = 1172 Me.一般月_ch.Text = "一般月" Me.一般月_ch.UseVisualStyleBackColor = True ' '會計月_ch ' Me.會計月_ch.AutoSize = True Me.會計月_ch.Location = New System.Drawing.Point(36, 58) Me.會計月_ch.Name = "會計月_ch" Me.會計月_ch.Size = New System.Drawing.Size(63, 20) Me.會計月_ch.TabIndex = 1171 Me.會計月_ch.Text = "會計月" Me.會計月_ch.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(1562, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.一般月_ch) Me.Controls.Add(Me.會計月_ch) Me.Controls.Add(Me.下個月_bt) Me.Controls.Add(Me.上個月_bt) Me.Controls.Add(Me.中間日期_dtp) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.TextBox15) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.TextBox14) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.RadioButton2) Me.Controls.Add(Me.RadioButton1) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.TextBox10) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.結束日期_dtp) Me.Controls.Add(Me.開始日期_dtp) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.DataGridView4) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.DataGridView2) 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.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label10 As Label Friend WithEvents Button2 As Button Friend WithEvents Label7 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Label5 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label6 As Label Friend WithEvents DataGridView4 As DataGridView Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Label8 As Label Friend WithEvents DataGridView2 As DataGridView Friend WithEvents TextBox5 As TextBox Friend WithEvents Button1 As Button Friend WithEvents Button3 As Button Friend WithEvents Label4 As Label Friend WithEvents 結束日期_dtp As DateTimePicker Friend WithEvents 開始日期_dtp As DateTimePicker Friend WithEvents TextBox6 As TextBox Friend WithEvents Label9 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label11 As Label Friend WithEvents Label14 As Label Friend WithEvents TextBox10 As TextBox Friend WithEvents Label15 As Label Friend WithEvents TextBox11 As TextBox Friend WithEvents RadioButton1 As RadioButton Friend WithEvents RadioButton2 As RadioButton Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents TextBox14 As TextBox Friend WithEvents TextBox13 As TextBox Friend WithEvents Label20 As Label Friend WithEvents Label19 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label2 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents TextBox9 As TextBox Friend WithEvents Label13 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents Label16 As Label Friend WithEvents TextBox15 As TextBox Friend WithEvents Label17 As Label Friend WithEvents 中間日期_dtp As DateTimePicker Friend WithEvents 下個月_bt As Button Friend WithEvents 上個月_bt As Button Friend WithEvents 一般月_ch As CheckBox Friend WithEvents 會計月_ch As CheckBox End Class