object frmPassword: TfrmPassword Left = 658 Top = 118 BorderStyle = bsToolWindow Caption = 'Enter Password' ClientHeight = 72 ClientWidth = 234 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 20 Width = 49 Height = 13 Hint = 'NOT case sensitive' Caption = 'Password:' ParentShowHint = False ShowHint = True end object btnOK: TButton Left = 152 Top = 8 Width = 75 Height = 25 Hint = 'Got it!' Caption = '&OK' Default = True ModalResult = 1 ParentShowHint = False ShowHint = True TabOrder = 1 end object btnCancel: TButton Left = 152 Top = 40 Width = 75 Height = 25 Hint = 'Forget it, I don'#39't know the password' Cancel = True Caption = '&Cancel' ModalResult = 2 ParentShowHint = False ShowHint = True TabOrder = 2 end object txtPassword: TEdit Left = 64 Top = 16 Width = 73 Height = 21 Hint = 'NOT case sensitive' MaxLength = 10 ParentShowHint = False PasswordChar = '*' ShowHint = True TabOrder = 0 end end