object Form1: TForm1 Left = 0 Top = 0 Width = 544 Height = 513 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 240 Top = 88 Width = 22 Height = 13 Caption = 'Xmin' end object Label2: TLabel Left = 376 Top = 72 Width = 26 Height = 13 Caption = 'Xmax' end object Label3: TLabel Left = 360 Top = 104 Width = 44 Height = 13 Caption = #1060#1091#1085#1082#1094#1080#1103 end object Button1: TButton Left = 64 Top = 64 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 240 Top = 32 Width = 121 Height = 21 TabOrder = 1 Text = 'Edit1' end object Edit2: TEdit Left = 392 Top = 24 Width = 121 Height = 21 TabOrder = 2 Text = 'Edit2' end object Button2: TButton Left = 128 Top = 136 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 3 OnClick = Button2Click end object ComboBox1: TComboBox Left = 32 Top = 24 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 4 Text = '2sin(x)cos(2x)' OnChange = ComboBox1Change Items.Strings = ( '2sin(x)cos(2x)' 'e^(sinx+cosx)' 'x*sqrt(abs(x))' 'x' 'ln(abs(x))') end object XPManifest1: TXPManifest Left = 360 Top = 144 end end