📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "欢迎使用学生信息管理系统"
ClientHeight = 5805
ClientLeft = 60
ClientTop = 345
ClientWidth = 8535
LinkTopic = "Form1"
Picture = "Form1.frx":0000
ScaleHeight = 5805
ScaleWidth = 8535
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
BackColor = &H8000000E&
Height = 495
Left = 6000
Picture = "Form1.frx":5F3F
Style = 1 'Graphical
TabIndex = 1
Top = 4920
Width = 1335
End
Begin VB.CommandButton Command1
BackColor = &H8000000E&
Height = 495
Left = 4680
Picture = "Form1.frx":956A
Style = 1 'Graphical
TabIndex = 0
Top = 4920
Width = 1335
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
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -