home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 10
/
Freelog010.iso
/
BAS
/
Graphism
/
DoubleFractal
/
fractal.exe
/
0
/
RCDATA
/
TFORMVIEW
/
TFORMVIEW.txt
Wrap
Text File
|
2000-04-20
|
1KB
|
56 lines
object FormView: TFormView
Left = 226
Top = 125
Width = 435
Height = 182
Caption = 'The View Box'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 427
Height = 155
Align = alClient
Caption = 'Panel1'
TabOrder = 0
object Memo1: TMemo
Left = 1
Top = 1
Width = 425
Height = 153
Align = alClient
Lines.Strings = (
' The View Box'
''
#9'The View box is not only the place that you can see fractals, b' +
'ut is also the '
'point where you can select a region with your mouse to zoomming ' +
'in.'
''
#9'Press the left mouse button over the image to start a selection' +
' area. If you '
'want to abort it, just press the right mouse button. After that,' +
' move your mouse over the '
'image and press the left mouse button again. You will see two bu' +
'ttons on the image '
'when you complete the selection. Press the left button on the se' +
'lected area to zoom in or '
'the "X" button to cancel the operation.')
ReadOnly = True
TabOrder = 0
end
end
end