Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
| | |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\business\PO\PO.maint.item.line.cpp" /> |
| | | <ClCompile Include="..\project\business\Product.list.cpp"> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> |
| | | </ClCompile> |
| | |
| | | { |
| | | KXMLDOMElement e = nlist.item(i); |
| | | xstring name = e.selectSingleNode(L"@name").text(); |
| | | HTREEITEM h = tv_folder.InsertChildItem( 0, name, name, e, 15); |
| | | HTREEITEM h = tv_folder.InsertChildItem(0, name, name, e, 15); |
| | | createSubTree(h, e); |
| | | tv_folder.ExpandItem(h); |
| | | } |