home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / Butonz / _SETUP.1 / tilez.exe / 0 / RCDATA / TPREFORM / TPREFORM.txt
Text File  |  1998-09-11  |  1KB  |  56 lines

  1. object PreForm: TPreForm
  2.   Left = 347
  3.   Top = 330
  4.   BorderStyle = bsSizeToolWin
  5.   AutoScroll = False
  6.   Caption = 'Preview'
  7.   ClientHeight = 93
  8.   ClientWidth = 116
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PGImage1: TPGImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 116
  24.     Height = 93
  25.     Align = alClient
  26.     AutoScroll = False
  27.     Color = clWhite
  28.     ParentColor = False
  29.     PopupMenu = PopupMenu1
  30.     TabOrder = 0
  31.     OnClick = PGImage1Click
  32.     Center = True
  33.     PicBoxColor = clWhite
  34.     PicBoxCursor = crDefault
  35.     PicBoxDragCursor = crDrag
  36.     PicBoxDragMode = dmManual
  37.     PicBoxParentColor = True
  38.     PicBoxParentShowHint = True
  39.     PicBoxPopupMenu = PopupMenu1
  40.     PicBoxShowHint = False
  41.     PicBoxTag = 0
  42.     Stretch = sZoomKAR
  43.     ZoomFactor = 1.000000000000000000
  44.     PicBoxOnClick = PGImage1PicBoxOnClick
  45.   end
  46.   object PopupMenu1: TPopupMenu
  47.     Left = 18
  48.     Top = 26
  49.     object Tiling1: TMenuItem
  50.       Caption = '&Tiling'
  51.       ShortCut = 0
  52.       OnClick = Tiling1Click
  53.     end
  54.   end
  55. end
  56.