xj qian
2024-07-18 3f7c146b097c84ecd159a7de8391168e44b04cc8
update item
已修改3个文件
12 ■■■■ 文件已修改
jrj/project/business/PO/PO.BatchPrecess.polist.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/vindexmenu.cpp 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/xcontrol/xcombobox.hpp 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/PO.BatchPrecess.polist.cpp
Binary 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;