_ 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() Me.請假日期_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.員工編號_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.Label9 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() 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.ComboBox7 = New System.Windows.Forms.ComboBox() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.漏打卡_bt = New System.Windows.Forms.Button() Me.公事出差_bt = New System.Windows.Forms.Button() Me.補登下午_bt = New System.Windows.Forms.Button() Me.補登上午_bt = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() 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.明細_DGV = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() CType(Me.明細_DGV, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '請假日期_tb ' Me.請假日期_tb.Location = New System.Drawing.Point(1169, 37) Me.請假日期_tb.Name = "請假日期_tb" Me.請假日期_tb.Size = New System.Drawing.Size(186, 23) Me.請假日期_tb.TabIndex = 763 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(1107, 41) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(56, 16) Me.Label10.TabIndex = 762 Me.Label10.Text = "請假日期" ' '員工編號_tb ' Me.員工編號_tb.Location = New System.Drawing.Point(1423, 11) Me.員工編號_tb.Name = "員工編號_tb" Me.員工編號_tb.Size = New System.Drawing.Size(113, 23) Me.員工編號_tb.TabIndex = 761 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(1361, 14) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(56, 16) Me.Label11.TabIndex = 760 Me.Label11.Text = "員工編號" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(1169, 11) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(186, 23) Me.申請人_tb.TabIndex = 759 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(1107, 14) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(44, 16) Me.Label12.TabIndex = 758 Me.Label12.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, 11) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(357, 51) Me.Button6.TabIndex = 757 Me.Button6.Text = "確定補登考勤資料" Me.Button6.UseVisualStyleBackColor = True ' '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, 90) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(223, 30) Me.Label9.TabIndex = 756 Me.Label9.Text = "選擇補登考勤特性 : " ' '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, 61) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(223, 30) Me.Label8.TabIndex = 755 Me.Label8.Text = "選擇補登考勤時段 : " ' '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, 85) Me.ComboBox8.Name = "ComboBox8" Me.ComboBox8.Size = New System.Drawing.Size(47, 24) Me.ComboBox8.TabIndex = 754 ' '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, 85) Me.ComboBox9.Name = "ComboBox9" Me.ComboBox9.Size = New System.Drawing.Size(47, 24) Me.ComboBox9.TabIndex = 753 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(798, 88) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(17, 16) Me.Label5.TabIndex = 752 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, 85) Me.ComboBox10.Name = "ComboBox10" Me.ComboBox10.Size = New System.Drawing.Size(47, 24) Me.ComboBox10.TabIndex = 751 ' '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, 85) Me.ComboBox11.Name = "ComboBox11" Me.ComboBox11.Size = New System.Drawing.Size(47, 24) Me.ComboBox11.TabIndex = 750 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(669, 88) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(17, 16) Me.Label6.TabIndex = 749 Me.Label6.Text = " : " ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(558, 88) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 748 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, 85) Me.ComboBox12.Name = "ComboBox12" Me.ComboBox12.Size = New System.Drawing.Size(67, 24) Me.ComboBox12.TabIndex = 747 ' '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, 28) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(47, 24) Me.ComboBox7.TabIndex = 746 ' '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, 28) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(47, 24) Me.ComboBox6.TabIndex = 745 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(798, 31) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(17, 16) Me.Label4.TabIndex = 744 Me.Label4.Text = " : " ' '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, 28) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(47, 24) Me.ComboBox5.TabIndex = 743 ' '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, 28) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(47, 24) Me.ComboBox4.TabIndex = 742 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(669, 31) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(17, 16) Me.Label3.TabIndex = 741 Me.Label3.Text = " : " ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(558, 31) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 740 Me.Label1.Text = "時間" ' '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, 28) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(67, 24) Me.ComboBox3.TabIndex = 739 ' '漏打卡_bt ' Me.漏打卡_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.漏打卡_bt.Location = New System.Drawing.Point(927, 68) Me.漏打卡_bt.Name = "漏打卡_bt" Me.漏打卡_bt.Size = New System.Drawing.Size(174, 51) Me.漏打卡_bt.TabIndex = 738 Me.漏打卡_bt.Text = "漏打卡" Me.漏打卡_bt.UseVisualStyleBackColor = True ' '公事出差_bt ' Me.公事出差_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公事出差_bt.Location = New System.Drawing.Point(927, 11) Me.公事出差_bt.Name = "公事出差_bt" Me.公事出差_bt.Size = New System.Drawing.Size(174, 51) Me.公事出差_bt.TabIndex = 737 Me.公事出差_bt.Text = "公事出差" Me.公事出差_bt.UseVisualStyleBackColor = True ' '補登下午_bt ' Me.補登下午_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.補登下午_bt.Location = New System.Drawing.Point(378, 68) Me.補登下午_bt.Name = "補登下午_bt" Me.補登下午_bt.Size = New System.Drawing.Size(174, 51) Me.補登下午_bt.TabIndex = 736 Me.補登下午_bt.Text = "補登下午下班" Me.補登下午_bt.UseVisualStyleBackColor = True ' '補登上午_bt ' Me.補登上午_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.補登上午_bt.Location = New System.Drawing.Point(378, 11) Me.補登上午_bt.Name = "補登上午_bt" Me.補登上午_bt.Size = New System.Drawing.Size(174, 51) Me.補登上午_bt.TabIndex = 735 Me.補登上午_bt.Text = "補登上午上班" Me.補登上午_bt.UseVisualStyleBackColor = True ' '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, 17) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(174, 62) Me.Button1.TabIndex = 734 Me.Button1.Text = "重新讀取" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox18 ' Me.TextBox18.Location = New System.Drawing.Point(259, 96) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(113, 23) Me.TextBox18.TabIndex = 733 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(197, 99) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(56, 16) Me.Label22.TabIndex = 732 Me.Label22.Text = "在職天數" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(259, 69) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(113, 23) Me.DateTimePicker1.TabIndex = 731 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(197, 72) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(56, 16) Me.Label21.TabIndex = 730 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, 41) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(113, 24) Me.ComboBox2.TabIndex = 729 ' '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, 13) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(113, 24) Me.ComboBox1.TabIndex = 728 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(197, 46) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 727 Me.Label16.Text = "月份" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(197, 18) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 16) Me.Label17.TabIndex = 726 Me.Label17.Text = "年份" ' '明細_DGV ' Me.明細_DGV.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.明細_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_DGV.Location = New System.Drawing.Point(196, 126) Me.明細_DGV.Name = "明細_DGV" Me.明細_DGV.RowHeadersWidth = 5 Me.明細_DGV.RowTemplate.Height = 24 Me.明細_DGV.Size = New System.Drawing.Size(1709, 843) Me.明細_DGV.TabIndex = 725 ' '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, 85) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(181, 30) Me.Label2.TabIndex = 724 Me.Label2.Text = "人事資料表清單" ' '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(15, 126) 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 = 723 ' '考勤打卡資料補登 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 981) Me.Controls.Add(Me.請假日期_tb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.員工編號_tb) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.申請人_tb) 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.漏打卡_bt) Me.Controls.Add(Me.公事出差_bt) Me.Controls.Add(Me.補登下午_bt) Me.Controls.Add(Me.補登上午_bt) 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.明細_DGV) 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.明細_DGV, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 請假日期_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 員工編號_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents Button6 As Button Friend WithEvents Label9 As Label Friend WithEvents Label8 As Label 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 ComboBox7 As ComboBox Friend WithEvents ComboBox6 As ComboBox Friend WithEvents Label4 As Label Friend WithEvents ComboBox5 As ComboBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents 漏打卡_bt As Button Friend WithEvents 公事出差_bt As Button Friend WithEvents 補登下午_bt As Button Friend WithEvents 補登上午_bt As Button Friend WithEvents Button1 As Button 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 明細_DGV As DataGridView Friend WithEvents Label2 As Label Friend WithEvents DataGridView2 As DataGridView End Class