📄 aboutform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AboutForm
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.Label1 = New System.Windows.Forms.Label
Me.btnOk = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(22, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(236, 58)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Corporate information that needs to be included in every application that we buil" & _
"d. This includes Copyright (C) and Author information."
'
'btnOk
'
Me.btnOk.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnOk.FlatAppearance.BorderColor = System.Drawing.Color.Olive
Me.btnOk.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green
Me.btnOk.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LimeGreen
Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOk.Location = New System.Drawing.Point(197, 84)
Me.btnOk.Name = "btnOk"
Me.btnOk.Size = New System.Drawing.Size(75, 23)
Me.btnOk.TabIndex = 1
Me.btnOk.Text = "&Ok"
Me.btnOk.UseVisualStyleBackColor = False
'
'AboutForm
'
Me.AcceptButton = Me.btnOk
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(284, 115)
Me.Controls.Add(Me.btnOk)
Me.Controls.Add(Me.Label1)
Me.Name = "AboutForm"
Me.Text = "About"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 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 + -