object PWDlg: TPWDlg Left = 72 Top = 101 ActiveControl = PasWrd BorderStyle = bsDialog Caption = 'Password' ClientHeight = 127 ClientWidth = 280 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 4 Top = 20 Width = 187 Height = 67 AutoSize = False Caption = 'Now, Enter New Password:' WordWrap = True end object Label2: TLabel Left = 66 Top = 2 Width = 32 Height = 12 Alignment = taCenter Caption = 'Test' Font.Color = clWindowText Font.Height = -13 Font.Name = 'Terminal' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 162 Top = 2 Width = 24 Height = 8 Alignment = taCenter Caption = 'Test' Font.Color = clWindowText Font.Height = -8 Font.Name = 'Terminal' Font.Style = [] ParentFont = False end object PasWrd: TEdit Left = 194 Top = 16 Width = 79 Height = 24 MaxLength = 15 TabOrder = 0 OnKeyDown = FormKeyDown end object OKBtn: TButton Left = 194 Top = 94 Width = 79 Height = 29 Caption = '&OK' TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 6 Top = 94 Width = 77 Height = 29 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = OKBtnClick end object Button1: TButton Left = 116 Top = 106 Width = 43 Height = 17 Caption = 'Button1' TabOrder = 3 end end