object PwForm: TPwForm Left = 201 Top = 138 BorderStyle = bsNone Caption = 'Enter Password' ClientHeight = 140 ClientWidth = 276 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 0 Top = 0 Width = 276 Height = 140 Align = alClient TabOrder = 0 object PWLabel1: TLabel Left = 9 Top = 5 Width = 257 Height = 41 AutoSize = False Caption = 'This installation is password-protected. Please enter the correc' + 't password to continue with the installation.' WordWrap = True end object PWLabel2: TLabel Left = 10 Top = 53 Width = 59 Height = 13 Caption = 'Password:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Password: TEdit Left = 79 Top = 50 Width = 186 Height = 21 PasswordChar = '*' TabOrder = 0 end object OK: TButton Left = 55 Top = 96 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKClick end object Cancel: TButton Left = 145 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelClick end end end