📄 form1.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form1
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin MSAdodcLib.Adodc Adodc2
Height = 375
Left = 360
Top = 1920
Visible = 0 'False
Width = 1560
_ExtentX = 2752
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\WINDOWS\jyj.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\WINDOWS\jyj.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "id"
Caption = "Adodc2"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 360
Top = 2400
Visible = 0 'False
Width = 1575
_ExtentX = 2778
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\WINDOWS\jyj.mdb;Mode=ReadWrite|Share Deny None;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\WINDOWS\jyj.mdb;Mode=ReadWrite|Share Deny None;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "initi"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.CommandButton Command2
Cancel = -1 'True
Caption = "取消(&C)"
Height = 375
Left = 3360
TabIndex = 6
Top = 2400
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "登陆(&S)"
Default = -1 'True
Height = 375
Left = 2040
TabIndex = 5
Top = 2400
Width = 1095
End
Begin VB.TextBox Text2
DataSource = "Adodc2"
Height = 375
IMEMode = 3 'DISABLE
Left = 1560
PasswordChar = "*"
TabIndex = 1
Text = "111111"
Top = 1800
Width = 2415
End
Begin VB.TextBox Text1
DataSource = "Adodc1"
Height = 375
Left = 1560
TabIndex = 0
Text = "user1"
Top = 1200
Width = 2415
End
Begin VB.Label Label3
Alignment = 2 'Center
BeginProperty Font
Name = "黑体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 480
TabIndex = 4
Top = 240
Width = 3735
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
Caption = "密 码:"
Height = 375
Left = 480
TabIndex = 3
Top = 1800
Width = 855
End
Begin VB.Label Label1
Alignment = 1 'Right Justify
Caption = "用户名:"
Height = 375
Left = 480
TabIndex = 2
Top = 1200
Width = 855
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim regested As Boolean, admin As Boolean
Private Sub Command1_Click()
Dim flag1 As Boolean
Static i As Integer
flag1 = False
Adodc2.Recordset.MoveFirst
Do
admin = Adodc2.Recordset("ability")
If Text1.Text = Adodc2.Recordset("user") And Text2.Text = Adodc2.Recordset("password") Then
If admin Then
Form2.Caption = "管理员身份登陆,可以进行初始化设置"
Else
Form2.Caption = "用户身份登陆"
End If
Form2.Show
flag1 = True
End If
Adodc2.Recordset.MoveNext
Loop Until Adodc2.Recordset.EOF = True
If flag1 Then
Unload Form1
Else
If i < 3 Then
MsgBox "密码或用户名错误,请重试", , Adodc1.Recordset("caption")
i = i + 1
Else
MsgBox "输入超过3次,资格取消", , Adodc1.Recordset("caption")
Unload Form1
End If
End If
End Sub
Private Sub Command2_Click()
Unload Form1
End Sub
Private Sub Form_Load()
Dim a As String, b As String
'打开“jyj.ini”文件
a = Adodc1.Recordset("caption")
'读取“caption”字串
b = Adodc1.Recordset("name")
Form1.Caption = a
Label3.Caption = b
Move Screen.Width / 3, Screen.Height / 3
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -