object Form22: TForm22 Left = 185 Top = 125 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Customize MCPLock' ClientHeight = 264 ClientWidth = 361 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 64 Width = 113 Height = 33 Caption = 'Click Change password to change password.' WordWrap = True end object Label2: TLabel Left = 176 Top = 56 Width = 169 Height = 39 Caption = 'After 3 unsuccessful tries to gain access to system you can choo' + 'se action below.' WordWrap = True end object Label3: TLabel Left = 8 Top = 152 Width = 121 Height = 41 Caption = 'To make MCPLock more secure, select options below:' WordWrap = True end object Label4: TLabel Left = 8 Top = 8 Width = 73 Height = 36 Caption = 'MCP' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -32 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label5: TLabel Left = 85 Top = 6 Width = 80 Height = 40 Caption = 'Lock' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -35 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label6: TLabel Left = 176 Top = 16 Width = 177 Height = 26 Caption = 'Lock out Master Control Panel from unwanted access' WordWrap = True end object Bevel1: TBevel Left = 0 Top = 48 Width = 361 Height = 9 Shape = bsTopLine Style = bsRaised end object Button1: TButton Left = 8 Top = 104 Width = 97 Height = 25 Caption = 'Change password' TabOrder = 0 OnClick = Button1Click end object CheckBox3: TCheckBox Left = 8 Top = 200 Width = 121 Height = 17 Caption = 'Disable System edits' Enabled = False TabOrder = 1 OnClick = CheckBox3Click end object CheckBox4: TCheckBox Left = 8 Top = 224 Width = 121 Height = 17 Caption = 'Cross check security' Enabled = False TabOrder = 2 OnClick = CheckBox4Click end object Button2: TButton Left = 296 Top = 232 Width = 49 Height = 25 Caption = '&Close' Default = True TabOrder = 3 OnClick = Button2Click end object GroupBox1: TGroupBox Left = 160 Top = 112 Width = 185 Height = 113 Caption = 'Choose option below for action:' TabOrder = 4 object CheckBox1: TCheckBox Left = 8 Top = 16 Width = 121 Height = 17 Caption = 'Shutdown Windows' TabOrder = 0 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 8 Top = 40 Width = 97 Height = 17 Caption = 'Disable Drives' Enabled = False TabOrder = 1 OnClick = CheckBox2Click end object CheckBox5: TCheckBox Left = 8 Top = 64 Width = 97 Height = 17 Caption = 'Exit MCP3' TabOrder = 2 OnClick = CheckBox5Click end object CheckBox6: TCheckBox Left = 8 Top = 88 Width = 97 Height = 17 Caption = 'Bypass on entry' Enabled = False TabOrder = 3 OnClick = CheckBox6Click end end end