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() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.人事資料表清單_lb = New System.Windows.Forms.Label() Me.員工_dgv = New System.Windows.Forms.DataGridView() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.月份_cb = New System.Windows.Forms.ComboBox() Me.年份_cb = New System.Windows.Forms.ComboBox() Me.月份_lb = New System.Windows.Forms.Label() Me.年份_lb = New System.Windows.Forms.Label() Me.當月上午上班總工時_lb = New System.Windows.Forms.Label() Me.當月上午上班總工時_tb = New System.Windows.Forms.TextBox() Me.當月下午上班總工時_tb = New System.Windows.Forms.TextBox() Me.當月下午上班總工時_lb = New System.Windows.Forms.Label() Me.當月上班總工時_tb = New System.Windows.Forms.TextBox() Me.當月上班總工時_lb = New System.Windows.Forms.Label() Me.當月漏打卡次數_tb = New System.Windows.Forms.TextBox() Me.當月育嬰假天數_tb = New System.Windows.Forms.TextBox() Me.當月事假天數_lb = New System.Windows.Forms.Label() Me.當月事假天數_tb = New System.Windows.Forms.TextBox() Me.當月病假天數_lb = New System.Windows.Forms.Label() Me.當月病假天數_tb = New System.Windows.Forms.TextBox() Me.當月婚假天數_lb = New System.Windows.Forms.Label() Me.當月婚假天數_tb = New System.Windows.Forms.TextBox() Me.當月喪假天數_lb = New System.Windows.Forms.Label() Me.當月喪假天數_tb = New System.Windows.Forms.TextBox() Me.當月育嬰假天數_lb = New System.Windows.Forms.Label() Me.年度漏打卡次數_tb = New System.Windows.Forms.TextBox() Me.年度漏打卡次數_lb = New System.Windows.Forms.Label() Me.年度喪假天數_tb = New System.Windows.Forms.TextBox() Me.年度育嬰假天數_lb = New System.Windows.Forms.Label() Me.年度婚假天數_tb = New System.Windows.Forms.TextBox() Me.年度喪假天數_lb = New System.Windows.Forms.Label() Me.年度病假天數_tb = New System.Windows.Forms.TextBox() Me.年度婚假天數_lb = New System.Windows.Forms.Label() Me.年度事假天數_tb = New System.Windows.Forms.TextBox() Me.年度病假天數_lb = New System.Windows.Forms.Label() Me.年度育嬰假天數_tb = New System.Windows.Forms.TextBox() Me.年度事假天數_lb = New System.Windows.Forms.Label() Me.當月特休天數_tb = New System.Windows.Forms.TextBox() Me.當月特休天數_lb = New System.Windows.Forms.Label() Me.年度特休天數_tb = New System.Windows.Forms.TextBox() Me.年度特休天數_lb = New System.Windows.Forms.Label() Me.入職日期_dtp = New System.Windows.Forms.DateTimePicker() Me.入職日期_lb = New System.Windows.Forms.Label() Me.在職天數_tb = New System.Windows.Forms.TextBox() Me.在職天數_lb = New System.Windows.Forms.Label() Me.當月漏打卡次數_lb = New System.Windows.Forms.Label() Me.日期1_dgv = New System.Windows.Forms.DataGridView() Me.重新讀取_bt = New System.Windows.Forms.Button() CType(Me.員工_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.日期1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '人事資料表清單_lb ' Me.人事資料表清單_lb.AutoSize = True Me.人事資料表清單_lb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.人事資料表清單_lb.Location = New System.Drawing.Point(-3, 69) Me.人事資料表清單_lb.Name = "人事資料表清單_lb" Me.人事資料表清單_lb.Size = New System.Drawing.Size(181, 30) Me.人事資料表清單_lb.TabIndex = 27 Me.人事資料表清單_lb.Text = "人事資料表清單" ' '員工_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.員工_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.員工_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.員工_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.員工_dgv.BackgroundColor = System.Drawing.Color.White Me.員工_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.員工_dgv.Location = New System.Drawing.Point(3, 102) Me.員工_dgv.Name = "員工_dgv" Me.員工_dgv.RowHeadersWidth = 5 Me.員工_dgv.RowTemplate.Height = 24 Me.員工_dgv.Size = New System.Drawing.Size(156, 575) Me.員工_dgv.TabIndex = 26 ' '明細_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細_dgv.BackgroundColor = System.Drawing.Color.White Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(158, 102) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1188, 575) Me.明細_dgv.TabIndex = 28 ' '月份_cb ' Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.月份_cb.FormattingEnabled = True Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.月份_cb.Location = New System.Drawing.Point(242, 27) Me.月份_cb.Name = "月份_cb" Me.月份_cb.Size = New System.Drawing.Size(90, 24) Me.月份_cb.TabIndex = 642 ' '年份_cb ' Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年份_cb.FormattingEnabled = True Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"}) Me.年份_cb.Location = New System.Drawing.Point(242, 2) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(90, 24) Me.年份_cb.TabIndex = 641 ' '月份_lb ' Me.月份_lb.AutoSize = True Me.月份_lb.Location = New System.Drawing.Point(185, 32) Me.月份_lb.Name = "月份_lb" Me.月份_lb.Size = New System.Drawing.Size(32, 16) Me.月份_lb.TabIndex = 640 Me.月份_lb.Text = "月份" ' '年份_lb ' Me.年份_lb.AutoSize = True Me.年份_lb.Location = New System.Drawing.Point(185, 7) Me.年份_lb.Name = "年份_lb" Me.年份_lb.Size = New System.Drawing.Size(32, 16) Me.年份_lb.TabIndex = 639 Me.年份_lb.Text = "年份" ' '當月上午上班總工時_lb ' Me.當月上午上班總工時_lb.AutoSize = True Me.當月上午上班總工時_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月上午上班總工時_lb.Location = New System.Drawing.Point(334, 5) Me.當月上午上班總工時_lb.Name = "當月上午上班總工時_lb" Me.當月上午上班總工時_lb.Size = New System.Drawing.Size(116, 16) Me.當月上午上班總工時_lb.TabIndex = 643 Me.當月上午上班總工時_lb.Text = "當月上午上班總工時" ' '當月上午上班總工時_tb ' Me.當月上午上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月上午上班總工時_tb.Location = New System.Drawing.Point(450, 2) Me.當月上午上班總工時_tb.Name = "當月上午上班總工時_tb" Me.當月上午上班總工時_tb.Size = New System.Drawing.Size(60, 23) Me.當月上午上班總工時_tb.TabIndex = 644 Me.當月上午上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月下午上班總工時_tb ' Me.當月下午上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月下午上班總工時_tb.Location = New System.Drawing.Point(450, 27) Me.當月下午上班總工時_tb.Name = "當月下午上班總工時_tb" Me.當月下午上班總工時_tb.Size = New System.Drawing.Size(60, 23) Me.當月下午上班總工時_tb.TabIndex = 646 Me.當月下午上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月下午上班總工時_lb ' Me.當月下午上班總工時_lb.AutoSize = True Me.當月下午上班總工時_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月下午上班總工時_lb.Location = New System.Drawing.Point(334, 30) Me.當月下午上班總工時_lb.Name = "當月下午上班總工時_lb" Me.當月下午上班總工時_lb.Size = New System.Drawing.Size(116, 16) Me.當月下午上班總工時_lb.TabIndex = 645 Me.當月下午上班總工時_lb.Text = "當月下午上班總工時" ' '當月上班總工時_tb ' Me.當月上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月上班總工時_tb.Location = New System.Drawing.Point(450, 51) Me.當月上班總工時_tb.Name = "當月上班總工時_tb" Me.當月上班總工時_tb.Size = New System.Drawing.Size(60, 23) Me.當月上班總工時_tb.TabIndex = 648 Me.當月上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月上班總工時_lb ' Me.當月上班總工時_lb.AutoSize = True Me.當月上班總工時_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月上班總工時_lb.Location = New System.Drawing.Point(334, 54) Me.當月上班總工時_lb.Name = "當月上班總工時_lb" Me.當月上班總工時_lb.Size = New System.Drawing.Size(92, 16) Me.當月上班總工時_lb.TabIndex = 647 Me.當月上班總工時_lb.Text = "當月上班總工時" ' '當月漏打卡次數_tb ' Me.當月漏打卡次數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月漏打卡次數_tb.Location = New System.Drawing.Point(450, 75) Me.當月漏打卡次數_tb.Name = "當月漏打卡次數_tb" Me.當月漏打卡次數_tb.Size = New System.Drawing.Size(60, 23) Me.當月漏打卡次數_tb.TabIndex = 650 Me.當月漏打卡次數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月育嬰假天數_tb ' Me.當月育嬰假天數_tb.ForeColor = System.Drawing.Color.Red Me.當月育嬰假天數_tb.Location = New System.Drawing.Point(603, 2) Me.當月育嬰假天數_tb.Name = "當月育嬰假天數_tb" Me.當月育嬰假天數_tb.Size = New System.Drawing.Size(60, 23) Me.當月育嬰假天數_tb.TabIndex = 652 Me.當月育嬰假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月事假天數_lb ' Me.當月事假天數_lb.AutoSize = True Me.當月事假天數_lb.ForeColor = System.Drawing.Color.Red Me.當月事假天數_lb.Location = New System.Drawing.Point(512, 28) Me.當月事假天數_lb.Name = "當月事假天數_lb" Me.當月事假天數_lb.Size = New System.Drawing.Size(80, 16) Me.當月事假天數_lb.TabIndex = 651 Me.當月事假天數_lb.Text = "當月事假天數" ' '當月事假天數_tb ' Me.當月事假天數_tb.ForeColor = System.Drawing.Color.Red Me.當月事假天數_tb.Location = New System.Drawing.Point(603, 26) Me.當月事假天數_tb.Name = "當月事假天數_tb" Me.當月事假天數_tb.Size = New System.Drawing.Size(60, 23) Me.當月事假天數_tb.TabIndex = 654 Me.當月事假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月病假天數_lb ' Me.當月病假天數_lb.AutoSize = True Me.當月病假天數_lb.ForeColor = System.Drawing.Color.Red Me.當月病假天數_lb.Location = New System.Drawing.Point(512, 54) Me.當月病假天數_lb.Name = "當月病假天數_lb" Me.當月病假天數_lb.Size = New System.Drawing.Size(80, 16) Me.當月病假天數_lb.TabIndex = 653 Me.當月病假天數_lb.Text = "當月病假天數" ' '當月病假天數_tb ' Me.當月病假天數_tb.ForeColor = System.Drawing.Color.Red Me.當月病假天數_tb.Location = New System.Drawing.Point(603, 51) Me.當月病假天數_tb.Name = "當月病假天數_tb" Me.當月病假天數_tb.Size = New System.Drawing.Size(60, 23) Me.當月病假天數_tb.TabIndex = 656 Me.當月病假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月婚假天數_lb ' Me.當月婚假天數_lb.AutoSize = True Me.當月婚假天數_lb.ForeColor = System.Drawing.Color.Red Me.當月婚假天數_lb.Location = New System.Drawing.Point(512, 77) Me.當月婚假天數_lb.Name = "當月婚假天數_lb" Me.當月婚假天數_lb.Size = New System.Drawing.Size(80, 16) Me.當月婚假天數_lb.TabIndex = 655 Me.當月婚假天數_lb.Text = "當月婚假天數" ' '當月婚假天數_tb ' Me.當月婚假天數_tb.ForeColor = System.Drawing.Color.Red Me.當月婚假天數_tb.Location = New System.Drawing.Point(603, 75) Me.當月婚假天數_tb.Name = "當月婚假天數_tb" Me.當月婚假天數_tb.Size = New System.Drawing.Size(60, 23) Me.當月婚假天數_tb.TabIndex = 658 Me.當月婚假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月喪假天數_lb ' Me.當月喪假天數_lb.AutoSize = True Me.當月喪假天數_lb.ForeColor = System.Drawing.Color.Red Me.當月喪假天數_lb.Location = New System.Drawing.Point(665, 28) Me.當月喪假天數_lb.Name = "當月喪假天數_lb" Me.當月喪假天數_lb.Size = New System.Drawing.Size(80, 16) Me.當月喪假天數_lb.TabIndex = 657 Me.當月喪假天數_lb.Text = "當月喪假天數" ' '當月喪假天數_tb ' Me.當月喪假天數_tb.ForeColor = System.Drawing.Color.Red Me.當月喪假天數_tb.Location = New System.Drawing.Point(744, 25) Me.當月喪假天數_tb.Name = "當月喪假天數_tb" Me.當月喪假天數_tb.Size = New System.Drawing.Size(60, 23) Me.當月喪假天數_tb.TabIndex = 660 Me.當月喪假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月育嬰假天數_lb ' Me.當月育嬰假天數_lb.AutoSize = True Me.當月育嬰假天數_lb.ForeColor = System.Drawing.Color.Red Me.當月育嬰假天數_lb.Location = New System.Drawing.Point(512, 5) Me.當月育嬰假天數_lb.Name = "當月育嬰假天數_lb" Me.當月育嬰假天數_lb.Size = New System.Drawing.Size(92, 16) Me.當月育嬰假天數_lb.TabIndex = 659 Me.當月育嬰假天數_lb.Text = "當月育嬰假天數" ' '年度漏打卡次數_tb ' Me.年度漏打卡次數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度漏打卡次數_tb.Location = New System.Drawing.Point(1052, 75) Me.年度漏打卡次數_tb.Name = "年度漏打卡次數_tb" Me.年度漏打卡次數_tb.Size = New System.Drawing.Size(60, 23) Me.年度漏打卡次數_tb.TabIndex = 662 Me.年度漏打卡次數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度漏打卡次數_lb ' Me.年度漏打卡次數_lb.AutoSize = True Me.年度漏打卡次數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度漏打卡次數_lb.Location = New System.Drawing.Point(960, 78) Me.年度漏打卡次數_lb.Name = "年度漏打卡次數_lb" Me.年度漏打卡次數_lb.Size = New System.Drawing.Size(92, 16) Me.年度漏打卡次數_lb.TabIndex = 661 Me.年度漏打卡次數_lb.Text = "年度漏打卡次數" ' '年度喪假天數_tb ' Me.年度喪假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度喪假天數_tb.Location = New System.Drawing.Point(1052, 27) Me.年度喪假天數_tb.Name = "年度喪假天數_tb" Me.年度喪假天數_tb.Size = New System.Drawing.Size(60, 23) Me.年度喪假天數_tb.TabIndex = 672 Me.年度喪假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度育嬰假天數_lb ' Me.年度育嬰假天數_lb.AutoSize = True Me.年度育嬰假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度育嬰假天數_lb.Location = New System.Drawing.Point(806, 5) Me.年度育嬰假天數_lb.Name = "年度育嬰假天數_lb" Me.年度育嬰假天數_lb.Size = New System.Drawing.Size(92, 16) Me.年度育嬰假天數_lb.TabIndex = 671 Me.年度育嬰假天數_lb.Text = "年度育嬰假天數" ' '年度婚假天數_tb ' Me.年度婚假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度婚假天數_tb.Location = New System.Drawing.Point(897, 75) Me.年度婚假天數_tb.Name = "年度婚假天數_tb" Me.年度婚假天數_tb.Size = New System.Drawing.Size(60, 23) Me.年度婚假天數_tb.TabIndex = 670 Me.年度婚假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度喪假天數_lb ' Me.年度喪假天數_lb.AutoSize = True Me.年度喪假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度喪假天數_lb.Location = New System.Drawing.Point(960, 30) Me.年度喪假天數_lb.Name = "年度喪假天數_lb" Me.年度喪假天數_lb.Size = New System.Drawing.Size(80, 16) Me.年度喪假天數_lb.TabIndex = 669 Me.年度喪假天數_lb.Text = "年度喪假天數" ' '年度病假天數_tb ' Me.年度病假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度病假天數_tb.Location = New System.Drawing.Point(897, 50) Me.年度病假天數_tb.Name = "年度病假天數_tb" Me.年度病假天數_tb.Size = New System.Drawing.Size(60, 23) Me.年度病假天數_tb.TabIndex = 668 Me.年度病假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度婚假天數_lb ' Me.年度婚假天數_lb.AutoSize = True Me.年度婚假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度婚假天數_lb.Location = New System.Drawing.Point(806, 78) Me.年度婚假天數_lb.Name = "年度婚假天數_lb" Me.年度婚假天數_lb.Size = New System.Drawing.Size(80, 16) Me.年度婚假天數_lb.TabIndex = 667 Me.年度婚假天數_lb.Text = "年度婚假天數" ' '年度事假天數_tb ' Me.年度事假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度事假天數_tb.Location = New System.Drawing.Point(897, 26) Me.年度事假天數_tb.Name = "年度事假天數_tb" Me.年度事假天數_tb.Size = New System.Drawing.Size(60, 23) Me.年度事假天數_tb.TabIndex = 666 Me.年度事假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度病假天數_lb ' Me.年度病假天數_lb.AutoSize = True Me.年度病假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度病假天數_lb.Location = New System.Drawing.Point(806, 53) Me.年度病假天數_lb.Name = "年度病假天數_lb" Me.年度病假天數_lb.Size = New System.Drawing.Size(80, 16) Me.年度病假天數_lb.TabIndex = 665 Me.年度病假天數_lb.Text = "年度病假天數" ' '年度育嬰假天數_tb ' Me.年度育嬰假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度育嬰假天數_tb.Location = New System.Drawing.Point(897, 2) Me.年度育嬰假天數_tb.Name = "年度育嬰假天數_tb" Me.年度育嬰假天數_tb.Size = New System.Drawing.Size(60, 23) Me.年度育嬰假天數_tb.TabIndex = 664 Me.年度育嬰假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度事假天數_lb ' Me.年度事假天數_lb.AutoSize = True Me.年度事假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度事假天數_lb.Location = New System.Drawing.Point(806, 29) Me.年度事假天數_lb.Name = "年度事假天數_lb" Me.年度事假天數_lb.Size = New System.Drawing.Size(80, 16) Me.年度事假天數_lb.TabIndex = 663 Me.年度事假天數_lb.Text = "年度事假天數" ' '當月特休天數_tb ' Me.當月特休天數_tb.ForeColor = System.Drawing.Color.Red Me.當月特休天數_tb.Location = New System.Drawing.Point(744, 1) Me.當月特休天數_tb.Name = "當月特休天數_tb" Me.當月特休天數_tb.Size = New System.Drawing.Size(60, 23) Me.當月特休天數_tb.TabIndex = 674 Me.當月特休天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '當月特休天數_lb ' Me.當月特休天數_lb.AutoSize = True Me.當月特休天數_lb.ForeColor = System.Drawing.Color.Red Me.當月特休天數_lb.Location = New System.Drawing.Point(665, 5) Me.當月特休天數_lb.Name = "當月特休天數_lb" Me.當月特休天數_lb.Size = New System.Drawing.Size(80, 16) Me.當月特休天數_lb.TabIndex = 673 Me.當月特休天數_lb.Text = "當月特休天數" ' '年度特休天數_tb ' Me.年度特休天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度特休天數_tb.Location = New System.Drawing.Point(1052, 2) Me.年度特休天數_tb.Name = "年度特休天數_tb" Me.年度特休天數_tb.Size = New System.Drawing.Size(60, 23) Me.年度特休天數_tb.TabIndex = 676 Me.年度特休天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '年度特休天數_lb ' Me.年度特休天數_lb.AutoSize = True Me.年度特休天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.年度特休天數_lb.Location = New System.Drawing.Point(960, 5) Me.年度特休天數_lb.Name = "年度特休天數_lb" Me.年度特休天數_lb.Size = New System.Drawing.Size(80, 16) Me.年度特休天數_lb.TabIndex = 675 Me.年度特休天數_lb.Text = "年度特休天數" ' '入職日期_dtp ' Me.入職日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.入職日期_dtp.Location = New System.Drawing.Point(242, 51) Me.入職日期_dtp.Name = "入職日期_dtp" Me.入職日期_dtp.Size = New System.Drawing.Size(90, 23) Me.入職日期_dtp.TabIndex = 678 ' '入職日期_lb ' Me.入職日期_lb.AutoSize = True Me.入職日期_lb.Location = New System.Drawing.Point(185, 54) Me.入職日期_lb.Name = "入職日期_lb" Me.入職日期_lb.Size = New System.Drawing.Size(56, 16) Me.入職日期_lb.TabIndex = 677 Me.入職日期_lb.Text = "入職日期" ' '在職天數_tb ' Me.在職天數_tb.Location = New System.Drawing.Point(242, 75) Me.在職天數_tb.Name = "在職天數_tb" Me.在職天數_tb.Size = New System.Drawing.Size(90, 23) Me.在職天數_tb.TabIndex = 680 Me.在職天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '在職天數_lb ' Me.在職天數_lb.AutoSize = True Me.在職天數_lb.Location = New System.Drawing.Point(185, 78) Me.在職天數_lb.Name = "在職天數_lb" Me.在職天數_lb.Size = New System.Drawing.Size(56, 16) Me.在職天數_lb.TabIndex = 679 Me.在職天數_lb.Text = "在職天數" ' '當月漏打卡次數_lb ' Me.當月漏打卡次數_lb.AutoSize = True Me.當月漏打卡次數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.當月漏打卡次數_lb.Location = New System.Drawing.Point(334, 78) Me.當月漏打卡次數_lb.Name = "當月漏打卡次數_lb" Me.當月漏打卡次數_lb.Size = New System.Drawing.Size(92, 16) Me.當月漏打卡次數_lb.TabIndex = 681 Me.當月漏打卡次數_lb.Text = "當月漏打卡次數" ' '日期1_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.日期1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.日期1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.日期1_dgv.Location = New System.Drawing.Point(4, 3) Me.日期1_dgv.Name = "日期1_dgv" Me.日期1_dgv.RowHeadersWidth = 5 Me.日期1_dgv.RowTemplate.Height = 24 Me.日期1_dgv.Size = New System.Drawing.Size(175, 66) Me.日期1_dgv.TabIndex = 682 ' '重新讀取_bt ' Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None 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(6, 4) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(170, 62) Me.重新讀取_bt.TabIndex = 683 Me.重新讀取_bt.Text = "重新讀取" Me.重新讀取_bt.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(1349, 681) Me.Controls.Add(Me.重新讀取_bt) Me.Controls.Add(Me.日期1_dgv) Me.Controls.Add(Me.當月漏打卡次數_lb) Me.Controls.Add(Me.在職天數_tb) Me.Controls.Add(Me.在職天數_lb) Me.Controls.Add(Me.入職日期_dtp) Me.Controls.Add(Me.入職日期_lb) Me.Controls.Add(Me.年度特休天數_tb) Me.Controls.Add(Me.年度特休天數_lb) Me.Controls.Add(Me.當月特休天數_tb) Me.Controls.Add(Me.當月特休天數_lb) Me.Controls.Add(Me.年度喪假天數_tb) Me.Controls.Add(Me.年度育嬰假天數_lb) Me.Controls.Add(Me.年度婚假天數_tb) Me.Controls.Add(Me.年度喪假天數_lb) Me.Controls.Add(Me.年度病假天數_tb) Me.Controls.Add(Me.年度婚假天數_lb) Me.Controls.Add(Me.年度事假天數_tb) Me.Controls.Add(Me.年度病假天數_lb) Me.Controls.Add(Me.年度育嬰假天數_tb) Me.Controls.Add(Me.年度事假天數_lb) Me.Controls.Add(Me.年度漏打卡次數_tb) Me.Controls.Add(Me.年度漏打卡次數_lb) Me.Controls.Add(Me.當月喪假天數_tb) Me.Controls.Add(Me.當月育嬰假天數_lb) Me.Controls.Add(Me.當月婚假天數_tb) Me.Controls.Add(Me.當月喪假天數_lb) Me.Controls.Add(Me.當月病假天數_tb) Me.Controls.Add(Me.當月婚假天數_lb) Me.Controls.Add(Me.當月事假天數_tb) Me.Controls.Add(Me.當月病假天數_lb) Me.Controls.Add(Me.當月育嬰假天數_tb) Me.Controls.Add(Me.當月事假天數_lb) Me.Controls.Add(Me.當月漏打卡次數_tb) Me.Controls.Add(Me.當月上班總工時_tb) Me.Controls.Add(Me.當月上班總工時_lb) Me.Controls.Add(Me.當月下午上班總工時_tb) Me.Controls.Add(Me.當月下午上班總工時_lb) Me.Controls.Add(Me.當月上午上班總工時_tb) Me.Controls.Add(Me.當月上午上班總工時_lb) Me.Controls.Add(Me.月份_cb) Me.Controls.Add(Me.年份_cb) Me.Controls.Add(Me.月份_lb) Me.Controls.Add(Me.年份_lb) Me.Controls.Add(Me.人事資料表清單_lb) Me.Controls.Add(Me.員工_dgv) Me.Controls.Add(Me.明細_dgv) 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.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.日期1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 人事資料表清單_lb As Label Friend WithEvents 員工_dgv As DataGridView Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 月份_cb As ComboBox Friend WithEvents 年份_cb As ComboBox Friend WithEvents 月份_lb As Label Friend WithEvents 年份_lb As Label Friend WithEvents 當月上午上班總工時_lb As Label Friend WithEvents 當月上午上班總工時_tb As TextBox Friend WithEvents 當月下午上班總工時_tb As TextBox Friend WithEvents 當月下午上班總工時_lb As Label Friend WithEvents 當月上班總工時_tb As TextBox Friend WithEvents 當月上班總工時_lb As Label Friend WithEvents 當月漏打卡次數_tb As TextBox Friend WithEvents 當月育嬰假天數_tb As TextBox Friend WithEvents 當月事假天數_lb As Label Friend WithEvents 當月事假天數_tb As TextBox Friend WithEvents 當月病假天數_lb As Label Friend WithEvents 當月病假天數_tb As TextBox Friend WithEvents 當月婚假天數_lb As Label Friend WithEvents 當月婚假天數_tb As TextBox Friend WithEvents 當月喪假天數_lb As Label Friend WithEvents 當月喪假天數_tb As TextBox Friend WithEvents 當月育嬰假天數_lb As Label Friend WithEvents 年度漏打卡次數_tb As TextBox Friend WithEvents 年度漏打卡次數_lb As Label Friend WithEvents 年度喪假天數_tb As TextBox Friend WithEvents 年度育嬰假天數_lb As Label Friend WithEvents 年度婚假天數_tb As TextBox Friend WithEvents 年度喪假天數_lb As Label Friend WithEvents 年度病假天數_tb As TextBox Friend WithEvents 年度婚假天數_lb As Label Friend WithEvents 年度事假天數_tb As TextBox Friend WithEvents 年度病假天數_lb As Label Friend WithEvents 年度育嬰假天數_tb As TextBox Friend WithEvents 年度事假天數_lb As Label Friend WithEvents 當月特休天數_tb As TextBox Friend WithEvents 當月特休天數_lb As Label Friend WithEvents 年度特休天數_tb As TextBox Friend WithEvents 年度特休天數_lb As Label Friend WithEvents 入職日期_dtp As DateTimePicker Friend WithEvents 入職日期_lb As Label Friend WithEvents 在職天數_tb As TextBox Friend WithEvents 在職天數_lb As Label Friend WithEvents 當月漏打卡次數_lb As Label Friend WithEvents 日期1_dgv As DataGridView Friend WithEvents 重新讀取_bt As Button End Class