Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
11
Добавлен:
17.04.2013
Размер:
832 б
Скачать
//---------------------------------------------------------------------------
#ifndef modalH
#define modalH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published:	// IDE-managed Components
        TButton *Button1;
        TButton *Button2;
        TComboBox *ComboBox1;
private:	// User declarations
public:		// User declarations
        __fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке L5_3
  • #
    17.04.2013876 б12inheritance.res
  • #
    17.04.20133.19 Кб11inheritance.~bpr
  • #
    17.04.2013813 б11inheritance.~cpp
  • #
    17.04.2013544 б11modal.cpp
  • #
    17.04.2013913 б11modal.dfm
  • #
    17.04.2013832 б11modal.h
  • #
    17.04.2013542 б11modal.~cpp
  • #
    17.04.2013959 б11modal.~dfm
  • #
    17.04.2013832 б11modal.~h