_ 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() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label21 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.ComboBox8 = New System.Windows.Forms.ComboBox() Me.ComboBox9 = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.ComboBox10 = New System.Windows.Forms.ComboBox() Me.ComboBox11 = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.ComboBox12 = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox18 ' Me.TextBox18.Location = New System.Drawing.Point(259, 91) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(113, 23) Me.TextBox18.TabIndex = 691 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(197, 94) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(56, 16) Me.Label22.TabIndex = 690 Me.Label22.Text = "在職天數" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(259, 64) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(113, 23) Me.DateTimePicker1.TabIndex = 689 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(197, 67) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(56, 16) Me.Label21.TabIndex = 688 Me.Label21.Text = "入職日期" ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.ComboBox2.Location = New System.Drawing.Point(259, 36) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(113, 24) Me.ComboBox2.TabIndex = 687 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"}) Me.ComboBox1.Location = New System.Drawing.Point(259, 8) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(113, 24) Me.ComboBox1.TabIndex = 686 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(197, 41) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 685 Me.Label16.Text = "月份" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(197, 13) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 16) Me.Label17.TabIndex = 684 Me.Label17.Text = "年份" ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(196, 121) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1709, 843) Me.DataGridView1.TabIndex = 683 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(9, 80) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(181, 30) Me.Label2.TabIndex = 682 Me.Label2.Text = "人事資料表清單" ' 'DataGridView2 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(15, 121) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(175, 843) Me.DataGridView2.TabIndex = 681 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(14, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(174, 62) Me.Button1.TabIndex = 692 Me.Button1.Text = "重新讀取" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(378, 6) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(174, 51) Me.Button2.TabIndex = 693 Me.Button2.Text = "補登上午上班" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Location = New System.Drawing.Point(378, 63) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(174, 51) Me.Button3.TabIndex = 694 Me.Button3.Text = "補登下午下班" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.Location = New System.Drawing.Point(927, 63) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(174, 51) Me.Button4.TabIndex = 696 Me.Button4.Text = "漏打卡" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.Location = New System.Drawing.Point(927, 6) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(174, 51) Me.Button5.TabIndex = 695 Me.Button5.Text = "公事出差" Me.Button5.UseVisualStyleBackColor = True ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11"}) Me.ComboBox3.Location = New System.Drawing.Point(596, 23) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(67, 24) Me.ComboBox3.TabIndex = 697 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(558, 26) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 698 Me.Label1.Text = "時間" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(669, 26) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(17, 16) Me.Label3.TabIndex = 699 Me.Label3.Text = " : " ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5"}) Me.ComboBox4.Location = New System.Drawing.Point(692, 23) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(47, 24) Me.ComboBox4.TabIndex = 700 ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}) Me.ComboBox5.Location = New System.Drawing.Point(745, 23) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(47, 24) Me.ComboBox5.TabIndex = 701 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(798, 26) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(17, 16) Me.Label4.TabIndex = 702 Me.Label4.Text = " : " ' 'ComboBox6 ' Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5"}) Me.ComboBox6.Location = New System.Drawing.Point(821, 23) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(47, 24) Me.ComboBox6.TabIndex = 703 ' 'ComboBox7 ' Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox7.FormattingEnabled = True Me.ComboBox7.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}) Me.ComboBox7.Location = New System.Drawing.Point(874, 23) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(47, 24) Me.ComboBox7.TabIndex = 704 ' 'ComboBox8 ' Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox8.FormattingEnabled = True Me.ComboBox8.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}) Me.ComboBox8.Location = New System.Drawing.Point(874, 80) Me.ComboBox8.Name = "ComboBox8" Me.ComboBox8.Size = New System.Drawing.Size(47, 24) Me.ComboBox8.TabIndex = 712 ' 'ComboBox9 ' Me.ComboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox9.FormattingEnabled = True Me.ComboBox9.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5"}) Me.ComboBox9.Location = New System.Drawing.Point(821, 80) Me.ComboBox9.Name = "ComboBox9" Me.ComboBox9.Size = New System.Drawing.Size(47, 24) Me.ComboBox9.TabIndex = 711 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(798, 83) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(17, 16) Me.Label5.TabIndex = 710 Me.Label5.Text = " : " ' 'ComboBox10 ' Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox10.FormattingEnabled = True Me.ComboBox10.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}) Me.ComboBox10.Location = New System.Drawing.Point(745, 80) Me.ComboBox10.Name = "ComboBox10" Me.ComboBox10.Size = New System.Drawing.Size(47, 24) Me.ComboBox10.TabIndex = 709 ' 'ComboBox11 ' Me.ComboBox11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox11.FormattingEnabled = True Me.ComboBox11.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5"}) Me.ComboBox11.Location = New System.Drawing.Point(692, 80) Me.ComboBox11.Name = "ComboBox11" Me.ComboBox11.Size = New System.Drawing.Size(47, 24) Me.ComboBox11.TabIndex = 708 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(669, 83) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(17, 16) Me.Label6.TabIndex = 707 Me.Label6.Text = " : " ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(558, 83) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 706 Me.Label7.Text = "時間" ' 'ComboBox12 ' Me.ComboBox12.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox12.FormattingEnabled = True Me.ComboBox12.Items.AddRange(New Object() {"13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"}) Me.ComboBox12.Location = New System.Drawing.Point(596, 80) Me.ComboBox12.Name = "ComboBox12" Me.ComboBox12.Size = New System.Drawing.Size(67, 24) Me.ComboBox12.TabIndex = 705 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label8.Location = New System.Drawing.Point(1107, 56) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(223, 30) Me.Label8.TabIndex = 713 Me.Label8.Text = "選擇補登考勤時段 : " ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Red Me.Label9.Location = New System.Drawing.Point(1107, 85) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(223, 30) Me.Label9.TabIndex = 714 Me.Label9.Text = "選擇補登考勤特性 : " ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.Location = New System.Drawing.Point(1548, 6) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(357, 51) Me.Button6.TabIndex = 715 Me.Button6.Text = "確定補登考勤資料" Me.Button6.UseVisualStyleBackColor = True ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(1169, 32) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(186, 23) Me.TextBox4.TabIndex = 722 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(1107, 36) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(56, 16) Me.Label10.TabIndex = 721 Me.Label10.Text = "請假日期" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(1423, 6) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(113, 23) Me.TextBox2.TabIndex = 720 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(1361, 9) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(56, 16) Me.Label11.TabIndex = 719 Me.Label11.Text = "員工編號" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(1169, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(186, 23) Me.TextBox1.TabIndex = 718 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(1107, 9) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(44, 16) Me.Label12.TabIndex = 717 Me.Label12.Text = "申請人" ' '考勤打卡資料補登 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.ComboBox8) Me.Controls.Add(Me.ComboBox9) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.ComboBox10) Me.Controls.Add(Me.ComboBox11) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.ComboBox12) Me.Controls.Add(Me.ComboBox7) Me.Controls.Add(Me.ComboBox6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox18) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label2) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox18 As TextBox Friend WithEvents Label22 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Label21 As Label Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label16 As Label Friend WithEvents Label17 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label2 As Label Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents ComboBox4 As ComboBox Friend WithEvents ComboBox5 As ComboBox Friend WithEvents Label4 As Label Friend WithEvents ComboBox6 As ComboBox Friend WithEvents ComboBox7 As ComboBox Friend WithEvents ComboBox8 As ComboBox Friend WithEvents ComboBox9 As ComboBox Friend WithEvents Label5 As Label Friend WithEvents ComboBox10 As ComboBox Friend WithEvents ComboBox11 As ComboBox Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents ComboBox12 As ComboBox Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents Button6 As Button Friend WithEvents TextBox4 As TextBox Friend WithEvents Label10 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label11 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label12 As Label End Class