#ifndef _Layout_Layout_h #define _Layout_Layout_h #include using namespace Upp; #define LAYOUTFILE #include class Layout : public WithLayoutLayout { public: typedef Layout CLASSNAME; Layout(); }; #endif