object Form1: TForm1 Left = 200 Top = 236 Width = 799 Height = 572 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Image1: TImage Left = 104 Top = 64 Width = 420 Height = 420 end object PiLabel: TLabel Left = 592 Top = 152 Width = 165 Height = 26 Caption = 'N'#228'herung f'#252'r Pi:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -23 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object PiN: TLabel Left = 592 Top = 192 Width = 8 Height = 35 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -30 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object LAnzahl: TLabel Left = 504 Top = 16 Width = 77 Height = 29 Caption = 'Anzahl:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -23 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Start: TButton Left = 592 Top = 64 Width = 153 Height = 65 Caption = 'Start' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -23 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = StartClick end object EAnzahl: TEdit Left = 592 Top = 16 Width = 153 Height = 37 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -23 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Text = '1000' end object GroupBox1: TGroupBox Left = 240 Top = 16 Width = 217 Height = 33 Caption = 'Fl'#228'chenauswahl' TabOrder = 2 object RBDreieck: TRadioButton Left = 8 Top = 16 Width = 113 Height = 17 Caption = 'Dreieck' Checked = True TabOrder = 0 TabStop = True OnClick = RBDreieckClick end object RBKreis: TRadioButton Left = 112 Top = 16 Width = 113 Height = 17 Caption = 'Kreis' TabOrder = 1 OnClick = RBKreisClick end end end