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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "sButton.hpp"
#include "sEdit.hpp"
#include "sLabel.hpp"
#include "sMemo.hpp"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TsButton *sButton1;
        TsMemo *sMemo1;
        TsEdit *sEdit1;
        TsLabel *sLabel1;
        TsLabel *sLabel2;
        void __fastcall sButton1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 3 задание
  • #
    30.05.2020876 б0Project1.res
  • #
    30.05.20202.29 Mб0Project1.tds
  • #
    30.05.20201.05 Кб0Unit1.cpp
  • #
    30.05.202051 б0Unit1.ddp
  • #
    30.05.20202.25 Кб1Unit1.dfm
  • #
    30.05.20201.03 Кб0Unit1.h
  • #
    30.05.2020157.03 Кб0Unit1.obj
  • #
    30.05.20201.05 Кб0Unit1.~cpp
  • #
    30.05.202051 б0Unit1.~ddp
  • #
    30.05.20202.25 Кб0Unit1.~dfm
  • #
    30.05.20201.03 Кб0Unit1.~h