📄 formabout.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormAbout
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormAbout))
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.TextBoxAbout = New System.Windows.Forms.TextBox
Me.ButtonOK = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.TextBoxAbout)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(438, 205)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
'
'TextBoxAbout
'
Me.TextBoxAbout.Location = New System.Drawing.Point(6, 20)
Me.TextBoxAbout.Multiline = True
Me.TextBoxAbout.Name = "TextBoxAbout"
Me.TextBoxAbout.ReadOnly = True
Me.TextBoxAbout.Size = New System.Drawing.Size(426, 179)
Me.TextBoxAbout.TabIndex = 0
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(343, 226)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(101, 23)
Me.ButtonOK.TabIndex = 1
Me.ButtonOK.Text = "确定 [&OK]"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'FormAbout
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(465, 261)
Me.Controls.Add(Me.ButtonOK)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FormAbout"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "FormAbout"
Me.TopMost = True
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents TextBoxAbout As System.Windows.Forms.TextBox
Friend WithEvents ButtonOK As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -