home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 13
- Top = 407
- Width = 391
- Height = 148
- BorderStyle = bsSizeToolWin
- Caption = 'Parameters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object RxSpeedButton1: TRxSpeedButton
- Left = 256
- Top = 48
- Width = 65
- Height = 25
- Cursor = crHandPoint
- Caption = 'Apply'
- Flat = True
- ParentShowHint = False
- OnClick = RxSpeedButton1Click
- end
- object RxLabel1: TRxLabel
- Left = 168
- Top = 20
- Width = 69
- Height = 14
- Caption = 'Max Iterations'
- end
- object RxLabel2: TRxLabel
- Left = 240
- Top = 0
- Width = 118
- Height = 14
- Caption = 'Stalks && Bubbles Radius'
- end
- object RxLabel3: TRxLabel
- Left = 168
- Top = 48
- Width = 66
- Height = 14
- Caption = 'M-Set Bailout'
- end
- object RxLabel4: TRxLabel
- Left = 112
- Top = 88
- Width = 34
- Height = 14
- Caption = 'Julia X'
- end
- object RxLabel5: TRxLabel
- Left = 296
- Top = 88
- Width = 34
- Height = 14
- Caption = 'Julia Y'
- end
- object Maxit: TRxSpinEdit
- Left = 104
- Top = 13
- Width = 57
- Height = 21
- Increment = 50.000000000000000000
- MaxValue = 20000.000000000000000000
- TabOrder = 0
- end
- object Mandel: TRadioButton
- Left = 16
- Top = 8
- Width = 73
- Height = 17
- Caption = 'Mandelbrot'
- TabOrder = 1
- end
- object Newton: TRadioButton
- Left = 16
- Top = 24
- Width = 65
- Height = 17
- Caption = 'Newton'
- TabOrder = 2
- end
- object epsilon: TRxSpinEdit
- Left = 288
- Top = 16
- Width = 65
- Height = 21
- Decimal = 4
- Increment = 0.002000000000000000
- TabOrder = 3
- ValueType = vtFloat
- end
- object Bailout: TRxSpinEdit
- Left = 104
- Top = 48
- Width = 57
- Height = 21
- Increment = 8.000000000000000000
- TabOrder = 4
- end
- object WarpedM: TRadioButton
- Left = 16
- Top = 40
- Width = 73
- Height = 17
- Caption = 'Warped M'
- TabOrder = 5
- end
- object WarpedN: TRadioButton
- Left = 16
- Top = 56
- Width = 73
- Height = 17
- Caption = 'Warped N'
- TabOrder = 6
- end
- object JuliaX: TRxSpinEdit
- Left = 8
- Top = 88
- Width = 97
- Height = 21
- Decimal = 9
- Increment = 0.100000000000000000
- TabOrder = 7
- ValueType = vtFloat
- end
- object JuliaY: TRxSpinEdit
- Left = 192
- Top = 88
- Width = 97
- Height = 21
- Decimal = 9
- Increment = 0.100000000000000000
- TabOrder = 8
- ValueType = vtFloat
- end
- end
-