object FormGet: TFormGet Left = 259 Top = 109 Width = 435 Height = 204 Caption = 'Getting Started' 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 = 177 Align = alClient Caption = 'Panel1' TabOrder = 0 object Memo1: TMemo Left = 1 Top = 1 Width = 425 Height = 175 Align = alClient Lines.Strings = ( #9#9'Getting Started' '' #9'Running the fractal.exe file, you will see a window named Doubl' + 'e Fractal and 6 ' 'small fractal images. Each image can be clicked to generate a cl' + 'ass of fractal images. ' 'When you click a initial small fractal image, it brings you to a' + 'nother window wich is ' 'divided in 4 parts : the menu (File, Edit, Move, View, Options, ' + 'Help), the Position box, the ' 'View box and the Control box.' '' #9'The View box is the place where the fractal image appears.' '' #9'The Control box is used to move the image across, zoom in, zoom' + ' out and ' 'change colors.') ReadOnly = True TabOrder = 0 end end end