aboutprogram.frm
来自「软件虽然小但可以隐藏磁盘分区和格式化」· FRM 代码 · 共 57 行
FRM
57 行
VERSION 5.00
Begin VB.Form AboutProgram
BorderStyle = 3 'Fixed Dialog
Caption = "关于SysEdit2.0"
ClientHeight = 3255
ClientLeft = 45
ClientTop = 330
ClientWidth = 3270
Icon = "AboutProgram.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3255
ScaleWidth = 3270
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
Height = 3255
Left = 20
TabIndex = 0
Top = 0
Width = 3255
Begin VB.CommandButton CmdOk
BackColor = &H0000FF00&
Caption = "确 定"
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 1
Top = 2760
Width = 855
End
Begin VB.Image Image1
Height = 615
Left = 120
Picture = "AboutProgram.frx":0442
Stretch = -1 'True
Top = 2520
Width = 615
End
End
End
Attribute VB_Name = "AboutProgram"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOk_Click()
Unload Me
End Sub
Private Sub Label2_Click()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?