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
Wrap
Text File
|
1998-05-22
|
2KB
|
102 lines
object EvalDi: TEvalDi
Left = 305
Top = 312
ActiveControl = Button1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Crossword Compiler Evaluation'
ClientHeight = 230
ClientWidth = 359
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 345
Height = 153
Shape = bsFrame
end
object Label1: TLabel
Left = 24
Top = 24
Width = 210
Height = 13
Caption = 'Thank you for trying out Crossword Compiler.'
end
object Label2: TLabel
Left = 24
Top = 48
Width = 313
Height = 41
AutoSize = False
Caption =
'This is an evaluation copy which you may freely use for 30 days.' +
' If you wish to continue using the program after that time you s' +
'hould order the full product.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label3: TLabel
Left = 24
Top = 96
Width = 321
Height = 52
AutoSize = False
Caption =
'This evaluation version can only create puzzles up to 10 by 10 s' +
'quares - the full program can create puzzles up to 50 by 50 squa' +
'res. Features to create and edit word lists are also disabled in' +
' this version.'
WordWrap = True
end
object OKBtn: TButton
Left = 15
Top = 168
Width = 162
Height = 25
Caption = '&Evaluate program'
ModalResult = 1
TabOrder = 3
OnClick = OKBtnClick
end
object Button1: TButton
Left = 184
Top = 168
Width = 169
Height = 25
Caption = '&Show ordering information'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 184
Top = 200
Width = 169
Height = 25
Caption = 'Order &form...'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Top = 200
Width = 161
Height = 25
Caption = '&Order Online'
TabOrder = 1
OnClick = Button3Click
end
end