home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Kid's Games 2 / 100gamesII.iso / PROGRAMS / CCWIN / CCWIN412.EXE / ccw4.exe / 0 / RCDATA / TEVALDI / TEVALDI.txt
Text File  |  1998-05-22  |  2KB  |  102 lines

  1. object EvalDi: TEvalDi
  2.   Left = 305
  3.   Top = 312
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Crossword Compiler Evaluation'
  8.   ClientHeight = 230
  9.   ClientWidth = 359
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 345
  22.     Height = 153
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 24
  27.     Top = 24
  28.     Width = 210
  29.     Height = 13
  30.     Caption = 'Thank you for trying out Crossword Compiler.'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 24
  34.     Top = 48
  35.     Width = 313
  36.     Height = 41
  37.     AutoSize = False
  38.     Caption = 
  39.       'This is an evaluation copy which you may freely use for 30 days.' +
  40.       ' If you wish to continue using the program after that time you s' +
  41.       'hould order the full product.'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clRed
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     WordWrap = True
  49.   end
  50.   object Label3: TLabel
  51.     Left = 24
  52.     Top = 96
  53.     Width = 321
  54.     Height = 52
  55.     AutoSize = False
  56.     Caption = 
  57.       'This evaluation version can only create puzzles up to 10 by 10 s' +
  58.       'quares - the full program can create puzzles up to 50 by 50 squa' +
  59.       'res. Features to create and edit word lists are also disabled in' +
  60.       ' this version.'
  61.     WordWrap = True
  62.   end
  63.   object OKBtn: TButton
  64.     Left = 15
  65.     Top = 168
  66.     Width = 162
  67.     Height = 25
  68.     Caption = '&Evaluate program'
  69.     ModalResult = 1
  70.     TabOrder = 3
  71.     OnClick = OKBtnClick
  72.   end
  73.   object Button1: TButton
  74.     Left = 184
  75.     Top = 168
  76.     Width = 169
  77.     Height = 25
  78.     Caption = '&Show ordering information'
  79.     Default = True
  80.     TabOrder = 0
  81.     OnClick = Button1Click
  82.   end
  83.   object Button2: TButton
  84.     Left = 184
  85.     Top = 200
  86.     Width = 169
  87.     Height = 25
  88.     Caption = 'Order &form...'
  89.     TabOrder = 2
  90.     OnClick = Button2Click
  91.   end
  92.   object Button3: TButton
  93.     Left = 16
  94.     Top = 200
  95.     Width = 161
  96.     Height = 25
  97.     Caption = '&Order Online'
  98.     TabOrder = 1
  99.     OnClick = Button3Click
  100.   end
  101. end
  102.