object FormPos: TFormPos Left = 200 Top = 109 Width = 435 Height = 171 Caption = 'The Position 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 = 144 Align = alClient Caption = 'Panel1' TabOrder = 0 object Memo1: TMemo Left = 1 Top = 1 Width = 425 Height = 142 Align = alClient Lines.Strings = ( ' '#9'The Position Box' '' #9'The Position box is usually used by expert users who know exacl' + 'y where to go. ' 'If you want to enter a new position , press the Edit button and ' + 'type on the "X" and "Y" ' 'spaces the x and y intervals . If you want to abort this, press ' + 'the "Cancel" button. In ' 'order to apply your new position, press "Submit".' '' ' You can find detailed information at:' ' http://www.schulers.com/fractal' #9 '' '') ReadOnly = True TabOrder = 0 end end end