📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 6585
ClientLeft = 60
ClientTop = 465
ClientWidth = 9765
LinkTopic = "Form2"
ScaleHeight = 6585
ScaleWidth = 9765
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "show"
Height = 975
Left = 1200
TabIndex = 2
Top = 4200
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "back"
Height = 975
Left = 3240
TabIndex = 1
Top = 4200
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "exit"
Height = 975
Left = 5400
TabIndex = 0
Top = 4200
Width = 1095
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
End
End Sub
Private Sub Command2_Click()
Form2.Hide
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -