123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- <Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
- Partial Class Login
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 UsernameTextBox As System.Windows.Forms.TextBox
- Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox
- Friend WithEvents OK As System.Windows.Forms.Button
- Friend WithEvents Cancel As System.Windows.Forms.Button
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請不要使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Login))
- Me.UsernameLabel = New System.Windows.Forms.Label()
- Me.PasswordLabel = New System.Windows.Forms.Label()
- Me.UsernameTextBox = New System.Windows.Forms.TextBox()
- Me.PasswordTextBox = New System.Windows.Forms.TextBox()
- Me.OK = New System.Windows.Forms.Button()
- Me.Cancel = New System.Windows.Forms.Button()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.更新下載_ch = New System.Windows.Forms.CheckBox()
- Me.FDT_dgv = New System.Windows.Forms.DataGridView()
- Me.CheckBox1 = New System.Windows.Forms.CheckBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
- Me.CheckBox3 = New System.Windows.Forms.CheckBox()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.ID卡號_tb = New System.Windows.Forms.TextBox()
- CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'UsernameLabel
- '
- Me.UsernameLabel.BackColor = System.Drawing.Color.Silver
- Me.UsernameLabel.Location = New System.Drawing.Point(235, 32)
- Me.UsernameLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.UsernameLabel.Name = "UsernameLabel"
- Me.UsernameLabel.Size = New System.Drawing.Size(256, 31)
- Me.UsernameLabel.TabIndex = 0
- Me.UsernameLabel.Text = "使用者帳號(&U)"
- Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'PasswordLabel
- '
- Me.PasswordLabel.BackColor = System.Drawing.Color.Silver
- Me.PasswordLabel.Location = New System.Drawing.Point(233, 79)
- Me.PasswordLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.PasswordLabel.Name = "PasswordLabel"
- Me.PasswordLabel.Size = New System.Drawing.Size(256, 31)
- Me.PasswordLabel.TabIndex = 2
- Me.PasswordLabel.Text = "密碼(&P)"
- Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'UsernameTextBox
- '
- Me.UsernameTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable
- Me.UsernameTextBox.Location = New System.Drawing.Point(236, 58)
- Me.UsernameTextBox.Margin = New System.Windows.Forms.Padding(4)
- Me.UsernameTextBox.Name = "UsernameTextBox"
- Me.UsernameTextBox.Size = New System.Drawing.Size(204, 23)
- Me.UsernameTextBox.TabIndex = 1
- '
- 'PasswordTextBox
- '
- Me.PasswordTextBox.Location = New System.Drawing.Point(236, 106)
- Me.PasswordTextBox.Margin = New System.Windows.Forms.Padding(4)
- Me.PasswordTextBox.Name = "PasswordTextBox"
- Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.PasswordTextBox.Size = New System.Drawing.Size(204, 23)
- Me.PasswordTextBox.TabIndex = 3
- '
- 'OK
- '
- Me.OK.BackColor = System.Drawing.SystemColors.Control
- Me.OK.Location = New System.Drawing.Point(236, 154)
- Me.OK.Margin = New System.Windows.Forms.Padding(4)
- Me.OK.Name = "OK"
- Me.OK.Size = New System.Drawing.Size(98, 40)
- Me.OK.TabIndex = 4
- Me.OK.Text = "確定(&O)"
- Me.OK.UseVisualStyleBackColor = False
- '
- 'Cancel
- '
- Me.Cancel.BackColor = System.Drawing.SystemColors.Control
- Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
- Me.Cancel.Location = New System.Drawing.Point(342, 154)
- Me.Cancel.Margin = New System.Windows.Forms.Padding(4)
- Me.Cancel.Name = "Cancel"
- Me.Cancel.Size = New System.Drawing.Size(98, 40)
- Me.Cancel.TabIndex = 5
- Me.Cancel.Text = "取消(&C)"
- Me.Cancel.UseVisualStyleBackColor = False
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(283, 82)
- Me.TextBox1.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(59, 23)
- Me.TextBox1.TabIndex = 6
- Me.TextBox1.Visible = False
- '
- 'TextBox4
- '
- Me.TextBox4.Location = New System.Drawing.Point(350, 82)
- Me.TextBox4.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(72, 23)
- Me.TextBox4.TabIndex = 12
- Me.TextBox4.Visible = False
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.BackColor = System.Drawing.Color.Silver
- Me.Label2.Location = New System.Drawing.Point(233, 215)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(159, 16)
- Me.Label2.TabIndex = 132
- Me.Label2.Text = "資料庫版本號 : 2019081601"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.BackColor = System.Drawing.Color.Silver
- Me.Label1.Location = New System.Drawing.Point(233, 197)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(159, 16)
- Me.Label1.TabIndex = 131
- Me.Label1.Text = "執行檔版本號 : 2019081601"
- '
- '更新下載_ch
- '
- Me.更新下載_ch.AutoSize = True
- Me.更新下載_ch.BackColor = System.Drawing.Color.Silver
- Me.更新下載_ch.Location = New System.Drawing.Point(365, 132)
- Me.更新下載_ch.Name = "更新下載_ch"
- Me.更新下載_ch.Size = New System.Drawing.Size(75, 20)
- Me.更新下載_ch.TabIndex = 139
- Me.更新下載_ch.Text = "下載檔案"
- Me.更新下載_ch.UseVisualStyleBackColor = False
- '
- 'FDT_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.FDT_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.FDT_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.FDT_dgv.Location = New System.Drawing.Point(12, 13)
- Me.FDT_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.FDT_dgv.Name = "FDT_dgv"
- Me.FDT_dgv.RowHeadersWidth = 5
- Me.FDT_dgv.RowTemplate.Height = 24
- Me.FDT_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.FDT_dgv.Size = New System.Drawing.Size(36, 29)
- Me.FDT_dgv.TabIndex = 140
- Me.FDT_dgv.Visible = False
- '
- 'CheckBox1
- '
- Me.CheckBox1.AutoSize = True
- Me.CheckBox1.BackColor = System.Drawing.Color.Silver
- Me.CheckBox1.Location = New System.Drawing.Point(238, 132)
- Me.CheckBox1.Name = "CheckBox1"
- Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
- Me.CheckBox1.TabIndex = 628
- Me.CheckBox1.Text = "刷卡登入"
- Me.CheckBox1.UseVisualStyleBackColor = False
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.BackColor = System.Drawing.Color.Silver
- Me.Label5.Location = New System.Drawing.Point(233, 8)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(92, 16)
- Me.Label5.TabIndex = 633
- Me.Label5.Text = "伺服器區域選擇"
- '
- 'ComboBox1
- '
- Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox1.ForeColor = System.Drawing.Color.Blue
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Items.AddRange(New Object() {"工巧明外網", "工巧明內網"})
- Me.ComboBox1.Location = New System.Drawing.Point(338, 5)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(102, 24)
- Me.ComboBox1.TabIndex = 632
- '
- 'LogoPictureBox
- '
- Me.LogoPictureBox.Image = Global.工巧明智能管理系統.My.Resources.Resources._001
- Me.LogoPictureBox.Location = New System.Drawing.Point(-83, -30)
- Me.LogoPictureBox.Margin = New System.Windows.Forms.Padding(4)
- Me.LogoPictureBox.Name = "LogoPictureBox"
- Me.LogoPictureBox.Size = New System.Drawing.Size(779, 311)
- Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.LogoPictureBox.TabIndex = 0
- Me.LogoPictureBox.TabStop = False
- '
- 'CheckBox3
- '
- Me.CheckBox3.AutoSize = True
- Me.CheckBox3.BackColor = System.Drawing.Color.Silver
- Me.CheckBox3.Location = New System.Drawing.Point(365, 38)
- Me.CheckBox3.Name = "CheckBox3"
- Me.CheckBox3.Size = New System.Drawing.Size(75, 20)
- Me.CheckBox3.TabIndex = 634
- Me.CheckBox3.Text = "登入綁定"
- Me.CheckBox3.UseVisualStyleBackColor = False
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(12, 51)
- Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(83, 23)
- Me.TextBox2.TabIndex = 635
- Me.TextBox2.Visible = False
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.BackColor = System.Drawing.Color.Silver
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Blue
- Me.Label3.Location = New System.Drawing.Point(463, 21)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(217, 80)
- Me.Label3.TabIndex = 681
- Me.Label3.Text = "如果您的網頁沒有自動開啟," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "請按下方按鈕,來開啟下載最" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "新版本的網頁。下載時請注意" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "防火牆或防毒軟體的阻擋!!"
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(461, 134)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(219, 94)
- Me.Button1.TabIndex = 680
- Me.Button1.Text = "開啟下載網頁,下載最新根新版本"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'ID卡號_tb
- '
- Me.ID卡號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ID卡號_tb.Location = New System.Drawing.Point(12, 78)
- Me.ID卡號_tb.Margin = New System.Windows.Forms.Padding(5)
- Me.ID卡號_tb.Name = "ID卡號_tb"
- Me.ID卡號_tb.Size = New System.Drawing.Size(83, 23)
- Me.ID卡號_tb.TabIndex = 682
- Me.ID卡號_tb.Visible = False
- '
- 'Login
- '
- Me.AcceptButton = Me.OK
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.Silver
- Me.CancelButton = Me.Cancel
- Me.ClientSize = New System.Drawing.Size(692, 240)
- Me.Controls.Add(Me.ID卡號_tb)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.CheckBox3)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.CheckBox1)
- Me.Controls.Add(Me.FDT_dgv)
- Me.Controls.Add(Me.更新下載_ch)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Cancel)
- Me.Controls.Add(Me.OK)
- Me.Controls.Add(Me.PasswordTextBox)
- Me.Controls.Add(Me.UsernameTextBox)
- Me.Controls.Add(Me.PasswordLabel)
- Me.Controls.Add(Me.UsernameLabel)
- Me.Controls.Add(Me.LogoPictureBox)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "Login"
- Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "工巧明智能管理系統"
- CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents 更新下載_ch As CheckBox
- Friend WithEvents FDT_dgv As DataGridView
- Friend WithEvents CheckBox1 As CheckBox
- Friend WithEvents Label5 As Label
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents CheckBox3 As CheckBox
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents SaveFileDialog1 As SaveFileDialog
- Friend WithEvents Label3 As Label
- Friend WithEvents Button1 As Button
- Friend WithEvents ID卡號_tb As TextBox
- End Class
|