📄 about.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class About
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overloads 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.imgApplicationIcon = New System.Windows.Forms.PictureBox
Me.lblTitle = New System.Windows.Forms.Label
Me.lblVersion = New System.Windows.Forms.Label
Me.lblCopyright = New System.Windows.Forms.Label
Me.lblDescription = New System.Windows.Forms.Label
Me.btnOK = New System.Windows.Forms.Button
CType(Me.imgApplicationIcon, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'imgApplicationIcon
'
Me.imgApplicationIcon.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.imgApplicationIcon.Location = New System.Drawing.Point(12, 12)
Me.imgApplicationIcon.Name = "imgApplicationIcon"
Me.imgApplicationIcon.Size = New System.Drawing.Size(32, 32)
Me.imgApplicationIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.imgApplicationIcon.TabIndex = 0
Me.imgApplicationIcon.TabStop = False
'
'lblTitle
'
Me.lblTitle.AutoSize = True
Me.lblTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTitle.Location = New System.Drawing.Point(68, 12)
Me.lblTitle.Name = "lblTitle"
Me.lblTitle.Size = New System.Drawing.Size(133, 20)
Me.lblTitle.TabIndex = 1
Me.lblTitle.Text = "Application Title"
'
'lblVersion
'
Me.lblVersion.AutoSize = True
Me.lblVersion.Location = New System.Drawing.Point(68, 48)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(93, 13)
Me.lblVersion.TabIndex = 2
Me.lblVersion.Text = "Application Version"
'
'lblCopyright
'
Me.lblCopyright.AutoSize = True
Me.lblCopyright.Location = New System.Drawing.Point(68, 72)
Me.lblCopyright.Name = "lblCopyright"
Me.lblCopyright.Size = New System.Drawing.Size(102, 13)
Me.lblCopyright.TabIndex = 3
Me.lblCopyright.Text = "Application Copyright"
'
'lblDescription
'
Me.lblDescription.Location = New System.Drawing.Point(68, 96)
Me.lblDescription.Name = "lblDescription"
Me.lblDescription.Size = New System.Drawing.Size(274, 58)
Me.lblDescription.TabIndex = 4
Me.lblDescription.Text = "Application Description"
'
'btnOK
'
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnOK.Location = New System.Drawing.Point(272, 160)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 5
Me.btnOK.Text = "OK"
'
'About
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(354, 191)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.lblDescription)
Me.Controls.Add(Me.lblCopyright)
Me.Controls.Add(Me.lblVersion)
Me.Controls.Add(Me.lblTitle)
Me.Controls.Add(Me.imgApplicationIcon)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "About"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "About"
CType(Me.imgApplicationIcon, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents imgApplicationIcon As System.Windows.Forms.PictureBox
Friend WithEvents lblTitle As System.Windows.Forms.Label
Friend WithEvents lblVersion As System.Windows.Forms.Label
Friend WithEvents lblCopyright As System.Windows.Forms.Label
Friend WithEvents lblDescription As System.Windows.Forms.Label
Friend WithEvents btnOK As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -