object PasswordForm: TPasswordForm Left = 277 Top = 222 ActiveControl = edPassword BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Password Dialog' ClientHeight = 89 ClientWidth = 236 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 14 object lbPrompt: TLabel Left = 8 Top = 5 Width = 81 Height = 14 Caption = 'Enter password:' end object edPassword: TEdit Left = 8 Top = 23 Width = 220 Height = 22 PasswordChar = '*' TabOrder = 0 OnChange = edPasswordChange end object btnOK: TButton Left = 28 Top = 56 Width = 75 Height = 25 Caption = '&OK' Default = True Enabled = False ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 132 Top = 56 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 OnClick = btnCancelClick end end