?? 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 + -