📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "登陆界面"
ClientHeight = 6945
ClientLeft = 60
ClientTop = 450
ClientWidth = 9690
LinkTopic = "Form1"
ScaleHeight = 6945
ScaleWidth = 9690
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
BackColor = &H0080FFFF&
Caption = "进入"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 6000
Style = 1 'Graphical
TabIndex = 1
Top = 4200
Width = 1575
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学生管理系统"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 435
Left = 1785
TabIndex = 0
Top = 3960
Width = 2610
End
Begin VB.Image Image1
Height = 5490
Left = 0
Picture = "Form1.frx":0000
Top = 120
Width = 8940
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()
End Sub
Private Sub 进入系统_Click()
End Sub
Private Sub Command1_Click()
Form1.Hide
Form2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -