home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TIMAGEFORM / TIMAGEFORM.txt
Text File  |  1998-01-18  |  921b  |  43 lines

  1. object ImageForm: TImageForm
  2.   Left = 248
  3.   Top = 200
  4.   Width = 435
  5.   Height = 300
  6.   HorzScrollBar.Tracking = True
  7.   VertScrollBar.Tracking = True
  8.   BorderIcons = []
  9.   BorderStyle = bsSingle
  10.   Caption = 'FmEdit95 - Full Screen View - Double click screen to Exit'
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poDefault
  16.   WindowState = wsMaximized
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image2: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 427
  24.     Height = 273
  25.     Align = alClient
  26.     AutoSize = True
  27.     Center = True
  28.     OnDblClick = Exit1Click
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 310
  34.     Height = 24
  35.     Caption = 'Please Wait .. Transferring Image'
  36.     Font.Color = clBlack
  37.     Font.Height = -19
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42. end
  43.