jrj/project/business/PO/PO.BatchPrecess.polist.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/vindexmenu.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/xframe/xcontrol/xcombobox.hpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/PO/PO.BatchPrecess.polist.cppBinary files differ
jrj/project/vindexmenu.cpp
@@ -86,9 +86,8 @@ for (i=0;i<s;i++) { KXMLDOMElement xitem= li.item(i); void * p = new KXMLDOMElement(xitem); int k = cbx_panelName.AddItem(xstring(i).c_str()); cbx_panelName.SetItemData(k, (LPARAM)p); cbx_panelName.SetItemData(k, xitem); } return 1; } jrj/xframe/xcontrol/xcombobox.hpp
@@ -151,6 +151,15 @@ return h; } int InsertString(string str, KXMLDOMElement p) { int CB_INSERTSTRING_ = 0x014A; int h = SendMessage(GetHWND(), CB_INSERTSTRING_, 0, (LPARAM)str); SetItemData(h, p); return h; } int InsertString( string str, LPARAM p) { int CB_INSERTSTRING_ = 0x014A;