object firstform: Tfirstform Left = 305 Top = 150 BorderStyle = bsNone Caption = 'Pronto Family' ClientHeight = 496 ClientWidth = 684 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgBackGr: TImage Left = 0 Top = 0 Width = 600 Height = 420 AutoSize = True end object imgOk: TImage Left = 252 Top = 363 Width = 105 Height = 42 Cursor = 18 OnMouseDown = imgOkMouseDown OnMouseUp = imgOkMouseUp end object imgOkPress: TImage Left = 253 Top = 362 Width = 101 Height = 42 Cursor = 18 Picture.Data = {} Visible = False end end