object ChangePassForm: TChangePassForm Left = 472 Top = 176 BorderStyle = bsNone Caption = 'Pronto Family' ClientHeight = 531 ClientWidth = 487 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ImgBackgr: TImage Left = 0 Top = 0 Width = 300 Height = 390 AutoSize = True end object imgCancel: TImage Left = 156 Top = 296 Width = 109 Height = 76 Cursor = 18 OnMouseDown = imgCancelMouseDown end object imgOk: TImage Left = 35 Top = 296 Width = 111 Height = 72 Cursor = 18 OnMouseDown = imgOkMouseDown end object EditOldPass: TEdit Left = 57 Top = 77 Width = 195 Height = 21 BorderStyle = bsNone Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 0 end object EditNewPass: TEdit Left = 57 Top = 165 Width = 195 Height = 21 BorderStyle = bsNone Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 1 end object EditConfirm: TEdit Left = 56 Top = 254 Width = 192 Height = 23 BorderStyle = bsNone Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 2 OnKeyPress = EditConfirmKeyPress end end