_ 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() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Button1 = New System.Windows.Forms.Button() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.Button24 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.WebBrowser2 = New System.Windows.Forms.WebBrowser() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Button4 = New System.Windows.Forms.Button() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Button3 = New System.Windows.Forms.Button() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 28) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(175, 162) Me.DataGridView1.TabIndex = 22 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(116, 16) Me.Label1.TabIndex = 23 Me.Label1.Text = "未建人事資料表清單" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 199) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(92, 16) Me.Label2.TabIndex = 25 Me.Label2.Text = "人事資料表清單" ' 'DataGridView2 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(12, 218) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(175, 746) Me.DataGridView2.TabIndex = 24 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(193, 66) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(890, 898) Me.PictureBox1.TabIndex = 575 Me.PictureBox1.TabStop = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(190, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 16) Me.Label3.TabIndex = 576 Me.Label3.Text = "員工編號" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(252, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 23) Me.TextBox1.TabIndex = 577 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(444, 6) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(133, 23) Me.TextBox2.TabIndex = 579 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(358, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(80, 16) Me.Label4.TabIndex = 578 Me.Label4.Text = "系統登入姓名" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(621, 6) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(133, 23) Me.TextBox3.TabIndex = 581 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(583, 9) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 580 Me.Label5.Text = "姓名" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(760, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 16) Me.Label6.TabIndex = 582 Me.Label6.Text = "入職日期" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(822, 6) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(98, 23) Me.DateTimePicker1.TabIndex = 583 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(926, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(157, 23) Me.Button1.TabIndex = 584 Me.Button1.Text = "人事資料建檔" Me.Button1.UseVisualStyleBackColor = True ' 'WebBrowser1 ' Me.WebBrowser1.Location = New System.Drawing.Point(1089, 700) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(813, 264) Me.WebBrowser1.TabIndex = 602 Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative) ' 'Button24 ' Me.Button24.ForeColor = System.Drawing.Color.Green Me.Button24.Location = New System.Drawing.Point(1682, 12) Me.Button24.Name = "Button24" Me.Button24.Size = New System.Drawing.Size(220, 24) Me.Button24.TabIndex = 601 Me.Button24.Text = "人事資料圖片修改存檔" Me.Button24.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(1089, 640) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(156, 24) Me.Label7.TabIndex = 599 Me.Label7.Text = "伺服器FTP文件夾" ' 'WebBrowser2 ' Me.WebBrowser2.Location = New System.Drawing.Point(1089, 42) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(813, 579) Me.WebBrowser2.TabIndex = 598 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Red Me.Label8.Location = New System.Drawing.Point(1502, 624) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(55, 45) Me.Label8.TabIndex = 600 Me.Label8.Text = "↓" ' 'TextBox7 ' Me.TextBox7.AllowDrop = True Me.TextBox7.ForeColor = System.Drawing.Color.Black Me.TextBox7.Location = New System.Drawing.Point(1302, 9) Me.TextBox7.Multiline = True Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(184, 23) Me.TextBox7.TabIndex = 597 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.Location = New System.Drawing.Point(1085, 9) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(86, 24) Me.Label9.TabIndex = 596 Me.Label9.Text = "我的電腦" ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.ForeColor = System.Drawing.Color.Blue Me.Button4.Location = New System.Drawing.Point(1177, 9) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(119, 24) Me.Button4.TabIndex = 595 Me.Button4.Text = "讀取料夾路徑" Me.Button4.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(1090, 673) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(56, 16) Me.Label10.TabIndex = 594 Me.Label10.Text = "檔案名稱" ' 'TextBox4 ' Me.TextBox4.AllowDrop = True Me.TextBox4.Location = New System.Drawing.Point(1152, 670) Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox4.Multiline = True Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(750, 23) Me.TextBox4.TabIndex = 593 ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(822, 35) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(98, 23) Me.TextBox5.TabIndex = 604 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(760, 38) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(56, 16) Me.Label11.TabIndex = 603 Me.Label11.Text = "離職日期" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(926, 35) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(157, 23) Me.Button2.TabIndex = 605 Me.Button2.Text = "人員離職" Me.Button2.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button3) Me.GroupBox1.Controls.Add(Me.DateTimePicker2) Me.GroupBox1.Location = New System.Drawing.Point(858, 91) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(200, 62) Me.GroupBox1.TabIndex = 606 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "離職日期確認" ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(110, 24) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(84, 23) Me.Button3.TabIndex = 606 Me.Button3.Text = "日期確認" Me.Button3.UseVisualStyleBackColor = True ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(6, 22) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(98, 23) Me.DateTimePicker2.TabIndex = 584 ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(621, 35) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(133, 23) Me.TextBox6.TabIndex = 608 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(559, 38) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(56, 16) Me.Label12.TabIndex = 607 Me.Label12.Text = "在職天數" ' '人員入職資料表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.Button24) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DataGridView1) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents DataGridView2 As DataGridView Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label3 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Button1 As Button Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents Button24 As Button Friend WithEvents Label7 As Label Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents Label8 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label9 As Label Friend WithEvents Button4 As Button Friend WithEvents Label10 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents TextBox5 As TextBox Friend WithEvents Label11 As Label Friend WithEvents Button2 As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Button3 As Button Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents TextBox6 As TextBox Friend WithEvents Label12 As Label End Class