object Form1: TForm1
  Left = 282
  Top = 165
  Width = 700
  Height = 600
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object PaintBox1: TPaintBox
    Left = 40
    Top = 104
    Width = 440
    Height = 440
    Color = clBtnFace
    ParentColor = False
    OnPaint = Button3Click
  end
  object Label1: TLabel
    Left = 136
    Top = 24
    Width = 436
    Height = 45
    Caption = 'Taylorpolynom f'#252'r Exp(x)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 512
    Top = 256
    Width = 129
    Height = 41
    Caption = 'Berechnen'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 504
    Top = 456
    Width = 153
    Height = 65
    Caption = 'Beenden'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 520
    Top = 352
    Width = 105
    Height = 41
    Caption = 'L'#246'schen'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 512
    Top = 312
    Width = 129
    Height = 25
    Caption = 'Taylorpolynom'
    TabOrder = 3
    OnClick = Button4Click
  end
end
