📄 form0.frm
字号:
VERSION 5.00
Begin VB.Form Form0
ClientHeight = 8355
ClientLeft = 60
ClientTop = 450
ClientWidth = 10335
LinkTopic = "Form7"
ScaleHeight = 8355
ScaleWidth = 10335
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "登录"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5400
TabIndex = 5
Top = 7680
Width = 1215
End
Begin VB.TextBox Text2
Height = 615
Left = 5280
TabIndex = 4
Top = 5760
Width = 2775
End
Begin VB.TextBox Text1
Height = 735
Left = 5280
TabIndex = 3
Top = 4080
Width = 2775
End
Begin VB.Label Label3
Caption = "密码:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 2
Top = 5760
Width = 1215
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 = 3120
TabIndex = 1
Top = 4200
Width = 1215
End
Begin VB.Label Label1
Caption = "欢迎您使用学生成绩管理系统"
BeginProperty Font
Name = "隶书"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 1680
TabIndex = 0
Top = 1200
Width = 9735
End
End
Attribute VB_Name = "Form0"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form0.Enabled = False
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -