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

#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 *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TButton *Button1;
        TButton *Button2;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Программа
  • #
    28.06.20143.03 Кб14Unit1.~dfm
  • #
    28.06.20141.69 Кб14Unit1.~h
  • #
    28.06.20141.58 Кб14Unit2.cpp
  • #
    28.06.201451 б14Unit2.ddp
  • #
    28.06.20143.73 Кб15Unit2.dfm
  • #
    28.06.20141.11 Кб15Unit2.h
  • #
    28.06.201443.36 Кб14Unit2.obj
  • #
    28.06.20141.58 Кб14Unit2.~cpp
  • #
    28.06.201451 б14Unit2.~ddp
  • #
    28.06.20143.73 Кб14Unit2.~dfm
  • #
    28.06.20141.11 Кб14Unit2.~h