#ifndef _LogPosCtrlTest_LogPosCtrlTest_h #define _LogPosCtrlTest_LogPosCtrlTest_h #include using namespace Upp; #include #define LAYOUTFILE #include #include class LogPosCtrlTest : public WithLogPosCtrlTestLayout { public: typedef LogPosCtrlTest CLASSNAME; LogPosCtrlTest(); void ChangeLogPosCB(); LogPosCtrl le; }; #endif