📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "随机信号分析"
ClientHeight = 4830
ClientLeft = 60
ClientTop = 450
ClientWidth = 4770
LinkTopic = "Form1"
ScaleHeight = 4830
ScaleWidth = 4770
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command4
Caption = "退出"
Height = 495
Left = 1200
TabIndex = 3
Top = 3600
Width = 1935
End
Begin VB.CommandButton Command3
Caption = "第三题"
Height = 495
Left = 1200
TabIndex = 2
Top = 2640
Width = 1935
End
Begin VB.CommandButton Command2
Caption = "第二题"
Height = 495
Left = 1200
TabIndex = 1
Top = 1680
Width = 1935
End
Begin VB.CommandButton Command1
Caption = "第一题"
Height = 495
Left = 1200
TabIndex = 0
Top = 720
Width = 1935
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Visible = False
Form2.Visible = True
End Sub
Private Sub Command2_Click()
Form1.Visible = False
Form3.Visible = True
End Sub
Private Sub Command3_Click()
Form1.Visible = False
Form4.Visible = True
End Sub
Private Sub Command4_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -