#ifndef _DropTest_DropTest_h #define _DropTest_DropTest_h #include using namespace Upp; #define LAYOUTFILE #include class DropTest : public WithDropTestLayout { public: typedef DropTest CLASSNAME; // MyFrameTop drop; FrameTop drop; DropTest(); }; #endif