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() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.月清單_DGV = New System.Windows.Forms.DataGridView() Me.申請_bt = New System.Windows.Forms.Button() 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.月份_cb = New System.Windows.Forms.ComboBox() Me.年份_cb = 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.PictureBox1 = New System.Windows.Forms.PictureBox() Me.刪除_bt = New System.Windows.Forms.Button() Me.圖片導入系統_bt = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.假期統計_dgv = New System.Windows.Forms.DataGridView() Me.Label5 = New System.Windows.Forms.Label() Me.請休假時數_cb = New System.Windows.Forms.ComboBox() Me.視窗2_pl = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.確定導入_bt = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.WebBrowser2 = New System.Windows.Forms.WebBrowser() Me.讀取料夾路徑_bt = New System.Windows.Forms.Button() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.CanceL2_bt = New System.Windows.Forms.Button() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.Panel2 = New System.Windows.Forms.Panel() Me.圖片流水號_tb = New System.Windows.Forms.TextBox() Me.檔案路徑1_tb = New System.Windows.Forms.TextBox() Me.資料指定圖庫_tb = New System.Windows.Forms.TextBox() Me.檔案路徑2_tb = New System.Windows.Forms.TextBox() Me.預設圖片庫_tb = New System.Windows.Forms.TextBox() CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.視窗2_pl.SuspendLayout() Me.Panel3.SuspendLayout() Me.Panel4.SuspendLayout() Me.Panel2.SuspendLayout() 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 DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.月清單_DGV.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.月清單_DGV.DefaultCellStyle = DataGridViewCellStyle2 Me.月清單_DGV.Location = New System.Drawing.Point(189, 98) Me.月清單_DGV.Name = "月清單_DGV" DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.月清單_DGV.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.月清單_DGV.RowHeadersWidth = 5 Me.月清單_DGV.RowTemplate.Height = 24 Me.月清單_DGV.Size = New System.Drawing.Size(612, 500) Me.月清單_DGV.TabIndex = 801 ' '申請_bt ' Me.申請_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.申請_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.申請_bt.Location = New System.Drawing.Point(804, 4) Me.申請_bt.Name = "申請_bt" Me.申請_bt.Size = New System.Drawing.Size(46, 46) Me.申請_bt.TabIndex = 800 Me.申請_bt.UseVisualStyleBackColor = True ' '事由_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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.事由_tb.Location = New System.Drawing.Point(247, 52) Me.事由_tb.Multiline = True Me.事由_tb.Name = "事由_tb" Me.事由_tb.Size = New System.Drawing.Size(554, 44) Me.事由_tb.TabIndex = 799 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(204, 55) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(43, 16) Me.Label7.TabIndex = 798 Me.Label7.Text = "事 由" ' '特假日期_tb ' Me.特假日期_tb.Enabled = False Me.特假日期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.特假日期_tb.Location = New System.Drawing.Point(501, 3) Me.特假日期_tb.Name = "特假日期_tb" Me.特假日期_tb.Size = New System.Drawing.Size(113, 23) Me.特假日期_tb.TabIndex = 797 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.Location = New System.Drawing.Point(439, 6) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 796 Me.Label6.Text = "休假日期" ' '員工編號_tb ' Me.員工編號_tb.Enabled = False Me.員工編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.員工編號_tb.Location = New System.Drawing.Point(501, 27) Me.員工編號_tb.Name = "員工編號_tb" Me.員工編號_tb.Size = New System.Drawing.Size(113, 23) Me.員工編號_tb.TabIndex = 795 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.Location = New System.Drawing.Point(439, 31) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(55, 16) Me.Label4.TabIndex = 794 Me.Label4.Text = "員工編號" ' '申請人_tb ' Me.申請人_tb.Enabled = False Me.申請人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.申請人_tb.Location = New System.Drawing.Point(247, 28) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(71, 23) Me.申請人_tb.TabIndex = 793 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(202, 31) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 792 Me.Label3.Text = "申請人" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(324, 31) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(31, 16) Me.Label1.TabIndex = 791 Me.Label1.Text = "類別" ' '請假類別_cb ' Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.請假類別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.請假類別_cb.FormattingEnabled = True Me.請假類別_cb.Items.AddRange(New Object() {"特休", "病假", "婚嫁", "喪假", "事假"}) Me.請假類別_cb.Location = New System.Drawing.Point(362, 27) Me.請假類別_cb.Name = "請假類別_cb" Me.請假類別_cb.Size = New System.Drawing.Size(71, 24) Me.請假類別_cb.TabIndex = 790 ' '月份_cb ' Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.月份_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(362, 3) Me.月份_cb.Name = "月份_cb" Me.月份_cb.Size = New System.Drawing.Size(71, 24) Me.月份_cb.TabIndex = 789 ' '年份_cb ' Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年份_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(247, 3) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(71, 24) Me.年份_cb.TabIndex = 788 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.Location = New System.Drawing.Point(324, 6) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(31, 16) Me.Label16.TabIndex = 787 Me.Label16.Text = "月份" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label17.Location = New System.Drawing.Point(203, 6) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(43, 16) Me.Label17.TabIndex = 786 Me.Label17.Text = "年 份" ' '人員_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 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 DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.人員_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5 Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.人員_dgv.DefaultCellStyle = DataGridViewCellStyle6 Me.人員_dgv.Location = New System.Drawing.Point(2, 3) Me.人員_dgv.Name = "人員_dgv" DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.人員_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle7 Me.人員_dgv.RowHeadersWidth = 5 Me.人員_dgv.RowTemplate.Height = 24 Me.人員_dgv.Size = New System.Drawing.Size(186, 475) Me.人員_dgv.TabIndex = 785 ' '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(804, 53) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(224, 545) Me.PictureBox1.TabIndex = 1406 Me.PictureBox1.TabStop = False ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除_bt.Location = New System.Drawing.Point(856, 4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(46, 46) Me.刪除_bt.TabIndex = 1408 Me.刪除_bt.UseVisualStyleBackColor = True ' '圖片導入系統_bt ' Me.圖片導入系統_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image Me.圖片導入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.圖片導入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.圖片導入系統_bt.Location = New System.Drawing.Point(907, 4) Me.圖片導入系統_bt.Name = "圖片導入系統_bt" Me.圖片導入系統_bt.Size = New System.Drawing.Size(120, 46) Me.圖片導入系統_bt.TabIndex = 1407 Me.圖片導入系統_bt.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.假期統計_dgv) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.請休假時數_cb) Me.Panel1.Controls.Add(Me.刪除_bt) Me.Panel1.Controls.Add(Me.人員_dgv) Me.Panel1.Controls.Add(Me.圖片導入系統_bt) Me.Panel1.Controls.Add(Me.Label17) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.Label16) Me.Panel1.Controls.Add(Me.年份_cb) Me.Panel1.Controls.Add(Me.申請_bt) Me.Panel1.Controls.Add(Me.月份_cb) Me.Panel1.Controls.Add(Me.事由_tb) Me.Panel1.Controls.Add(Me.請假類別_cb) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.特假日期_tb) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.申請人_tb) Me.Panel1.Controls.Add(Me.員工編號_tb) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.月清單_DGV) Me.Panel1.Controls.Add(Me.視窗2_pl) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1030, 600) Me.Panel1.TabIndex = 1409 ' '假期統計_dgv ' Me.假期統計_dgv.Anchor = CType((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(2, 477) Me.假期統計_dgv.Name = "假期統計_dgv" Me.假期統計_dgv.RowHeadersWidth = 5 Me.假期統計_dgv.RowTemplate.Height = 24 Me.假期統計_dgv.Size = New System.Drawing.Size(186, 120) Me.假期統計_dgv.TabIndex = 1413 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.Location = New System.Drawing.Point(619, 8) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(67, 16) Me.Label5.TabIndex = 1411 Me.Label5.Text = "請休假時數" ' '請休假時數_cb ' Me.請休假時數_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.請休假時數_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.請休假時數_cb.FormattingEnabled = True Me.請休假時數_cb.Items.AddRange(New Object() {"", "1.0", "1.5", "2.0", "2.5", "3.0", "3.5", "4.0", "4.5", "5.0", "5.5", "6.0", "6.5", "7.0", "7.5", "8.0"}) Me.請休假時數_cb.Location = New System.Drawing.Point(620, 26) Me.請休假時數_cb.Name = "請休假時數_cb" Me.請休假時數_cb.Size = New System.Drawing.Size(66, 24) Me.請休假時數_cb.TabIndex = 1410 ' '視窗2_pl ' Me.視窗2_pl.BackColor = System.Drawing.Color.White Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.視窗2_pl.Controls.Add(Me.Panel3) Me.視窗2_pl.Controls.Add(Me.Label2) Me.視窗2_pl.Controls.Add(Me.CanceL2_bt) Me.視窗2_pl.Location = New System.Drawing.Point(301, 106) Me.視窗2_pl.Name = "視窗2_pl" Me.視窗2_pl.Size = New System.Drawing.Size(527, 479) Me.視窗2_pl.TabIndex = 1409 ' 'Panel3 ' Me.Panel3.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.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel3.Controls.Add(Me.確定導入_bt) Me.Panel3.Controls.Add(Me.Panel4) Me.Panel3.Controls.Add(Me.讀取料夾路徑_bt) Me.Panel3.Controls.Add(Me.檔案名稱_tb) Me.Panel3.Location = New System.Drawing.Point(3, 28) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(520, 447) Me.Panel3.TabIndex = 1367 ' '確定導入_bt ' Me.確定導入_bt.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.確定導入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, 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(4, 410) Me.確定導入_bt.Name = "確定導入_bt" Me.確定導入_bt.Size = New System.Drawing.Size(509, 32) Me.確定導入_bt.TabIndex = 1643 Me.確定導入_bt.Text = "確定導入" Me.確定導入_bt.UseVisualStyleBackColor = True ' 'Panel4 ' Me.Panel4.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.Panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel4.Controls.Add(Me.WebBrowser2) Me.Panel4.Location = New System.Drawing.Point(3, 31) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(510, 354) Me.Panel4.TabIndex = 1642 ' 'WebBrowser2 ' Me.WebBrowser2.Dock = System.Windows.Forms.DockStyle.Fill Me.WebBrowser2.Location = New System.Drawing.Point(0, 0) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(508, 352) Me.WebBrowser2.TabIndex = 1640 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' '讀取料夾路徑_bt ' Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, 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(3, 3) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24) Me.讀取料夾路徑_bt.TabIndex = 1641 Me.讀取料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True ' '檔案名稱_tb ' Me.檔案名稱_tb.AllowDrop = True Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.檔案名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(3, 386) Me.檔案名稱_tb.Multiline = True Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(510, 23) Me.檔案名稱_tb.TabIndex = 1638 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(5, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(101, 12) Me.Label2.TabIndex = 1375 Me.Label2.Text = "圖片導入加班資料" ' 'CanceL2_bt ' Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black Me.CanceL2_bt.Location = New System.Drawing.Point(495, 2) Me.CanceL2_bt.Name = "CanceL2_bt" Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26) Me.CanceL2_bt.TabIndex = 1374 Me.CanceL2_bt.Text = "X" Me.CanceL2_bt.UseVisualStyleBackColor = False ' 'Panel2 ' Me.Panel2.Controls.Add(Me.圖片流水號_tb) Me.Panel2.Controls.Add(Me.檔案路徑1_tb) Me.Panel2.Controls.Add(Me.資料指定圖庫_tb) Me.Panel2.Controls.Add(Me.檔案路徑2_tb) Me.Panel2.Controls.Add(Me.預設圖片庫_tb) Me.Panel2.Location = New System.Drawing.Point(230, 234) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(306, 133) Me.Panel2.TabIndex = 1410 ' '圖片流水號_tb ' Me.圖片流水號_tb.Enabled = False Me.圖片流水號_tb.Location = New System.Drawing.Point(99, 51) Me.圖片流水號_tb.Name = "圖片流水號_tb" Me.圖片流水號_tb.Size = New System.Drawing.Size(94, 22) Me.圖片流水號_tb.TabIndex = 1644 ' '檔案路徑1_tb ' Me.檔案路徑1_tb.AllowDrop = True Me.檔案路徑1_tb.ForeColor = System.Drawing.Color.Black Me.檔案路徑1_tb.Location = New System.Drawing.Point(99, 3) Me.檔案路徑1_tb.Multiline = True Me.檔案路徑1_tb.Name = "檔案路徑1_tb" Me.檔案路徑1_tb.Size = New System.Drawing.Size(94, 23) Me.檔案路徑1_tb.TabIndex = 1642 Me.檔案路徑1_tb.Visible = False ' '資料指定圖庫_tb ' Me.資料指定圖庫_tb.Enabled = False Me.資料指定圖庫_tb.Location = New System.Drawing.Point(4, 51) Me.資料指定圖庫_tb.Name = "資料指定圖庫_tb" Me.資料指定圖庫_tb.Size = New System.Drawing.Size(94, 22) Me.資料指定圖庫_tb.TabIndex = 814 ' '檔案路徑2_tb ' Me.檔案路徑2_tb.ForeColor = System.Drawing.Color.Black Me.檔案路徑2_tb.Location = New System.Drawing.Point(99, 27) Me.檔案路徑2_tb.Name = "檔案路徑2_tb" Me.檔案路徑2_tb.Size = New System.Drawing.Size(94, 22) Me.檔案路徑2_tb.TabIndex = 1643 Me.檔案路徑2_tb.Visible = False ' '預設圖片庫_tb ' Me.預設圖片庫_tb.Enabled = False Me.預設圖片庫_tb.Location = New System.Drawing.Point(4, 27) Me.預設圖片庫_tb.Name = "預設圖片庫_tb" Me.預設圖片庫_tb.Size = New System.Drawing.Size(94, 22) Me.預設圖片庫_tb.TabIndex = 813 ' '休假申請 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1030, 600) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Panel2) Me.Name = "休假申請" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "休假申請" CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.視窗2_pl.ResumeLayout(False) Me.視窗2_pl.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents 月清單_DGV As DataGridView Friend WithEvents 申請_bt As Button 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 月份_cb As ComboBox Friend WithEvents 年份_cb As ComboBox Friend WithEvents Label16 As Label Friend WithEvents Label17 As Label Friend WithEvents 人員_dgv As DataGridView Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 刪除_bt As Button Friend WithEvents 圖片導入系統_bt As Button Friend WithEvents Panel1 As Panel Friend WithEvents 視窗2_pl As Panel Friend WithEvents Panel3 As Panel Friend WithEvents 確定導入_bt As Button Friend WithEvents Panel4 As Panel Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents CanceL2_bt As Button Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Panel2 As Panel Friend WithEvents 圖片流水號_tb As TextBox Friend WithEvents 檔案路徑1_tb As TextBox Friend WithEvents 資料指定圖庫_tb As TextBox Friend WithEvents 檔案路徑2_tb As TextBox Friend WithEvents 預設圖片庫_tb As TextBox Friend WithEvents 請休假時數_cb As ComboBox Friend WithEvents Label5 As Label Friend WithEvents 假期統計_dgv As DataGridView End Class