_ 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.Button1 = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.開立支票收支群組單號ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.複製單據開單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.票據資料存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.新增一筆空白支票ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.刪除一筆支票資料資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.刪除選中的支票收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Label4 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Button2 = New System.Windows.Forms.Button() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label62 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker() Me.Label16 = New System.Windows.Forms.Label() Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker() Me.Label17 = New System.Windows.Forms.Label() Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker() Me.Label19 = New System.Windows.Forms.Label() Me.ComboBox8 = New System.Windows.Forms.ComboBox() Me.ComboBox9 = New System.Windows.Forms.ComboBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.Label22 = New System.Windows.Forms.Label() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.Label23 = New System.Windows.Forms.Label() Me.ComboBox10 = New System.Windows.Forms.ComboBox() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.Label24 = New System.Windows.Forms.Label() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button1 ' 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(5, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(274, 23) Me.Button1.TabIndex = 895 Me.Button1.Text = "複製歷史單據重新開立" Me.Button1.UseVisualStyleBackColor = True ' 'DataGridView2 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), 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(5, 31) Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(274, 574) Me.DataGridView2.TabIndex = 891 ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.開立支票收支群組單號ToolStripMenuItem, Me.複製單據開單ToolStripMenuItem, Me.票據資料存檔ToolStripMenuItem, Me.ToolStripSeparator1, Me.新增一筆空白支票ToolStripMenuItem, Me.刪除一筆支票資料資料ToolStripMenuItem, Me.ToolStripSeparator2, Me.刪除選中的支票收支單ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(195, 176) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(191, 6) ' '開立支票收支群組單號ToolStripMenuItem ' Me.開立支票收支群組單號ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.開立支票收支群組單號ToolStripMenuItem.Name = "開立支票收支群組單號ToolStripMenuItem" Me.開立支票收支群組單號ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.開立支票收支群組單號ToolStripMenuItem.Text = "開立支票收支群組單號" ' '複製單據開單ToolStripMenuItem ' Me.複製單據開單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.複製單據開單ToolStripMenuItem.Name = "複製單據開單ToolStripMenuItem" Me.複製單據開單ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.複製單據開單ToolStripMenuItem.Text = "複製歷史單據重新開立" ' '票據資料存檔ToolStripMenuItem ' Me.票據資料存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.票據資料存檔ToolStripMenuItem.Name = "票據資料存檔ToolStripMenuItem" Me.票據資料存檔ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.票據資料存檔ToolStripMenuItem.Text = "票據資料存檔" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(191, 6) ' '新增一筆空白支票ToolStripMenuItem ' Me.新增一筆空白支票ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.新增一筆空白支票ToolStripMenuItem.Name = "新增一筆空白支票ToolStripMenuItem" Me.新增一筆空白支票ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.新增一筆空白支票ToolStripMenuItem.Text = "新增一筆空白支票" ' '刪除一筆支票資料資料ToolStripMenuItem ' Me.刪除一筆支票資料資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除一筆支票資料資料ToolStripMenuItem.Name = "刪除一筆支票資料資料ToolStripMenuItem" Me.刪除一筆支票資料資料ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.刪除一筆支票資料資料ToolStripMenuItem.Text = "刪除一筆支票資料資料" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(191, 6) ' '刪除選中的支票收支單ToolStripMenuItem ' Me.刪除選中的支票收支單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除選中的支票收支單ToolStripMenuItem.Name = "刪除選中的支票收支單ToolStripMenuItem" Me.刪除選中的支票收支單ToolStripMenuItem.Size = New System.Drawing.Size(194, 22) Me.刪除選中的支票收支單ToolStripMenuItem.Text = "刪除選中的支票收支單" ' 'ComboBox6 ' Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Location = New System.Drawing.Point(80, 156) Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(113, 24) Me.ComboBox6.TabIndex = 928 ' 'TextBox9 ' Me.TextBox9.ForeColor = System.Drawing.Color.Green Me.TextBox9.Location = New System.Drawing.Point(558, 32) Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(112, 23) Me.TextBox9.TabIndex = 927 Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(964, 32) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(75, 24) Me.ComboBox4.TabIndex = 926 ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(857, 32) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(105, 24) Me.ComboBox3.TabIndex = 925 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(780, 32) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(75, 24) Me.ComboBox2.TabIndex = 924 ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Location = New System.Drawing.Point(673, 32) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(105, 24) Me.ComboBox5.TabIndex = 923 ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(80, 83) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(113, 23) Me.DateTimePicker2.TabIndex = 922 ' 'TextBox8 ' Me.TextBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox8.Location = New System.Drawing.Point(718, 3) Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(100, 23) Me.TextBox8.TabIndex = 921 Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label11.Location = New System.Drawing.Point(684, 6) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(32, 16) Me.Label11.TabIndex = 920 Me.Label11.Text = "收票" ' 'TextBox7 ' Me.TextBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox7.Location = New System.Drawing.Point(867, 3) Me.TextBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(100, 23) Me.TextBox7.TabIndex = 919 Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label10.Location = New System.Drawing.Point(833, 6) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(32, 16) Me.Label10.TabIndex = 918 Me.Label10.Text = "開票" ' '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(1020, 3) Me.TextBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(100, 23) Me.TextBox6.TabIndex = 917 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label9.Location = New System.Drawing.Point(986, 6) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 16) Me.Label9.TabIndex = 916 Me.Label9.Text = "合計" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(80, 131) Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(113, 23) Me.TextBox2.TabIndex = 915 Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(46, 134) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 914 Me.Label5.Text = "支出" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Checked = True Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.CheckBox1.Location = New System.Drawing.Point(639, 5) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(39, 20) Me.CheckBox1.TabIndex = 913 Me.CheckBox1.Text = "補" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label4.Location = New System.Drawing.Point(511, 6) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(32, 16) Me.Label4.TabIndex = 912 Me.Label4.Text = "日期" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(543, 3) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23) Me.DateTimePicker1.TabIndex = 911 ' '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.Green Me.Button2.Location = New System.Drawing.Point(974, 134) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(268, 24) Me.Button2.TabIndex = 909 Me.Button2.Text = "票據資料存檔" Me.Button2.UseVisualStyleBackColor = True ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(1041, 32) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(201, 24) Me.ComboBox1.TabIndex = 908 ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(80, 107) Me.TextBox5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(113, 23) Me.TextBox5.TabIndex = 907 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(48, 111) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 906 Me.Label8.Text = "現金" ' 'Label62 ' Me.Label62.AutoSize = True Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label62.ForeColor = System.Drawing.Color.Red Me.Label62.Location = New System.Drawing.Point(1126, 7) Me.Label62.Name = "Label62" Me.Label62.Size = New System.Drawing.Size(110, 16) Me.Label62.TabIndex = 905 Me.Label62.Text = "資 料 尚 未 存 檔" Me.Label62.Visible = False ' 'TextBox4 ' Me.TextBox4.ForeColor = System.Drawing.Color.Green Me.TextBox4.Location = New System.Drawing.Point(340, 31) Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(61, 23) Me.TextBox4.TabIndex = 904 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.ForeColor = System.Drawing.Color.Green Me.Label28.Location = New System.Drawing.Point(403, 35) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(44, 16) Me.Label28.TabIndex = 903 Me.Label28.Text = "項次。" ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.ForeColor = System.Drawing.Color.Green Me.Label27.Location = New System.Drawing.Point(284, 34) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(56, 16) Me.Label27.TabIndex = 902 Me.Label27.Text = "選 擇" ' 'DataGridView1 ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 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(282, 166) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(960, 411) Me.DataGridView1.TabIndex = 901 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Green Me.Label3.Location = New System.Drawing.Point(281, 137) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(59, 16) Me.Label3.TabIndex = 900 Me.Label3.Text = "登 錄 人" ' 'TextBox3 ' Me.TextBox3.ForeColor = System.Drawing.Color.Green Me.TextBox3.Location = New System.Drawing.Point(340, 135) Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(107, 23) Me.TextBox3.TabIndex = 899 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox1 ' Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox1.Location = New System.Drawing.Point(387, 3) Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(122, 23) Me.TextBox1.TabIndex = 897 Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(280, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(104, 16) Me.Label1.TabIndex = 898 Me.Label1.Text = "支票收支群組單號" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Green Me.Label2.Location = New System.Drawing.Point(487, 35) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(73, 16) Me.Label2.TabIndex = 910 Me.Label2.Text = "會科-關鍵字" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(283, 15) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(963, 16) Me.Label6.TabIndex = 929 Me.Label6.Text = "_________________________________________________________________________________" & "________________________________________________________________________________" & "______________________________" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Green Me.Label7.Location = New System.Drawing.Point(284, 61) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(56, 16) Me.Label7.TabIndex = 930 Me.Label7.Text = "客戶編號" ' 'TextBox10 ' Me.TextBox10.ForeColor = System.Drawing.Color.Green Me.TextBox10.Location = New System.Drawing.Point(340, 57) Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(145, 23) Me.TextBox10.TabIndex = 931 Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox11 ' Me.TextBox11.ForeColor = System.Drawing.Color.Green Me.TextBox11.Location = New System.Drawing.Point(558, 58) Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(112, 23) Me.TextBox11.TabIndex = 933 Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.Green Me.Label12.Location = New System.Drawing.Point(487, 62) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(73, 16) Me.Label12.TabIndex = 932 Me.Label12.Text = "客戶/供應商" ' 'TextBox12 ' Me.TextBox12.ForeColor = System.Drawing.Color.Green Me.TextBox12.Location = New System.Drawing.Point(340, 83) Me.TextBox12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(145, 23) Me.TextBox12.TabIndex = 935 Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.Green Me.Label13.Location = New System.Drawing.Point(284, 87) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(56, 16) Me.Label13.TabIndex = 934 Me.Label13.Text = "支票號碼" ' 'ComboBox7 ' Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox7.ForeColor = System.Drawing.Color.Green Me.ComboBox7.FormattingEnabled = True Me.ComboBox7.Items.AddRange(New Object() {"開票", "收票"}) Me.ComboBox7.Location = New System.Drawing.Point(340, 108) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(61, 24) Me.ComboBox7.TabIndex = 936 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ForeColor = System.Drawing.Color.Green Me.Label14.Location = New System.Drawing.Point(285, 111) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(53, 16) Me.Label14.TabIndex = 937 Me.Label14.Text = "狀 態" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.Green Me.Label15.Location = New System.Drawing.Point(672, 62) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(65, 16) Me.Label15.TabIndex = 939 Me.Label15.Text = "到 期 日" ' 'DateTimePicker3 ' Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker3.Location = New System.Drawing.Point(739, 58) Me.DateTimePicker3.Name = "DateTimePicker3" Me.DateTimePicker3.Size = New System.Drawing.Size(90, 23) Me.DateTimePicker3.TabIndex = 938 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.Green Me.Label16.Location = New System.Drawing.Point(828, 88) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(68, 16) Me.Label16.TabIndex = 941 Me.Label16.Text = "預定兌現日" ' 'DateTimePicker4 ' Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker4.Location = New System.Drawing.Point(895, 84) Me.DateTimePicker4.Name = "DateTimePicker4" Me.DateTimePicker4.Size = New System.Drawing.Size(90, 23) Me.DateTimePicker4.TabIndex = 940 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.ForeColor = System.Drawing.Color.Green Me.Label17.Location = New System.Drawing.Point(831, 61) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(64, 16) Me.Label17.TabIndex = 943 Me.Label17.Text = "開(收)票日" ' 'DateTimePicker5 ' Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker5.Location = New System.Drawing.Point(895, 58) Me.DateTimePicker5.Name = "DateTimePicker5" Me.DateTimePicker5.Size = New System.Drawing.Size(90, 23) Me.DateTimePicker5.TabIndex = 942 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Green Me.Label19.Location = New System.Drawing.Point(986, 62) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(56, 16) Me.Label19.TabIndex = 947 Me.Label19.Text = "兌現科目" ' 'ComboBox8 ' Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox8.ForeColor = System.Drawing.Color.Green Me.ComboBox8.FormattingEnabled = True Me.ComboBox8.Items.AddRange(New Object() {"開票", "收票"}) Me.ComboBox8.Location = New System.Drawing.Point(1041, 58) Me.ComboBox8.Name = "ComboBox8" Me.ComboBox8.Size = New System.Drawing.Size(201, 24) Me.ComboBox8.TabIndex = 946 ' 'ComboBox9 ' Me.ComboBox9.ForeColor = System.Drawing.Color.Green Me.ComboBox9.FormattingEnabled = True Me.ComboBox9.Location = New System.Drawing.Point(1041, 84) Me.ComboBox9.Name = "ComboBox9" Me.ComboBox9.Size = New System.Drawing.Size(201, 24) Me.ComboBox9.TabIndex = 948 ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.Green Me.Label20.Location = New System.Drawing.Point(986, 88) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(56, 16) Me.Label20.TabIndex = 949 Me.Label20.Text = "付款銀行" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(280, 149) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(963, 16) Me.Label21.TabIndex = 950 Me.Label21.Text = "_________________________________________________________________________________" & "________________________________________________________________________________" & "______________________________" ' 'TextBox13 ' Me.TextBox13.ForeColor = System.Drawing.Color.Green Me.TextBox13.Location = New System.Drawing.Point(558, 84) Me.TextBox13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(271, 23) Me.TextBox13.TabIndex = 952 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.ForeColor = System.Drawing.Color.Green Me.Label18.Location = New System.Drawing.Point(487, 87) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(71, 16) Me.Label18.TabIndex = 951 Me.Label18.Text = "開 票 人" ' 'NumericUpDown1 ' Me.NumericUpDown1.Location = New System.Drawing.Point(460, 109) Me.NumericUpDown1.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(98, 23) Me.NumericUpDown1.TabIndex = 953 Me.NumericUpDown1.ThousandsSeparator = True ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.ForeColor = System.Drawing.Color.Green Me.Label22.Location = New System.Drawing.Point(403, 112) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(56, 16) Me.Label22.TabIndex = 954 Me.Label22.Text = "票據金額" ' 'TextBox14 ' Me.TextBox14.ForeColor = System.Drawing.Color.Green Me.TextBox14.Location = New System.Drawing.Point(597, 109) Me.TextBox14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(371, 23) Me.TextBox14.TabIndex = 956 ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.ForeColor = System.Drawing.Color.Green Me.Label23.Location = New System.Drawing.Point(564, 112) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(32, 16) Me.Label23.TabIndex = 955 Me.Label23.Text = "用途" ' 'ComboBox10 ' Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox10.ForeColor = System.Drawing.Color.Green Me.ComboBox10.FormattingEnabled = True Me.ComboBox10.Items.AddRange(New Object() {"開票", "收票"}) Me.ComboBox10.Location = New System.Drawing.Point(80, 183) Me.ComboBox10.Name = "ComboBox10" Me.ComboBox10.Size = New System.Drawing.Size(113, 24) Me.ComboBox10.TabIndex = 957 ' 'TextBox15 ' Me.TextBox15.ForeColor = System.Drawing.Color.Green Me.TextBox15.Location = New System.Drawing.Point(1041, 109) Me.TextBox15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(201, 23) Me.TextBox15.TabIndex = 959 ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.ForeColor = System.Drawing.Color.Green Me.Label24.Location = New System.Drawing.Point(974, 113) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(68, 16) Me.Label24.TabIndex = 958 Me.Label24.Text = "發票人帳號" ' 'TextBox16 ' Me.TextBox16.ForeColor = System.Drawing.Color.Green Me.TextBox16.Location = New System.Drawing.Point(484, 135) Me.TextBox16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(484, 23) Me.TextBox16.TabIndex = 961 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.ForeColor = System.Drawing.Color.Green Me.Label25.Location = New System.Drawing.Point(451, 138) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(32, 16) Me.Label25.TabIndex = 960 Me.Label25.Text = "備註" ' 'Button3 ' Me.Button3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Green Me.Button3.Location = New System.Drawing.Point(282, 580) Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(960, 25) Me.Button3.TabIndex = 962 Me.Button3.Text = "清 單 存 檔" Me.Button3.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(1249, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.TextBox15) Me.Controls.Add(Me.Label24) Me.Controls.Add(Me.ComboBox10) Me.Controls.Add(Me.TextBox14) Me.Controls.Add(Me.Label23) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.NumericUpDown1) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.ComboBox9) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.ComboBox8) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.DateTimePicker5) Me.Controls.Add(Me.DateTimePicker4) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.DateTimePicker3) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.ComboBox7) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox10) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.ComboBox6) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label62) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.Label21) 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.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Timer1 As Timer Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 開立支票收支群組單號ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 複製單據開單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 票據資料存檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 新增一筆空白支票ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 刪除一筆支票資料資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 刪除選中的支票收支單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ComboBox6 As ComboBox Friend WithEvents TextBox9 As TextBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents ComboBox3 As ComboBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox5 As ComboBox Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents TextBox8 As TextBox Friend WithEvents Label11 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label10 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label9 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label5 As Label Friend WithEvents CheckBox1 As CheckBox Friend WithEvents Label4 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Button2 As Button Friend WithEvents ComboBox1 As ComboBox Friend WithEvents TextBox5 As TextBox Friend WithEvents Label8 As Label Friend WithEvents Label62 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label28 As Label Friend WithEvents Label27 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label3 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox1 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents TextBox10 As TextBox Friend WithEvents TextBox11 As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents Label13 As Label Friend WithEvents ComboBox7 As ComboBox Friend WithEvents Label14 As Label Friend WithEvents Label15 As Label Friend WithEvents DateTimePicker3 As DateTimePicker Friend WithEvents Label16 As Label Friend WithEvents DateTimePicker4 As DateTimePicker Friend WithEvents Label17 As Label Friend WithEvents DateTimePicker5 As DateTimePicker Friend WithEvents Label19 As Label Friend WithEvents ComboBox8 As ComboBox Friend WithEvents ComboBox9 As ComboBox Friend WithEvents Label20 As Label Friend WithEvents Label21 As Label Friend WithEvents TextBox13 As TextBox Friend WithEvents Label18 As Label Friend WithEvents NumericUpDown1 As NumericUpDown Friend WithEvents Label22 As Label Friend WithEvents TextBox14 As TextBox Friend WithEvents Label23 As Label Friend WithEvents ComboBox10 As ComboBox Friend WithEvents TextBox15 As TextBox Friend WithEvents Label24 As Label Friend WithEvents TextBox16 As TextBox Friend WithEvents Label25 As Label Friend WithEvents Button3 As Button End Class