object fmViewImage: TfmViewImage Left = 53 Top = 327 Width = 464 Height = 400 ActiveControl = pnView Caption = 'View Image' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object pnView: TPanel Left = 0 Top = 0 Width = 456 Height = 373 Align = alClient BevelOuter = bvNone TabOrder = 0 object imgView: TImage Left = 0 Top = 0 Width = 456 Height = 373 Align = alClient AutoSize = True Center = True Stretch = True OnClick = imgViewClick OnDblClick = imgViewDblClick end end end