home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Registry
/
Mregchg
/
_SETUP.1
/
mregchg.exe
/
0
/
RCDATA
/
TFRMUSERRIGHTS
/
TFRMUSERRIGHTS.txt
Wrap
Text File
|
1998-04-08
|
3KB
|
164 lines
object frmUserRights: TfrmUserRights
Left = 333
Top = 191
HelpContext = 200
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Change User Rights'
ClientHeight = 269
ClientWidth = 246
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poDefaultPosOnly
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 12
Top = 16
Width = 114
Height = 14
Caption = 'User Domain PDC Name'
end
object Label2: TLabel
Left = 12
Top = 64
Width = 99
Height = 14
Caption = 'User or Group Name'
end
object Label3: TLabel
Left = 12
Top = 112
Width = 105
Height = 14
Caption = 'Right to Grant/Revoke'
end
object cbDomain: TComboBox
Left = 12
Top = 32
Width = 221
Height = 22
ItemHeight = 14
TabOrder = 0
Text = '*AUTO*'
end
object cbPrivilege: TComboBox
Left = 12
Top = 128
Width = 221
Height = 22
Style = csDropDownList
ItemHeight = 14
Items.Strings = (
'Access this computer from network'
'Act as part of the operating system'
'Add workstations to domain'
'Back up files and directories'
'Bypass traverse checking'
'Change the system time'
'Create a pagefile'
'Create a token object'
'Create permanent shared objects'
'Debug programs'
'Force shutdown from a remote system'
'Generate security audits'
'Increase quotas'
'Increase scheduling priority'
'Load and unload device drivers'
'Lock pages in memory'
'Log on as a batch job'
'Log on as a service'
'Log on locally'
'Manage auditing and security log'
'Modify firmware and environment values'
'Profile single process'
'Profile system performance'
'Replace a process level token'
'Restore files and directories'
'Shutdown the system'
'Take ownership of files and other objects')
Sorted = True
TabOrder = 2
end
object cbUserName: TComboBox
Left = 12
Top = 80
Width = 221
Height = 22
ItemHeight = 14
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 12
Top = 160
Width = 221
Height = 45
Caption = 'Grant/Revoke'
TabOrder = 3
object rbGrant: TRadioButton
Left = 16
Top = 18
Width = 77
Height = 17
Caption = '&Grant'
Checked = True
TabOrder = 0
TabStop = True
end
object rbRevoke: TRadioButton
Left = 136
Top = 18
Width = 69
Height = 17
Caption = 'Revoke'
TabOrder = 1
end
end
object btnRun: TButton
Left = 160
Top = 216
Width = 75
Height = 25
Caption = '&Run'
TabOrder = 4
OnClick = btnRunClick
end
object btnStop: TButton
Left = 16
Top = 216
Width = 75
Height = 25
Caption = '&Stop'
Enabled = False
TabOrder = 5
OnClick = btnStopClick
end
object sbSingle: TStatusBar
Left = 0
Top = 250
Width = 246
Height = 19
Enabled = False
Panels = <
item
Text = 'Sel:'
Width = 80
end
item
Text = 'Proc:'
Width = 80
end
item
Text = 'Fail:'
Width = 80
end>
SimplePanel = False
SizeGrip = False
end
end