Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
| | |
| | | <ClCompile Include="..\project\business\PO\business4.cpp"> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.cpp" /> |
| | | <ClCompile Include="..\project\business\PO\Maint.PurcherItem.cpp"> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
| | | </ClCompile> |
| | |
| | | <ClCompile Include="..\project\business\PO\Maint.PurcherItem.cpp"> |
| | | <Filter>project\business\PO</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.cpp"> |
| | | <Filter>project\business\PO</Filter> |
| | | </ClCompile> |
| | | </ItemGroup> |
| | | </Project> |
| | |
| | | int OnAttachListon() |
| | | { |
| | | AttachEvent(L"WM_XCOMMAND",(FEvent)&vindexform::OnXCommand,this); |
| | | //AttachEvent(L"mdilayer", L"LYSN_SELECTEDSHEET",OnSheetChanged); |
| | | //AttachEvent(L"mdilayer", L"LYSN_SELECTEDSHEET", (FEvent)&vindexform::OnSheetChanged); |
| | | ////AttachEvent(L"mdilayer", L"LYSN_CLOSESHEET",OnCloseSheet); |
| | | return 1; |
| | | } |