📄 about_f.frm
字号:
VERSION 5.00
Begin VB.Form About_F
Caption = "关于"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Main_F"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 3000
TabIndex = 1
Top = 2640
Width = 1095
End
Begin VB.Frame Frame1
Caption = "关于俄罗斯方块"
Height = 2175
Left = 240
TabIndex = 0
Top = 360
Width = 4095
Begin VB.Label Label3
Caption = "联系作者:nirvanadino@hotmail.com"
Height = 255
Left = 240
TabIndex = 4
Top = 1560
Width = 3015
End
Begin VB.Label Label2
Caption = "版权所有(C):2004-2005 陈迪"
Height = 255
Left = 240
TabIndex = 3
Top = 960
Width = 3015
End
Begin VB.Label Label1
Caption = "软件作者: 陈迪"
Height = 255
Left = 240
TabIndex = 2
Top = 480
Width = 1935
End
End
End
Attribute VB_Name = "About_F"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
About_F.Visible = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -