📄 登录.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6555
ClientLeft = 60
ClientTop = 390
ClientWidth = 9885
LinkTopic = "Form1"
ScaleHeight = 18728.57
ScaleMode = 0 'User
ScaleWidth = 10560.9
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4560
TabIndex = 7
Top = 5040
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "确定"
Default = -1 'True
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1440
TabIndex = 6
Top = 5040
Width = 1695
End
Begin VB.Frame Frame1
Caption = "Frame1"
Height = 3375
Left = 360
TabIndex = 1
Top = 1320
Width = 6255
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
IMEMode = 3 'DISABLE
Left = 1200
PasswordChar = "*"
TabIndex = 5
Top = 1800
Width = 4215
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1200
TabIndex = 4
Top = 600
Width = 4215
End
Begin VB.Label Label3
Caption = "密码"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 240
TabIndex = 3
Top = 1920
Width = 2655
End
Begin VB.Label Label2
Caption = "帐号"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 240
TabIndex = 2
Top = 720
Width = 2175
End
End
Begin VB.Label Label4
Caption = "本版权属于 刘振华 编号20054440216"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 4800
TabIndex = 8
Top = 6000
Width = 5055
End
Begin VB.Image Image1
Height = 3600
Left = 6600
Picture = "登录.frx":0000
Top = 0
Width = 3495
End
Begin VB.Label Label1
Caption = "欢迎使用售书管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 1215
Left = 600
TabIndex = 0
Top = 240
Width = 7485
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()
If Text1.Text = "admin" And Text2.Text = "123" Then
Unload Me
form10.Show
Else
MsgBox "帐号或密码错误!!"
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -