home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
Chip_2000-08_cd1.bin
/
sharewar
/
fractal
/
fractal.exe
/
0
/
RCDATA
/
TFORMABOUT
/
TFORMABOUT.txt
Wrap
Text File
|
2000-06-27
|
2KB
|
102 lines
object FormAbout: TFormAbout
Left = 273
Top = 239
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 163
ClientWidth = 429
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 210
Top = 0
Width = 219
Height = 163
Align = alRight
end
object Label1: TLabel
Left = 46
Top = 13
Width = 113
Height = 13
Caption = 'Double Fractal v2.7'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 20
Top = 64
Width = 165
Height = 17
Caption = 'By Jo�o Paulo Schwarz Sch�ler'
end
object Label3: TLabel
Left = 20
Top = 85
Width = 157
Height = 20
Caption = 'http://www.schulers.com/jpss'
end
object Label4: TLabel
Left = 29
Top = 33
Width = 159
Height = 13
Caption = 'http://www.schulers.com/fractal/'
end
object Memo1: TMemo
Left = 215
Top = 7
Width = 208
Height = 150
Lines.Strings = (
'Software License Agreement'
'-------------------------------------------------'
' This software was made '
'by '
'Joao Paulo Schwarz Schuler and is '
'freeware.'
''
#9'You may make copies of '
'your full, FREEWARE copy of the '
'product to give to others. Also, you '
'may distribute the Product.'
''
#9'THIS SOFTWARE IS '
'PROVIDED TO YOU "AS IS" '
'WITHOUT WARRANTY OF ANY '
'KIND, EITHER EXPRESS OR '
'IMPLIED. YOU ASSUME THE '
'ENTIRE RISK AS TO THE '
'ACCURACY AND THE USE OF '
'SOFTWARE.')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
Left = 72
Top = 130
Width = 60
Height = 20
Caption = 'OK'
TabOrder = 1
OnClick = Button1Click
end
object Panel1: TPanel
Left = 7
Top = 26
Width = 195
Height = 7
TabOrder = 2
end
end