📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5655
ClientLeft = 60
ClientTop = 450
ClientWidth = 7785
LinkTopic = "Form1"
Picture = "Form1.frx":0000
ScaleHeight = 5655
ScaleWidth = 7785
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 615
Left = 1080
Picture = "Form1.frx":C989
ScaleHeight = 555
ScaleWidth = 555
TabIndex = 4
Top = 1320
Width = 615
End
Begin VB.CommandButton Command2
Caption = "退 出"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 4680
TabIndex = 3
Top = 4320
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "进 入"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1440
TabIndex = 2
Top = 4320
Width = 1455
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "学生学籍管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 1080
TabIndex = 1
Top = 2640
Width = 5895
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "欢迎进入"
BeginProperty Font
Name = "楷体_GB2312"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2280
TabIndex = 0
Top = 1200
Width = 3855
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()
frmLogin.Show
Form1.Hide
End Sub
Private Sub Command2_Click()
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -