object Form1: TForm1 Left = 198 Top = 114 Width = 680 Height = 682 Caption = 'Mandelbrot and Julia sets: z'#39' = z^p + c' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 9 Height = 16 Caption = 'p' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 48 Width = 9 Height = 16 Caption = 'X' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 80 Width = 10 Height = 16 Caption = 'Y' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 208 Top = 16 Width = 62 Height = 16 Caption = 'Max. Iter.' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 208 Top = 48 Width = 77 Height = 16 Caption = 'Zoom Fact.' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 208 Top = 80 Width = 69 Height = 16 Caption = 'Dist. Fact.' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 208 Top = 112 Width = 76 Height = 16 Caption = 'Color Fact.' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 16 Top = 160 Width = 640 Height = 480 OnClick = Image1Click end object Edit1: TEdit Left = 24 Top = 16 Width = 57 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = '2' end object Edit2: TEdit Left = 24 Top = 48 Width = 161 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Text = '-0.75' end object Edit3: TEdit Left = 24 Top = 80 Width = 161 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Text = '0' end object Edit4: TEdit Left = 288 Top = 16 Width = 57 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 Text = '200' end object Edit5: TEdit Left = 288 Top = 48 Width = 57 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 Text = '1.75' end object Edit6: TEdit Left = 288 Top = 80 Width = 57 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 Text = '-1' end object Edit7: TEdit Left = 288 Top = 112 Width = 57 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 Text = '-2' end object Button1: TButton Left = 584 Top = 16 Width = 81 Height = 25 Caption = '&Graph' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 8 OnClick = Button1Click end object Button2: TButton Left = 584 Top = 56 Width = 81 Height = 25 Caption = '&Open File' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 9 OnClick = Button2Click end object Button3: TButton Left = 584 Top = 96 Width = 81 Height = 25 Caption = '&Save File' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 10 OnClick = Button3Click end object Button4: TButton Left = 368 Top = 16 Width = 193 Height = 25 Caption = '&Mandelbrot / Julia' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 7 OnClick = Button4Click end object GroupBox1: TGroupBox Left = 368 Top = 48 Width = 193 Height = 89 Caption = 'Julia c parameter (X + iY)' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 11 Visible = False object Label8: TLabel Left = 8 Top = 24 Width = 9 Height = 16 Caption = 'X' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label9: TLabel Left = 7 Top = 57 Width = 10 Height = 16 Caption = 'Y' Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Microsoft Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit8: TEdit Left = 24 Top = 24 Width = 161 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object Edit9: TEdit Left = 24 Top = 52 Width = 161 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end object SaveDialog1: TSaveDialog DefaultExt = 'par' Filter = 'Parameter file|*.par' Left = 64 Top = 120 end object OpenDialog1: TOpenDialog DefaultExt = 'par' Filter = 'Parameter file|*.par' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 24 Top = 120 end end