?? form8.frm
字號:
VERSION 5.00
Begin VB.Form Form8
Caption = "Form8"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 465
ClientWidth = 4680
LinkTopic = "Form8"
ScaleHeight = 3075
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "登陸"
Height = 615
Left = 2160
TabIndex = 3
Top = 1320
Width = 975
End
Begin VB.CommandButton Command1
Caption = "登陸"
Height = 495
Left = 2160
TabIndex = 1
Top = 360
Width = 975
End
Begin VB.Label Label2
Caption = "排列組合運算:"
Height = 495
Left = 600
TabIndex = 2
Top = 1320
Width = 1335
End
Begin VB.Label Label1
Caption = "四則運算:"
Height = 375
Left = 720
TabIndex = 0
Top = 480
Width = 1095
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form7.Show
End Sub
Private Sub Command2_Click()
Form9.Show
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -