123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 人事請假核准
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- 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.核准_bt = New System.Windows.Forms.Button()
- 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.請假類別_lb = New System.Windows.Forms.Label()
- Me.請假類別_cb = New System.Windows.Forms.ComboBox()
- Me.在職天數_tb = New System.Windows.Forms.TextBox()
- Me.在職天數_lb = New System.Windows.Forms.Label()
- Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.月份_cb = New System.Windows.Forms.ComboBox()
- Me.月份_lb = New System.Windows.Forms.Label()
- 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.事由_tb = New System.Windows.Forms.TextBox()
- CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.員工_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '核准_bt
- '
- Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(1170, 3)
- Me.核准_bt.Name = "核准_bt"
- Me.核准_bt.Size = New System.Drawing.Size(175, 51)
- Me.核准_bt.TabIndex = 719
- Me.核准_bt.Text = "核准"
- Me.核准_bt.UseVisualStyleBackColor = True
- '
- '事由_lb
- '
- Me.事由_lb.AutoSize = True
- Me.事由_lb.Location = New System.Drawing.Point(788, 7)
- Me.事由_lb.Name = "事由_lb"
- Me.事由_lb.Size = New System.Drawing.Size(32, 16)
- Me.事由_lb.TabIndex = 717
- Me.事由_lb.Text = "事由"
- '
- '請假日期_tb
- '
- Me.請假日期_tb.Location = New System.Drawing.Point(670, 3)
- Me.請假日期_tb.Name = "請假日期_tb"
- Me.請假日期_tb.Size = New System.Drawing.Size(113, 23)
- Me.請假日期_tb.TabIndex = 716
- '
- '請假日期_lb
- '
- Me.請假日期_lb.AutoSize = True
- Me.請假日期_lb.Location = New System.Drawing.Point(608, 7)
- Me.請假日期_lb.Name = "請假日期_lb"
- Me.請假日期_lb.Size = New System.Drawing.Size(56, 16)
- Me.請假日期_lb.TabIndex = 715
- Me.請假日期_lb.Text = "請假日期"
- '
- '員工部門_tb
- '
- Me.員工部門_tb.Location = New System.Drawing.Point(489, 31)
- Me.員工部門_tb.Name = "員工部門_tb"
- Me.員工部門_tb.Size = New System.Drawing.Size(113, 23)
- Me.員工部門_tb.TabIndex = 714
- '
- '員工部門_lb
- '
- Me.員工部門_lb.AutoSize = True
- Me.員工部門_lb.Location = New System.Drawing.Point(427, 34)
- Me.員工部門_lb.Name = "員工部門_lb"
- Me.員工部門_lb.Size = New System.Drawing.Size(56, 16)
- Me.員工部門_lb.TabIndex = 713
- Me.員工部門_lb.Text = "員工部門"
- '
- '員工編號_tb
- '
- Me.員工編號_tb.Location = New System.Drawing.Point(308, 31)
- Me.員工編號_tb.Name = "員工編號_tb"
- Me.員工編號_tb.Size = New System.Drawing.Size(113, 23)
- Me.員工編號_tb.TabIndex = 712
- '
- '員工編號_lb
- '
- Me.員工編號_lb.AutoSize = True
- Me.員工編號_lb.Location = New System.Drawing.Point(246, 34)
- Me.員工編號_lb.Name = "員工編號_lb"
- Me.員工編號_lb.Size = New System.Drawing.Size(56, 16)
- Me.員工編號_lb.TabIndex = 711
- Me.員工編號_lb.Text = "員工編號"
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(54, 31)
- Me.申請人_tb.Name = "申請人_tb"
- Me.申請人_tb.Size = New System.Drawing.Size(186, 23)
- Me.申請人_tb.TabIndex = 710
- '
- '申請人_lb
- '
- Me.申請人_lb.AutoSize = True
- Me.申請人_lb.Location = New System.Drawing.Point(4, 34)
- Me.申請人_lb.Name = "申請人_lb"
- Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
- Me.申請人_lb.TabIndex = 709
- Me.申請人_lb.Text = "申請人"
- '
- '請假類別_lb
- '
- Me.請假類別_lb.AutoSize = True
- Me.請假類別_lb.Location = New System.Drawing.Point(608, 34)
- Me.請假類別_lb.Name = "請假類別_lb"
- Me.請假類別_lb.Size = New System.Drawing.Size(56, 16)
- Me.請假類別_lb.TabIndex = 708
- Me.請假類別_lb.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(670, 30)
- Me.請假類別_cb.Name = "請假類別_cb"
- Me.請假類別_cb.Size = New System.Drawing.Size(113, 24)
- Me.請假類別_cb.TabIndex = 707
- '
- '在職天數_tb
- '
- Me.在職天數_tb.Location = New System.Drawing.Point(489, 4)
- Me.在職天數_tb.Name = "在職天數_tb"
- Me.在職天數_tb.Size = New System.Drawing.Size(113, 23)
- Me.在職天數_tb.TabIndex = 706
- '
- '在職天數_lb
- '
- Me.在職天數_lb.AutoSize = True
- Me.在職天數_lb.Location = New System.Drawing.Point(427, 8)
- Me.在職天數_lb.Name = "在職天數_lb"
- Me.在職天數_lb.Size = New System.Drawing.Size(56, 16)
- Me.在職天數_lb.TabIndex = 705
- Me.在職天數_lb.Text = "在職天數"
- '
- '日期_dtp
- '
- Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期_dtp.Location = New System.Drawing.Point(308, 4)
- Me.日期_dtp.Name = "日期_dtp"
- Me.日期_dtp.Size = New System.Drawing.Size(113, 23)
- Me.日期_dtp.TabIndex = 704
- '
- '月份_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(169, 3)
- Me.月份_cb.Name = "月份_cb"
- Me.月份_cb.Size = New System.Drawing.Size(71, 24)
- Me.月份_cb.TabIndex = 703
- '
- '月份_lb
- '
- Me.月份_lb.AutoSize = True
- Me.月份_lb.Location = New System.Drawing.Point(131, 6)
- Me.月份_lb.Name = "月份_lb"
- Me.月份_lb.Size = New System.Drawing.Size(32, 16)
- Me.月份_lb.TabIndex = 702
- Me.月份_lb.Text = "月份"
- '
- '年份_lb
- '
- Me.年份_lb.AutoSize = True
- Me.年份_lb.Location = New System.Drawing.Point(16, 6)
- Me.年份_lb.Name = "年份_lb"
- Me.年份_lb.Size = New System.Drawing.Size(32, 16)
- Me.年份_lb.TabIndex = 701
- 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) _
- 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(159, 57)
- Me.日期_dgv.Name = "日期_dgv"
- Me.日期_dgv.RowHeadersWidth = 5
- Me.日期_dgv.RowTemplate.Height = 24
- Me.日期_dgv.Size = New System.Drawing.Size(1186, 621)
- Me.日期_dgv.TabIndex = 700
- '
- '員工_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), 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(4, 57)
- Me.員工_dgv.Name = "員工_dgv"
- Me.員工_dgv.RowHeadersWidth = 5
- Me.員工_dgv.RowTemplate.Height = 24
- Me.員工_dgv.Size = New System.Drawing.Size(156, 621)
- Me.員工_dgv.TabIndex = 698
- '
- '年份_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(54, 3)
- Me.年份_cb.Name = "年份_cb"
- Me.年份_cb.Size = New System.Drawing.Size(71, 24)
- Me.年份_cb.TabIndex = 720
- '
- '事由_tb
- '
- Me.事由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.事由_tb.Location = New System.Drawing.Point(822, 3)
- Me.事由_tb.Multiline = True
- Me.事由_tb.Name = "事由_tb"
- Me.事由_tb.Size = New System.Drawing.Size(346, 52)
- Me.事由_tb.TabIndex = 718
- '
- '人事請假核准
- '
- 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.年份_cb)
- Me.Controls.Add(Me.核准_bt)
- 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.請假類別_lb)
- Me.Controls.Add(Me.請假類別_cb)
- Me.Controls.Add(Me.在職天數_tb)
- Me.Controls.Add(Me.在職天數_lb)
- Me.Controls.Add(Me.日期_dtp)
- Me.Controls.Add(Me.月份_cb)
- 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()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 核准_bt As Button
- 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 請假類別_lb As Label
- Friend WithEvents 請假類別_cb As ComboBox
- Friend WithEvents 在職天數_tb As TextBox
- Friend WithEvents 在職天數_lb As Label
- Friend WithEvents 日期_dtp As DateTimePicker
- Friend WithEvents 月份_cb As ComboBox
- Friend WithEvents 月份_lb As Label
- Friend WithEvents 年份_lb As Label
- Friend WithEvents 日期_dgv As DataGridView
- Friend WithEvents 員工_dgv As DataGridView
- Friend WithEvents 年份_cb As ComboBox
- Friend WithEvents 事由_tb As TextBox
- End Class
|