📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form FrmAbout
AutoRedraw = -1 'True
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight = 3270
ClientLeft = 45
ClientTop = 330
ClientWidth = 4140
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3270
ScaleWidth = 4140
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 375
Left = 3000
TabIndex = 0
Top = 2760
Width = 975
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Cls
Show
Me.Caption = Pname + Ver
Print
Print Spc(5); "关于"
Print
Print Spc(5); "游戏名:"; Pname
Print
Print Spc(5); "版 本:"; Ver
Print
Print Spc(5); "制作者:"
Print
Print Spc(10); "主程序: 小花"
Print
Print Spc(10); "图片整理修改: 阿亮 超人"
Print
Print Spc(5); "最后修改日期:2003-11-28"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -