#ifndef _PopUpTest_PopUpTest_h #define _PopUpTest_PopUpTest_h #include using namespace Upp; #include #define LAYOUTFILE #include class PopUpTest : public WithPopUpTestLayout { public: typedef PopUpTest CLASSNAME; PopUpTest(); void DoDrop(); void OkCB(); void CancelCB(); WithPopUpLay pu; }; #endif