📄 frmaclmanage.frm
字号:
VERSION 5.00
Begin VB.Form frmAclManager
BorderStyle = 3 'Fixed Dialog
Caption = "权限分配"
ClientHeight = 6330
ClientLeft = 45
ClientTop = 330
ClientWidth = 5850
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6330
ScaleWidth = 5850
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 6405
Left = 0
TabIndex = 0
Top = -60
Width = 5835
Begin VB.ComboBox CmbOptLevel
Height = 300
ItemData = "frmAclManage.frx":0000
Left = 3900
List = "frmAclManage.frx":0019
Style = 2 'Dropdown List
TabIndex = 20
Top = 660
Width = 1755
End
Begin VB.ComboBox CmbUserType
Height = 300
ItemData = "frmAclManage.frx":0055
Left = 3900
List = "frmAclManage.frx":006B
Style = 2 'Dropdown List
TabIndex = 19
Top = 270
Width = 1755
End
Begin VB.CheckBox ChkEntry
Caption = "写公用文档"
Height = 225
Index = 7
Left = 3180
TabIndex = 18
Top = 2940
Width = 2500
End
Begin VB.CheckBox ChkEntry
Caption = "创建Lotus Script/Java代理"
Height = 225
Index = 5
Left = 3180
TabIndex = 17
Top = 2400
Width = 2550
End
Begin VB.CheckBox ChkEntry
Caption = "创建共享视图/文件夹"
Height = 225
Index = 4
Left = 3180
TabIndex = 16
Top = 2130
Width = 2500
End
Begin VB.CheckBox ChkEntry
Caption = "创建个人视图/文件夹"
Height = 225
Index = 3
Left = 3180
TabIndex = 15
Top = 1860
Width = 2500
End
Begin VB.CheckBox ChkEntry
Caption = "创建个人代理"
Height = 225
Index = 2
Left = 3180
TabIndex = 14
Top = 1590
Width = 2500
End
Begin VB.CheckBox ChkEntry
Caption = "删除文档"
Height = 225
Index = 1
Left = 3180
TabIndex = 13
Top = 1320
Width = 1905
End
Begin VB.CheckBox ChkEntry
Caption = "读取公用文档"
Height = 225
Index = 6
Left = 3180
TabIndex = 12
Top = 2670
Width = 2500
End
Begin VB.CheckBox ChkEntry
Caption = "创建文档"
Height = 225
Index = 0
Left = 3180
TabIndex = 11
Top = 1080
Width = 1905
End
Begin VB.ListBox LstRole
Height = 1740
ItemData = "frmAclManage.frx":009F
Left = 3150
List = "frmAclManage.frx":00A1
Style = 1 'Checkbox
TabIndex = 10
Top = 3420
Width = 2385
End
Begin VB.CommandButton cmd
Cancel = -1 'True
Caption = "取消"
Height = 405
Index = 1
Left = 3420
TabIndex = 9
Top = 5850
Width = 1065
End
Begin VB.CommandButton cmd
Caption = "确定"
Default = -1 'True
Height = 405
Index = 0
Left = 1470
TabIndex = 8
Top = 5850
Width = 1065
End
Begin VB.CommandButton cmd
Caption = "删除"
Height = 315
Index = 5
Left = 4530
TabIndex = 7
Top = 5280
Width = 855
End
Begin VB.CommandButton cmd
Caption = "增加"
Height = 315
Index = 4
Left = 3390
TabIndex = 6
Top = 5280
Width = 855
End
Begin VB.CommandButton cmd
Caption = "删除"
Height = 315
Index = 3
Left = 1410
TabIndex = 5
Top = 5280
Width = 855
End
Begin VB.CommandButton cmd
Caption = "增加"
Height = 315
Index = 2
Left = 420
TabIndex = 4
Top = 5280
Width = 855
End
Begin VB.ListBox LstAclList
Height = 3840
Left = 180
TabIndex = 3
Top = 1290
Width = 2325
End
Begin VB.ComboBox CmbDBName
Height = 300
ItemData = "frmAclManage.frx":00A3
Left = 180
List = "frmAclManage.frx":00A5
Style = 2 'Dropdown List
TabIndex = 2
Top = 600
Width = 2355
End
Begin VB.ListBox LstDbPath
Height = 420
Left = -930
TabIndex = 1
Top = -420
Visible = 0 'False
Width = 2325
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "角色:"
Height = 180
Index = 4
Left = 3150
TabIndex = 25
Top = 3210
Width = 450
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "存取级别:"
Height = 180
Index = 3
Left = 2910
TabIndex = 24
Top = 720
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "用户类型:"
Height = 180
Index = 2
Left = 2910
TabIndex = 23
Top = 330
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "控制存取列表:"
Height = 180
Index = 1
Left = 180
TabIndex = 22
Top = 1020
Width = 1170
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "数据库名:"
Height = 180
Index = 0
Left = 180
TabIndex = 21
Top = 330
Width = 810
End
Begin VB.Line Line1
X1 = 120
X2 = 5670
Y1 = 5730
Y2 = 5730
End
End
End
Attribute VB_Name = "frmAclManager"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private mDBAcls As Collection
'06-04-24Private mCurrentAcl As NotesACL
Private LastEntry As Long '一个变量引起的毛病。
Private mNotIsFirst As Boolean
Private Sub ChkEntry_Click(Index As Integer)
AclChange
End Sub
Private Sub cmbDBName_Click()
DBChange
End Sub
Private Sub CmbOptLevel_Click()
'mCurrentAclEntry.Level = 6 - Me.CmbOptLevel.ListIndex
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -