object PasswordForm: TPasswordForm Left = 236 Top = 119 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'PasswordForm' ClientHeight = 106 ClientWidth = 303 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 285 Height = 53 Caption = 'ENTER PASSWORD' Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Password: TEdit Left = 7 Top = 24 Width = 269 Height = 21 CharCase = ecUpperCase Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end end object OKButton: TButton Left = 237 Top = 74 Width = 56 Height = 25 Caption = '&OK' TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 178 Top = 74 Width = 56 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end