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
Text File  |  1998-04-08  |  3KB  |  164 lines

  1. object frmUserRights: TfrmUserRights
  2.   Left = 333
  3.   Top = 191
  4.   HelpContext = 200
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Change User Rights'
  8.   ClientHeight = 269
  9.   ClientWidth = 246
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poDefaultPosOnly
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 16
  23.     Width = 114
  24.     Height = 14
  25.     Caption = 'User Domain PDC Name'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 12
  29.     Top = 64
  30.     Width = 99
  31.     Height = 14
  32.     Caption = 'User or Group Name'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 12
  36.     Top = 112
  37.     Width = 105
  38.     Height = 14
  39.     Caption = 'Right to Grant/Revoke'
  40.   end
  41.   object cbDomain: TComboBox
  42.     Left = 12
  43.     Top = 32
  44.     Width = 221
  45.     Height = 22
  46.     ItemHeight = 14
  47.     TabOrder = 0
  48.     Text = '*AUTO*'
  49.   end
  50.   object cbPrivilege: TComboBox
  51.     Left = 12
  52.     Top = 128
  53.     Width = 221
  54.     Height = 22
  55.     Style = csDropDownList
  56.     ItemHeight = 14
  57.     Items.Strings = (
  58.       'Access this computer from network'
  59.       'Act as part of the operating system'
  60.       'Add workstations to domain'
  61.       'Back up files and directories'
  62.       'Bypass traverse checking'
  63.       'Change the system time'
  64.       'Create a pagefile'
  65.       'Create a token object'
  66.       'Create permanent shared objects'
  67.       'Debug programs'
  68.       'Force shutdown from a remote system'
  69.       'Generate security audits'
  70.       'Increase quotas'
  71.       'Increase scheduling priority'
  72.       'Load and unload device drivers'
  73.       'Lock pages in memory'
  74.       'Log on as a batch job'
  75.       'Log on as a service'
  76.       'Log on locally'
  77.       'Manage auditing and security log'
  78.       'Modify firmware and environment values'
  79.       'Profile single process'
  80.       'Profile system performance'
  81.       'Replace a process level token'
  82.       'Restore files and directories'
  83.       'Shutdown the system'
  84.       'Take ownership of files and other objects')
  85.     Sorted = True
  86.     TabOrder = 2
  87.   end
  88.   object cbUserName: TComboBox
  89.     Left = 12
  90.     Top = 80
  91.     Width = 221
  92.     Height = 22
  93.     ItemHeight = 14
  94.     TabOrder = 1
  95.   end
  96.   object GroupBox1: TGroupBox
  97.     Left = 12
  98.     Top = 160
  99.     Width = 221
  100.     Height = 45
  101.     Caption = 'Grant/Revoke'
  102.     TabOrder = 3
  103.     object rbGrant: TRadioButton
  104.       Left = 16
  105.       Top = 18
  106.       Width = 77
  107.       Height = 17
  108.       Caption = '&Grant'
  109.       Checked = True
  110.       TabOrder = 0
  111.       TabStop = True
  112.     end
  113.     object rbRevoke: TRadioButton
  114.       Left = 136
  115.       Top = 18
  116.       Width = 69
  117.       Height = 17
  118.       Caption = 'Revoke'
  119.       TabOrder = 1
  120.     end
  121.   end
  122.   object btnRun: TButton
  123.     Left = 160
  124.     Top = 216
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&Run'
  128.     TabOrder = 4
  129.     OnClick = btnRunClick
  130.   end
  131.   object btnStop: TButton
  132.     Left = 16
  133.     Top = 216
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&Stop'
  137.     Enabled = False
  138.     TabOrder = 5
  139.     OnClick = btnStopClick
  140.   end
  141.   object sbSingle: TStatusBar
  142.     Left = 0
  143.     Top = 250
  144.     Width = 246
  145.     Height = 19
  146.     Enabled = False
  147.     Panels = <
  148.       item
  149.         Text = 'Sel:'
  150.         Width = 80
  151.       end
  152.       item
  153.         Text = 'Proc:'
  154.         Width = 80
  155.       end
  156.       item
  157.         Text = 'Fail:'
  158.         Width = 80
  159.       end>
  160.     SimplePanel = False
  161.     SizeGrip = False
  162.   end
  163. end
  164.