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

О.О.П / OOP / 6.2.1 / Unit1

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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TEdit *Edit1;
        TButton *Button1;
        TLabel *Label2;
        TStringGrid *StringGrid1;
        TLabel *Label3;
        TStringGrid *StringGrid2;
        TButton *Button2;
        TButton *Button3;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 6.2.1
  • #
    30.05.20203.72 Кб1Project1.~bpr
  • #
    30.05.20201.07 Кб1Project1.~cpp
  • #
    30.05.20202.16 Кб1Unit1.cpp
  • #
    30.05.202051 б1Unit1.ddp
  • #
    30.05.20203.2 Кб1Unit1.dfm
  • #
    30.05.20201.24 Кб1Unit1.h
  • #
    30.05.2020505.46 Кб1Unit1.obj
  • #
    30.05.20202.17 Кб1Unit1.~cpp
  • #
    30.05.20203.2 Кб2Unit1.~dfm
  • #
    30.05.20201.24 Кб1Unit1.~h