📄 frmwelcome.frm
字号:
VERSION 5.00
Begin VB.Form frmWelcome
BorderStyle = 1 'Fixed Single
Caption = "Welcome!"
ClientHeight = 1512
ClientLeft = 36
ClientTop = 324
ClientWidth = 3564
Icon = "frmWelcome.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1512
ScaleWidth = 3564
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdBegin
Caption = "开始玩!"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 312
Left = 1296
TabIndex = 2
Top = 1080
Width = 972
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "这是Edwin在2000年6月14-15日间一时兴起编写的经典小游戏。"
Height = 420
Left = 480
TabIndex = 1
Top = 420
Width = 2616
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "俄罗斯方块"
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 312
Left = 576
TabIndex = 0
Top = 60
Width = 2412
End
End
Attribute VB_Name = "frmWelcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdBegin_Click()
frmMain.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -