#ifndef _TEST_H_ #define _TEST_H_ #include using namespace Upp; #define LAYOUTFILE #include #include "TestArrayCtrl.h" class TestTabCtrl : public WithTestTabCtrlLayout{ typedef _TestArrayCtrl< WithTestArrayCtrlLayout > TestArrayCtrl; public: TestArrayCtrl _testArrayCtrl; TestTabCtrl(); typedef TestTabCtrl CLASSNAME; }; #endif