Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

О.О.П / lab_ 17 / 17 primer / Unit1

.h
Скачиваний:
2
Добавлен:
30.05.2020
Размер:
1.31 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Chart.hpp>
#include <ExtCtrls.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TMemo *Memo1;
        TRadioGroup *RadioGroup1;
        TChart *Chart1;
        TLineSeries *Series1;
        TButton *Button1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 17 primer
  • #
    30.05.2020876 б2Project1.res
  • #
    30.05.20202.29 Mб2Project1.tds
  • #
    30.05.20202.31 Кб2Unit1.cpp
  • #
    30.05.202051 б2Unit1.ddp
  • #
    30.05.20203.66 Кб2Unit1.dfm
  • #
    30.05.20201.31 Кб2Unit1.h
  • #
    30.05.2020212.07 Кб2Unit1.obj
  • #
    30.05.20202.31 Кб2Unit1.~cpp
  • #
    30.05.202051 б2Unit1.~ddp
  • #
    30.05.20203.65 Кб2Unit1.~dfm
  • #
    30.05.20201.31 Кб2Unit1.~h