jrj/xframe/devloper/devloper.cpp
@@ -8,6 +8,14 @@ using xml = KXMLDOMDocument; class export XDeveloper : public xwin { public: XDeveloper(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd),mle_output(nullptr) {} public: static XDeveloper* CreateInstance(void* implPtr, void* hWnd) { XDeveloper* pWin = new XDeveloper(implPtr, (HWND)hWnd); return pWin; } private: // xtreeview tv_folder; xcontrol mle_output; @@ -516,6 +524,8 @@ sheet_Count = s; return 1; } int OnAttachEvent() { //绑定工具条点击事件