📄 frmlimited.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form Frmlimited
AutoRedraw = -1 'True
BorderStyle = 0 'None
Caption = "权限设置"
ClientHeight = 4065
ClientLeft = 0
ClientTop = 0
ClientWidth = 5835
LinkTopic = "Form1"
ScaleHeight = 4065
ScaleWidth = 5835
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin MainProject.QQForm QQForm1
Height = 4065
Left = 0
TabIndex = 0
Top = 0
Width = 5835
_ExtentX = 10292
_ExtentY = 7170
Begin MSAdodcLib.Adodc Adodc2
Height = 375
Left = 1320
Top = 3600
Visible = 0 'False
Width = 1335
_ExtentX = 2355
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
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=E:\SQL数据库设计\data\db.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\SQL数据库设计\data\db.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
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 = 2760
Top = 3240
Visible = 0 'False
Width = 1695
_ExtentX = 2990
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
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=E:\SQL数据库设计\data\db.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\SQL数据库设计\data\db.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from 管理员表"
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 MainProject.QQButton QQButton2
Height = 375
Left = 4080
TabIndex = 8
Top = 2640
Width = 855
_ExtentX = 1508
_ExtentY = 661
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 MainProject.QQButton QQButton1
Height = 375
Left = 2880
TabIndex = 7
Top = 2640
Width = 855
_ExtentX = 1508
_ExtentY = 661
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.OptionButton Option2
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 255
Left = 4080
TabIndex = 6
Top = 1920
Width = 255
End
Begin VB.OptionButton Option1
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 375
Left = 4080
TabIndex = 5
Top = 1200
Width = 255
End
Begin MSDataListLib.DataList DataList1
Bindings = "Frmlimited.frx":0000
Height = 2370
Left = 360
TabIndex = 4
Top = 1080
Width = 1935
_ExtentX = 3413
_ExtentY = 4180
_Version = 393216
ListField = "管理员名称"
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "管理员列表"
Height = 180
Left = 480
TabIndex = 3
Top = 720
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "超级管理员:"
Height = 180
Index = 1
Left = 2880
TabIndex = 2
Top = 1920
Width = 1080
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "普通管理员:"
Height = 180
Index = 0
Left = 2880
TabIndex = 1
Top = 1200
Width = 1080
End
End
End
Attribute VB_Name = "Frmlimited"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub DataList1_Click()
Adodc2.RecordSource = "select * from 管理员表 where 管理员名称='" & DataList1.BoundText & "'"
Adodc2.Refresh
If Adodc2.Recordset.Fields("权限") = "超级" Then
Option2.Value = True
Else
Option1.Value = True
End If
End Sub
Private Sub QQButton1_Click()
Dim temp As Integer
temp = MsgBox("确定要修改此权限吗?", 1 + 48, "提示")
If temp = 1 Then
If Option1.Value = True Then
Adodc2.Recordset.Fields("权限") = "普通"
Else
Adodc2.Recordset.Fields("权限") = "超级"
End If
Adodc2.Recordset.Update
MsgBox "修改成功!"
End If
End Sub
Private Sub QQButton2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -