From 01024c743a5c20700bf8035ee48c6cdc149ded96 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期二, 04 四月 2023 15:27:08 +0800
Subject: [PATCH] 称重入库模块优化

---
 Kanban/Kanban.csproj |   62 +++++++++++++++++++++++--------
 1 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/Kanban/Kanban.csproj b/Kanban/Kanban.csproj
index c4bd217..0a2655c 100644
--- a/Kanban/Kanban.csproj
+++ b/Kanban/Kanban.csproj
@@ -39,6 +39,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -49,7 +50,22 @@
     <WarningLevel>4</WarningLevel>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+    <PlatformTarget>x86</PlatformTarget>
+    <OutputPath>bin\x86\Debug\</OutputPath>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+    <PlatformTarget>x86</PlatformTarget>
+    <OutputPath>bin\x86\Release\</OutputPath>
+  </PropertyGroup>
   <ItemGroup>
+    <Reference Include="AxInterop.gregn6Lib">
+      <HintPath>..\OCX\AxInterop.gregn6Lib.dll</HintPath>
+    </Reference>
+    <Reference Include="Interop.gregn6Lib">
+      <HintPath>..\OCX\Interop.gregn6Lib.dll</HintPath>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
     <Reference Include="System.Drawing" />
@@ -82,11 +98,29 @@
     <Compile Include="LED\Sc_LEDInfoNote.designer.cs">
       <DependentUpon>Sc_LEDInfoNote.cs</DependentUpon>
     </Compile>
+    <Compile Include="Sc_CGKB.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Sc_CGKB.designer.cs">
+      <DependentUpon>Sc_CGKB.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Sc_CJKB.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Sc_CJKB.designer.cs">
+      <DependentUpon>Sc_CJKB.cs</DependentUpon>
+    </Compile>
     <Compile Include="Sc_ProductionLineKB.cs">
       <SubType>Form</SubType>
     </Compile>
     <Compile Include="Sc_ProductionLineKB.designer.cs">
       <DependentUpon>Sc_ProductionLineKB.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Sc_QLKB.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Sc_QLKB.designer.cs">
+      <DependentUpon>Sc_QLKB.cs</DependentUpon>
     </Compile>
     <Compile Include="Sc_WorkshopKB.cs">
       <SubType>Form</SubType>
@@ -308,8 +342,20 @@
       <DependentUpon>Sc_LEDInfoNote.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
+    <EmbeddedResource Include="Sc_CGKB.resx">
+      <DependentUpon>Sc_CGKB.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Sc_CJKB.resx">
+      <DependentUpon>Sc_CJKB.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
     <EmbeddedResource Include="Sc_ProductionLineKB.resx">
       <DependentUpon>Sc_ProductionLineKB.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Sc_QLKB.resx">
+      <DependentUpon>Sc_QLKB.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
     <EmbeddedResource Include="Sc_WorkshopKB.resx">
@@ -426,22 +472,6 @@
     </EmbeddedResource>
   </ItemGroup>
   <ItemGroup>
-    <COMReference Include="Axgregn6Lib">
-      <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
-      <VersionMajor>6</VersionMajor>
-      <VersionMinor>0</VersionMinor>
-      <Lcid>0</Lcid>
-      <WrapperTool>aximp</WrapperTool>
-      <Isolated>False</Isolated>
-    </COMReference>
-    <COMReference Include="gregn6Lib">
-      <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
-      <VersionMajor>6</VersionMajor>
-      <VersionMinor>0</VersionMinor>
-      <Lcid>0</Lcid>
-      <WrapperTool>tlbimp</WrapperTool>
-      <Isolated>False</Isolated>
-    </COMReference>
     <COMReference Include="stdole">
       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
       <VersionMajor>2</VersionMajor>

--
Gitblit v1.9.1