#ifndef _ValueCtrlTest_ValueCtrlTest_h #define _ValueCtrlTest_ValueCtrlTest_h #include using namespace Upp; #include #define LAYOUTFILE #include class ValueCtrlTest : public WithValueCtrlTestLayout { public: typedef ValueCtrlTest CLASSNAME; ValueCtrlTest(); void ToInfo(const String& s) { info.Insert(info.GetLength(), s); info.Insert(info.GetLength(), "\n"); info.SetCursor(info.GetLength()); } void Clear() { info.Clear(); } void ActionCB(); ValueCtrl vc; }; #endif