_ 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.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.請假類別_CB = New System.Windows.Forms.ComboBox() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.ComboBox2 = 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() ' '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(71, 24) Me.ComboBox1.TabIndex = 743 ' '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(1730, 13) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(175, 51) Me.Button1.TabIndex = 742 Me.Button1.Text = "核准" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(1067, 13) Me.TextBox5.Multiline = True Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(657, 52) Me.TextBox5.TabIndex = 741 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(1029, 17) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 740 Me.Label7.Text = "事由" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(875, 13) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(113, 23) Me.TextBox4.TabIndex = 739 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(813, 17) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 16) Me.Label6.TabIndex = 738 Me.Label6.Text = "請假日期" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(694, 41) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(113, 23) Me.TextBox3.TabIndex = 737 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(632, 44) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(56, 16) Me.Label5.TabIndex = 736 Me.Label5.Text = "員工部門" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(513, 41) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(113, 23) Me.TextBox2.TabIndex = 735 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(451, 44) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 16) Me.Label4.TabIndex = 734 Me.Label4.Text = "員工編號" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(259, 41) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(186, 23) Me.TextBox1.TabIndex = 733 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(209, 44) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 732 Me.Label3.Text = "申請人" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(813, 44) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 731 Me.Label1.Text = "請假類別" ' '請假類別_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(875, 40) Me.請假類別_CB.Name = "請假類別_CB" Me.請假類別_CB.Size = New System.Drawing.Size(186, 24) Me.請假類別_CB.TabIndex = 730 ' 'TextBox18 ' Me.TextBox18.Location = New System.Drawing.Point(694, 14) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(113, 23) Me.TextBox18.TabIndex = 729 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(632, 18) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(56, 16) Me.Label22.TabIndex = 728 Me.Label22.Text = "在職天數" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(513, 14) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(113, 23) Me.DateTimePicker1.TabIndex = 727 ' '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(374, 13) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(71, 24) Me.ComboBox2.TabIndex = 726 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(336, 16) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 725 Me.Label16.Text = "月份" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(221, 16) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 16) Me.Label17.TabIndex = 724 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, 68) Me.明細_DGV.Name = "明細_DGV" Me.明細_DGV.RowHeadersWidth = 5 Me.明細_DGV.RowTemplate.Height = 24 Me.明細_DGV.Size = New System.Drawing.Size(1709, 900) Me.明細_DGV.TabIndex = 723 ' '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(10, 35) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(181, 30) Me.Label2.TabIndex = 722 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, 68) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(175, 900) Me.DataGridView2.TabIndex = 721 ' '人事請假核准 ' 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.ComboBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.請假類別_CB) Me.Controls.Add(Me.TextBox18) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.ComboBox2) 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 ComboBox1 As ComboBox Friend WithEvents Button1 As Button Friend WithEvents TextBox5 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents 請假類別_CB As ComboBox Friend WithEvents TextBox18 As TextBox Friend WithEvents Label22 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents ComboBox2 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