jinghuanzhang
2023-04-05 c790bf2c891a7b0deaafc20a76a7fd615db9e7bb
组织
2个文件已修改
60 ■■■■ 已修改文件
BaseSet/BaseSet.csproj 44 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
NETSCM/NETSCM.csproj 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BaseSet/BaseSet.csproj
@@ -83,7 +83,9 @@
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Form1.cs" />
    <Compile Include="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
@@ -156,43 +158,63 @@
      <DesignTime>True</DesignTime>
      <DependentUpon>Reference.map</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_BadReason.cs" />
    <Compile Include="公用基础资料\Gy_BadReason.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_BadReason.designer.cs">
      <DependentUpon>Gy_BadReason.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Customer.cs" />
    <Compile Include="公用基础资料\Gy_Customer.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Customer.designer.cs">
      <DependentUpon>Gy_Customer.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Department.cs" />
    <Compile Include="公用基础资料\Gy_Department.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Department.designer.cs">
      <DependentUpon>Gy_Department.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Employee.cs" />
    <Compile Include="公用基础资料\Gy_Employee.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Employee.designer.cs">
      <DependentUpon>Gy_Employee.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Group.cs" />
    <Compile Include="公用基础资料\Gy_Group.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Group.designer.cs">
      <DependentUpon>Gy_Group.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Material.cs" />
    <Compile Include="公用基础资料\Gy_Material.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Material.designer.cs">
      <DependentUpon>Gy_Material.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Source.cs" />
    <Compile Include="公用基础资料\Gy_Source.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Source.designer.cs">
      <DependentUpon>Gy_Source.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_StockPlace.cs" />
    <Compile Include="公用基础资料\Gy_StockPlace.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_StockPlace.designer.cs">
      <DependentUpon>Gy_StockPlace.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Supplier.cs" />
    <Compile Include="公用基础资料\Gy_Supplier.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Supplier.designer.cs">
      <DependentUpon>Gy_Supplier.cs</DependentUpon>
    </Compile>
    <Compile Include="公用基础资料\Gy_Warehouse.cs" />
    <Compile Include="公用基础资料\Gy_Warehouse.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="公用基础资料\Gy_Warehouse.designer.cs">
      <DependentUpon>Gy_Warehouse.cs</DependentUpon>
    </Compile>
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>