📄 login.frm
字号:
VERSION 5.00
Object = "{E95A2510-F3D1-416D-823B-4F840FE98091}#3.0#0"; "Command.ocx"
Begin VB.Form Login
BackColor = &H00E0E0E0&
BorderStyle = 3 'Fixed Dialog
Caption = "登录"
ClientHeight = 2490
ClientLeft = 45
ClientTop = 435
ClientWidth = 4155
ForeColor = &H8000000D&
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1630.699
ScaleMode = 0 'User
ScaleWidth = 4155
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.ComboBox Combo1
Height = 300
Left = 1560
TabIndex = 7
Top = 960
Width = 2175
End
Begin CSCommand.Command Command2
Height = 375
Left = 2400
TabIndex = 6
Top = 1800
Width = 735
_ExtentX = 1296
_ExtentY = 661
IconAlign = 0
Icon = "Login.frx":0000
Caption = "取消"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin CSCommand.Command cmdoOK
Height = 375
Left = 1200
TabIndex = 5
Top = 1800
Width = 735
_ExtentX = 1296
_ExtentY = 661
IconAlign = 0
Icon = "Login.frx":001C
Caption = "登录"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.TextBox Text2
Height = 270
Left = 1560
TabIndex = 3
Top = 1440
Width = 2175
End
Begin VB.Image Image2
Height = 480
Left = 120
Picture = "Login.frx":0038
Stretch = -1 'True
Top = 1320
Width = 480
End
Begin VB.Image Image1
Height = 480
Left = 120
Picture = "Login.frx":19BA
Stretch = -1 'True
Top = 720
Width = 480
End
Begin VB.Label Label4
BackColor = &H00E0E0E0&
Caption = "版权:TangWeian"
Height = 255
Left = 2760
TabIndex = 4
Top = 2280
Width = 1455
End
Begin VB.Label Label3
BackColor = &H00E0E0E0&
Caption = "密 码"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 720
TabIndex = 2
Top = 1440
Width = 615
End
Begin VB.Label Label2
BackColor = &H00E0E0E0&
Caption = "用户名"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000017&
Height = 255
Left = 720
TabIndex = 1
Top = 960
Width = 615
End
Begin VB.Label Label1
BackColor = &H80000005&
Caption = "学生信息管理系统"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000002&
Height = 375
Left = 720
TabIndex = 0
Top = 240
Width = 3015
End
Begin VB.Image Image3
Height = 735
Left = -120
Picture = "Login.frx":333C
Stretch = -1 'True
Top = 0
Width = 4290
End
End
Attribute VB_Name = "Login"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -