object ImageForm: TImageForm Left = 248 Top = 200 Width = 435 Height = 300 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True BorderIcons = [] BorderStyle = bsSingle Caption = 'FmEdit95 - Full Screen View - Double click screen to Exit' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefault WindowState = wsMaximized OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Image2: TImage Left = 0 Top = 0 Width = 427 Height = 273 Align = alClient AutoSize = True Center = True OnDblClick = Exit1Click end object Label1: TLabel Left = 8 Top = 8 Width = 310 Height = 24 Caption = 'Please Wait .. Transferring Image' Font.Color = clBlack Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end