From 720d7526fc39eabdb35706143766dd765f0863d7 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 23 一月 2026 16:20:27 +0800
Subject: [PATCH] 新增创维条码生成模块
---
NETSCM/NETSCM.csproj | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 3c77507..38a18d0 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -117,15 +117,21 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ClsShowMod.cs" />
- <Compile Include="Form1.cs" />
+ <Compile Include="Form1.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
- <Compile Include="Frm_Show.cs" />
+ <Compile Include="Frm_Show.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="Frm_Show.designer.cs">
<DependentUpon>Frm_Show.cs</DependentUpon>
</Compile>
- <Compile Include="MDIMain.cs" />
+ <Compile Include="MDIMain.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="MDIMain.designer.cs">
<DependentUpon>MDIMain.cs</DependentUpon>
</Compile>
@@ -170,7 +176,9 @@
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
- <Compile Include="Xt_Wait.cs" />
+ <Compile Include="Xt_Wait.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="Xt_Wait.designer.cs">
<DependentUpon>Xt_Wait.cs</DependentUpon>
</Compile>
--
Gitblit v1.9.1