home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM22 / TFORM22.txt
Text File  |  1998-05-10  |  4KB  |  172 lines

  1. object Form22: TForm22
  2.   Left = 185
  3.   Top = 125
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize MCPLock'
  7.   ClientHeight = 264
  8.   ClientWidth = 361
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 64
  21.     Width = 113
  22.     Height = 33
  23.     Caption = 'Click Change password to change password.'
  24.     WordWrap = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 176
  28.     Top = 56
  29.     Width = 169
  30.     Height = 39
  31.     Caption = 
  32.       'After 3 unsuccessful tries to gain access to system you can choo' +
  33.       'se action below.'
  34.     WordWrap = True
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 152
  39.     Width = 121
  40.     Height = 41
  41.     Caption = 'To make MCPLock more secure, select options below:'
  42.     WordWrap = True
  43.   end
  44.   object Label4: TLabel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 73
  48.     Height = 36
  49.     Caption = 'MCP'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clNavy
  52.     Font.Height = -32
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold, fsItalic]
  55.     ParentFont = False
  56.   end
  57.   object Label5: TLabel
  58.     Left = 85
  59.     Top = 6
  60.     Width = 80
  61.     Height = 40
  62.     Caption = 'Lock'
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clRed
  65.     Font.Height = -35
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold, fsItalic]
  68.     ParentFont = False
  69.   end
  70.   object Label6: TLabel
  71.     Left = 176
  72.     Top = 16
  73.     Width = 177
  74.     Height = 26
  75.     Caption = 'Lock out Master Control Panel from unwanted access'
  76.     WordWrap = True
  77.   end
  78.   object Bevel1: TBevel
  79.     Left = 0
  80.     Top = 48
  81.     Width = 361
  82.     Height = 9
  83.     Shape = bsTopLine
  84.     Style = bsRaised
  85.   end
  86.   object Button1: TButton
  87.     Left = 8
  88.     Top = 104
  89.     Width = 97
  90.     Height = 25
  91.     Caption = 'Change password'
  92.     TabOrder = 0
  93.     OnClick = Button1Click
  94.   end
  95.   object CheckBox3: TCheckBox
  96.     Left = 8
  97.     Top = 200
  98.     Width = 121
  99.     Height = 17
  100.     Caption = 'Disable System edits'
  101.     Enabled = False
  102.     TabOrder = 1
  103.     OnClick = CheckBox3Click
  104.   end
  105.   object CheckBox4: TCheckBox
  106.     Left = 8
  107.     Top = 224
  108.     Width = 121
  109.     Height = 17
  110.     Caption = 'Cross check security'
  111.     Enabled = False
  112.     TabOrder = 2
  113.     OnClick = CheckBox4Click
  114.   end
  115.   object Button2: TButton
  116.     Left = 296
  117.     Top = 232
  118.     Width = 49
  119.     Height = 25
  120.     Caption = '&Close'
  121.     Default = True
  122.     TabOrder = 3
  123.     OnClick = Button2Click
  124.   end
  125.   object GroupBox1: TGroupBox
  126.     Left = 160
  127.     Top = 112
  128.     Width = 185
  129.     Height = 113
  130.     Caption = 'Choose option below for action:'
  131.     TabOrder = 4
  132.     object CheckBox1: TCheckBox
  133.       Left = 8
  134.       Top = 16
  135.       Width = 121
  136.       Height = 17
  137.       Caption = 'Shutdown Windows'
  138.       TabOrder = 0
  139.       OnClick = CheckBox1Click
  140.     end
  141.     object CheckBox2: TCheckBox
  142.       Left = 8
  143.       Top = 40
  144.       Width = 97
  145.       Height = 17
  146.       Caption = 'Disable Drives'
  147.       Enabled = False
  148.       TabOrder = 1
  149.       OnClick = CheckBox2Click
  150.     end
  151.     object CheckBox5: TCheckBox
  152.       Left = 8
  153.       Top = 64
  154.       Width = 97
  155.       Height = 17
  156.       Caption = 'Exit MCP3'
  157.       TabOrder = 2
  158.       OnClick = CheckBox5Click
  159.     end
  160.     object CheckBox6: TCheckBox
  161.       Left = 8
  162.       Top = 88
  163.       Width = 97
  164.       Height = 17
  165.       Caption = 'Bypass on entry'
  166.       Enabled = False
  167.       TabOrder = 3
  168.       OnClick = CheckBox6Click
  169.     end
  170.   end
  171. end
  172.