object ViewImageForm: TViewImageForm Left = 267 Top = 216 BorderStyle = bsNone Caption = 'Pronto Family' ClientHeight = 381 ClientWidth = 631 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object imgBackGr: TImage Left = 0 Top = 0 Width = 597 Height = 338 AutoSize = True end object imgCancel: TImage Left = 514 Top = 288 Width = 60 Height = 37 Cursor = 18 OnMouseDown = imgCancelMouseDown end object imgView: TImage Left = 48 Top = 36 Width = 497 Height = 248 end object ImgSource: TImage Left = 48 Top = 36 Width = 497 Height = 248 Visible = False end object btnUP: TImage Left = 549 Top = 32 Width = 33 Height = 25 Cursor = 18 Picture.Data = {} OnMouseDown = btnUPMouseDown end object btnDown: TImage Left = 549 Top = 255 Width = 33 Height = 25 Cursor = 18 Picture.Data = {} OnMouseDown = btnDownMouseDown end object btnRight: TImage Left = 480 Top = 288 Width = 25 Height = 33 Cursor = 18 Picture.Data = {} OnMouseDown = btnRightMouseDown end object btnLeft: TImage Left = 40 Top = 288 Width = 25 Height = 33 Cursor = 18 Picture.Data = {} OnMouseDown = btnLeftMouseDown end end