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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(登入畫面)) Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.計算分流1 = New System.Windows.Forms.Timer(Me.components) Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.Panel2 = New System.Windows.Forms.Panel() Me.取消_rbt = New System.Windows.Forms.Button() Me.確定_rbt = New System.Windows.Forms.Button() Me.密碼_rtb = New System.Windows.Forms.TextBox() Me.帳號_rtb = New System.Windows.Forms.TextBox() Me.進行下載_lb = New System.Windows.Forms.Label() Me.隱藏開關_lb = New System.Windows.Forms.Label() Me.執行檔版本號_lb = New System.Windows.Forms.Label() Me.資料庫版本號_lb = New System.Windows.Forms.Label() Me.伺服器區域_cb = New System.Windows.Forms.ComboBox() Me.伺服器區域_lb = New System.Windows.Forms.Label() Me.使用者名稱_lb = New System.Windows.Forms.Label() Me.密碼_lb = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.系統語言_lb = New System.Windows.Forms.Label() Me.切換線路_rbt = New System.Windows.Forms.Button() Me.系統語言_cb = New System.Windows.Forms.ComboBox() Me.公司線路_rb = New System.Windows.Forms.RadioButton() Me.考勤_rbt = New System.Windows.Forms.Button() Me.不啟用WEB_cb = New System.Windows.Forms.CheckBox() Me.測試線路_rb = New System.Windows.Forms.RadioButton() Me.深色風格_ch = New System.Windows.Forms.CheckBox() Me.低網速模式_ch = New System.Windows.Forms.CheckBox() Me.UPDATE_bt = New System.Windows.Forms.Button() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.編號 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.語言 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.WebBrowser3 = New System.Windows.Forms.WebBrowser() Me.驗證_tb = New System.Windows.Forms.TextBox() Me.密碼驗證_tb = New System.Windows.Forms.TextBox() Me.MAC碼_tb = New System.Windows.Forms.TextBox() Me.ftp清單_dgv = New System.Windows.Forms.DataGridView() Me.密碼日期_tb = New System.Windows.Forms.TextBox() Me.更新下載_ch = New System.Windows.Forms.CheckBox() Me.登入綁定_ch = New System.Windows.Forms.CheckBox() Me.刷卡登入_ch = New System.Windows.Forms.CheckBox() Me.系統登入_dgv = New System.Windows.Forms.DataGridView() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.系統登入_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Timer1 ' Me.Timer1.Interval = 3000 ' '計算分流1 ' ' 'Panel2 ' Me.Panel2.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.Panel2.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.bg3 Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel2.Controls.Add(Me.取消_rbt) Me.Panel2.Controls.Add(Me.確定_rbt) Me.Panel2.Controls.Add(Me.密碼_rtb) Me.Panel2.Controls.Add(Me.帳號_rtb) Me.Panel2.Controls.Add(Me.進行下載_lb) Me.Panel2.Controls.Add(Me.隱藏開關_lb) Me.Panel2.Controls.Add(Me.執行檔版本號_lb) Me.Panel2.Controls.Add(Me.資料庫版本號_lb) Me.Panel2.Controls.Add(Me.伺服器區域_cb) Me.Panel2.Controls.Add(Me.伺服器區域_lb) Me.Panel2.Controls.Add(Me.使用者名稱_lb) Me.Panel2.Controls.Add(Me.密碼_lb) Me.Panel2.Controls.Add(Me.Panel1) Me.Panel2.Controls.Add(Me.系統登入_dgv) Me.Panel2.Controls.Add(Me.PictureBox1) Me.Panel2.Location = New System.Drawing.Point(1, 2) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(829, 237) Me.Panel2.TabIndex = 1377 ' '取消_rbt ' Me.取消_rbt.BackColor = System.Drawing.Color.Transparent Me.取消_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.取消_rbt.Location = New System.Drawing.Point(321, 182) Me.取消_rbt.Name = "取消_rbt" Me.取消_rbt.Size = New System.Drawing.Size(66, 50) Me.取消_rbt.TabIndex = 660 Me.取消_rbt.UseVisualStyleBackColor = False ' '確定_rbt ' Me.確定_rbt.BackColor = System.Drawing.Color.Transparent Me.確定_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources._Select Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確定_rbt.Location = New System.Drawing.Point(231, 182) Me.確定_rbt.Name = "確定_rbt" Me.確定_rbt.Size = New System.Drawing.Size(66, 50) Me.確定_rbt.TabIndex = 659 Me.確定_rbt.UseVisualStyleBackColor = False ' '密碼_rtb ' Me.密碼_rtb.Location = New System.Drawing.Point(227, 113) Me.密碼_rtb.Name = "密碼_rtb" Me.密碼_rtb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.密碼_rtb.Size = New System.Drawing.Size(170, 23) Me.密碼_rtb.TabIndex = 656 Me.密碼_rtb.UseSystemPasswordChar = True Me.密碼_rtb.WordWrap = False ' '帳號_rtb ' Me.帳號_rtb.Location = New System.Drawing.Point(226, 64) Me.帳號_rtb.Name = "帳號_rtb" Me.帳號_rtb.Size = New System.Drawing.Size(170, 23) Me.帳號_rtb.TabIndex = 655 ' '進行下載_lb ' Me.進行下載_lb.AutoEllipsis = True Me.進行下載_lb.BackColor = System.Drawing.Color.Transparent Me.進行下載_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.進行下載_lb.Location = New System.Drawing.Point(3, 214) Me.進行下載_lb.Name = "進行下載_lb" Me.進行下載_lb.Size = New System.Drawing.Size(56, 18) Me.進行下載_lb.TabIndex = 653 Me.進行下載_lb.Text = " " ' '隱藏開關_lb ' Me.隱藏開關_lb.AutoEllipsis = True Me.隱藏開關_lb.BackColor = System.Drawing.Color.Transparent Me.隱藏開關_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.隱藏開關_lb.Location = New System.Drawing.Point(6, 5) Me.隱藏開關_lb.Name = "隱藏開關_lb" Me.隱藏開關_lb.Size = New System.Drawing.Size(79, 24) Me.隱藏開關_lb.TabIndex = 641 Me.隱藏開關_lb.Text = " " ' '執行檔版本號_lb ' Me.執行檔版本號_lb.AutoSize = True Me.執行檔版本號_lb.BackColor = System.Drawing.Color.Transparent Me.執行檔版本號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.執行檔版本號_lb.Location = New System.Drawing.Point(229, 161) Me.執行檔版本號_lb.Name = "執行檔版本號_lb" Me.執行檔版本號_lb.Size = New System.Drawing.Size(158, 16) Me.執行檔版本號_lb.TabIndex = 620 Me.執行檔版本號_lb.Text = "執行檔版本號 : 2018110801" ' '資料庫版本號_lb ' Me.資料庫版本號_lb.AutoSize = True Me.資料庫版本號_lb.BackColor = System.Drawing.Color.Transparent Me.資料庫版本號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.資料庫版本號_lb.Location = New System.Drawing.Point(229, 139) Me.資料庫版本號_lb.Name = "資料庫版本號_lb" Me.資料庫版本號_lb.Size = New System.Drawing.Size(158, 16) Me.資料庫版本號_lb.TabIndex = 621 Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801" ' '伺服器區域_cb ' Me.伺服器區域_cb.BackColor = System.Drawing.Color.DimGray 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.ForeColor = System.Drawing.Color.Blue Me.伺服器區域_cb.FormattingEnabled = True Me.伺服器區域_cb.Items.AddRange(New Object() {"正式", "測試"}) Me.伺服器區域_cb.Location = New System.Drawing.Point(295, 6) Me.伺服器區域_cb.Name = "伺服器區域_cb" Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24) Me.伺服器區域_cb.TabIndex = 630 ' '伺服器區域_lb ' Me.伺服器區域_lb.AutoSize = True Me.伺服器區域_lb.BackColor = System.Drawing.Color.Transparent Me.伺服器區域_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.伺服器區域_lb.Location = New System.Drawing.Point(224, 10) Me.伺服器區域_lb.Name = "伺服器區域_lb" Me.伺服器區域_lb.Size = New System.Drawing.Size(67, 16) Me.伺服器區域_lb.TabIndex = 631 Me.伺服器區域_lb.Text = "伺服器區域" ' '使用者名稱_lb ' Me.使用者名稱_lb.AutoSize = True Me.使用者名稱_lb.BackColor = System.Drawing.Color.Transparent Me.使用者名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.使用者名稱_lb.Location = New System.Drawing.Point(228, 45) Me.使用者名稱_lb.Name = "使用者名稱_lb" Me.使用者名稱_lb.Size = New System.Drawing.Size(84, 16) Me.使用者名稱_lb.TabIndex = 612 Me.使用者名稱_lb.Text = "使用者名稱(&U)" ' '密碼_lb ' Me.密碼_lb.AutoEllipsis = True Me.密碼_lb.AutoSize = True Me.密碼_lb.BackColor = System.Drawing.Color.Transparent Me.密碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.密碼_lb.Location = New System.Drawing.Point(229, 94) Me.密碼_lb.Name = "密碼_lb" Me.密碼_lb.Size = New System.Drawing.Size(46, 16) Me.密碼_lb.TabIndex = 614 Me.密碼_lb.Text = "密碼(&P)" ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.UPDATE_bt) Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Controls.Add(Me.WebBrowser3) Me.Panel1.Controls.Add(Me.驗證_tb) Me.Panel1.Controls.Add(Me.密碼驗證_tb) Me.Panel1.Controls.Add(Me.MAC碼_tb) Me.Panel1.Controls.Add(Me.ftp清單_dgv) Me.Panel1.Controls.Add(Me.密碼日期_tb) Me.Panel1.Controls.Add(Me.更新下載_ch) Me.Panel1.Controls.Add(Me.登入綁定_ch) Me.Panel1.Controls.Add(Me.刷卡登入_ch) Me.Panel1.Location = New System.Drawing.Point(459, 5) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(211, 224) Me.Panel1.TabIndex = 640 ' 'Panel3 ' Me.Panel3.Controls.Add(Me.系統語言_lb) Me.Panel3.Controls.Add(Me.切換線路_rbt) Me.Panel3.Controls.Add(Me.系統語言_cb) Me.Panel3.Controls.Add(Me.公司線路_rb) Me.Panel3.Controls.Add(Me.考勤_rbt) Me.Panel3.Controls.Add(Me.不啟用WEB_cb) Me.Panel3.Controls.Add(Me.測試線路_rb) Me.Panel3.Controls.Add(Me.深色風格_ch) Me.Panel3.Controls.Add(Me.低網速模式_ch) Me.Panel3.Location = New System.Drawing.Point(10, 7) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(171, 198) Me.Panel3.TabIndex = 664 ' '系統語言_lb ' Me.系統語言_lb.AutoSize = True Me.系統語言_lb.BackColor = System.Drawing.Color.Transparent Me.系統語言_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.系統語言_lb.Location = New System.Drawing.Point(12, 72) Me.系統語言_lb.Name = "系統語言_lb" Me.系統語言_lb.Size = New System.Drawing.Size(55, 16) Me.系統語言_lb.TabIndex = 637 Me.系統語言_lb.Text = "系統語言" ' '切換線路_rbt ' Me.切換線路_rbt.BackColor = System.Drawing.Color.Transparent Me.切換線路_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close Me.切換線路_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.切換線路_rbt.Location = New System.Drawing.Point(109, 31) Me.切換線路_rbt.Name = "切換線路_rbt" Me.切換線路_rbt.Size = New System.Drawing.Size(45, 39) Me.切換線路_rbt.TabIndex = 662 Me.切換線路_rbt.UseVisualStyleBackColor = False Me.切換線路_rbt.Visible = False ' '系統語言_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.ForeColor = System.Drawing.Color.Blue Me.系統語言_cb.FormattingEnabled = True Me.系統語言_cb.Items.AddRange(New Object() {"繁體中文", "English", "Indonesian"}) Me.系統語言_cb.Location = New System.Drawing.Point(14, 92) Me.系統語言_cb.Name = "系統語言_cb" Me.系統語言_cb.Size = New System.Drawing.Size(87, 24) Me.系統語言_cb.TabIndex = 636 ' '公司線路_rb ' Me.公司線路_rb.AutoSize = True Me.公司線路_rb.BackColor = System.Drawing.Color.Transparent Me.公司線路_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司線路_rb.Location = New System.Drawing.Point(14, 23) Me.公司線路_rb.Name = "公司線路_rb" Me.公司線路_rb.Size = New System.Drawing.Size(73, 20) Me.公司線路_rb.TabIndex = 633 Me.公司線路_rb.TabStop = True Me.公司線路_rb.Text = "公司線路" Me.公司線路_rb.UseVisualStyleBackColor = False ' '考勤_rbt ' Me.考勤_rbt.BackColor = System.Drawing.Color.Transparent Me.考勤_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close Me.考勤_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.考勤_rbt.Location = New System.Drawing.Point(109, 81) Me.考勤_rbt.Name = "考勤_rbt" Me.考勤_rbt.Size = New System.Drawing.Size(45, 39) Me.考勤_rbt.TabIndex = 661 Me.考勤_rbt.UseVisualStyleBackColor = False Me.考勤_rbt.Visible = False ' '不啟用WEB_cb ' Me.不啟用WEB_cb.AutoSize = True Me.不啟用WEB_cb.BackColor = System.Drawing.Color.Transparent Me.不啟用WEB_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.不啟用WEB_cb.Location = New System.Drawing.Point(13, 143) Me.不啟用WEB_cb.Name = "不啟用WEB_cb" Me.不啟用WEB_cb.Size = New System.Drawing.Size(88, 20) Me.不啟用WEB_cb.TabIndex = 654 Me.不啟用WEB_cb.Text = "不啟用WEB" Me.不啟用WEB_cb.UseVisualStyleBackColor = False ' '測試線路_rb ' Me.測試線路_rb.AutoSize = True Me.測試線路_rb.BackColor = System.Drawing.Color.Transparent Me.測試線路_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.測試線路_rb.Location = New System.Drawing.Point(14, 45) Me.測試線路_rb.Name = "測試線路_rb" Me.測試線路_rb.Size = New System.Drawing.Size(73, 20) Me.測試線路_rb.TabIndex = 634 Me.測試線路_rb.TabStop = True Me.測試線路_rb.Text = "測試線路" Me.測試線路_rb.UseVisualStyleBackColor = False ' '深色風格_ch ' Me.深色風格_ch.AutoSize = True Me.深色風格_ch.BackColor = System.Drawing.Color.Transparent Me.深色風格_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.深色風格_ch.Location = New System.Drawing.Point(16, 124) Me.深色風格_ch.Name = "深色風格_ch" Me.深色風格_ch.Size = New System.Drawing.Size(74, 20) Me.深色風格_ch.TabIndex = 644 Me.深色風格_ch.Text = "深色風格" Me.深色風格_ch.UseVisualStyleBackColor = False ' '低網速模式_ch ' Me.低網速模式_ch.AutoSize = True Me.低網速模式_ch.BackColor = System.Drawing.Color.Transparent Me.低網速模式_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.低網速模式_ch.Location = New System.Drawing.Point(13, 166) Me.低網速模式_ch.Name = "低網速模式_ch" Me.低網速模式_ch.Size = New System.Drawing.Size(86, 20) Me.低網速模式_ch.TabIndex = 632 Me.低網速模式_ch.Text = "低網速模式" Me.低網速模式_ch.UseVisualStyleBackColor = False ' 'UPDATE_bt ' Me.UPDATE_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.UPDATE_bt.Location = New System.Drawing.Point(3, 4) Me.UPDATE_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.UPDATE_bt.Name = "UPDATE_bt" Me.UPDATE_bt.Size = New System.Drawing.Size(67, 22) Me.UPDATE_bt.TabIndex = 639 Me.UPDATE_bt.Text = "UPDATE" Me.UPDATE_bt.UseCompatibleTextRendering = True ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.編號, Me.語言}) Me.語言_dgv.Location = New System.Drawing.Point(8, 123) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(202, 112) Me.語言_dgv.TabIndex = 638 ' '編號 ' Me.編號.HeaderText = "編號" Me.編號.Name = "編號" ' '語言 ' Me.語言.HeaderText = "語言" Me.語言.Name = "語言" ' 'WebBrowser3 ' Me.WebBrowser3.Location = New System.Drawing.Point(2, 25) Me.WebBrowser3.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser3.Name = "WebBrowser3" Me.WebBrowser3.Size = New System.Drawing.Size(67, 48) Me.WebBrowser3.TabIndex = 623 Me.WebBrowser3.Url = New System.Uri("", System.UriKind.Relative) ' '驗證_tb ' 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(4, 51) Me.驗證_tb.Margin = New System.Windows.Forms.Padding(5) Me.驗證_tb.Name = "驗證_tb" Me.驗證_tb.Size = New System.Drawing.Size(67, 23) Me.驗證_tb.TabIndex = 619 ' '密碼驗證_tb ' 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(72, 51) Me.密碼驗證_tb.Margin = New System.Windows.Forms.Padding(5) Me.密碼驗證_tb.Name = "密碼驗證_tb" Me.密碼驗證_tb.Size = New System.Drawing.Size(67, 23) Me.密碼驗證_tb.TabIndex = 618 ' 'MAC碼_tb ' Me.MAC碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.MAC碼_tb.Location = New System.Drawing.Point(3, 76) Me.MAC碼_tb.Margin = New System.Windows.Forms.Padding(5) Me.MAC碼_tb.Name = "MAC碼_tb" Me.MAC碼_tb.Size = New System.Drawing.Size(67, 23) Me.MAC碼_tb.TabIndex = 635 ' 'ftp清單_dgv ' Me.ftp清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.ftp清單_dgv.Location = New System.Drawing.Point(72, 76) Me.ftp清單_dgv.Name = "ftp清單_dgv" Me.ftp清單_dgv.RowHeadersWidth = 5 Me.ftp清單_dgv.RowTemplate.Height = 24 Me.ftp清單_dgv.Size = New System.Drawing.Size(67, 23) Me.ftp清單_dgv.TabIndex = 626 ' '密碼日期_tb ' 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(140, 51) Me.密碼日期_tb.Margin = New System.Windows.Forms.Padding(5) Me.密碼日期_tb.Name = "密碼日期_tb" Me.密碼日期_tb.Size = New System.Drawing.Size(67, 23) Me.密碼日期_tb.TabIndex = 629 ' '更新下載_ch ' Me.更新下載_ch.AutoSize = True Me.更新下載_ch.BackColor = System.Drawing.Color.White Me.更新下載_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.更新下載_ch.Location = New System.Drawing.Point(3, 26) Me.更新下載_ch.Name = "更新下載_ch" Me.更新下載_ch.Size = New System.Drawing.Size(74, 20) Me.更新下載_ch.TabIndex = 622 Me.更新下載_ch.Text = "更新下載" Me.更新下載_ch.UseVisualStyleBackColor = False ' '登入綁定_ch ' Me.登入綁定_ch.AutoSize = True Me.登入綁定_ch.BackColor = System.Drawing.Color.White Me.登入綁定_ch.Location = New System.Drawing.Point(86, 7) Me.登入綁定_ch.Name = "登入綁定_ch" Me.登入綁定_ch.Size = New System.Drawing.Size(74, 20) Me.登入綁定_ch.TabIndex = 628 Me.登入綁定_ch.Text = "登入綁定" Me.登入綁定_ch.UseVisualStyleBackColor = False ' '刷卡登入_ch ' Me.刷卡登入_ch.AutoSize = True Me.刷卡登入_ch.BackColor = System.Drawing.Color.White Me.刷卡登入_ch.Location = New System.Drawing.Point(86, 30) Me.刷卡登入_ch.Name = "刷卡登入_ch" Me.刷卡登入_ch.Size = New System.Drawing.Size(74, 20) Me.刷卡登入_ch.TabIndex = 627 Me.刷卡登入_ch.Text = "刷卡登入" Me.刷卡登入_ch.UseVisualStyleBackColor = False ' '系統登入_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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.系統登入_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.系統登入_dgv.Location = New System.Drawing.Point(448, -1) Me.系統登入_dgv.Name = "系統登入_dgv" Me.系統登入_dgv.RowHeadersWidth = 5 Me.系統登入_dgv.RowTemplate.Height = 24 Me.系統登入_dgv.Size = New System.Drawing.Size(378, 237) Me.系統登入_dgv.TabIndex = 642 ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.Transparent Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.Location = New System.Drawing.Point(18, 31) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(159, 180) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 648 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(694, 241) Me.Controls.Add(Me.Panel2) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "登入畫面" Me.Text = "登入畫面" Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.系統登入_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Timer1 As Timer Friend WithEvents UPDATE_bt As Button Friend WithEvents WebBrowser3 As WebBrowser Friend WithEvents 密碼驗證_tb As TextBox Friend WithEvents 不啟用WEB_cb As CheckBox Friend WithEvents 進行下載_lb As Label Friend WithEvents 隱藏開關_lb As Label Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 深色風格_ch As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 編號 As DataGridViewTextBoxColumn Friend WithEvents 語言 As DataGridViewTextBoxColumn Friend WithEvents 驗證_tb As TextBox Friend WithEvents MAC碼_tb As TextBox Friend WithEvents ftp清單_dgv As DataGridView Friend WithEvents 密碼日期_tb As TextBox Friend WithEvents 更新下載_ch As CheckBox Friend WithEvents 登入綁定_ch As CheckBox Friend WithEvents 刷卡登入_ch As CheckBox Friend WithEvents 系統登入_dgv As DataGridView Friend WithEvents Panel2 As Panel Friend WithEvents 系統語言_lb As Label Friend WithEvents 執行檔版本號_lb As Label Friend WithEvents 系統語言_cb As ComboBox Friend WithEvents 資料庫版本號_lb As Label Friend WithEvents 測試線路_rb As RadioButton Friend WithEvents 伺服器區域_cb As ComboBox Friend WithEvents 公司線路_rb As RadioButton Friend WithEvents 伺服器區域_lb As Label Friend WithEvents 低網速模式_ch As CheckBox Friend WithEvents 使用者名稱_lb As Label Friend WithEvents 密碼_lb As Label Friend WithEvents 計算分流1 As Timer Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 密碼_rtb As TextBox Friend WithEvents 帳號_rtb As TextBox Friend WithEvents 取消_rbt As Button Friend WithEvents 確定_rbt As Button Friend WithEvents 切換線路_rbt As Button Friend WithEvents 考勤_rbt As Button Friend WithEvents Panel3 As Panel End Class