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

О.О.П / lab17 / Unit1

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

#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
        TChart *Chart1;
        TLineSeries *Series1;
        TMemo *Memo1;
        TRadioGroup *RadioGroup1;
        TLabel *Label1;
        TLabel *Label2;
        TEdit *Edit1;
        TLabel *Label3;
        TEdit *Edit2;
        TLabel *Label4;
        TEdit *Edit3;
        TLabel *Label5;
        TEdit *Edit4;
        TButton *Button1;
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке lab17
  • #
    30.05.2020917.5 Кб1Project1.tds
  • #
    30.05.20203.89 Кб1Project1.~bpr
  • #
    30.05.20201.81 Кб1Unit1.cpp
  • #
    30.05.202051 б1Unit1.ddp
  • #
    30.05.20204.18 Кб1Unit1.dfm
  • #
    30.05.20201.28 Кб1Unit1.h
  • #
    30.05.2020647.53 Кб1Unit1.obj
  • #
    30.05.20201.81 Кб1Unit1.~cpp
  • #
    30.05.202051 б1Unit1.~ddp
  • #
    30.05.20204.18 Кб1Unit1.~dfm
  • #
    30.05.20201.28 Кб1Unit1.~h