Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
2
Добавлен:
30.05.2020
Размер:
948 б
Скачать
//---------------------------------------------------------------------------

#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label2;
        TEdit *Edit1;
        TButton *Button2;
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall Button2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Matrix
  • #
    30.05.20203.58 Кб2MatrixUnit.~dfm
  • #
    30.05.20201.66 Кб2MatrixUnit.~h
  • #
    30.05.2020901 б2Unit2.cpp
  • #
    30.05.202051 б2Unit2.ddp
  • #
    30.05.2020951 б2Unit2.dfm
  • #
    30.05.2020948 б2Unit2.h
  • #
    30.05.202037.51 Кб2Unit2.obj
  • #
    30.05.2020901 б2Unit2.~cpp
  • #
    30.05.2020949 б3Unit2.~dfm
  • #
    30.05.2020948 б2Unit2.~h