Partial Class LoginForm1 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 Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox Friend WithEvents UsernameLabel As System.Windows.Forms.Label Friend WithEvents PasswordLabel As System.Windows.Forms.Label Friend WithEvents 帳號_tb As System.Windows.Forms.TextBox Friend WithEvents 密碼_tb As System.Windows.Forms.TextBox Friend WithEvents 確認_bt As System.Windows.Forms.Button Friend WithEvents 取消_bt As System.Windows.Forms.Button '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(LoginForm1)) Me.UsernameLabel = New System.Windows.Forms.Label() Me.PasswordLabel = New System.Windows.Forms.Label() Me.帳號_tb = New System.Windows.Forms.TextBox() Me.密碼_tb = New System.Windows.Forms.TextBox() Me.確認_bt = New System.Windows.Forms.Button() Me.取消_bt = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.伺服器區域_ch = New System.Windows.Forms.ComboBox() Me.登入綁定_ch = New System.Windows.Forms.CheckBox() Me.刷卡登入_ch = New System.Windows.Forms.CheckBox() Me.FTP清單_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.FTP執行檔_wb = New System.Windows.Forms.WebBrowser() Me.更新下載_ch = New System.Windows.Forms.CheckBox() Me.資料庫版本號_lb = New System.Windows.Forms.Label() Me.執行檔版本號_lb = New System.Windows.Forms.Label() Me.驗證_tb = New System.Windows.Forms.TextBox() Me.密碼驗證_tb = New System.Windows.Forms.TextBox() Me.LogoPictureBox = New System.Windows.Forms.PictureBox() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.使用者帳號_cb = New System.Windows.Forms.ComboBox() CType(Me.FTP清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'UsernameLabel ' Me.UsernameLabel.BackColor = System.Drawing.Color.White Me.UsernameLabel.Location = New System.Drawing.Point(172, 14) Me.UsernameLabel.Name = "UsernameLabel" Me.UsernameLabel.Size = New System.Drawing.Size(220, 23) Me.UsernameLabel.TabIndex = 0 Me.UsernameLabel.Text = "使用者名稱(&U)" Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'PasswordLabel ' Me.PasswordLabel.BackColor = System.Drawing.Color.White Me.PasswordLabel.Location = New System.Drawing.Point(172, 74) Me.PasswordLabel.Name = "PasswordLabel" Me.PasswordLabel.Size = New System.Drawing.Size(220, 23) Me.PasswordLabel.TabIndex = 2 Me.PasswordLabel.Text = "密碼(&P)" Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '帳號_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(106, 12) Me.帳號_tb.Name = "帳號_tb" Me.帳號_tb.Size = New System.Drawing.Size(34, 23) Me.帳號_tb.TabIndex = 1 ' '密碼_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(174, 94) Me.密碼_tb.Name = "密碼_tb" Me.密碼_tb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.密碼_tb.Size = New System.Drawing.Size(154, 23) Me.密碼_tb.TabIndex = 3 ' '確認_bt ' Me.確認_bt.Location = New System.Drawing.Point(174, 126) Me.確認_bt.Name = "確認_bt" Me.確認_bt.Size = New System.Drawing.Size(124, 49) Me.確認_bt.TabIndex = 4 Me.確認_bt.Text = "確定(&O)" ' '取消_bt ' Me.取消_bt.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.取消_bt.Location = New System.Drawing.Point(301, 126) Me.取消_bt.Name = "取消_bt" Me.取消_bt.Size = New System.Drawing.Size(124, 49) Me.取消_bt.TabIndex = 5 Me.取消_bt.Text = "取消(&C)" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(336, 21) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(65, 12) Me.Label5.TabIndex = 645 Me.Label5.Text = "伺服器區域" ' '伺服器區域_ch ' Me.伺服器區域_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.伺服器區域_ch.ForeColor = System.Drawing.Color.Blue Me.伺服器區域_ch.FormattingEnabled = True Me.伺服器區域_ch.Items.AddRange(New Object() {"懋桔", "設計"}) Me.伺服器區域_ch.Location = New System.Drawing.Point(334, 36) Me.伺服器區域_ch.Name = "伺服器區域_ch" Me.伺服器區域_ch.Size = New System.Drawing.Size(75, 20) Me.伺服器區域_ch.TabIndex = 644 ' '登入綁定_ch ' Me.登入綁定_ch.AutoSize = True Me.登入綁定_ch.BackColor = System.Drawing.Color.White Me.登入綁定_ch.Location = New System.Drawing.Point(334, 62) Me.登入綁定_ch.Name = "登入綁定_ch" Me.登入綁定_ch.Size = New System.Drawing.Size(72, 16) Me.登入綁定_ch.TabIndex = 642 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(334, 85) Me.刷卡登入_ch.Name = "刷卡登入_ch" Me.刷卡登入_ch.Size = New System.Drawing.Size(72, 16) Me.刷卡登入_ch.TabIndex = 641 Me.刷卡登入_ch.Text = "刷卡登入" Me.刷卡登入_ch.UseVisualStyleBackColor = False ' 'FTP清單_dgv ' Me.FTP清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.FTP清單_dgv.Location = New System.Drawing.Point(13, 69) 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(85, 29) Me.FTP清單_dgv.TabIndex = 640 Me.FTP清單_dgv.Visible = False ' '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.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(482, 23) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(188, 48) Me.Label3.TabIndex = 639 Me.Label3.Text = "更新時請直接拖曳檔案到桌面,再" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "將原來的執行檔刪除即可,請不要" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "使用剪下的方式來更新檔案" ' '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(477, 4) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(100, 16) Me.Label4.TabIndex = 638 Me.Label4.Text = "伺服器FTP文件夾" ' 'FTP執行檔_wb ' Me.FTP執行檔_wb.Location = New System.Drawing.Point(485, 74) Me.FTP執行檔_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP執行檔_wb.Name = "FTP執行檔_wb" Me.FTP執行檔_wb.Size = New System.Drawing.Size(187, 159) Me.FTP執行檔_wb.TabIndex = 637 Me.FTP執行檔_wb.Url = New System.Uri("", System.UriKind.Relative) ' '更新下載_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(334, 107) Me.更新下載_ch.Name = "更新下載_ch" Me.更新下載_ch.Size = New System.Drawing.Size(75, 20) Me.更新下載_ch.TabIndex = 636 Me.更新下載_ch.Text = "更新下載" Me.更新下載_ch.UseVisualStyleBackColor = False ' '資料庫版本號_lb ' Me.資料庫版本號_lb.AutoSize = True Me.資料庫版本號_lb.BackColor = System.Drawing.Color.White 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(222, 203) Me.資料庫版本號_lb.Name = "資料庫版本號_lb" Me.資料庫版本號_lb.Size = New System.Drawing.Size(159, 16) Me.資料庫版本號_lb.TabIndex = 635 Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801" ' '執行檔版本號_lb ' Me.執行檔版本號_lb.AutoSize = True Me.執行檔版本號_lb.BackColor = System.Drawing.Color.White 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(222, 182) Me.執行檔版本號_lb.Name = "執行檔版本號_lb" Me.執行檔版本號_lb.Size = New System.Drawing.Size(159, 16) Me.執行檔版本號_lb.TabIndex = 634 Me.執行檔版本號_lb.Text = "執行檔版本號 : 2018110801" ' '驗證_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(15, 12) Me.驗證_tb.Margin = New System.Windows.Forms.Padding(5) Me.驗證_tb.Name = "驗證_tb" Me.驗證_tb.Size = New System.Drawing.Size(83, 23) Me.驗證_tb.TabIndex = 633 Me.驗證_tb.Visible = False ' '密碼驗證_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(15, 39) Me.密碼驗證_tb.Margin = New System.Windows.Forms.Padding(5) Me.密碼驗證_tb.Name = "密碼驗證_tb" Me.密碼驗證_tb.Size = New System.Drawing.Size(83, 23) Me.密碼驗證_tb.TabIndex = 632 Me.密碼驗證_tb.Visible = False ' 'LogoPictureBox ' Me.LogoPictureBox.BackgroundImage = Global.MaoOrange_Hongji.My.Resources.Resources.timg02 Me.LogoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0) Me.LogoPictureBox.Name = "LogoPictureBox" Me.LogoPictureBox.Size = New System.Drawing.Size(465, 241) Me.LogoPictureBox.TabIndex = 0 Me.LogoPictureBox.TabStop = False ' '使用者帳號_cb ' 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.Location = New System.Drawing.Point(174, 33) Me.使用者帳號_cb.Name = "使用者帳號_cb" Me.使用者帳號_cb.Size = New System.Drawing.Size(154, 24) Me.使用者帳號_cb.TabIndex = 646 ' 'LoginForm1 ' Me.AcceptButton = Me.確認_bt Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.取消_bt Me.ClientSize = New System.Drawing.Size(454, 240) Me.Controls.Add(Me.使用者帳號_cb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.伺服器區域_ch) Me.Controls.Add(Me.登入綁定_ch) Me.Controls.Add(Me.刷卡登入_ch) Me.Controls.Add(Me.FTP清單_dgv) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.FTP執行檔_wb) Me.Controls.Add(Me.更新下載_ch) Me.Controls.Add(Me.資料庫版本號_lb) Me.Controls.Add(Me.執行檔版本號_lb) Me.Controls.Add(Me.驗證_tb) Me.Controls.Add(Me.密碼驗證_tb) Me.Controls.Add(Me.取消_bt) Me.Controls.Add(Me.確認_bt) Me.Controls.Add(Me.密碼_tb) Me.Controls.Add(Me.帳號_tb) Me.Controls.Add(Me.PasswordLabel) Me.Controls.Add(Me.UsernameLabel) Me.Controls.Add(Me.LogoPictureBox) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "LoginForm1" Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "MAO-ORANGE-ERP-SYS" CType(Me.FTP清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label5 As Label Friend WithEvents 伺服器區域_ch As ComboBox Friend WithEvents 登入綁定_ch As CheckBox Friend WithEvents 刷卡登入_ch As CheckBox Friend WithEvents FTP清單_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents FTP執行檔_wb As WebBrowser Friend WithEvents 更新下載_ch As CheckBox Friend WithEvents 資料庫版本號_lb As Label Friend WithEvents 執行檔版本號_lb As Label Friend WithEvents 驗證_tb As TextBox Friend WithEvents 密碼驗證_tb As TextBox Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 使用者帳號_cb As ComboBox End Class