object FormControl: TFormControl Left = 200 Top = 109 Width = 435 Height = 150 Caption = 'The Control 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 = 123 Align = alClient Caption = 'Panel1' TabOrder = 0 object Memo1: TMemo Left = 1 Top = 1 Width = 425 Height = 121 Align = alClient Lines.Strings = ( #9'The Control Box' '' #9'The Control box is used to move, zoom and control colors. Note ' + 'that only a ' '64k colors operating video card can use the RGB functions.' '' #9'The buttons on the Control box are allways disabled while a fra' + 'ctal is on ' 'generation.') ReadOnly = True TabOrder = 0 end end end