object Form17: TForm17 Left = 820 Top = 106 Hint = 'This window will show you the Julia-mode of '#13#10'the current fracta' + 'l. Julia coordinates depend '#13#10'from the mouse pointer in the main' + ' window.'#13#10'You will move mouse, Julia will redraw again '#13#10'and aga' + 'in. '#13#10#13#10'You can switch current Julie into main window '#13#10'and ret' + 'urn back with the ENTER key.' BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Julie' ClientHeight = 120 ClientWidth = 120 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PopupMenu = RxPopupMenu1 Scaled = False ShowHint = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object RxPopupMenu1: TRxPopupMenu OnPopup = RxPopupMenu1Popup Left = 16 Top = 8 object N50iterations1: TMenuItem Tag = 50 Caption = '50 iterations' Checked = True GroupIndex = 10 RadioItem = True OnClick = N500iterations1Click end object N100iterations1: TMenuItem Tag = 100 Caption = '100 iterations' GroupIndex = 10 RadioItem = True OnClick = N500iterations1Click end object N200iterations1: TMenuItem Tag = 200 Caption = '200 iterations' GroupIndex = 10 RadioItem = True OnClick = N500iterations1Click end object N500iterations1: TMenuItem Tag = 500 Caption = '500 iterations' GroupIndex = 10 RadioItem = True OnClick = N500iterations1Click end object N1: TMenuItem Caption = '-' GroupIndex = 10 end object Smoothcalc1: TMenuItem Caption = 'Soften calc' GroupIndex = 120 OnClick = Smoothcalc1Click end end end