home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / oddech / tilerama / _SETUP.1 / Tilerama.exe / 0 / RCDATA / TFORMPREVIEW / TFORMPREVIEW.txt
Text File  |  2001-11-12  |  675b  |  32 lines

  1. object FormPreview: TFormPreview
  2.   Left = 192
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Board / Puzzle Preview'
  7.   ClientHeight = 164
  8.   ClientWidth = 191
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClick = FormClick
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImagePreview: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 191
  26.     Height = 164
  27.     Align = alClient
  28.     Stretch = True
  29.     OnClick = FormClick
  30.   end
  31. end
  32.