📄 登录2.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 登录2
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.components = New System.ComponentModel.Container
Me.Label_Ran = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.denglu = New System.Windows.Forms.Button
Me.mima = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.btn_Stop = New System.Windows.Forms.Button
Me.txt_interval = New System.Windows.Forms.TextBox
Me.btn_Start = New System.Windows.Forms.Button
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label_Ran
'
Me.Label_Ran.AutoSize = True
Me.Label_Ran.Font = New System.Drawing.Font("PMingLiU", 26.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.Label_Ran.Location = New System.Drawing.Point(41, 121)
Me.Label_Ran.Name = "Label_Ran"
Me.Label_Ran.Size = New System.Drawing.Size(84, 35)
Me.Label_Ran.TabIndex = 7
Me.Label_Ran.Text = " ^_^ "
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.denglu)
Me.GroupBox1.Controls.Add(Me.mima)
Me.GroupBox1.Controls.Add(Me.Label_Ran)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.btn_Stop)
Me.GroupBox1.Controls.Add(Me.txt_interval)
Me.GroupBox1.Controls.Add(Me.btn_Start)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(321, 169)
Me.GroupBox1.TabIndex = 6
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "设定区"
'
'denglu
'
Me.denglu.Location = New System.Drawing.Point(213, 121)
Me.denglu.Name = "denglu"
Me.denglu.Size = New System.Drawing.Size(64, 35)
Me.denglu.TabIndex = 9
Me.denglu.Text = "登录"
Me.denglu.UseVisualStyleBackColor = True
'
'mima
'
Me.mima.Font = New System.Drawing.Font("宋体", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.mima.Location = New System.Drawing.Point(213, 41)
Me.mima.Multiline = True
Me.mima.Name = "mima"
Me.mima.Size = New System.Drawing.Size(64, 62)
Me.mima.TabIndex = 8
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(6, 17)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(173, 12)
Me.Label1.TabIndex = 1
Me.Label1.Text = "请输入定时器的间隔(1~64767):"
'
'btn_Stop
'
Me.btn_Stop.Location = New System.Drawing.Point(91, 80)
Me.btn_Stop.Name = "btn_Stop"
Me.btn_Stop.Size = New System.Drawing.Size(65, 23)
Me.btn_Stop.TabIndex = 3
Me.btn_Stop.Text = "停止"
Me.btn_Stop.UseVisualStyleBackColor = True
'
'txt_interval
'
Me.txt_interval.Location = New System.Drawing.Point(8, 41)
Me.txt_interval.Name = "txt_interval"
Me.txt_interval.Size = New System.Drawing.Size(148, 21)
Me.txt_interval.TabIndex = 0
'
'btn_Start
'
Me.btn_Start.Location = New System.Drawing.Point(8, 80)
Me.btn_Start.Name = "btn_Start"
Me.btn_Start.Size = New System.Drawing.Size(65, 23)
Me.btn_Start.TabIndex = 2
Me.btn_Start.Text = "开始"
Me.btn_Start.UseVisualStyleBackColor = True
'
'Timer1
'
'
'登录2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Black
Me.ClientSize = New System.Drawing.Size(346, 186)
Me.Controls.Add(Me.GroupBox1)
Me.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Name = "登录2"
Me.Text = "登录2"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label_Ran As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents btn_Stop As System.Windows.Forms.Button
Friend WithEvents txt_interval As System.Windows.Forms.TextBox
Friend WithEvents btn_Start As System.Windows.Forms.Button
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents mima As System.Windows.Forms.TextBox
Friend WithEvents denglu As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -