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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TEdit *Edit1;
        TEdit *Edit2;
        TLabel *Label1;
        TLabel *Label2;
        TButton *Button1;
        TButton *Button2;
        TMemo *Memo1;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке A
  • #
    30.05.20203.65 Кб0Project1.~bpr
  • #
    30.05.20201.07 Кб0Project1.~cpp
  • #
    30.05.20201.49 Кб0Unit1.cpp
  • #
    30.05.202051 б0Unit1.ddp
  • #
    30.05.20201.58 Кб0Unit1.dfm
  • #
    30.05.20201.09 Кб0Unit1.h
  • #
    30.05.202042.37 Кб0Unit1.obj
  • #
    30.05.20201.49 Кб0Unit1.~cpp
  • #
    30.05.202051 б0Unit1.~ddp
  • #
    30.05.20201.59 Кб0Unit1.~dfm
  • #
    30.05.20201.09 Кб0Unit1.~h