From 8974271490c20a66ce5c6d898bcce1c04310cf9c Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期三, 10 七月 2024 11:59:02 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 61 ++++++++++++++++++++++++++++-- 1 files changed, 56 insertions(+), 5 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 3cede8e..7272430 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -100,8 +100,14 @@ <Filter Include="vbusiness\analysis"> <UniqueIdentifier>{27c3e1cb-c8de-4a10-8a61-bacae62112e3}</UniqueIdentifier> </Filter> + <Filter Include="vbusiness\tradedocument"> + <UniqueIdentifier>{bd347872-26d2-4e4e-9174-49247819c262}</UniqueIdentifier> + </Filter> <Filter Include="project\business\Expense"> - <UniqueIdentifier>{c95a750c-2d14-4276-8f29-1cf09ad02c00}</UniqueIdentifier> + <UniqueIdentifier>{50e3db89-5f6f-425b-8a5d-3cb86b80eacb}</UniqueIdentifier> + </Filter> + <Filter Include="project\business\Enquiry"> + <UniqueIdentifier>{ac880186-5122-46db-b017-b44f7fdacc38}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> @@ -346,6 +352,9 @@ <Filter>xframe\kobject</Filter> </ClInclude> <ClInclude Include="..\xframe\xcontrol\xcheckbox.hpp"> + <Filter>xframe\xcontrol</Filter> + </ClInclude> + <ClInclude Include="..\xframe\xcontrol\xdatetimepick.hpp"> <Filter>xframe\xcontrol</Filter> </ClInclude> </ItemGroup> @@ -662,6 +671,18 @@ <ClCompile Include="..\project\total3\ViewTotalWin.cpp"> <Filter>vbusiness\total</Filter> </ClCompile> + <ClCompile Include="..\project\tradedocument\DocFileSaveDlg.cpp"> + <Filter>vbusiness\tradedocument</Filter> + </ClCompile> + <ClCompile Include="..\project\tradedocument\DocSelectDlg.cpp"> + <Filter>vbusiness\tradedocument</Filter> + </ClCompile> + <ClCompile Include="..\project\tradedocument\TDocumentWin.cpp"> + <Filter>vbusiness\tradedocument</Filter> + </ClCompile> + <ClCompile Include="..\project\tradedocument\HelpDocWin.cpp"> + <Filter>vbusiness\tradedocument</Filter> + </ClCompile> <ClCompile Include="..\project\business\Expense\BasicFare.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> @@ -677,13 +698,16 @@ <ClCompile Include="..\project\business\Expense\CommissionExpenseItem.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> + <ClCompile Include="..\project\business\Expense\Drawback.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> <ClCompile Include="..\project\business\Expense\ExchangeRate.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> - <ClCompile Include="..\project\business\Expense\ExportCredit.SwitchTo.cpp"> + <ClCompile Include="..\project\business\Expense\ExportCredit.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> - <ClCompile Include="..\project\business\Expense\ExportCredit.cpp"> + <ClCompile Include="..\project\business\Expense\ExportCredit.SwitchTo.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> <ClCompile Include="..\project\business\Expense\ExportCreditMaint.cpp"> @@ -749,8 +773,35 @@ <ClCompile Include="..\project\business\Expense\TestExpenseBase2.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> - <ClCompile Include="..\project\business\Expense\Drawback.cpp"> - <Filter>project\business\Expense</Filter> + <ClCompile Include="..\project\business\Enquiry\Enquiry.maint.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\EnquiryEx.quote.vx.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\Entity.Product.Select.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\PriceList.PurcharItemSelect.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\PriceList.PurcharItemSelectEx.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\ProductSchema.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\ProductSchemaSelect.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\QuoteFile.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\SKU.PictureView.Product3.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\ViewPictures.cpp"> + <Filter>project\business\Enquiry</Filter> </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3