home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0497 / 0497.ZIP / _SETUP.1 / EnigmacrossDemo.exe / 0 / RCDATA / TEMXDEMOSOLVEFORM / TEMXDEMOSOLVEFORM.txt
Encoding:
Text File  |  1997-04-01  |  1.0 KB  |  49 lines

  1. object EmxDemoSolveForm: TEmxDemoSolveForm
  2.   Left = 40
  3.   Top = 225
  4.   Width = 725
  5.   Height = 107
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Acrostic Clue A'
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnDeactivate = FormDeactivate
  16.   OnKeyPress = FormKeyPress
  17.   OnMouseDown = FormMouseDown
  18.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SolveGrid: TPaintBox
  23.     Left = 8
  24.     Top = 44
  25.     Width = 689
  26.     Height = 23
  27.     Font.Color = clBlack
  28.     Font.Height = -15
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     OnMouseDown = SolveGridMouseDown
  33.     OnPaint = SolveGridPaint
  34.   end
  35.   object ClueLbl: TLabel
  36.     Left = 8
  37.     Top = 16
  38.     Width = 46
  39.     Height = 17
  40.     Caption = 'ClueLbl'
  41.     Font.Color = clBlack
  42.     Font.Height = -15
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48. end
  49.