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.月清單_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() Me.加班核准_bt = New System.Windows.Forms.Button() Me.審核人_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.審核人1_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.審核人2_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.加班未准_bt = New System.Windows.Forms.Button() Me.DTP1_tb = New System.Windows.Forms.TextBox() Me.DTP2_tb = New System.Windows.Forms.TextBox() Me.默認核准_bt = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '月清單_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.BackgroundColor = System.Drawing.Color.White Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.月清單_DGV.Location = New System.Drawing.Point(3, 77) Me.月清單_DGV.Name = "月清單_DGV" Me.月清單_DGV.RowHeadersWidth = 5 Me.月清單_DGV.RowTemplate.Height = 24 Me.月清單_DGV.Size = New System.Drawing.Size(994, 518) Me.月清單_DGV.TabIndex = 816 ' '事由_tb ' Me.事由_tb.Location = New System.Drawing.Point(52, 31) Me.事由_tb.Multiline = True Me.事由_tb.Name = "事由_tb" Me.事由_tb.Size = New System.Drawing.Size(707, 44) Me.事由_tb.TabIndex = 815 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(3, 34) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(43, 16) Me.Label7.TabIndex = 814 Me.Label7.Text = "事 由" ' '特假日期_tb ' Me.特假日期_tb.Enabled = False Me.特假日期_tb.Location = New System.Drawing.Point(363, 4) Me.特假日期_tb.Name = "特假日期_tb" Me.特假日期_tb.Size = New System.Drawing.Size(113, 23) Me.特假日期_tb.TabIndex = 813 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(301, 8) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 812 Me.Label6.Text = "加班日期" ' '員工編號_tb ' Me.員工編號_tb.Enabled = False Me.員工編號_tb.Location = New System.Drawing.Point(218, 5) Me.員工編號_tb.Name = "員工編號_tb" Me.員工編號_tb.Size = New System.Drawing.Size(77, 23) Me.員工編號_tb.TabIndex = 811 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(156, 8) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(55, 16) Me.Label4.TabIndex = 810 Me.Label4.Text = "員工編號" ' '申請人_tb ' Me.申請人_tb.Enabled = False Me.申請人_tb.Location = New System.Drawing.Point(53, 5) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(97, 23) Me.申請人_tb.TabIndex = 809 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(3, 8) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 808 Me.Label3.Text = "申請人" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(482, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(31, 16) Me.Label1.TabIndex = 807 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(517, 3) Me.請假類別_cb.Name = "請假類別_cb" Me.請假類別_cb.Size = New System.Drawing.Size(210, 24) Me.請假類別_cb.TabIndex = 806 ' '加班核准_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(915, 2) Me.加班核准_bt.Name = "加班核准_bt" Me.加班核准_bt.Size = New System.Drawing.Size(79, 37) Me.加班核准_bt.TabIndex = 817 Me.加班核准_bt.Text = "加班核准" Me.加班核准_bt.UseVisualStyleBackColor = True ' '審核人_tb ' Me.審核人_tb.Enabled = False Me.審核人_tb.Location = New System.Drawing.Point(815, 3) Me.審核人_tb.Name = "審核人_tb" Me.審核人_tb.Size = New System.Drawing.Size(97, 23) Me.審核人_tb.TabIndex = 819 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(765, 6) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(43, 16) Me.Label2.TabIndex = 818 Me.Label2.Text = "審核人" Me.Label2.UseMnemonic = False ' '審核人1_tb ' Me.審核人1_tb.Enabled = False Me.審核人1_tb.Location = New System.Drawing.Point(815, 28) Me.審核人1_tb.Name = "審核人1_tb" Me.審核人1_tb.Size = New System.Drawing.Size(97, 23) Me.審核人1_tb.TabIndex = 821 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(765, 31) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(50, 16) Me.Label5.TabIndex = 820 Me.Label5.Text = "審核人1" Me.Label5.UseMnemonic = False ' '審核人2_tb ' Me.審核人2_tb.Enabled = False Me.審核人2_tb.Location = New System.Drawing.Point(815, 53) Me.審核人2_tb.Name = "審核人2_tb" Me.審核人2_tb.Size = New System.Drawing.Size(97, 23) Me.審核人2_tb.TabIndex = 823 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(765, 56) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(50, 16) Me.Label8.TabIndex = 822 Me.Label8.Text = "審核人2" Me.Label8.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.Red Me.加班未准_bt.Location = New System.Drawing.Point(915, 38) Me.加班未准_bt.Name = "加班未准_bt" Me.加班未准_bt.Size = New System.Drawing.Size(79, 37) Me.加班未准_bt.TabIndex = 824 Me.加班未准_bt.Text = "加班未准" Me.加班未准_bt.UseVisualStyleBackColor = True ' 'DTP1_tb ' Me.DTP1_tb.Enabled = False Me.DTP1_tb.Location = New System.Drawing.Point(318, 120) Me.DTP1_tb.Name = "DTP1_tb" Me.DTP1_tb.Size = New System.Drawing.Size(113, 23) Me.DTP1_tb.TabIndex = 825 Me.DTP1_tb.Visible = False ' 'DTP2_tb ' Me.DTP2_tb.Enabled = False Me.DTP2_tb.Location = New System.Drawing.Point(318, 149) Me.DTP2_tb.Name = "DTP2_tb" Me.DTP2_tb.Size = New System.Drawing.Size(113, 23) Me.DTP2_tb.TabIndex = 826 Me.DTP2_tb.Visible = False ' '默認核准_bt ' 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(734, 3) Me.默認核准_bt.Name = "默認核准_bt" Me.默認核准_bt.Size = New System.Drawing.Size(25, 25) Me.默認核准_bt.TabIndex = 827 Me.默認核准_bt.Text = "R" Me.默認核准_bt.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Picture Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(998, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(366, 592) Me.PictureBox1.TabIndex = 1406 Me.PictureBox1.TabStop = False ' '加班審核 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1367, 600) Me.Controls.Add(Me.PictureBox1) 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() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 Friend WithEvents 加班核准_bt As Button Friend WithEvents 審核人_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 審核人1_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 審核人2_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 加班未准_bt As Button Friend WithEvents DTP1_tb As TextBox Friend WithEvents DTP2_tb As TextBox Friend WithEvents 默認核准_bt As Button Friend WithEvents PictureBox1 As PictureBox End Class