object Form1: TForm1 Left = 151 Top = 148 Width = 1146 Height = 915 Caption = 'Form1' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False WindowState = wsMaximized OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 32 Height = 13 Caption = 'Label1' end object Label2: TLabel Left = 8 Top = 56 Width = 32 Height = 13 Caption = 'Label2' end object Label3: TLabel Left = 0 Top = 88 Width = 60 Height = 13 Caption = 'нач. высота' end object Label4: TLabel Left = 8 Top = 120 Width = 58 Height = 13 Caption = 'кон высота' end object Label5: TLabel Left = 16 Top = 144 Width = 27 Height = 13 Caption = 'V нач' end object Label6: TLabel Left = 8 Top = 176 Width = 27 Height = 13 Caption = 'v кон' end object Label7: TLabel Left = 8 Top = 208 Width = 115 Height = 13 Caption = 'количество разбиений' end object Label8: TLabel Left = 8 Top = 232 Width = 52 Height = 13 Caption = 'по высоте' end object Label9: TLabel Left = 8 Top = 256 Width = 62 Height = 13 Caption = 'по скорости' end object Label13: TLabel Left = 8 Top = 344 Width = 85 Height = 13 Caption = 'дельта скорости' end object Label14: TLabel Left = 16 Top = 376 Width = 77 Height = 13 Caption = 'дельта высоты' end object Label17: TLabel Left = 392 Top = 8 Width = 93 Height = 13 Caption = 'Полетная область' Visible = False end object Label10: TLabel Left = 16 Top = 408 Width = 71 Height = 13 Caption = 'Время полета' end object Label11: TLabel Left = 16 Top = 440 Width = 80 Height = 13 Caption = 'Расход топлива' end object Label12: TLabel Left = 736 Top = 8 Width = 226 Height = 13 Caption = 'Зависимость высоты в м от дальность в км' Visible = False end object Label15: TLabel Left = 336 Top = 376 Width = 186 Height = 13 Caption = 'Зависимость угла атаки от времени' Visible = False end object Edit1: TEdit Left = 80 Top = 88 Width = 49 Height = 21 TabOrder = 0 Text = '300' end object Edit2: TEdit Left = 80 Top = 120 Width = 49 Height = 21 TabOrder = 1 Text = '6000' end object Edit3: TEdit Left = 80 Top = 144 Width = 49 Height = 21 TabOrder = 2 Text = '310' end object Edit4: TEdit Left = 80 Top = 176 Width = 49 Height = 21 TabOrder = 3 Text = '700' end object Edit5: TEdit Left = 88 Top = 224 Width = 41 Height = 21 TabOrder = 4 Text = '30' end object Edit6: TEdit Left = 88 Top = 256 Width = 41 Height = 21 TabOrder = 5 Text = '20' end object Button1: TButton Left = 8 Top = 304 Width = 75 Height = 25 Caption = 'расчет' TabOrder = 6 OnClick = Button1Click end object Edit11: TEdit Left = 112 Top = 336 Width = 57 Height = 21 TabOrder = 7 end object Edit12: TEdit Left = 112 Top = 368 Width = 57 Height = 21 TabOrder = 8 end object Edit7: TEdit Left = 112 Top = 400 Width = 57 Height = 21 TabOrder = 9 end object Edit8: TEdit Left = 112 Top = 432 Width = 57 Height = 21 TabOrder = 10 end object Button2: TButton Left = 104 Top = 304 Width = 97 Height = 25 Caption = 'новый расчет' TabOrder = 11 Visible = False OnClick = Button2Click end end