_ 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() Me.默認核准_bt = New System.Windows.Forms.Button() Me.DTP2_tb = New System.Windows.Forms.TextBox() Me.DTP1_tb = New System.Windows.Forms.TextBox() Me.加班未准_bt = New System.Windows.Forms.Button() Me.審核人2_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.審核人1_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.審核人_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.加班核准_bt = New System.Windows.Forms.Button() Me.月清單_DGV = New System.Windows.Forms.DataGridView() Me.事由_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.特假日期_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.員工編號_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.申請人_tb = 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() CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '默認核准_bt ' Me.默認核准_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.默認核准_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.默認核准_bt.ForeColor = System.Drawing.Color.Blue Me.默認核准_bt.Location = New System.Drawing.Point(1150, 78) Me.默認核准_bt.Name = "默認核准_bt" Me.默認核准_bt.Size = New System.Drawing.Size(25, 25) Me.默認核准_bt.TabIndex = 849 Me.默認核准_bt.Text = "R" Me.默認核准_bt.UseVisualStyleBackColor = True ' 'DTP2_tb ' Me.DTP2_tb.Enabled = False Me.DTP2_tb.Location = New System.Drawing.Point(317, 150) Me.DTP2_tb.Name = "DTP2_tb" Me.DTP2_tb.Size = New System.Drawing.Size(113, 23) Me.DTP2_tb.TabIndex = 848 Me.DTP2_tb.Visible = False ' 'DTP1_tb ' Me.DTP1_tb.Enabled = False Me.DTP1_tb.Location = New System.Drawing.Point(317, 121) Me.DTP1_tb.Name = "DTP1_tb" Me.DTP1_tb.Size = New System.Drawing.Size(113, 23) Me.DTP1_tb.TabIndex = 847 Me.DTP1_tb.Visible = False ' '加班未准_bt ' Me.加班未准_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.加班未准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.加班未准_bt.ForeColor = System.Drawing.Color.Red Me.加班未准_bt.Location = New System.Drawing.Point(742, 78) Me.加班未准_bt.Name = "加班未准_bt" Me.加班未准_bt.Size = New System.Drawing.Size(404, 25) Me.加班未准_bt.TabIndex = 846 Me.加班未准_bt.Text = "加班未准" Me.加班未准_bt.UseVisualStyleBackColor = True ' '審核人2_tb ' Me.審核人2_tb.Enabled = False Me.審核人2_tb.Location = New System.Drawing.Point(214, 79) Me.審核人2_tb.Name = "審核人2_tb" Me.審核人2_tb.Size = New System.Drawing.Size(97, 23) Me.審核人2_tb.TabIndex = 845 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(164, 82) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(51, 16) Me.Label8.TabIndex = 844 Me.Label8.Text = "審核人2" Me.Label8.UseMnemonic = False ' '審核人1_tb ' Me.審核人1_tb.Enabled = False Me.審核人1_tb.Location = New System.Drawing.Point(61, 79) Me.審核人1_tb.Name = "審核人1_tb" Me.審核人1_tb.Size = New System.Drawing.Size(97, 23) Me.審核人1_tb.TabIndex = 843 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(11, 82) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(51, 16) Me.Label5.TabIndex = 842 Me.Label5.Text = "審核人1" Me.Label5.UseMnemonic = False ' '審核人_tb ' Me.審核人_tb.Enabled = False Me.審核人_tb.Location = New System.Drawing.Point(823, 5) Me.審核人_tb.Name = "審核人_tb" Me.審核人_tb.Size = New System.Drawing.Size(97, 23) Me.審核人_tb.TabIndex = 841 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(773, 8) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(44, 16) Me.Label2.TabIndex = 840 Me.Label2.Text = "審核人" Me.Label2.UseMnemonic = False ' '加班核准_bt ' Me.加班核准_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.加班核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.加班核准_bt.ForeColor = System.Drawing.Color.Blue Me.加班核准_bt.Location = New System.Drawing.Point(317, 78) Me.加班核准_bt.Name = "加班核准_bt" Me.加班核准_bt.Size = New System.Drawing.Size(419, 25) Me.加班核准_bt.TabIndex = 839 Me.加班核准_bt.Text = "加班核准" Me.加班核准_bt.UseVisualStyleBackColor = True ' '月清單_DGV ' 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.月清單_DGV.Location = New System.Drawing.Point(12, 107) Me.月清單_DGV.Name = "月清單_DGV" Me.月清單_DGV.RowHeadersWidth = 5 Me.月清單_DGV.RowTemplate.Height = 24 Me.月清單_DGV.Size = New System.Drawing.Size(1163, 489) Me.月清單_DGV.TabIndex = 838 ' '事由_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(61, 32) Me.事由_tb.Multiline = True Me.事由_tb.Name = "事由_tb" Me.事由_tb.Size = New System.Drawing.Size(1114, 44) Me.事由_tb.TabIndex = 837 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(11, 35) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(44, 16) Me.Label7.TabIndex = 836 Me.Label7.Text = "事 由" ' '特假日期_tb ' Me.特假日期_tb.Enabled = False Me.特假日期_tb.Location = New System.Drawing.Point(371, 5) Me.特假日期_tb.Name = "特假日期_tb" Me.特假日期_tb.Size = New System.Drawing.Size(113, 23) Me.特假日期_tb.TabIndex = 835 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(309, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 16) Me.Label6.TabIndex = 834 Me.Label6.Text = "加班日期" ' '員工編號_tb ' Me.員工編號_tb.Enabled = False Me.員工編號_tb.Location = New System.Drawing.Point(226, 6) Me.員工編號_tb.Name = "員工編號_tb" Me.員工編號_tb.Size = New System.Drawing.Size(77, 23) Me.員工編號_tb.TabIndex = 833 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(164, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 16) Me.Label4.TabIndex = 832 Me.Label4.Text = "員工編號" ' '申請人_tb ' Me.申請人_tb.Enabled = False Me.申請人_tb.Location = New System.Drawing.Point(61, 6) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(97, 23) Me.申請人_tb.TabIndex = 831 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(11, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 830 Me.Label3.Text = "申請人" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(490, 8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 829 Me.Label1.Text = "類別" ' '請假類別_cb ' Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.請假類別_cb.FormattingEnabled = True Me.請假類別_cb.Items.AddRange(New Object() {"加班(未超關門)", "加班(已超關門)", "出差", "洽公"}) Me.請假類別_cb.Location = New System.Drawing.Point(525, 4) Me.請假類別_cb.Name = "請假類別_cb" Me.請假類別_cb.Size = New System.Drawing.Size(242, 24) Me.請假類別_cb.TabIndex = 828 ' '加班核准 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoValidate = System.Windows.Forms.AutoValidate.Disable Me.ClientSize = New System.Drawing.Size(1187, 600) Me.Controls.Add(Me.默認核准_bt) Me.Controls.Add(Me.DTP2_tb) Me.Controls.Add(Me.DTP1_tb) Me.Controls.Add(Me.加班未准_bt) Me.Controls.Add(Me.審核人2_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.審核人1_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.審核人_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.加班核准_bt) Me.Controls.Add(Me.月清單_DGV) Me.Controls.Add(Me.事由_tb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.特假日期_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.員工編號_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.請假類別_cb) 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "加班核准" CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 默認核准_bt As Button Friend WithEvents DTP2_tb As TextBox Friend WithEvents DTP1_tb As TextBox Friend WithEvents 加班未准_bt As Button Friend WithEvents 審核人2_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 審核人1_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 審核人_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 加班核准_bt As Button Friend WithEvents 月清單_DGV As DataGridView Friend WithEvents 事由_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents 特假日期_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 員工編號_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents 請假類別_cb As ComboBox End Class