?? frmlogin.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmLogin
Inherits System.Windows.Forms.Form
'Form 重寫 Dispose,以清理組件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗體設(shè)計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計器所必需的
'可以使用 Windows 窗體設(shè)計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmLogin))
Me.Cancel = New System.Windows.Forms.Button
Me.OK = New System.Windows.Forms.Button
Me.PasswordTextBox = New System.Windows.Forms.TextBox
Me.UsernameTextBox = New System.Windows.Forms.TextBox
Me.PasswordLabel = New System.Windows.Forms.Label
Me.UsernameLabel = New System.Windows.Forms.Label
Me.LogoPictureBox = New System.Windows.Forms.PictureBox
Me.TxtAttachCode = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label = New System.Windows.Forms.Label
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Cancel
'
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cancel.Location = New System.Drawing.Point(298, 160)
Me.Cancel.Name = "Cancel"
Me.Cancel.Size = New System.Drawing.Size(94, 23)
Me.Cancel.TabIndex = 12
Me.Cancel.Text = "取消(&C)"
'
'OK
'
Me.OK.Location = New System.Drawing.Point(187, 161)
Me.OK.Name = "OK"
Me.OK.Size = New System.Drawing.Size(94, 23)
Me.OK.TabIndex = 11
Me.OK.Text = "確定(&O)"
'
'PasswordTextBox
'
Me.PasswordTextBox.Location = New System.Drawing.Point(170, 82)
Me.PasswordTextBox.Name = "PasswordTextBox"
Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.PasswordTextBox.Size = New System.Drawing.Size(220, 21)
Me.PasswordTextBox.TabIndex = 10
'
'UsernameTextBox
'
Me.UsernameTextBox.Location = New System.Drawing.Point(170, 33)
Me.UsernameTextBox.Name = "UsernameTextBox"
Me.UsernameTextBox.Size = New System.Drawing.Size(220, 21)
Me.UsernameTextBox.TabIndex = 8
'
'PasswordLabel
'
Me.PasswordLabel.Location = New System.Drawing.Point(172, 57)
Me.PasswordLabel.Name = "PasswordLabel"
Me.PasswordLabel.Size = New System.Drawing.Size(220, 23)
Me.PasswordLabel.TabIndex = 9
Me.PasswordLabel.Text = "密碼(&P)"
Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'UsernameLabel
'
Me.UsernameLabel.Location = New System.Drawing.Point(170, 9)
Me.UsernameLabel.Name = "UsernameLabel"
Me.UsernameLabel.Size = New System.Drawing.Size(220, 23)
Me.UsernameLabel.TabIndex = 6
Me.UsernameLabel.Text = "用戶名(&U)"
Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LogoPictureBox
'
Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
Me.LogoPictureBox.Location = New System.Drawing.Point(-2, -1)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.LogoPictureBox.Size = New System.Drawing.Size(168, 193)
Me.LogoPictureBox.TabIndex = 7
Me.LogoPictureBox.TabStop = False
'
'TxtAttachCode
'
Me.TxtAttachCode.Location = New System.Drawing.Point(171, 132)
Me.TxtAttachCode.Name = "TxtAttachCode"
Me.TxtAttachCode.Size = New System.Drawing.Size(112, 21)
Me.TxtAttachCode.TabIndex = 14
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(171, 106)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(220, 23)
Me.Label1.TabIndex = 13
Me.Label1.Text = "附加驗證碼(&P)"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label
'
Me.Label.AutoSize = True
Me.Label.BackColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label.Font = New System.Drawing.Font("宋體", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label.Location = New System.Drawing.Point(305, 135)
Me.Label.Name = "Label"
Me.Label.Size = New System.Drawing.Size(49, 14)
Me.Label.TabIndex = 15
Me.Label.Text = "Label2"
'
'FrmLogin
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(403, 191)
Me.Controls.Add(Me.Label)
Me.Controls.Add(Me.TxtAttachCode)
Me.Controls.Add(Me.Label1)
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmLogin"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "登錄"
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Cancel As System.Windows.Forms.Button
Friend WithEvents OK As System.Windows.Forms.Button
Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox
Friend WithEvents UsernameTextBox As System.Windows.Forms.TextBox
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
Friend WithEvents UsernameLabel As System.Windows.Forms.Label
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents TxtAttachCode As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -