home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / TFORM17 / TFORM17.txt
Text File  |  2001-06-15  |  2KB  |  76 lines

  1. object Form17: TForm17
  2.   Left = 820
  3.   Top = 106
  4.   Hint = 
  5.     'This window will show you the Julia-mode of '#13#10'the current fracta' +
  6.     'l. Julia coordinates depend '#13#10'from the mouse pointer in the main' +
  7.     ' window.'#13#10'You will move mouse, Julia will redraw again '#13#10'and aga' +
  8.     'in.  '#13#10#13#10'You can switch current Julie into main window '#13#10'and ret' +
  9.     'urn back with the ENTER key.'
  10.   BorderIcons = [biSystemMenu]
  11.   BorderStyle = bsSingle
  12.   Caption = 'Julie'
  13.   ClientHeight = 120
  14.   ClientWidth = 120
  15.   Font.Charset = DEFAULT_CHARSET
  16.   Font.Color = clWindowText
  17.   Font.Height = -13
  18.   Font.Name = 'MS Sans Serif'
  19.   Font.Style = []
  20.   FormStyle = fsStayOnTop
  21.   PopupMenu = RxPopupMenu1
  22.   Scaled = False
  23.   ShowHint = True
  24.   OnActivate = FormActivate
  25.   OnClose = FormClose
  26.   OnCreate = FormCreate
  27.   OnDestroy = FormDestroy
  28.   OnPaint = FormPaint
  29.   OnShow = FormShow
  30.   PixelsPerInch = 96
  31.   TextHeight = 16
  32.   object RxPopupMenu1: TRxPopupMenu
  33.     OnPopup = RxPopupMenu1Popup
  34.     Left = 16
  35.     Top = 8
  36.     object N50iterations1: TMenuItem
  37.       Tag = 50
  38.       Caption = '50 iterations'
  39.       Checked = True
  40.       GroupIndex = 10
  41.       RadioItem = True
  42.       OnClick = N500iterations1Click
  43.     end
  44.     object N100iterations1: TMenuItem
  45.       Tag = 100
  46.       Caption = '100 iterations'
  47.       GroupIndex = 10
  48.       RadioItem = True
  49.       OnClick = N500iterations1Click
  50.     end
  51.     object N200iterations1: TMenuItem
  52.       Tag = 200
  53.       Caption = '200 iterations'
  54.       GroupIndex = 10
  55.       RadioItem = True
  56.       OnClick = N500iterations1Click
  57.     end
  58.     object N500iterations1: TMenuItem
  59.       Tag = 500
  60.       Caption = '500 iterations'
  61.       GroupIndex = 10
  62.       RadioItem = True
  63.       OnClick = N500iterations1Click
  64.     end
  65.     object N1: TMenuItem
  66.       Caption = '-'
  67.       GroupIndex = 10
  68.     end
  69.     object Smoothcalc1: TMenuItem
  70.       Caption = 'Soften calc'
  71.       GroupIndex = 120
  72.       OnClick = Smoothcalc1Click
  73.     end
  74.   end
  75. end
  76.