home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / dtc / dtc.ex_ / dtc.ex / 0 / RCDATA / TFMVIEWIMAGE / TFMVIEWIMAGE.txt
Text File  |  1998-05-13  |  739b  |  39 lines

  1. object fmViewImage: TfmViewImage
  2.   Left = 53
  3.   Top = 327
  4.   Width = 464
  5.   Height = 400
  6.   ActiveControl = pnView
  7.   Caption = 'View Image'
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object pnView: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 456
  21.     Height = 373
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object imgView: TImage
  26.       Left = 0
  27.       Top = 0
  28.       Width = 456
  29.       Height = 373
  30.       Align = alClient
  31.       AutoSize = True
  32.       Center = True
  33.       Stretch = True
  34.       OnClick = imgViewClick
  35.       OnDblClick = imgViewDblClick
  36.     end
  37.   end
  38. end
  39.