_ 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.DataGridView1 = 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.DateTimePicker3 = New System.Windows.Forms.DateTimePicker() Me.DateTimePicker4 = 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.一般月 = New System.Windows.Forms.CheckBox() Me.會計月 = New System.Windows.Forms.CheckBox() Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker() CType(Me.DataGridView1, 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.Location = New System.Drawing.Point(637, 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, 5) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(130, 49) 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 ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.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.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(328, 56) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(914, 550) Me.DataGridView1.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(8, 79) Me.DataGridView4.Name = "DataGridView4" Me.DataGridView4.RowHeadersWidth = 5 Me.DataGridView4.RowTemplate.Height = 24 Me.DataGridView4.Size = New System.Drawing.Size(315, 475) 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, 56) 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(914, 550) Me.DataGridView2.TabIndex = 883 ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(671, 30) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(113, 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(210, 53) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(58, 23) 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(210, 29) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(58, 23) Me.Button3.TabIndex = 889 Me.Button3.Text = "上個月" Me.Button3.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(98, 34) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(20, 16) Me.Label4.TabIndex = 888 Me.Label4.Text = "到" ' 'DateTimePicker3 ' Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker3.Location = New System.Drawing.Point(120, 30) Me.DateTimePicker3.Name = "DateTimePicker3" Me.DateTimePicker3.Size = New System.Drawing.Size(87, 23) Me.DateTimePicker3.TabIndex = 887 ' 'DateTimePicker4 ' Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker4.Location = New System.Drawing.Point(9, 30) Me.DateTimePicker4.Name = "DateTimePicker4" Me.DateTimePicker4.Size = New System.Drawing.Size(87, 23) Me.DateTimePicker4.TabIndex = 886 ' 'TextBox6 ' Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) 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.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.Location = New System.Drawing.Point(820, 30) Me.TextBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(113, 23) Me.TextBox7.TabIndex = 894 Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(786, 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.Location = New System.Drawing.Point(488, 33) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(32, 16) Me.Label14.TabIndex = 903 Me.Label14.Text = "支票" ' 'TextBox10 ' Me.TextBox10.Location = New System.Drawing.Point(373, 30) Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(113, 23) Me.TextBox10.TabIndex = 902 Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(327, 33) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(44, 16) Me.Label15.TabIndex = 901 Me.Label15.Text = "零用金" ' 'TextBox11 ' Me.TextBox11.Location = New System.Drawing.Point(522, 30) Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(113, 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(274, 31) 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(274, 54) 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 ' '一般月 ' Me.一般月.AutoSize = True Me.一般月.Location = New System.Drawing.Point(141, 55) Me.一般月.Name = "一般月" Me.一般月.Size = New System.Drawing.Size(63, 20) Me.一般月.TabIndex = 1102 Me.一般月.Text = "一般月" Me.一般月.UseVisualStyleBackColor = True ' '會計月 ' Me.會計月.AutoSize = True Me.會計月.Checked = True Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked Me.會計月.Location = New System.Drawing.Point(30, 55) Me.會計月.Name = "會計月" Me.會計月.Size = New System.Drawing.Size(63, 20) Me.會計月.TabIndex = 1101 Me.會計月.Text = "會計月" Me.會計月.UseVisualStyleBackColor = True ' 'DateTimePicker5 ' Me.DateTimePicker5.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker5.Location = New System.Drawing.Point(210, 4) Me.DateTimePicker5.Name = "DateTimePicker5" Me.DateTimePicker5.Size = New System.Drawing.Size(43, 23) Me.DateTimePicker5.TabIndex = 1167 ' '財務收支單一覽表 ' 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.DateTimePicker5) Me.Controls.Add(Me.一般月) Me.Controls.Add(Me.會計月) 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.DateTimePicker3) Me.Controls.Add(Me.DateTimePicker4) 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.DataGridView2) Me.Controls.Add(Me.DataGridView1) 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.DataGridView1, 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 DataGridView1 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 DateTimePicker3 As DateTimePicker Friend WithEvents DateTimePicker4 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 一般月 As CheckBox Friend WithEvents 會計月 As CheckBox Friend WithEvents DateTimePicker5 As DateTimePicker End Class