_ 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.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.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.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(371, 4) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(71, 24) Me.ComboBox2.TabIndex = 649 ' '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(256, 4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(71, 24) Me.ComboBox1.TabIndex = 648 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(333, 7) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 647 Me.Label16.Text = "月份" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(218, 7) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 16) Me.Label17.TabIndex = 646 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(193, 59) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1709, 905) Me.DataGridView1.TabIndex = 645 ' '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(7, 26) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(181, 30) Me.Label2.TabIndex = 644 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(12, 59) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(175, 905) Me.DataGridView2.TabIndex = 643 ' 'TextBox18 ' Me.TextBox18.Location = New System.Drawing.Point(691, 5) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(113, 23) Me.TextBox18.TabIndex = 684 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(629, 9) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(56, 16) Me.Label22.TabIndex = 683 Me.Label22.Text = "在職天數" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(510, 5) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(113, 23) Me.DateTimePicker1.TabIndex = 682 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(448, 7) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(56, 16) Me.Label21.TabIndex = 681 Me.Label21.Text = "入職日期" ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"}) Me.ComboBox3.Location = New System.Drawing.Point(872, 31) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(186, 24) Me.ComboBox3.TabIndex = 685 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(810, 35) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 686 Me.Label1.Text = "請假類別" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(256, 32) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(186, 23) Me.TextBox1.TabIndex = 688 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(206, 35) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 687 Me.Label3.Text = "申請人" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(510, 32) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(113, 23) Me.TextBox2.TabIndex = 690 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(448, 35) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 16) Me.Label4.TabIndex = 689 Me.Label4.Text = "員工編號" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(691, 32) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(113, 23) Me.TextBox3.TabIndex = 692 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(629, 35) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(56, 16) Me.Label5.TabIndex = 691 Me.Label5.Text = "員工部門" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(872, 4) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(113, 23) Me.TextBox4.TabIndex = 694 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(810, 8) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 16) Me.Label6.TabIndex = 693 Me.Label6.Text = "請假日期" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(1026, 8) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 695 Me.Label7.Text = "事由" ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(1064, 4) Me.TextBox5.Multiline = True Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(657, 52) Me.TextBox5.TabIndex = 696 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(1727, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(175, 51) Me.Button1.TabIndex = 697 Me.Button1.Text = "開立請假單" Me.Button1.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(1914, 971) 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.ComboBox3) 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 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 TextBox18 As TextBox Friend WithEvents Label22 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Label21 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Button1 As Button End Class