📄 首界面.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "进入界面"
ClientHeight = 4515
ClientLeft = 60
ClientTop = 345
ClientWidth = 6840
LinkTopic = "Form1"
ScaleHeight = 4515
ScaleWidth = 6840
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 4575
Left = 0
Picture = "首界面.frx":0000
ScaleHeight = 4515
ScaleWidth = 6795
TabIndex = 0
Top = 0
Width = 6855
Begin VB.CommandButton Command2
Caption = "退 出"
Height = 495
Left = 3840
TabIndex = 2
Top = 3960
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "进 入"
Height = 495
Left = 1320
TabIndex = 1
Top = 3960
Width = 1095
End
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()
Form2.Show
Unload Me
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -