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

#ifndef Unit4H
#define Unit4H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm4 : public TForm
{
__published:	// IDE-managed Components
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TLabel *Label1;
        TLabel *Label2;
        TButton *Button1;
        TButton *Button2;
        TLabel *Label3;
        TLabel *Label4;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm4(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm4 *Form4;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Программа
  • #
    28.06.201410.88 Кб16Unit3.~cpp
  • #
    28.06.2014475 б16Unit3.~h
  • #
    28.06.20141.91 Кб16Unit4.cpp
  • #
    28.06.201451 б16Unit4.ddp
  • #
    28.06.20143.7 Кб17Unit4.dfm
  • #
    28.06.20141.11 Кб16Unit4.h
  • #
    28.06.201444.19 Кб17Unit4.obj
  • #
    28.06.20141.91 Кб16Unit4.~cpp
  • #
    28.06.201451 б17Unit4.~ddp
  • #
    28.06.20143.67 Кб16Unit4.~dfm
  • #
    28.06.20141.11 Кб17Unit4.~h