#ifndef _PictureBugTest_PictureBugTest_h #define _PictureBugTest_PictureBugTest_h #include using namespace Upp; #define LAYOUTFILE #include class PictureBugTest : public WithPictureBugTestLayout { public: typedef PictureBugTest CLASSNAME; PictureBugTest(); void Open(); }; #endif