📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Exam2
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.lbState = New System.Windows.Forms.Label
Me.lbCap = New System.Windows.Forms.Label
Me.cbState = New System.Windows.Forms.ComboBox
Me.cbCapital = New System.Windows.Forms.ComboBox
Me.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.SuspendLayout()
'
'lbState
'
Me.lbState.AutoSize = True
Me.lbState.Font = New System.Drawing.Font("宋体", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.lbState.Location = New System.Drawing.Point(19, 39)
Me.lbState.Name = "lbState"
Me.lbState.Size = New System.Drawing.Size(64, 19)
Me.lbState.TabIndex = 3
Me.lbState.Text = "State"
'
'lbCap
'
Me.lbCap.AutoSize = True
Me.lbCap.Font = New System.Drawing.Font("宋体", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.lbCap.Location = New System.Drawing.Point(165, 39)
Me.lbCap.Name = "lbCap"
Me.lbCap.Size = New System.Drawing.Size(86, 19)
Me.lbCap.TabIndex = 2
Me.lbCap.Text = "Capital"
'
'cbState
'
Me.cbState.FormattingEnabled = True
Me.cbState.Items.AddRange(New Object() {"Choose a state", "Alabama", "Colorado", "Idaho", "New Jersey", "North Dakota"})
Me.cbState.Location = New System.Drawing.Point(23, 90)
Me.cbState.Name = "cbState"
Me.cbState.Size = New System.Drawing.Size(121, 20)
Me.cbState.TabIndex = 0
Me.cbState.Text = "Choose a state"
'
'cbCapital
'
Me.cbCapital.FormattingEnabled = True
Me.cbCapital.Items.AddRange(New Object() {"Choose a capital ", "Montgomery ", "Denver ", "Boise ", "Trenton ", "Bismarck "})
Me.cbCapital.Location = New System.Drawing.Point(23, 90)
Me.cbCapital.Name = "cbCapital"
Me.cbCapital.Size = New System.Drawing.Size(121, 20)
Me.cbCapital.TabIndex = 1
Me.cbCapital.Text = "Choose a capital"
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Location = New System.Drawing.Point(1, 3)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(283, 217)
Me.TabControl1.TabIndex = 4
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.TextBox1)
Me.TabPage1.Controls.Add(Me.lbState)
Me.TabPage1.Controls.Add(Me.lbCap)
Me.TabPage1.Controls.Add(Me.cbState)
Me.TabPage1.Location = New System.Drawing.Point(4, 21)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(275, 192)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "ChooseState"
Me.TabPage1.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(159, 89)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(100, 21)
Me.TextBox1.TabIndex = 4
Me.TextBox1.Text = "Choose a state"
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.TextBox2)
Me.TabPage2.Controls.Add(Me.Label2)
Me.TabPage2.Controls.Add(Me.cbCapital)
Me.TabPage2.Controls.Add(Me.Label1)
Me.TabPage2.Location = New System.Drawing.Point(4, 21)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(275, 192)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "ChooseCapital"
Me.TabPage2.UseVisualStyleBackColor = True
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(159, 89)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(100, 21)
Me.TextBox2.TabIndex = 6
Me.TextBox2.Text = "Choose a capital"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("宋体", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(19, 39)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(86, 19)
Me.Label2.TabIndex = 5
Me.Label2.Text = "Capital"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("宋体", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(165, 39)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(64, 19)
Me.Label1.TabIndex = 4
Me.Label1.Text = "State"
'
'Exam2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(285, 221)
Me.Controls.Add(Me.TabControl1)
Me.Name = "Exam2"
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents lbState As System.Windows.Forms.Label
Friend WithEvents lbCap As System.Windows.Forms.Label
Friend WithEvents cbState As System.Windows.Forms.ComboBox
Friend WithEvents cbCapital As System.Windows.Forms.ComboBox
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -