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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TMemo *Memo1;
        TLabel *Label1;
        TLabel *Label2;
        TButton *Button1;
        TButton *Button2;
        TEdit *Edit1;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Memo1KeyPress(TObject *Sender, char &Key);
        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
Соседние файлы в папке B
  • #
    30.05.2020876 б1Project1.res
  • #
    30.05.2020655.36 Кб1Project1.tds
  • #
    30.05.20201.61 Кб1Unit1.cpp
  • #
    30.05.202051 б2Unit1.ddp
  • #
    30.05.20201.71 Кб1Unit1.dfm
  • #
    30.05.20201.2 Кб1Unit1.h
  • #
    30.05.2020462.98 Кб1Unit1.obj
  • #
    30.05.20201.61 Кб2Unit1.~cpp
  • #
    30.05.202051 б1Unit1.~ddp
  • #
    30.05.20201.71 Кб1Unit1.~dfm
  • #
    30.05.20201.2 Кб1Unit1.~h