home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0496 / 0496.ZIP / _SETUP.1 / CrossdownDemo.exe / 0 / RCDATA / TCLUESFORM / TCLUESFORM.txt
Encoding:
Text File  |  1997-03-23  |  677 b   |  34 lines

  1. object CluesForm: TCluesForm
  2.   Left = 231
  3.   Top = 107
  4.   Width = 235
  5.   Height = 287
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Clues'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   OnDeactivate = FormDeactivate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ClueList: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 227
  22.     Height = 260
  23.     Align = alClient
  24.     Font.Color = clBlack
  25.     Font.Height = -15
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = []
  28.     ItemHeight = 17
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     OnClick = ClueListClick
  32.   end
  33. end
  34.