Скачиваний:
17
Добавлен:
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 Кб16Unit1.~dfm
  • #
    28.06.20141.69 Кб16Unit1.~h
  • #
    28.06.20141.58 Кб16Unit2.cpp
  • #
    28.06.201451 б16Unit2.ddp
  • #
    28.06.20143.73 Кб17Unit2.dfm
  • #
    28.06.20141.11 Кб17Unit2.h
  • #
    28.06.201443.36 Кб16Unit2.obj
  • #
    28.06.20141.58 Кб16Unit2.~cpp
  • #
    28.06.201451 б16Unit2.~ddp
  • #
    28.06.20143.73 Кб16Unit2.~dfm
  • #
    28.06.20141.11 Кб17Unit2.~h