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

О.О.П / OOP / 10 / 1 / 1 / Unit1

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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <Chart.hpp>
#include <ExtCtrls.hpp>
#include <jpeg.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TChart *Chart1;
        TLineSeries *Series1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        TButton *Button4;
        TBitBtn *BitBtn1;
        TLabel *Label4;
        TImage *Image1;
        TRadioGroup *RadioGroup1;
        TButton *Button5;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button4Click(TObject *Sender);
        private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 1
  • #
    30.05.20203.81 Кб1Project1.~bpr
  • #
    30.05.20201.07 Кб1Project1.~cpp
  • #
    30.05.20203.21 Кб1Unit1.cpp
  • #
    30.05.202051 б1Unit1.ddp
  • #
    30.05.20203.84 Кб1Unit1.dfm
  • #
    30.05.20201.65 Кб1Unit1.h
  • #
    30.05.2020220.04 Кб1Unit1.obj
  • #
    30.05.20203.36 Кб1Unit1.~cpp
  • #
    30.05.202051 б1Unit1.~ddp
  • #
    30.05.20203.83 Кб1Unit1.~dfm
  • #
    30.05.20201.65 Кб1Unit1.~h