object PassWordCheckForm: TPassWordCheckForm Left = 469 Top = 168 BorderStyle = bsDialog Caption = 'Password Change' ClientHeight = 120 ClientWidth = 249 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 11 Top = 20 Width = 68 Height = 13 Alignment = taRightJustify Caption = 'Old Password:' end object Label2: TLabel Left = 4 Top = 51 Width = 74 Height = 13 Alignment = taRightJustify Caption = 'New Password:' end object OldPassword: TEdit Left = 80 Top = 16 Width = 153 Height = 21 TabOrder = 0 end object NewPassword: TEdit Left = 80 Top = 48 Width = 153 Height = 21 TabOrder = 1 end object Button1: TButton Left = 37 Top = 84 Width = 77 Height = 26 Caption = '&Ok' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 136 Top = 84 Width = 77 Height = 26 Caption = '&Cancel' TabOrder = 3 OnClick = Button2Click end end