📄 startupform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class StartUpForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(StartUpForm))
Me.cboFormsToRun = New System.Windows.Forms.ComboBox
Me.Label1 = New System.Windows.Forms.Label
Me.btnOpen = New System.Windows.Forms.Button
Me.btnClose = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'cboFormsToRun
'
Me.cboFormsToRun.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFormsToRun.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboFormsToRun.Location = New System.Drawing.Point(279, 17)
Me.cboFormsToRun.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.cboFormsToRun.Name = "cboFormsToRun"
Me.cboFormsToRun.Size = New System.Drawing.Size(284, 26)
Me.cboFormsToRun.TabIndex = 6
'
'Label1
'
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.Label1.Location = New System.Drawing.Point(8, 21)
Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(266, 18)
Me.Label1.TabIndex = 5
Me.Label1.Text = "请选取一个所以运行的 Windows Form:"
'
'btnOpen
'
Me.btnOpen.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.btnOpen.Image = CType(resources.GetObject("btnOpen.Image"), System.Drawing.Image)
Me.btnOpen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOpen.Location = New System.Drawing.Point(175, 290)
Me.btnOpen.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.btnOpen.Name = "btnOpen"
Me.btnOpen.Size = New System.Drawing.Size(99, 58)
Me.btnOpen.TabIndex = 7
Me.btnOpen.Text = "启动"
Me.btnOpen.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.ToolTip1.SetToolTip(Me.btnOpen, "启动所选取的 Windows Form 窗体")
'
'btnClose
'
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.btnClose.Image = CType(resources.GetObject("btnClose.Image"), System.Drawing.Image)
Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnClose.Location = New System.Drawing.Point(296, 290)
Me.btnClose.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(77, 58)
Me.btnClose.TabIndex = 8
Me.btnClose.Text = "关闭"
Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.ToolTip1.SetToolTip(Me.btnClose, "关闭窗体")
'
'PictureBox1
'
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(4, 84)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(684, 202)
Me.PictureBox1.TabIndex = 9
Me.PictureBox1.TabStop = False
'
'StartUpForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(695, 359)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.btnOpen)
Me.Controls.Add(Me.cboFormsToRun)
Me.Controls.Add(Me.Label1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "StartUpForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "初始窗体 - 第 9 章"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents btnOpen As System.Windows.Forms.Button
Friend WithEvents cboFormsToRun As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -