📄 frmaboutme.vb
字号:
Namespace HZC.DinningService
Public Class frmAboutMe
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents AboutPicture As System.Windows.Forms.PictureBox
Friend WithEvents gpSeparate As System.Windows.Forms.GroupBox
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents lbTitle As System.Windows.Forms.Label
Friend WithEvents lbVersion As System.Windows.Forms.Label
Friend WithEvents lbAuthor As System.Windows.Forms.Label
Friend WithEvents lbAbstract As System.Windows.Forms.Label
Friend WithEvents lbAuthenticate As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmAboutMe))
Me.AboutPicture = New System.Windows.Forms.PictureBox
Me.gpSeparate = New System.Windows.Forms.GroupBox
Me.btnOK = New System.Windows.Forms.Button
Me.lbTitle = New System.Windows.Forms.Label
Me.lbVersion = New System.Windows.Forms.Label
Me.lbAuthor = New System.Windows.Forms.Label
Me.lbAbstract = New System.Windows.Forms.Label
Me.lbAuthenticate = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'AboutPicture
'
Me.AboutPicture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.AboutPicture.Image = CType(resources.GetObject("AboutPicture.Image"), System.Drawing.Image)
Me.AboutPicture.Location = New System.Drawing.Point(8, 8)
Me.AboutPicture.Name = "AboutPicture"
Me.AboutPicture.Size = New System.Drawing.Size(200, 250)
Me.AboutPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.AboutPicture.TabIndex = 0
Me.AboutPicture.TabStop = False
'
'gpSeparate
'
Me.gpSeparate.Location = New System.Drawing.Point(0, 256)
Me.gpSeparate.Name = "gpSeparate"
Me.gpSeparate.Size = New System.Drawing.Size(440, 8)
Me.gpSeparate.TabIndex = 1
Me.gpSeparate.TabStop = False
'
'btnOK
'
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOK.ForeColor = System.Drawing.Color.Navy
Me.btnOK.Location = New System.Drawing.Point(368, 272)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(72, 24)
Me.btnOK.TabIndex = 2
Me.btnOK.Text = "确 定"
'
'lbTitle
'
Me.lbTitle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lbTitle.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.lbTitle.Font = New System.Drawing.Font("楷体_GB2312", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.lbTitle.ForeColor = System.Drawing.Color.Blue
Me.lbTitle.Location = New System.Drawing.Point(208, 8)
Me.lbTitle.Name = "lbTitle"
Me.lbTitle.Size = New System.Drawing.Size(240, 88)
Me.lbTitle.TabIndex = 3
Me.lbTitle.Text = "单机版餐饮服务系统"
Me.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lbVersion
'
Me.lbVersion.ForeColor = System.Drawing.Color.Navy
Me.lbVersion.Location = New System.Drawing.Point(216, 120)
Me.lbVersion.Name = "lbVersion"
Me.lbVersion.Size = New System.Drawing.Size(224, 24)
Me.lbVersion.TabIndex = 4
Me.lbVersion.Text = "版本号:1.1.000.1"
Me.lbVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lbAuthor
'
Me.lbAuthor.ForeColor = System.Drawing.Color.Navy
Me.lbAuthor.Location = New System.Drawing.Point(216, 152)
Me.lbAuthor.Name = "lbAuthor"
Me.lbAuthor.Size = New System.Drawing.Size(224, 32)
Me.lbAuthor.TabIndex = 5
Me.lbAuthor.Text = "作者:黄志超,李婷婷"
Me.lbAuthor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'lbAbstract
'
Me.lbAbstract.ForeColor = System.Drawing.Color.Navy
Me.lbAbstract.Location = New System.Drawing.Point(216, 192)
Me.lbAbstract.Name = "lbAbstract"
Me.lbAbstract.Size = New System.Drawing.Size(224, 64)
Me.lbAbstract.TabIndex = 6
Me.lbAbstract.Text = " 无特殊说明"
'
'lbAuthenticate
'
Me.lbAuthenticate.ForeColor = System.Drawing.Color.Crimson
Me.lbAuthenticate.Location = New System.Drawing.Point(8, 272)
Me.lbAuthenticate.Name = "lbAuthenticate"
Me.lbAuthenticate.Size = New System.Drawing.Size(336, 24)
Me.lbAuthenticate.TabIndex = 7
Me.lbAuthenticate.Text = "本示例程序版权所有,严禁直接用于商业目的,违者必究。"
Me.lbAuthenticate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'frmAboutMe
'
Me.AcceptButton = Me.btnOK
Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
Me.ClientSize = New System.Drawing.Size(448, 302)
Me.Controls.Add(Me.lbAuthenticate)
Me.Controls.Add(Me.lbAbstract)
Me.Controls.Add(Me.lbAuthor)
Me.Controls.Add(Me.lbVersion)
Me.Controls.Add(Me.lbTitle)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.gpSeparate)
Me.Controls.Add(Me.AboutPicture)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmAboutMe"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "关于单机版餐饮服务系统"
Me.ResumeLayout(False)
End Sub
#End Region
Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click
Me.Close()
End Sub
End Class
End Namespace
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -