#ifndef _UppTest_UppTest_h #define _UppTest_UppTest_h #include using namespace Upp; #define LAYOUTFILE #include class UppTest : public WithUppTestLayout { public: typedef UppTest CLASSNAME; UppTest(); void Paint(Draw&); virtual ~UppTest(); }; #endif