object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 431 ClientWidth = 629 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 30 Top = 19 Width = 12 Height = 13 Caption = 'b1' end object Label2: TLabel Left = 30 Top = 43 Width = 12 Height = 13 Caption = 'b3' end object Label3: TLabel Left = 19 Top = 70 Width = 23 Height = 13 Caption = 'T'#1088#1077#1075 end object Chart1: TChart Left = 16 Top = 112 Width = 605 Height = 311 Title.Text.Strings = ( 'TChart') View3D = False TabOrder = 0 object Series1: TLineSeries Marks.Arrow.Visible = True Marks.Callout.Brush.Color = clBlack Marks.Callout.Arrow.Visible = True Marks.Visible = False Pointer.InflateMargins = True Pointer.Style = psRectangle Pointer.Visible = False XValues.Name = 'X' XValues.Order = loAscending YValues.Name = 'Y' YValues.Order = loNone end end object Button1: TButton Left = 456 Top = 14 Width = 89 Height = 25 Caption = 'Plot' TabOrder = 1 OnClick = Button1Click end object b1: TEdit Left = 48 Top = 16 Width = 121 Height = 21 TabOrder = 2 Text = '0,92' end object b3: TEdit Left = 48 Top = 43 Width = 121 Height = 21 TabOrder = 3 Text = '6,2' end object treg: TEdit Left = 48 Top = 70 Width = 121 Height = 21 TabOrder = 4 Text = '3' end end