home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1998-09-13  |  2.6 KB  |  143 lines

  1. object Form4: TForm4
  2.   Left = 13
  3.   Top = 407
  4.   Width = 391
  5.   Height = 148
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Parameters'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RxSpeedButton1: TRxSpeedButton
  18.     Left = 256
  19.     Top = 48
  20.     Width = 65
  21.     Height = 25
  22.     Cursor = crHandPoint
  23.     Caption = 'Apply'
  24.     Flat = True
  25.     ParentShowHint = False
  26.     OnClick = RxSpeedButton1Click
  27.   end
  28.   object RxLabel1: TRxLabel
  29.     Left = 168
  30.     Top = 20
  31.     Width = 69
  32.     Height = 14
  33.     Caption = 'Max Iterations'
  34.   end
  35.   object RxLabel2: TRxLabel
  36.     Left = 240
  37.     Top = 0
  38.     Width = 118
  39.     Height = 14
  40.     Caption = 'Stalks && Bubbles Radius'
  41.   end
  42.   object RxLabel3: TRxLabel
  43.     Left = 168
  44.     Top = 48
  45.     Width = 66
  46.     Height = 14
  47.     Caption = 'M-Set Bailout'
  48.   end
  49.   object RxLabel4: TRxLabel
  50.     Left = 112
  51.     Top = 88
  52.     Width = 34
  53.     Height = 14
  54.     Caption = 'Julia X'
  55.   end
  56.   object RxLabel5: TRxLabel
  57.     Left = 296
  58.     Top = 88
  59.     Width = 34
  60.     Height = 14
  61.     Caption = 'Julia Y'
  62.   end
  63.   object Maxit: TRxSpinEdit
  64.     Left = 104
  65.     Top = 13
  66.     Width = 57
  67.     Height = 21
  68.     Increment = 50.000000000000000000
  69.     MaxValue = 20000.000000000000000000
  70.     TabOrder = 0
  71.   end
  72.   object Mandel: TRadioButton
  73.     Left = 16
  74.     Top = 8
  75.     Width = 73
  76.     Height = 17
  77.     Caption = 'Mandelbrot'
  78.     TabOrder = 1
  79.   end
  80.   object Newton: TRadioButton
  81.     Left = 16
  82.     Top = 24
  83.     Width = 65
  84.     Height = 17
  85.     Caption = 'Newton'
  86.     TabOrder = 2
  87.   end
  88.   object epsilon: TRxSpinEdit
  89.     Left = 288
  90.     Top = 16
  91.     Width = 65
  92.     Height = 21
  93.     Decimal = 4
  94.     Increment = 0.002000000000000000
  95.     TabOrder = 3
  96.     ValueType = vtFloat
  97.   end
  98.   object Bailout: TRxSpinEdit
  99.     Left = 104
  100.     Top = 48
  101.     Width = 57
  102.     Height = 21
  103.     Increment = 8.000000000000000000
  104.     TabOrder = 4
  105.   end
  106.   object WarpedM: TRadioButton
  107.     Left = 16
  108.     Top = 40
  109.     Width = 73
  110.     Height = 17
  111.     Caption = 'Warped M'
  112.     TabOrder = 5
  113.   end
  114.   object WarpedN: TRadioButton
  115.     Left = 16
  116.     Top = 56
  117.     Width = 73
  118.     Height = 17
  119.     Caption = 'Warped N'
  120.     TabOrder = 6
  121.   end
  122.   object JuliaX: TRxSpinEdit
  123.     Left = 8
  124.     Top = 88
  125.     Width = 97
  126.     Height = 21
  127.     Decimal = 9
  128.     Increment = 0.100000000000000000
  129.     TabOrder = 7
  130.     ValueType = vtFloat
  131.   end
  132.   object JuliaY: TRxSpinEdit
  133.     Left = 192
  134.     Top = 88
  135.     Width = 97
  136.     Height = 21
  137.     Decimal = 9
  138.     Increment = 0.100000000000000000
  139.     TabOrder = 8
  140.     ValueType = vtFloat
  141.   end
  142. end
  143.