object PassForm: TPassForm Left = 222 Top = 207 BorderIcons = [biMaximize] BorderStyle = bsDialog Caption = 'Enter Password' ClientHeight = 125 ClientWidth = 289 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 32 Top = 58 Width = 46 Height = 13 Caption = 'Password' end object Label1: TLabel Left = 24 Top = 16 Width = 233 Height = 33 AutoSize = False Caption = 'Enter your password here, check save so that you don'#39't have to k' + 'ey in again next time.' end object passwordEdit: TEdit Left = 88 Top = 54 Width = 105 Height = 21 PasswordChar = '*' TabOrder = 0 end object BitBtn1: TBitBtn Left = 112 Top = 88 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 200 Top = 88 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end object SavePasswordCheck: TCheckBox Left = 200 Top = 56 Width = 73 Height = 17 Caption = 'Save' TabOrder = 3 end end