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

#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;
        TLabel *Label3;
        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
Соседние файлы в папке 3
  • #
    30.05.2020876 б0Project1.res
  • #
    30.05.20202.03 Mб0Project1.tds
  • #
    30.05.20201.16 Кб0Unit1.cpp
  • #
    30.05.202051 б0Unit1.ddp
  • #
    30.05.20201.96 Кб1Unit1.dfm
  • #
    30.05.20201.04 Кб1Unit1.h
  • #
    30.05.202042.55 Кб0Unit1.obj
  • #
    30.05.20201.14 Кб0Unit1.~cpp
  • #
    30.05.20201.28 Кб0Unit1.~dfm
  • #
    30.05.20201.04 Кб0Unit1.~h