object Form4: TForm4 Left = 303 Top = 214 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Enter Password' ClientHeight = 140 ClientWidth = 326 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 0 Top = 0 Width = 326 Height = 140 Align = alClient Shape = bsFrame end object Label1: TLabel Left = 4 Top = 10 Width = 318 Height = 37 Alignment = taCenter AutoSize = False Caption = 'PowerSettings' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 4 Top = 8 Width = 319 Height = 37 Alignment = taCenter AutoSize = False Caption = 'PowerSettings' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Bevel1: TBevel Left = 5 Top = 83 Width = 316 Height = 52 end object EnterButton: TSpeedButton Left = 239 Top = 108 Width = 80 Height = 25 Caption = 'Enter' Enabled = False Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = EnterButtonClick end object Label3: TLabel Left = 4 Top = 49 Width = 319 Height = 13 Alignment = taCenter AutoSize = False Caption = '(C)(R) Ren� Vindum aka The Master / Silents Denmark' Transparent = True end object SpeedButton1: TSpeedButton Left = 158 Top = 108 Width = 81 Height = 25 Caption = 'Cancel' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 20 Top = 108 Width = 81 Height = 25 Caption = 'Use key file' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = SpeedButton2Click end object SpeedButton3: TSpeedButton Left = 8 Top = 108 Width = 12 Height = 25 Caption = '!' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = SpeedButton3Click end object Edit1: TEdit Left = 8 Top = 85 Width = 310 Height = 21 CharCase = ecUpperCase PasswordChar = '*' TabOrder = 0 OnChange = Edit1Change OnKeyDown = Edit1KeyDown end end