Files
Desktop_BLVStudio_EN/BLV_Studio/Control/FrmLogin.Designer.vb
2025-12-11 14:22:51 +08:00

199 lines
9.4 KiB
VB.net
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
Partial Class FrmLogin
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 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 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmLogin))
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.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
Me.LblLanguage = New System.Windows.Forms.Label()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.SuspendLayout()
'
'UsernameLabel
'
Me.UsernameLabel.BackColor = System.Drawing.Color.Transparent
Me.UsernameLabel.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.UsernameLabel.ForeColor = System.Drawing.Color.White
Me.UsernameLabel.Location = New System.Drawing.Point(259, 54)
Me.UsernameLabel.Name = "UsernameLabel"
Me.UsernameLabel.Size = New System.Drawing.Size(74, 21)
Me.UsernameLabel.TabIndex = 0
Me.UsernameLabel.Text = "用户名"
Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'PasswordLabel
'
Me.PasswordLabel.BackColor = System.Drawing.Color.Transparent
Me.PasswordLabel.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.PasswordLabel.ForeColor = System.Drawing.Color.White
Me.PasswordLabel.Location = New System.Drawing.Point(259, 82)
Me.PasswordLabel.Name = "PasswordLabel"
Me.PasswordLabel.Size = New System.Drawing.Size(74, 23)
Me.PasswordLabel.TabIndex = 2
Me.PasswordLabel.Text = "密 码"
Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'UsernameTextBox
'
Me.UsernameTextBox.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.UsernameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.UsernameTextBox.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.UsernameTextBox.Location = New System.Drawing.Point(332, 54)
Me.UsernameTextBox.Name = "UsernameTextBox"
Me.UsernameTextBox.Size = New System.Drawing.Size(158, 23)
Me.UsernameTextBox.TabIndex = 1
'
'PasswordTextBox
'
Me.PasswordTextBox.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.PasswordTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.PasswordTextBox.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.PasswordTextBox.Location = New System.Drawing.Point(332, 83)
Me.PasswordTextBox.Name = "PasswordTextBox"
Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.PasswordTextBox.Size = New System.Drawing.Size(158, 23)
Me.PasswordTextBox.TabIndex = 3
'
'OK
'
Me.OK.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.OK.Location = New System.Drawing.Point(279, 184)
Me.OK.Name = "OK"
Me.OK.Size = New System.Drawing.Size(94, 30)
Me.OK.TabIndex = 4
Me.OK.Text = "确定(&O)"
Me.OK.UseVisualStyleBackColor = False
'
'Cancel
'
Me.Cancel.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cancel.Location = New System.Drawing.Point(396, 184)
Me.Cancel.Name = "Cancel"
Me.Cancel.Size = New System.Drawing.Size(94, 30)
Me.Cancel.TabIndex = 5
Me.Cancel.Text = "取消(&C)"
Me.Cancel.UseVisualStyleBackColor = False
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Checked = True
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.CheckBox1.ForeColor = System.Drawing.Color.White
Me.CheckBox1.Location = New System.Drawing.Point(289, 155)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(70, 16)
Me.CheckBox1.TabIndex = 31
Me.CheckBox1.Text = "自动登录"
Me.CheckBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.CheckBox1.UseVisualStyleBackColor = False
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Checked = True
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.CheckBox2.ForeColor = System.Drawing.Color.White
Me.CheckBox2.Location = New System.Drawing.Point(396, 155)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(70, 16)
Me.CheckBox2.TabIndex = 32
Me.CheckBox2.Text = "记住密码"
Me.CheckBox2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.CheckBox2.UseVisualStyleBackColor = True
'
'LblLanguage
'
Me.LblLanguage.BackColor = System.Drawing.Color.Transparent
Me.LblLanguage.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.LblLanguage.ForeColor = System.Drawing.Color.White
Me.LblLanguage.Location = New System.Drawing.Point(260, 122)
Me.LblLanguage.Name = "LblLanguage"
Me.LblLanguage.Size = New System.Drawing.Size(74, 21)
Me.LblLanguage.TabIndex = 34
Me.LblLanguage.Text = "语 言"
Me.LblLanguage.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'ComboBox1
'
Me.ComboBox1.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(332, 123)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(158, 20)
Me.ComboBox1.TabIndex = 35
'
'FrmLogin
'
Me.AcceptButton = Me.OK
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(24, Byte), Integer), CType(CType(16, Byte), Integer), CType(CType(14, Byte), Integer))
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.CancelButton = Me.Cancel
Me.ClientSize = New System.Drawing.Size(515, 272)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.LblLanguage)
Me.Controls.Add(Me.CheckBox2)
Me.Controls.Add(Me.CheckBox1)
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.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmLogin"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "登录"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CheckBox1 As CheckBox
Friend WithEvents CheckBox2 As CheckBox
Friend WithEvents LblLanguage As Label
Friend WithEvents ComboBox1 As ComboBox
End Class