object Baseform: TBaseform Left = 0 Top = 0 Caption = 'Baseform' ClientHeight = 304 ClientWidth = 660 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 90 Width = 7 Height = 13 Caption = 'D' end object Label2: TLabel Left = 8 Top = 117 Width = 53 Height = 13 Caption = #1059#1087#1088#1091#1075#1086#1089#1090#1100 end object Label3: TLabel Left = 8 Top = 63 Width = 4 Height = 13 Caption = 'I' end object Label4: TLabel Left = 40 Top = 33 Width = 78 Height = 13 Caption = #1050#1086#1101#1092#1092#1080#1094#1080#1077#1085#1090#1099 end object Edit1: TEdit Left = 106 Top = 63 Width = 82 Height = 21 TabOrder = 0 Text = 'I' OnClick = Edit1Click end object Edit2: TEdit Left = 106 Top = 90 Width = 81 Height = 21 TabOrder = 1 Text = 'D' OnClick = Edit2Click end object Edit3: TEdit Left = 106 Top = 117 Width = 81 Height = 21 TabOrder = 2 Text = 'K' OnClick = Edit3Click end object Button2: TButton Left = 8 Top = 152 Width = 169 Height = 25 Caption = #1056#1077#1096#1080#1090#1100' '#1091#1088#1072#1074#1085#1077#1085#1080#1077 TabOrder = 3 OnClick = Button2Click end object Chart1: TChart Left = 208 Top = 8 Width = 441 Height = 273 BackWall.Brush.Color = clWhite BackWall.Brush.Style = bsClear Title.Text.Strings = ( 'TChart') View3D = False TabOrder = 4 object Series1: TLineSeries Marks.ArrowLength = 8 Marks.Visible = False SeriesColor = clRed Pointer.InflateMargins = True Pointer.Style = psRectangle Pointer.Visible = False XValues.DateTime = False XValues.Name = 'X' XValues.Multiplier = 1.000000000000000000 XValues.Order = loAscending YValues.DateTime = False YValues.Name = 'Y' YValues.Multiplier = 1.000000000000000000 YValues.Order = loNone end end object SaveDialog1: TSaveDialog Left = 560 end end