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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TButton *Button1;
        TButton *Button2;
        TEdit *Edit1;
        TLabel *Label1;
        TMemo *Memo1;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке PR_2_2
  • #
    30.05.2020876 б2Project1.res
  • #
    30.05.20202.03 Mб3Project1.tds
  • #
    30.05.20201.55 Кб3Unit1.cpp
  • #
    30.05.202051 б2Unit1.ddp
  • #
    30.05.20201.91 Кб2Unit1.dfm
  • #
    30.05.20201.11 Кб2Unit1.h
  • #
    30.05.202041.01 Кб2Unit1.obj
  • #
    30.05.20201.55 Кб3Unit1.~cpp
  • #
    30.05.202051 б2Unit1.~ddp
  • #
    30.05.20201.91 Кб2Unit1.~dfm
  • #
    30.05.20201.11 Кб2Unit1.~h