📄 frmlogin.frm
字号:
VERSION 5.00
Begin VB.Form frmlogin
Caption = "登陆"
ClientHeight = 3735
ClientLeft = 60
ClientTop = 345
ClientWidth = 4995
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 3735
ScaleWidth = 4995
StartUpPosition = 3 '窗口缺省
Begin VB.OptionButton Option2
Caption = "教师"
Height = 375
Left = 2880
TabIndex = 5
Top = 3000
Width = 1335
End
Begin VB.OptionButton Option1
Caption = "学生"
Height = 375
Left = 840
TabIndex = 4
Top = 3000
Width = 1095
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1560
TabIndex = 1
Top = 1560
Width = 1815
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1560
TabIndex = 0
Top = 720
Width = 1815
End
Begin VB.Frame Frame1
Caption = "选择身份"
Height = 855
Left = 120
TabIndex = 6
Top = 2640
Width = 4695
End
Begin VB.Frame Frame2
Caption = "请登陆"
Height = 1935
Left = 120
TabIndex = 7
Top = 360
Width = 4815
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 3600
TabIndex = 11
Top = 1200
Width = 975
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 3600
TabIndex = 10
Top = 360
Width = 975
End
Begin VB.Label Label4
Caption = "口 令"
Height = 495
Left = 480
TabIndex = 9
Top = 1320
Width = 1095
End
Begin VB.Label Label3
Caption = "用户名"
Height = 495
Left = 480
TabIndex = 8
Top = 480
Width = 1095
End
End
Begin VB.Label Label2
Caption = "口 令"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
TabIndex = 3
Top = 1560
Width = 1095
End
Begin VB.Label Label1
Caption = "用户名"
Height = 495
Left = 360
TabIndex = 2
Top = 840
Width = 1095
End
End
Attribute VB_Name = "frmlogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
frmain.Show
End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Form_Load()
Option1.Value = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -