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

#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;
        TButton *Button1;
        TButton *Button2;
        TLabel *Label1;
        TEdit *Edit1;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Memo1KeyPress(TObject *Sender, char &Key);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall Button2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке D
  • #
    30.05.2020876 б0Project1.res
  • #
    30.05.2020655.36 Кб0Project1.tds
  • #
    30.05.20201.92 Кб0Unit1.cpp
  • #
    30.05.202051 б0Unit1.ddp
  • #
    30.05.20201.75 Кб0Unit1.dfm
  • #
    30.05.20201.18 Кб0Unit1.h
  • #
    30.05.2020463.48 Кб1Unit1.obj
  • #
    30.05.20201.92 Кб0Unit1.~cpp
  • #
    30.05.202051 б0Unit1.~ddp
  • #
    30.05.20201.75 Кб0Unit1.~dfm
  • #
    30.05.20201.18 Кб0Unit1.~h