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() 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.申請人_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.Panel1 = 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() 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.Panel5 = New System.Windows.Forms.Panel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.刪除_bt = New System.Windows.Forms.Button() Me.圖片導入系統_bt = New System.Windows.Forms.Button() Me.申請_bt = New System.Windows.Forms.Button() CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.視窗2_pl.SuspendLayout() Me.Panel3.SuspendLayout() Me.Panel4.SuspendLayout() Me.Panel5.SuspendLayout() 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(145, 111) Me.月清單_DGV.Name = "月清單_DGV" Me.月清單_DGV.RowHeadersWidth = 5 Me.月清單_DGV.RowTemplate.Height = 24 Me.月清單_DGV.Size = New System.Drawing.Size(520, 486) Me.月清單_DGV.TabIndex = 818 ' '事由_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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.事由_tb.Location = New System.Drawing.Point(194, 51) Me.事由_tb.Multiline = True Me.事由_tb.Name = "事由_tb" Me.事由_tb.Size = New System.Drawing.Size(471, 59) Me.事由_tb.TabIndex = 816 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(147, 54) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(43, 16) Me.Label7.TabIndex = 815 Me.Label7.Text = "事 由" ' '特假日期_tb ' Me.特假日期_tb.Enabled = False Me.特假日期_tb.Location = New System.Drawing.Point(447, 3) Me.特假日期_tb.Name = "特假日期_tb" Me.特假日期_tb.Size = New System.Drawing.Size(113, 23) Me.特假日期_tb.TabIndex = 814 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(385, 6) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 813 Me.Label6.Text = "加班日期" ' '員工編號_tb ' Me.員工編號_tb.Enabled = False Me.員工編號_tb.Location = New System.Drawing.Point(4, 3) Me.員工編號_tb.Name = "員工編號_tb" Me.員工編號_tb.Size = New System.Drawing.Size(94, 23) Me.員工編號_tb.TabIndex = 812 ' '申請人_tb ' Me.申請人_tb.Enabled = False Me.申請人_tb.Location = New System.Drawing.Point(193, 27) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(186, 23) Me.申請人_tb.TabIndex = 810 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(147, 30) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 809 Me.Label3.Text = "申請人" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(381, 30) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(31, 16) Me.Label1.TabIndex = 808 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(416, 26) Me.請假類別_cb.Name = "請假類別_cb" Me.請假類別_cb.Size = New System.Drawing.Size(144, 24) Me.請假類別_cb.TabIndex = 807 ' '月份_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(308, 3) Me.月份_cb.Name = "月份_cb" Me.月份_cb.Size = New System.Drawing.Size(71, 24) Me.月份_cb.TabIndex = 806 ' '年份_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(193, 3) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(71, 24) Me.年份_cb.TabIndex = 805 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(270, 6) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(31, 16) Me.Label16.TabIndex = 804 Me.Label16.Text = "月份" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(146, 6) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(43, 16) Me.Label17.TabIndex = 803 Me.Label17.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), 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, 4) Me.人員_dgv.Name = "人員_dgv" Me.人員_dgv.RowHeadersWidth = 5 Me.人員_dgv.RowTemplate.Height = 24 Me.人員_dgv.Size = New System.Drawing.Size(141, 593) Me.人員_dgv.TabIndex = 802 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.圖片流水號_tb) Me.Panel1.Controls.Add(Me.檔案路徑1_tb) Me.Panel1.Controls.Add(Me.資料指定圖庫_tb) Me.Panel1.Controls.Add(Me.檔案路徑2_tb) Me.Panel1.Controls.Add(Me.預設圖片庫_tb) Me.Panel1.Controls.Add(Me.員工編號_tb) Me.Panel1.Location = New System.Drawing.Point(319, 158) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(306, 133) Me.Panel1.TabIndex = 819 ' '圖片流水號_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, 23) 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, 23) 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, 23) 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, 23) Me.預設圖片庫_tb.TabIndex = 813 ' '視窗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(249, 81) Me.視窗2_pl.Name = "視窗2_pl" Me.視窗2_pl.Size = New System.Drawing.Size(527, 479) Me.視窗2_pl.TabIndex = 1403 ' '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.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(103, 16) 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 ' 'Panel5 ' Me.Panel5.Controls.Add(Me.視窗2_pl) Me.Panel5.Controls.Add(Me.PictureBox1) Me.Panel5.Controls.Add(Me.刪除_bt) Me.Panel5.Controls.Add(Me.人員_dgv) Me.Panel5.Controls.Add(Me.圖片導入系統_bt) Me.Panel5.Controls.Add(Me.Label17) Me.Panel5.Controls.Add(Me.Label16) Me.Panel5.Controls.Add(Me.年份_cb) Me.Panel5.Controls.Add(Me.月份_cb) Me.Panel5.Controls.Add(Me.申請_bt) Me.Panel5.Controls.Add(Me.請假類別_cb) Me.Panel5.Controls.Add(Me.事由_tb) Me.Panel5.Controls.Add(Me.Label1) Me.Panel5.Controls.Add(Me.Label7) Me.Panel5.Controls.Add(Me.Label3) Me.Panel5.Controls.Add(Me.特假日期_tb) Me.Panel5.Controls.Add(Me.申請人_tb) Me.Panel5.Controls.Add(Me.Label6) Me.Panel5.Controls.Add(Me.月清單_DGV) Me.Panel5.Controls.Add(Me.Panel1) Me.Panel5.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel5.Location = New System.Drawing.Point(0, 0) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(1016, 600) Me.Panel5.TabIndex = 1404 ' '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(666, 51) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(345, 545) Me.PictureBox1.TabIndex = 1405 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(615, 4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(46, 46) Me.刪除_bt.TabIndex = 1404 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(666, 4) Me.圖片導入系統_bt.Name = "圖片導入系統_bt" Me.圖片導入系統_bt.Size = New System.Drawing.Size(120, 46) Me.圖片導入系統_bt.TabIndex = 821 Me.圖片導入系統_bt.UseVisualStyleBackColor = True ' '申請_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(563, 4) Me.申請_bt.Name = "申請_bt" Me.申請_bt.Size = New System.Drawing.Size(46, 46) Me.申請_bt.TabIndex = 817 Me.申請_bt.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(1016, 600) Me.Controls.Add(Me.Panel5) 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.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.視窗2_pl.ResumeLayout(False) Me.視窗2_pl.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() 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 申請人_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 Panel1 As Panel Friend WithEvents 圖片導入系統_bt As Button Friend WithEvents 視窗2_pl As Panel Friend WithEvents Panel3 As Panel Friend WithEvents Label2 As Label Friend WithEvents CanceL2_bt As Button 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 FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Panel5 As Panel Friend WithEvents 檔案路徑1_tb As TextBox Friend WithEvents 檔案路徑2_tb As TextBox Friend WithEvents 預設圖片庫_tb As TextBox Friend WithEvents 資料指定圖庫_tb As TextBox Friend WithEvents 圖片流水號_tb As TextBox Friend WithEvents 刪除_bt As Button Friend WithEvents PictureBox1 As PictureBox End Class