📄 欢迎使用考勤管理系统.frm
字号:
VERSION 5.00
Begin VB.Form 欢迎使用考勤管理系统
Caption = "欢迎使用考勤管理系统"
ClientHeight = 6825
ClientLeft = 60
ClientTop = 450
ClientWidth = 12705
LinkTopic = "Form1"
ScaleHeight = 6825
ScaleWidth = 12705
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 7320
TabIndex = 6
Top = 4200
Width = 2415
End
Begin VB.CommandButton Command1
Caption = "登录"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 1440
TabIndex = 5
Top = 4200
Width = 2535
End
Begin VB.TextBox Text2
Height = 735
IMEMode = 3 'DISABLE
Left = 3840
PasswordChar = "*"
TabIndex = 3
Top = 2520
Width = 5775
End
Begin VB.TextBox Text1
Height = 615
Left = 3840
TabIndex = 0
Top = 1320
Width = 5775
End
Begin VB.Label Label3
Caption = "欢迎使用考勤管理系统"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 3960
TabIndex = 4
Top = 360
Width = 3855
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 = 855
Left = 480
TabIndex = 2
Top = 2400
Width = 3015
End
Begin VB.Label Label1
Caption = "用户名"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 480
TabIndex = 1
Top = 1320
Width = 2895
End
End
Attribute VB_Name = "欢迎使用考勤管理系统"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Val(Text1) = 405110307 And Val(Text2) = 850115 Then
考勤管理系统.Show vbnodal
Else
MsgBox ("用户名或密码错误")
End If
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -