object Password: TPassword Left = 215 Top = 399 BorderIcons = [] BorderStyle = bsDialog Caption = 'Security' ClientHeight = 93 ClientWidth = 233 Color = clBtnFace DragMode = dmAutomatic ParentFont = True OldCreateOrder = True Position = poScreenCenter OnActivate = ClearPass PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 92 Height = 13 Caption = 'Fill in the password:' end object Paswoord: TEdit Left = 8 Top = 24 Width = 217 Height = 21 PasswordChar = '*' TabOrder = 0 end object OKBtn: TButton Left = 38 Top = 59 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 118 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end