object PasswordDlg: TPasswordDlg Left = 199 Top = 190 ActiveControl = Password BorderStyle = bsDialog Caption = 'Password Dialog' ClientHeight = 63 ClientWidth = 434 Font.Color = clBlack Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 434 Height = 63 Align = alClient BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 9 Top = 7 Width = 304 Height = 19 AutoSize = False Caption = 'File requires password (up to 80 chars) :' end object Password: TEdit Left = 9 Top = 32 Width = 343 Height = 24 MaxLength = 80 PasswordChar = '*' TabOrder = 0 end object Button2: TButton Left = 357 Top = 33 Width = 68 Height = 22 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object Button1: TButton Left = 357 Top = 9 Width = 68 Height = 22 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end end end