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

#ifndef V3UnitH
#define V3UnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TV3Form : public TForm
{
__published:	// IDE-managed Components
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        TLabel *Label1;
        TEdit *Edit1;
        TLabel *Label2;
        TLabel *Label3;
        TImage *Image1;
        TMemo *Memo1;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall FormActivate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TV3Form(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TV3Form *V3Form;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке V3(Карпенко)