📄 登录1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 登录1
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.密码 = New System.Windows.Forms.Button
Me.denglu = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.txt_check1 = New System.Windows.Forms.TextBox
Me.Lab_output = New System.Windows.Forms.Label
Me.txt_gen1 = New System.Windows.Forms.TextBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.GroupBox2.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'密码
'
Me.密码.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.密码.Location = New System.Drawing.Point(52, 115)
Me.密码.Name = "密码"
Me.密码.Size = New System.Drawing.Size(81, 34)
Me.密码.TabIndex = 1
Me.密码.Text = "密码"
Me.密码.UseVisualStyleBackColor = True
'
'denglu
'
Me.denglu.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.denglu.Location = New System.Drawing.Point(243, 117)
Me.denglu.Name = "denglu"
Me.denglu.Size = New System.Drawing.Size(81, 32)
Me.denglu.TabIndex = 2
Me.denglu.Text = "登 录"
Me.denglu.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(90, 23)
Me.Label1.TabIndex = 4
Me.Label1.Text = "欢迎进入!"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.txt_check1)
Me.GroupBox2.Location = New System.Drawing.Point(205, 44)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(157, 58)
Me.GroupBox2.TabIndex = 14
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "检查序号:"
'
'txt_check1
'
Me.txt_check1.Location = New System.Drawing.Point(6, 23)
Me.txt_check1.Name = "txt_check1"
Me.txt_check1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txt_check1.Size = New System.Drawing.Size(145, 21)
Me.txt_check1.TabIndex = 2
'
'Lab_output
'
Me.Lab_output.AutoSize = True
Me.Lab_output.Location = New System.Drawing.Point(45, 196)
Me.Lab_output.Name = "Lab_output"
Me.Lab_output.Size = New System.Drawing.Size(0, 12)
Me.Lab_output.TabIndex = 12
'
'txt_gen1
'
Me.txt_gen1.Enabled = False
Me.txt_gen1.Location = New System.Drawing.Point(6, 21)
Me.txt_gen1.Name = "txt_gen1"
Me.txt_gen1.Size = New System.Drawing.Size(145, 21)
Me.txt_gen1.TabIndex = 0
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txt_gen1)
Me.GroupBox1.Location = New System.Drawing.Point(15, 44)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(160, 54)
Me.GroupBox1.TabIndex = 13
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "产生序号:"
'
'登录
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.DarkCyan
Me.ClientSize = New System.Drawing.Size(372, 155)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Lab_output)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.denglu)
Me.Controls.Add(Me.密码)
Me.Name = "登录"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "登录"
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents 密码 As System.Windows.Forms.Button
Friend WithEvents denglu As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txt_check1 As System.Windows.Forms.TextBox
Friend WithEvents Lab_output As System.Windows.Forms.Label
Friend WithEvents txt_gen1 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -