object Form1: TForm1 Left = 192 Top = 124 Width = 930 Height = 485 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 664 Top = 152 Width = 32 Height = 13 Caption = 'Label1' end object Chart1: TChart Left = -32 Top = 192 Width = 939 Height = 250 BackWall.Brush.Color = clWhite BackWall.Brush.Style = bsClear Title.Text.Strings = ( 'TChart') Legend.Visible = False View3D = False TabOrder = 0 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 TrackBar1: TTrackBar Left = 0 Top = 144 Width = 657 Height = 45 Max = 50 Min = -50 TabOrder = 1 OnChange = TrackBar1Change end object Memo1: TMemo Left = 704 Top = 0 Width = 201 Height = 193 Alignment = taRightJustify Lines.Strings = ( 'Memo1') ScrollBars = ssVertical TabOrder = 2 end object Panel1: TPanel Left = 0 Top = 0 Width = 705 Height = 137 Caption = 'Panel1' TabOrder = 3 object Button1: TButton Left = 112 Top = 56 Width = 75 Height = 25 Caption = 'E14-440' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 280 Top = 56 Width = 75 Height = 25 Caption = #1055#1091#1089#1082' '#1040#1062#1055 TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 352 Top = 56 Width = 75 Height = 25 Caption = #1057#1090#1086#1087' '#1040#1062#1055 TabOrder = 2 OnClick = Button3Click end end object Button4: TButton Left = 504 Top = 64 Width = 75 Height = 25 Caption = #1057#1090#1077#1088#1077#1090#1100 TabOrder = 4 OnClick = Button4Click end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 648 Top = 64 end end