#ifndef _CtrlPropTest_CtrlPropTest_h #define _CtrlPropTest_CtrlPropTest_h #include using namespace Upp; #define LAYOUTFILE #include #include #include class CtrlPropTest : public TopWindow { public: typedef CtrlPropTest CLASSNAME; CtrlPropTest(); //misc void Test(); void InitDummies(); //edit void DoList(Ctrl& c); void DoEdit(Ctrl& c); bool CanEdit(); void OnEdit(); void OnCtrlRight(Ctrl& c, Point p, dword keyflags); void OnMoveAction(); public: ToolBar mb; ToolBar::Item * mbi; Array arc; PropEdit pe; PropList pl; WithCtrlPropTestLayout vis; CtrlMover hk; bool edit; }; #endif