📄 frmlogin.frm
字号:
VERSION 5.00
Begin VB.Form frmlogin
Caption = "请选择登录权限"
ClientHeight = 2565
ClientLeft = 60
ClientTop = 390
ClientWidth = 3720
LinkTopic = "Form1"
ScaleHeight = 2565
ScaleWidth = 3720
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 1575
Left = 120
TabIndex = 1
Top = 840
Width = 3495
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "选择管理员权限登录"
Height = 180
Left = 960
TabIndex = 3
Top = 1080
Width = 1620
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "选择考生权限登录"
Height = 180
Left = 960
TabIndex = 2
Top = 360
Width = 1440
End
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "欢迎使用Roso考试系统"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 360
TabIndex = 0
Top = 240
Width = 3060
End
End
Attribute VB_Name = "frmlogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
frmkaosheng.Show
Unload Me
End Sub
Private Sub Label3_Click()
frmguanliyuan.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -