From 5dde755029a86cf8e7052f4878e7c64b94715c38 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 13 六月 2020 18:25:05 +0800
Subject: [PATCH] '首页完善'

---
 WindowsFormsApp1/WindowsFormsApp1.csproj |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/WindowsFormsApp1/WindowsFormsApp1.csproj b/WindowsFormsApp1/WindowsFormsApp1.csproj
index 497e943..6d19a91 100644
--- a/WindowsFormsApp1/WindowsFormsApp1.csproj
+++ b/WindowsFormsApp1/WindowsFormsApp1.csproj
@@ -152,7 +152,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="entity\FirstOrderSunInfo.cs" />
+    <Compile Include="entity\FirstOrderSubInfo.cs" />
+    <Compile Include="entity\GoodsClass.cs" />
+    <Compile Include="entity\SearchInfo.cs" />
     <Compile Include="System\Windows\Threading.cs" />
     <Compile Include="TBLogin.cs">
       <SubType>Form</SubType>
@@ -235,10 +237,24 @@
     <Compile Include="utils\SQLiteDataBaseUtil.cs" />
     <Compile Include="utils\tb\TBLoginRequestHandler.cs" />
     <Compile Include="utils\ui\ButtonFactory.cs" />
+    <Compile Include="utils\ui\ColorUtil.cs" />
     <Compile Include="utils\ui\DataGridViewHelper.cs" />
     <Compile Include="utils\ui\ImageUtil.cs" />
     <Compile Include="utils\ui\LabelFactory.cs" />
+    <Compile Include="utils\ui\sub\KSHorizontalList.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Include="utils\ui\sub\KSHorizontalList.Designer.cs">
+      <DependentUpon>KSHorizontalList.cs</DependentUpon>
+    </Compile>
+    <Compile Include="utils\ui\sub\KSHorizontalListItem.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Include="utils\ui\sub\KSHorizontalListItem.designer.cs">
+      <DependentUpon>KSHorizontalListItem.cs</DependentUpon>
+    </Compile>
     <Compile Include="utils\ui\TextBoxFactory.cs" />
+    <Compile Include="utils\ui\TextBoxUtil.cs" />
     <EmbeddedResource Include="TBLogin.resx">
       <DependentUpon>TBLogin.cs</DependentUpon>
       <SubType>Designer</SubType>
@@ -294,6 +310,12 @@
     <EmbeddedResource Include="Test.resx">
       <DependentUpon>Test.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="utils\ui\sub\KSHorizontalList.resx">
+      <DependentUpon>KSHorizontalList.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="utils\ui\sub\KSHorizontalListItem.resx">
+      <DependentUpon>KSHorizontalListItem.cs</DependentUpon>
+    </EmbeddedResource>
     <None Include="packages.config" />
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
@@ -321,9 +343,7 @@
       <Install>false</Install>
     </BootstrapperPackage>
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="utils\ui\sub\" />
-  </ItemGroup>
+  <ItemGroup />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>

--
Gitblit v1.8.0