| <?xml version="1.0" encoding="utf-8"?> | 
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> | 
|   <PropertyGroup> | 
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
|     <ProductVersion>8.0.50727</ProductVersion> | 
|     <SchemaVersion>2.0</SchemaVersion> | 
|     <ProjectGuid>{0844CD97-FFAB-445F-A473-1380387E9A12}</ProjectGuid> | 
|     <OutputType>Library</OutputType> | 
|     <AppDesignerFolder>Properties</AppDesignerFolder> | 
|     <RootNamespace>BaseSet</RootNamespace> | 
|     <AssemblyName>BaseSet</AssemblyName> | 
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 
|     <FileUpgradeFlags> | 
|     </FileUpgradeFlags> | 
|     <UpgradeBackupLocation> | 
|     </UpgradeBackupLocation> | 
|     <OldToolsVersion>2.0</OldToolsVersion> | 
|     <PublishUrl>发布\</PublishUrl> | 
|     <Install>true</Install> | 
|     <InstallFrom>Disk</InstallFrom> | 
|     <UpdateEnabled>false</UpdateEnabled> | 
|     <UpdateMode>Foreground</UpdateMode> | 
|     <UpdateInterval>7</UpdateInterval> | 
|     <UpdateIntervalUnits>Days</UpdateIntervalUnits> | 
|     <UpdatePeriodically>false</UpdatePeriodically> | 
|     <UpdateRequired>false</UpdateRequired> | 
|     <MapFileExtensions>true</MapFileExtensions> | 
|     <ApplicationRevision>0</ApplicationRevision> | 
|     <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | 
|     <IsWebBootstrapper>false</IsWebBootstrapper> | 
|     <UseApplicationTrust>false</UseApplicationTrust> | 
|     <BootstrapperEnabled>true</BootstrapperEnabled> | 
|     <TargetFrameworkProfile /> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 
|     <DebugSymbols>true</DebugSymbols> | 
|     <DebugType>full</DebugType> | 
|     <Optimize>false</Optimize> | 
|     <OutputPath>bin\Debug\</OutputPath> | 
|     <DefineConstants>DEBUG;TRACE</DefineConstants> | 
|     <ErrorReport>prompt</ErrorReport> | 
|     <WarningLevel>4</WarningLevel> | 
|     <PlatformTarget>x86</PlatformTarget> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
|     <DebugType>pdbonly</DebugType> | 
|     <Optimize>true</Optimize> | 
|     <OutputPath>bin\Release\</OutputPath> | 
|     <DefineConstants>TRACE</DefineConstants> | 
|     <ErrorReport>prompt</ErrorReport> | 
|     <WarningLevel>4</WarningLevel> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | 
|     <DebugSymbols>true</DebugSymbols> | 
|     <OutputPath>bin\x86\Debug\</OutputPath> | 
|     <DefineConstants>DEBUG;TRACE</DefineConstants> | 
|     <DebugType>full</DebugType> | 
|     <PlatformTarget>x86</PlatformTarget> | 
|     <ErrorReport>prompt</ErrorReport> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | 
|     <OutputPath>bin\x86\Release\</OutputPath> | 
|     <DefineConstants>TRACE</DefineConstants> | 
|     <Optimize>true</Optimize> | 
|     <DebugType>pdbonly</DebugType> | 
|     <PlatformTarget>x86</PlatformTarget> | 
|     <ErrorReport>prompt</ErrorReport> | 
|   </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="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.OOXML.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.OpenXml4Net.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.OpenXmlFormats.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="System" /> | 
|     <Reference Include="System.Data" /> | 
|     <Reference Include="System.Drawing" /> | 
|     <Reference Include="System.Windows.Forms" /> | 
|     <Reference Include="System.Xml" /> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <Compile Include="Class1.cs" /> | 
|     <Compile Include="Form2.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Form2.Designer.cs"> | 
|       <DependentUpon>Form2.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Agent.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Agent.designer.cs"> | 
|       <DependentUpon>Gy_Agent.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_BigArea.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_BigArea.designer.cs"> | 
|       <DependentUpon>Gy_BigArea.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Dealer.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Dealer.designer.cs"> | 
|       <DependentUpon>Gy_Dealer.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Market.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Market.designer.cs"> | 
|       <DependentUpon>Gy_Market.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Office.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Office.designer.cs"> | 
|       <DependentUpon>Gy_Office.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SecCenter.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SecCenter.designer.cs"> | 
|       <DependentUpon>Gy_SecCenter.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SecNet.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SecNet.designer.cs"> | 
|       <DependentUpon>Gy_SecNet.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\MI基础资料\Gy_WorkEquipment.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\MI基础资料\Gy_WorkEquipment.designer.cs"> | 
|       <DependentUpon>Gy_WorkEquipment.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\MI基础资料\Gy_WorkProce.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\MI基础资料\Gy_WorkProce.designer.cs"> | 
|       <DependentUpon>Gy_WorkProce.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\MI基础资料\Gy_WorkTool.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\MI基础资料\Gy_WorkTool.designer.cs"> | 
|       <DependentUpon>Gy_WorkTool.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_InsuranceItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_InsuranceItem.designer.cs"> | 
|       <DependentUpon>Gy_InsuranceItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_AreaUser.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_AreaUser.designer.cs"> | 
|       <DependentUpon>Gy_AreaUser.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Carbook.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Carbook.designer.cs"> | 
|       <DependentUpon>Gy_Carbook.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_CarryType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_CarryType.designer.cs"> | 
|       <DependentUpon>Gy_CarryType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ConveyComp.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ConveyComp.designer.cs"> | 
|       <DependentUpon>Gy_ConveyComp.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_FactoryDayOff.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_FactoryDayOff.designer.cs"> | 
|       <DependentUpon>Gy_FactoryDayOff.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_EntryComp.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_EntryComp.designer.cs"> | 
|       <DependentUpon>Gy_EntryComp.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_InnerMaterial.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_InnerMaterial.designer.cs"> | 
|       <DependentUpon>Gy_InnerMaterial.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Logo.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Logo.designer.cs"> | 
|       <DependentUpon>Gy_Logo.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MainMaterial.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MainMaterial.designer.cs"> | 
|       <DependentUpon>Gy_MainMaterial.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MaterType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MaterType.designer.cs"> | 
|       <DependentUpon>Gy_MaterType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_OutMaterial.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_OutMaterial.designer.cs"> | 
|       <DependentUpon>Gy_OutMaterial.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_PackType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_PackType.designer.cs"> | 
|       <DependentUpon>Gy_PackType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_QCCheckClass.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_QCCheckClass.designer.cs"> | 
|       <DependentUpon>Gy_QCCheckClass.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_QCCheckItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_QCCheckItem.designer.cs"> | 
|       <DependentUpon>Gy_QCCheckItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SingleBuyer.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SingleBuyer.designer.cs"> | 
|       <DependentUpon>Gy_SingleBuyer.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualStockClass.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualStockClass.designer.cs"> | 
|       <DependentUpon>Gy_VirtualStockClass.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualStockPlace.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualStockPlace.designer.cs"> | 
|       <DependentUpon>Gy_VirtualStockPlace.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualStockPlaceGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualStockPlaceGroup.designer.cs"> | 
|       <DependentUpon>Gy_VirtualStockPlaceGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualWarehouse.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_VirtualWarehouse.designer.cs"> | 
|       <DependentUpon>Gy_VirtualWarehouse.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_WorkStation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_WorkStation.designer.cs"> | 
|       <DependentUpon>Gy_WorkStation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_BarCodeCheckType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_BarCodeCheckType.Designer.cs"> | 
|       <DependentUpon>Gy_BarCodeCheckType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_LineCenterSub.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_LineCenterSub.designer.cs"> | 
|       <DependentUpon>Gy_LineCenterSub.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_LineCenterSubList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_LineCenterSubList.designer.cs"> | 
|       <DependentUpon>Gy_LineCenterSubList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MateMouldInfo.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MateMouldInfo.designer.cs"> | 
|       <DependentUpon>Gy_MateMouldInfo.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MateMouldInfoList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MateMouldInfoList.designer.cs"> | 
|       <DependentUpon>Gy_MateMouldInfoList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceProperty.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceProperty.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceProperty.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePricePropertyDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePricePropertyDlg.designer.cs"> | 
|       <DependentUpon>Gy_MatePricePropertyDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePricePropertyList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePricePropertyList.designer.cs"> | 
|       <DependentUpon>Gy_MatePricePropertyList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_QCCheckProject.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_QCCheckProject.designer.cs"> | 
|       <DependentUpon>Gy_QCCheckProject.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_QCCheckProjectList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_QCCheckProjectList.designer.cs"> | 
|       <DependentUpon>Gy_QCCheckProjectList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_QCCheckProjectQuery.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_QCCheckProjectQuery.designer.cs"> | 
|       <DependentUpon>Gy_QCCheckProjectQuery.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SalePresentRate.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SalePresentRate.designer.cs"> | 
|       <DependentUpon>Gy_SalePresentRate.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SalePresentRateList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SalePresentRateList.designer.cs"> | 
|       <DependentUpon>Gy_SalePresentRateList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdWorkTimes.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdWorkTimes.Designer.cs"> | 
|       <DependentUpon>Gy_StdWorkTimes.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdWorkTimesList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdWorkTimesList.Designer.cs"> | 
|       <DependentUpon>Gy_StdWorkTimesList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_TechParamByProc.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_TechParamByProc.designer.cs"> | 
|       <DependentUpon>Gy_TechParamByProc.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_TechParamByProcDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_TechParamByProcDlg.designer.cs"> | 
|       <DependentUpon>Gy_TechParamByProcDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_TechParamByProcList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_TechParamByProcList.designer.cs"> | 
|       <DependentUpon>Gy_TechParamByProcList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserEmployeeRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserEmployeeRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserEmployeeRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserEmployeeRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserEmployeeRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserEmployeeRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserSupplierRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserSupplierRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserSupplierRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserSupplierRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserSupplierRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserSupplierRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdPack.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdPack.designer.cs"> | 
|       <DependentUpon>Gy_StdPack.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdPackList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_StdPackList.designer.cs"> | 
|       <DependentUpon>Gy_StdPackList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_CusNumberRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_CusNumberRelation.designer.cs"> | 
|       <DependentUpon>Gy_CusNumberRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_CusNumberRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_CusNumberRelationList.designer.cs"> | 
|       <DependentUpon>Gy_CusNumberRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_Leave.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_Leave.designer.cs"> | 
|       <DependentUpon>Gy_Leave.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_SalaryLev.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_SalaryLev.designer.cs"> | 
|       <DependentUpon>Gy_SalaryLev.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkTypeSub.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkTypeSub.designer.cs"> | 
|       <DependentUpon>Gy_WorkTypeSub.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkTypeSubList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkTypeSubList.designer.cs"> | 
|       <DependentUpon>Gy_WorkTypeSubList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_BusinessUnit.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_BusinessUnit.designer.cs"> | 
|       <DependentUpon>Gy_BusinessUnit.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostAverageType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostAverageType.designer.cs"> | 
|       <DependentUpon>Gy_CostAverageType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItem.designer.cs"> | 
|       <DependentUpon>Gy_CostItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemAverageType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemAverageType.designer.cs"> | 
|       <DependentUpon>Gy_CostItemAverageType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemAverageTypeList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemAverageTypeList.designer.cs"> | 
|       <DependentUpon>Gy_CostItemAverageTypeList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemFixRate.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemFixRate.designer.cs"> | 
|       <DependentUpon>Gy_CostItemFixRate.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemFixRateList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostItemFixRateList.designer.cs"> | 
|       <DependentUpon>Gy_CostItemFixRateList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SourceSub.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SourceSub.designer.cs"> | 
|       <DependentUpon>Gy_SourceSub.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_ItemTax.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_ItemTax.designer.cs"> | 
|       <DependentUpon>Gy_ItemTax.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldFile.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldFile.designer.cs"> | 
|       <DependentUpon>Gy_MouldFile.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldFileList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldFileList.designer.cs"> | 
|       <DependentUpon>Gy_MouldFileList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldType.designer.cs"> | 
|       <DependentUpon>Gy_MouldType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_Mould.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_Mould.designer.cs"> | 
|       <DependentUpon>Gy_Mould.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldWare.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\模具基础资料\Gy_MouldWare.designer.cs"> | 
|       <DependentUpon>Gy_MouldWare.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_CheckToolsType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_CheckToolsType.designer.cs"> | 
|       <DependentUpon>Gy_CheckToolsType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_LineCenter.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_LineCenter.designer.cs"> | 
|       <DependentUpon>Gy_LineCenter.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_RoutingFlow.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_RoutingFlow.designer.cs"> | 
|       <DependentUpon>Gy_RoutingFlow.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_TechnologyParameter.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_TechnologyParameter.designer.cs"> | 
|       <DependentUpon>Gy_TechnologyParameter.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_TechnologyParameterUnit.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_TechnologyParameterUnit.designer.cs"> | 
|       <DependentUpon>Gy_TechnologyParameterUnit.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_DotCheck.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_DotCheck.designer.cs"> | 
|       <DependentUpon>Gy_DotCheck.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_Company.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_Company.designer.cs"> | 
|       <DependentUpon>Gy_Company.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_Dweller.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_Dweller.designer.cs"> | 
|       <DependentUpon>Gy_Dweller.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_MaterSP.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_MaterSP.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_MaterSP.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_StockPlace.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_StockPlace.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_StockPlace.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Warehouse.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Warehouse.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_Warehouse.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Pay_PeriodInfoSet.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Pay_PeriodInfoSet.designer.cs"> | 
|       <DependentUpon>Pay_PeriodInfoSet.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Properties\Resources.Designer.cs"> | 
|       <AutoGen>True</AutoGen> | 
|       <DesignTime>True</DesignTime> | 
|       <DependentUpon>Resources.resx</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Xt_BillSourceSet.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Xt_BillSourceSet.designer.cs"> | 
|       <DependentUpon>Xt_BillSourceSet.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用模块\ClsGy_DataInTmp_Material.cs" /> | 
|     <Compile Include="公用模块\Gy_DataInTmp_Material.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用模块\Gy_DataInTmp_Material.designer.cs"> | 
|       <DependentUpon>Gy_DataInTmp_Material.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Appeal.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_Appeal.designer.cs"> | 
|       <DependentUpon>Gy_Appeal.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_AppealType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_AppealType.designer.cs"> | 
|       <DependentUpon>Gy_AppealType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_ApproveLev.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_ApproveLev.designer.cs"> | 
|       <DependentUpon>Gy_ApproveLev.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CampaignType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CampaignType.designer.cs"> | 
|       <DependentUpon>Gy_CampaignType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusFrom.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusFrom.designer.cs"> | 
|       <DependentUpon>Gy_CusFrom.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusImport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusImport.designer.cs"> | 
|       <DependentUpon>Gy_CusImport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusLevel.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusLevel.designer.cs"> | 
|       <DependentUpon>Gy_CusLevel.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusStatus.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_CusStatus.designer.cs"> | 
|       <DependentUpon>Gy_CusStatus.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_InfoFrom.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_InfoFrom.designer.cs"> | 
|       <DependentUpon>Gy_InfoFrom.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_InfoType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_InfoType.designer.cs"> | 
|       <DependentUpon>Gy_InfoType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_PaymentMode.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_PaymentMode.designer.cs"> | 
|       <DependentUpon>Gy_PaymentMode.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_QCResult.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_QCResult.designer.cs"> | 
|       <DependentUpon>Gy_QCResult.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_QCResult2.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_QCResult2.designer.cs"> | 
|       <DependentUpon>Gy_QCResult2.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SellStep.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SellStep.designer.cs"> | 
|       <DependentUpon>Gy_SellStep.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SellTool.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SellTool.designer.cs"> | 
|       <DependentUpon>Gy_SellTool.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SellType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_SellType.designer.cs"> | 
|       <DependentUpon>Gy_SellType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_WorkItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\CRM基础资料\Gy_WorkItem.designer.cs"> | 
|       <DependentUpon>Gy_WorkItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Building.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Building.designer.cs"> | 
|       <DependentUpon>Gy_Building.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Collect.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Collect.designer.cs"> | 
|       <DependentUpon>Gy_Collect.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_CareFor.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_CareFor.designer.cs"> | 
|       <DependentUpon>Gy_CareFor.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_DisposeWay.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_DisposeWay.designer.cs"> | 
|       <DependentUpon>Gy_DisposeWay.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Employee.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Employee.designer.cs"> | 
|       <DependentUpon>Gy_Employee.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_HouseType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_HouseType.designer.cs"> | 
|       <DependentUpon>Gy_HouseType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ICCard.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ICCard.designer.cs"> | 
|       <DependentUpon>Gy_ICCard.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MouldStock.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MouldStock.Designer.cs"> | 
|       <DependentUpon>Gy_MouldStock.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ProjectStep.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ProjectStep.designer.cs"> | 
|       <DependentUpon>Gy_ProjectStep.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Xt_MainMenuSet.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Xt_MainMenuSet.designer.cs"> | 
|       <DependentUpon>Xt_MainMenuSet.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SourceShift.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SourceShift.designer.cs"> | 
|       <DependentUpon>Gy_SourceShift.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SourceShiftList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_SourceShiftList.designer.cs"> | 
|       <DependentUpon>Gy_SourceShiftList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserCustomerRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserCustomerRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserCustomerRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserCustomerRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserCustomerRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserCustomerRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserDeptRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserDeptRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserDeptRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserDeptRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserDeptRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserDeptRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserGroupRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserGroupRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserGroupRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserGroupRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserGroupRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserGroupRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserMaterRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserMaterRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserMaterRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserMaterRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserMaterRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserMaterRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserStockRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserStockRelation.designer.cs"> | 
|       <DependentUpon>Gy_UserStockRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserStockRelationList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_UserStockRelationList.designer.cs"> | 
|       <DependentUpon>Gy_UserStockRelationList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkCenterSourceBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkCenterSourceBill.designer.cs"> | 
|       <DependentUpon>Gy_WorkCenterSourceBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkCenterSourceBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkCenterSourceBillList.designer.cs"> | 
|       <DependentUpon>Gy_WorkCenterSourceBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkShift.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkShift.designer.cs"> | 
|       <DependentUpon>Gy_WorkShift.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkShiftList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_WorkShiftList.designer.cs"> | 
|       <DependentUpon>Gy_WorkShiftList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_EmpMessageBillMod.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_EmpMessageBillMod.designer.cs"> | 
|       <DependentUpon>OA_EmpMessageBillMod.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_EmpMessageBillModList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_EmpMessageBillModList.designer.cs"> | 
|       <DependentUpon>OA_EmpMessageBillModList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_FieldToChange.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_FieldToChange.designer.cs"> | 
|       <DependentUpon>OA_FieldToChange.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_FieldToChangeList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\OA_FieldToChangeList.designer.cs"> | 
|       <DependentUpon>OA_FieldToChangeList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Xt_UserRelationSupplier.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Xt_UserRelationSupplier.designer.cs"> | 
|       <DependentUpon>Xt_UserRelationSupplier.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Xt_UserRelationSupplierList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Xt_UserRelationSupplierList.designer.cs"> | 
|       <DependentUpon>Xt_UserRelationSupplierList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ClassTimePrj.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ClassTimePrj.designer.cs"> | 
|       <DependentUpon>Gy_ClassTimePrj.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ClassTimePrjSub.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ClassTimePrjSub.designer.cs"> | 
|       <DependentUpon>Gy_ClassTimePrjSub.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_DeductItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_DeductItem.designer.cs"> | 
|       <DependentUpon>Gy_DeductItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ErrWorkPrice.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ErrWorkPrice.designer.cs"> | 
|       <DependentUpon>Gy_ErrWorkPrice.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_SubsidyItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_SubsidyItem.designer.cs"> | 
|       <DependentUpon>Gy_SubsidyItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_ItemMoney.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_ItemMoney.designer.cs"> | 
|       <DependentUpon>Gy_ItemMoney.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_AddressCard.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_AddressCard.designer.cs"> | 
|       <DependentUpon>Gy_AddressCard.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ICBomGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ICBomGroup.designer.cs"> | 
|       <DependentUpon>Gy_ICBomGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_PullCard.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_PullCard.designer.cs"> | 
|       <DependentUpon>Gy_PullCard.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_Maintain.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_Maintain.designer.cs"> | 
|       <DependentUpon>Gy_Maintain.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MateNumRelation.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MateNumRelation.designer.cs"> | 
|       <DependentUpon>Gy_MateNumRelation.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Material.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Material.designer.cs"> | 
|       <DependentUpon>Gy_Material.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MaterTrait.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_MaterTrait.designer.cs"> | 
|       <DependentUpon>Gy_MaterTrait.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Model.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Model.designer.cs"> | 
|       <DependentUpon>Gy_Model.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Properties\AssemblyInfo.cs" /> | 
|     <Compile Include="公用资料\OA基础资料\Gy_ArchivesArk.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\OA基础资料\Gy_ArchivesArk.designer.cs"> | 
|       <DependentUpon>Gy_ArchivesArk.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\OA基础资料\Gy_ArchivesFloor.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\OA基础资料\Gy_ArchivesFloor.designer.cs"> | 
|       <DependentUpon>Gy_ArchivesFloor.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_AreaSet.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_AreaSet.designer.cs"> | 
|       <DependentUpon>Gy_AreaSet.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_BadReason.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_BadReason.designer.cs"> | 
|       <DependentUpon>Gy_BadReason.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Bank.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Bank.designer.cs"> | 
|       <DependentUpon>Gy_Bank.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Car.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Car.designer.cs"> | 
|       <DependentUpon>Gy_Car.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ClassTimePrjGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ClassTimePrjGroup.designer.cs"> | 
|       <DependentUpon>Gy_ClassTimePrjGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComKind.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComKind.Designer.cs"> | 
|       <DependentUpon>Gy_ComKind.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComScope.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComScope.Designer.cs"> | 
|       <DependentUpon>Gy_ComScope.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComSort.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComSort.Designer.cs"> | 
|       <DependentUpon>Gy_ComSort.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_ComType.Designer.cs"> | 
|       <DependentUpon>Gy_ComType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_ConkReason.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_ConkReason.Designer.cs"> | 
|       <DependentUpon>Gy_ConkReason.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_ConkType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_ConkType.Designer.cs"> | 
|       <DependentUpon>Gy_ConkType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostCenter.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_CostCenter.Designer.cs"> | 
|       <DependentUpon>Gy_CostCenter.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Currency.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Currency.Designer.cs"> | 
|       <DependentUpon>Gy_Currency.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_Customer.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_Customer.designer.cs"> | 
|       <DependentUpon>Gy_Customer.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_CusType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_CusType.Designer.cs"> | 
|       <DependentUpon>Gy_CusType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Department.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Department.designer.cs"> | 
|       <DependentUpon>Gy_Department.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Dorm.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Dorm.Designer.cs"> | 
|       <DependentUpon>Gy_Dorm.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_DuSubsidyItem.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_DuSubsidyItem.Designer.cs"> | 
|       <DependentUpon>Gy_DuSubsidyItem.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Duty.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Duty.Designer.cs"> | 
|       <DependentUpon>Gy_Duty.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Energy.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Energy.Designer.cs"> | 
|       <DependentUpon>Gy_Energy.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_EquipMent.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_EquipMent.Designer.cs"> | 
|       <DependentUpon>Gy_EquipMent.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ErrType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ErrType.Designer.cs"> | 
|       <DependentUpon>Gy_ErrType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\OA基础资料\Gy_EvaluateStatus.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\OA基础资料\Gy_EvaluateStatus.Designer.cs"> | 
|       <DependentUpon>Gy_EvaluateStatus.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_ExpenseStatus.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\成本基础资料\Gy_ExpenseStatus.Designer.cs"> | 
|       <DependentUpon>Gy_ExpenseStatus.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Group.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Group.designer.cs"> | 
|       <DependentUpon>Gy_Group.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Holiday.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Holiday.Designer.cs"> | 
|       <DependentUpon>Gy_Holiday.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_OrderLev.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_OrderLev.designer.cs"> | 
|       <DependentUpon>Gy_OrderLev.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_PaperSort.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_PaperSort.Designer.cs"> | 
|       <DependentUpon>Gy_PaperSort.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Port.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Port.Designer.cs"> | 
|       <DependentUpon>Gy_Port.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Post.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Post.Designer.cs"> | 
|       <DependentUpon>Gy_Post.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_PoStockStyle.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_PoStockStyle.Designer.cs"> | 
|       <DependentUpon>Gy_PoStockStyle.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ProcComm.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ProcComm.Designer.cs"> | 
|       <DependentUpon>Gy_ProcComm.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Process.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Process.designer.cs"> | 
|       <DependentUpon>Gy_Process.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ProcMul.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ProcMul.designer.cs"> | 
|       <DependentUpon>Gy_ProcMul.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ProcPriceRela.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ProcPriceRela.Designer.cs"> | 
|       <DependentUpon>Gy_ProcPriceRela.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ProcPriceRelaGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_ProcPriceRelaGroup.Designer.cs"> | 
|       <DependentUpon>Gy_ProcPriceRelaGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ProdType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ProdType.Designer.cs"> | 
|       <DependentUpon>Gy_ProdType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ProductSpec.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_ProductSpec.Designer.cs"> | 
|       <DependentUpon>Gy_ProductSpec.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\项目基础资料\Gy_Project.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\项目基础资料\Gy_Project.Designer.cs"> | 
|       <DependentUpon>Gy_Project.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Property.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Property.Designer.cs"> | 
|       <DependentUpon>Gy_Property.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_PropertyType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_PropertyType.Designer.cs"> | 
|       <DependentUpon>Gy_PropertyType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_Repair.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_Repair.Designer.cs"> | 
|       <DependentUpon>Gy_Repair.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_RepairCheck.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_RepairCheck.Designer.cs"> | 
|       <DependentUpon>Gy_RepairCheck.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_RepairType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\设备基础资料\Gy_RepairType.Designer.cs"> | 
|       <DependentUpon>Gy_RepairType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Room.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\人事基础资料\Gy_Room.designer.cs"> | 
|       <DependentUpon>Gy_Room.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_RoutingGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_RoutingGroup.Designer.cs"> | 
|       <DependentUpon>Gy_RoutingGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Safety.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Safety.Designer.cs"> | 
|       <DependentUpon>Gy_Safety.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ScrapReason.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_ScrapReason.Designer.cs"> | 
|       <DependentUpon>Gy_ScrapReason.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SecType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SecType.Designer.cs"> | 
|       <DependentUpon>Gy_SecType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_SellStyle.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\销售基础资料\Gy_SellStyle.Designer.cs"> | 
|       <DependentUpon>Gy_SellStyle.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SettleStyle.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_SettleStyle.Designer.cs"> | 
|       <DependentUpon>Gy_SettleStyle.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Shifts.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Shifts.Designer.cs"> | 
|       <DependentUpon>Gy_Shifts.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Source.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_Source.designer.cs"> | 
|       <DependentUpon>Gy_Source.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockInStyle.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockInStyle.Designer.cs"> | 
|       <DependentUpon>Gy_StockInStyle.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockOutStyle.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockOutStyle.Designer.cs"> | 
|       <DependentUpon>Gy_StockOutStyle.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockPlace.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockPlace.Designer.cs"> | 
|       <DependentUpon>Gy_StockPlace.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockPlaceGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_StockPlaceGroup.Designer.cs"> | 
|       <DependentUpon>Gy_StockPlaceGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_Supplier.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_Supplier.designer.cs"> | 
|       <DependentUpon>Gy_Supplier.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupSort.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupSort.Designer.cs"> | 
|       <DependentUpon>Gy_SupSort.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupStatus.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupStatus.Designer.cs"> | 
|       <DependentUpon>Gy_SupStatus.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupTarget.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupTarget.Designer.cs"> | 
|       <DependentUpon>Gy_SupTarget.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_SupType.Designer.cs"> | 
|       <DependentUpon>Gy_SupType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_Trade.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\采购基础资料\Gy_Trade.Designer.cs"> | 
|       <DependentUpon>Gy_Trade.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Unit.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Unit.Designer.cs"> | 
|       <DependentUpon>Gy_Unit.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_UnitGroup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_UnitGroup.Designer.cs"> | 
|       <DependentUpon>Gy_UnitGroup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Warehouse.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\公用基础资料\Gy_Warehouse.Designer.cs"> | 
|       <DependentUpon>Gy_Warehouse.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_WorkCenter.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_WorkCenter.designer.cs"> | 
|       <DependentUpon>Gy_WorkCenter.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkPayType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkPayType.Designer.cs"> | 
|       <DependentUpon>Gy_WorkPayType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_WorkTimesDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\生产基础资料\Gy_WorkTimesDlg.designer.cs"> | 
|       <DependentUpon>Gy_WorkTimesDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkType.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\工资基础资料\Gy_WorkType.Designer.cs"> | 
|       <DependentUpon>Gy_WorkType.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceCus.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceCus.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceCus.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceCusDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceCusDlg.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceCusDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceCusList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceCusList.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceCusList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceSup.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceSup.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceSup.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceSupDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceSupDlg.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceSupDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceSupList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MatePriceSupList.designer.cs"> | 
|       <DependentUpon>Gy_MatePriceSupList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MaterStockPlace.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MaterStockPlace.designer.cs"> | 
|       <DependentUpon>Gy_MaterStockPlace.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MaterStockPlaceDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MaterStockPlaceDlg.designer.cs"> | 
|       <DependentUpon>Gy_MaterStockPlaceDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MaterStockPlaceList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_MaterStockPlaceList.designer.cs"> | 
|       <DependentUpon>Gy_MaterStockPlaceList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPrice.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPrice.designer.cs"> | 
|       <DependentUpon>Gy_ProcPrice.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPriceCopy.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPriceCopy.designer.cs"> | 
|       <DependentUpon>Gy_ProcPriceCopy.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPriceDlg.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPriceDlg.designer.cs"> | 
|       <DependentUpon>Gy_ProcPriceDlg.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPriceList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="公用资料\其他基础资料\Gy_ProcPriceList.designer.cs"> | 
|       <DependentUpon>Gy_ProcPriceList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Group.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Group.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_Group.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Process.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Process.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_Process.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_ProcessPrice.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_ProcessPrice.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_ProcessPrice.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_ProcMul.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_ProcMul.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_ProcMul.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Source.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_Source.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_Source.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_WorkCenter.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_WorkCenter.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_WorkCenter.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_StdWorkTimes.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="导入模板\Gy_DataIn_StdWorkTimes.Designer.cs"> | 
|       <DependentUpon>Gy_DataIn_StdWorkTimes.cs</DependentUpon> | 
|     </Compile> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <COMReference Include="stdole"> | 
|       <Guid>{00020430-0000-0000-C000-000000000046}</Guid> | 
|       <VersionMajor>2</VersionMajor> | 
|       <VersionMinor>0</VersionMinor> | 
|       <Lcid>0</Lcid> | 
|       <WrapperTool>primary</WrapperTool> | 
|       <Isolated>False</Isolated> | 
|     </COMReference> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <EmbeddedResource Include="Form2.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Form2.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_Agent.resx"> | 
|       <DependentUpon>Gy_Agent.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_BigArea.resx"> | 
|       <DependentUpon>Gy_BigArea.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_Dealer.resx"> | 
|       <DependentUpon>Gy_Dealer.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_Market.resx"> | 
|       <DependentUpon>Gy_Market.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_Office.resx"> | 
|       <DependentUpon>Gy_Office.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_SecCenter.resx"> | 
|       <DependentUpon>Gy_SecCenter.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_SecNet.resx"> | 
|       <DependentUpon>Gy_SecNet.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\MI基础资料\Gy_WorkEquipment.resx"> | 
|       <DependentUpon>Gy_WorkEquipment.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\MI基础资料\Gy_WorkProce.resx"> | 
|       <DependentUpon>Gy_WorkProce.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\MI基础资料\Gy_WorkTool.resx"> | 
|       <DependentUpon>Gy_WorkTool.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_InsuranceItem.resx"> | 
|       <DependentUpon>Gy_InsuranceItem.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_AreaUser.resx"> | 
|       <DependentUpon>Gy_AreaUser.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Carbook.resx"> | 
|       <DependentUpon>Gy_Carbook.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_CarryType.resx"> | 
|       <DependentUpon>Gy_CarryType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_ConveyComp.resx"> | 
|       <DependentUpon>Gy_ConveyComp.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_FactoryDayOff.resx"> | 
|       <DependentUpon>Gy_FactoryDayOff.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_EntryComp.resx"> | 
|       <DependentUpon>Gy_EntryComp.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_InnerMaterial.resx"> | 
|       <DependentUpon>Gy_InnerMaterial.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Logo.resx"> | 
|       <DependentUpon>Gy_Logo.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_MainMaterial.resx"> | 
|       <DependentUpon>Gy_MainMaterial.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_MaterType.resx"> | 
|       <DependentUpon>Gy_MaterType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_OutMaterial.resx"> | 
|       <DependentUpon>Gy_OutMaterial.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_PackType.resx"> | 
|       <DependentUpon>Gy_PackType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_QCCheckClass.resx"> | 
|       <DependentUpon>Gy_QCCheckClass.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_QCCheckItem.resx"> | 
|       <DependentUpon>Gy_QCCheckItem.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_SingleBuyer.resx"> | 
|       <DependentUpon>Gy_SingleBuyer.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_VirtualStockClass.resx"> | 
|       <DependentUpon>Gy_VirtualStockClass.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_VirtualStockPlace.resx"> | 
|       <DependentUpon>Gy_VirtualStockPlace.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_VirtualStockPlaceGroup.resx"> | 
|       <DependentUpon>Gy_VirtualStockPlaceGroup.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_VirtualWarehouse.resx"> | 
|       <DependentUpon>Gy_VirtualWarehouse.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_WorkStation.resx"> | 
|       <DependentUpon>Gy_WorkStation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_BarCodeCheckType.resx"> | 
|       <DependentUpon>Gy_BarCodeCheckType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_LineCenterSub.resx"> | 
|       <DependentUpon>Gy_LineCenterSub.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_LineCenterSubList.resx"> | 
|       <DependentUpon>Gy_LineCenterSubList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MateMouldInfo.resx"> | 
|       <DependentUpon>Gy_MateMouldInfo.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MateMouldInfoList.resx"> | 
|       <DependentUpon>Gy_MateMouldInfoList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceProperty.resx"> | 
|       <DependentUpon>Gy_MatePriceProperty.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePricePropertyDlg.resx"> | 
|       <DependentUpon>Gy_MatePricePropertyDlg.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePricePropertyList.resx"> | 
|       <DependentUpon>Gy_MatePricePropertyList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_QCCheckProject.resx"> | 
|       <DependentUpon>Gy_QCCheckProject.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_QCCheckProjectList.resx"> | 
|       <DependentUpon>Gy_QCCheckProjectList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_QCCheckProjectQuery.resx"> | 
|       <DependentUpon>Gy_QCCheckProjectQuery.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_SalePresentRate.resx"> | 
|       <DependentUpon>Gy_SalePresentRate.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_SalePresentRateList.resx"> | 
|       <DependentUpon>Gy_SalePresentRateList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_StdWorkTimes.resx"> | 
|       <DependentUpon>Gy_StdWorkTimes.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_StdWorkTimesList.resx"> | 
|       <DependentUpon>Gy_StdWorkTimesList.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_TechParamByProc.resx"> | 
|       <DependentUpon>Gy_TechParamByProc.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_TechParamByProcDlg.resx"> | 
|       <DependentUpon>Gy_TechParamByProcDlg.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_TechParamByProcList.resx"> | 
|       <DependentUpon>Gy_TechParamByProcList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserEmployeeRelation.resx"> | 
|       <DependentUpon>Gy_UserEmployeeRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserEmployeeRelationList.resx"> | 
|       <DependentUpon>Gy_UserEmployeeRelationList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserSupplierRelation.resx"> | 
|       <DependentUpon>Gy_UserSupplierRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserSupplierRelationList.resx"> | 
|       <DependentUpon>Gy_UserSupplierRelationList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_StdPack.resx"> | 
|       <DependentUpon>Gy_StdPack.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_StdPackList.resx"> | 
|       <DependentUpon>Gy_StdPackList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_CusNumberRelation.resx"> | 
|       <DependentUpon>Gy_CusNumberRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_CusNumberRelationList.resx"> | 
|       <DependentUpon>Gy_CusNumberRelationList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_Leave.resx"> | 
|       <DependentUpon>Gy_Leave.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_SalaryLev.resx"> | 
|       <DependentUpon>Gy_SalaryLev.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_WorkTypeSub.resx"> | 
|       <DependentUpon>Gy_WorkTypeSub.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_WorkTypeSubList.resx"> | 
|       <DependentUpon>Gy_WorkTypeSubList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_BusinessUnit.resx"> | 
|       <DependentUpon>Gy_BusinessUnit.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostAverageType.resx"> | 
|       <DependentUpon>Gy_CostAverageType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostItem.resx"> | 
|       <DependentUpon>Gy_CostItem.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostItemAverageType.resx"> | 
|       <DependentUpon>Gy_CostItemAverageType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostItemAverageTypeList.resx"> | 
|       <DependentUpon>Gy_CostItemAverageTypeList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostItemFixRate.resx"> | 
|       <DependentUpon>Gy_CostItemFixRate.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostItemFixRateList.resx"> | 
|       <DependentUpon>Gy_CostItemFixRateList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_SourceSub.resx"> | 
|       <DependentUpon>Gy_SourceSub.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_ItemTax.resx"> | 
|       <DependentUpon>Gy_ItemTax.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\模具基础资料\Gy_MouldFile.resx"> | 
|       <DependentUpon>Gy_MouldFile.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\模具基础资料\Gy_MouldFileList.resx"> | 
|       <DependentUpon>Gy_MouldFileList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\模具基础资料\Gy_MouldType.resx"> | 
|       <DependentUpon>Gy_MouldType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\模具基础资料\Gy_Mould.resx"> | 
|       <DependentUpon>Gy_Mould.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\模具基础资料\Gy_MouldWare.resx"> | 
|       <DependentUpon>Gy_MouldWare.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_CheckToolsType.resx"> | 
|       <DependentUpon>Gy_CheckToolsType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_LineCenter.resx"> | 
|       <DependentUpon>Gy_LineCenter.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_RoutingFlow.resx"> | 
|       <DependentUpon>Gy_RoutingFlow.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_TechnologyParameter.resx"> | 
|       <DependentUpon>Gy_TechnologyParameter.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_TechnologyParameterUnit.resx"> | 
|       <DependentUpon>Gy_TechnologyParameterUnit.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_DotCheck.resx"> | 
|       <DependentUpon>Gy_DotCheck.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_Company.resx"> | 
|       <DependentUpon>Gy_Company.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_Dweller.resx"> | 
|       <DependentUpon>Gy_Dweller.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_MaterSP.resx"> | 
|       <DependentUpon>Gy_DataIn_MaterSP.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_StockPlace.resx"> | 
|       <DependentUpon>Gy_DataIn_StockPlace.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_Warehouse.resx"> | 
|       <DependentUpon>Gy_DataIn_Warehouse.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Pay_PeriodInfoSet.resx"> | 
|       <DependentUpon>Pay_PeriodInfoSet.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Properties\Resources.resx"> | 
|       <SubType>Designer</SubType> | 
|       <Generator>ResXFileCodeGenerator</Generator> | 
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Xt_BillSourceSet.resx"> | 
|       <DependentUpon>Xt_BillSourceSet.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用模块\Gy_DataInTmp_Material.resx"> | 
|       <DependentUpon>Gy_DataInTmp_Material.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_Appeal.resx"> | 
|       <DependentUpon>Gy_Appeal.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_AppealType.resx"> | 
|       <DependentUpon>Gy_AppealType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_ApproveLev.resx"> | 
|       <DependentUpon>Gy_ApproveLev.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_CampaignType.resx"> | 
|       <DependentUpon>Gy_CampaignType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_CusFrom.resx"> | 
|       <DependentUpon>Gy_CusFrom.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_CusImport.resx"> | 
|       <DependentUpon>Gy_CusImport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_CusLevel.resx"> | 
|       <DependentUpon>Gy_CusLevel.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_CusStatus.resx"> | 
|       <DependentUpon>Gy_CusStatus.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_InfoFrom.resx"> | 
|       <DependentUpon>Gy_InfoFrom.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_InfoType.resx"> | 
|       <DependentUpon>Gy_InfoType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_PaymentMode.resx"> | 
|       <DependentUpon>Gy_PaymentMode.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_QCResult.resx"> | 
|       <DependentUpon>Gy_QCResult.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_QCResult2.resx"> | 
|       <DependentUpon>Gy_QCResult2.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_SellStep.resx"> | 
|       <DependentUpon>Gy_SellStep.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_SellTool.resx"> | 
|       <DependentUpon>Gy_SellTool.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_SellType.resx"> | 
|       <DependentUpon>Gy_SellType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\CRM基础资料\Gy_WorkItem.resx"> | 
|       <DependentUpon>Gy_WorkItem.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Building.resx"> | 
|       <DependentUpon>Gy_Building.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Collect.resx"> | 
|       <DependentUpon>Gy_Collect.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_CareFor.resx"> | 
|       <DependentUpon>Gy_CareFor.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_DisposeWay.resx"> | 
|       <DependentUpon>Gy_DisposeWay.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Employee.resx"> | 
|       <DependentUpon>Gy_Employee.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_HouseType.resx"> | 
|       <DependentUpon>Gy_HouseType.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_ICCard.resx"> | 
|       <DependentUpon>Gy_ICCard.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_MouldStock.resx"> | 
|       <DependentUpon>Gy_MouldStock.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_ProjectStep.resx"> | 
|       <DependentUpon>Gy_ProjectStep.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Xt_MainMenuSet.resx"> | 
|       <DependentUpon>Xt_MainMenuSet.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_SourceShift.resx"> | 
|       <DependentUpon>Gy_SourceShift.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_SourceShiftList.resx"> | 
|       <DependentUpon>Gy_SourceShiftList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserCustomerRelation.resx"> | 
|       <DependentUpon>Gy_UserCustomerRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserCustomerRelationList.resx"> | 
|       <DependentUpon>Gy_UserCustomerRelationList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserDeptRelation.resx"> | 
|       <DependentUpon>Gy_UserDeptRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserDeptRelationList.resx"> | 
|       <DependentUpon>Gy_UserDeptRelationList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserGroupRelation.resx"> | 
|       <DependentUpon>Gy_UserGroupRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserGroupRelationList.resx"> | 
|       <DependentUpon>Gy_UserGroupRelationList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserMaterRelation.resx"> | 
|       <DependentUpon>Gy_UserMaterRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserMaterRelationList.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_UserMaterRelationList.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserStockRelation.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_UserStockRelation.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_UserStockRelationList.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_UserStockRelationList.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_WorkCenterSourceBill.resx"> | 
|       <DependentUpon>Gy_WorkCenterSourceBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_WorkCenterSourceBillList.resx"> | 
|       <DependentUpon>Gy_WorkCenterSourceBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_WorkShift.resx"> | 
|       <DependentUpon>Gy_WorkShift.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_WorkShiftList.resx"> | 
|       <DependentUpon>Gy_WorkShiftList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\OA_EmpMessageBillMod.resx"> | 
|       <DependentUpon>OA_EmpMessageBillMod.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\OA_EmpMessageBillModList.resx"> | 
|       <DependentUpon>OA_EmpMessageBillModList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\OA_FieldToChange.resx"> | 
|       <DependentUpon>OA_FieldToChange.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\OA_FieldToChangeList.resx"> | 
|       <DependentUpon>OA_FieldToChangeList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Xt_UserRelationSupplier.resx"> | 
|       <DependentUpon>Xt_UserRelationSupplier.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Xt_UserRelationSupplierList.resx"> | 
|       <DependentUpon>Xt_UserRelationSupplierList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_ClassTimePrj.resx"> | 
|       <DependentUpon>Gy_ClassTimePrj.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_ClassTimePrjSub.resx"> | 
|       <DependentUpon>Gy_ClassTimePrjSub.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_DeductItem.resx"> | 
|       <DependentUpon>Gy_DeductItem.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_ErrWorkPrice.resx"> | 
|       <DependentUpon>Gy_ErrWorkPrice.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_SubsidyItem.resx"> | 
|       <DependentUpon>Gy_SubsidyItem.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_ItemMoney.resx"> | 
|       <DependentUpon>Gy_ItemMoney.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_AddressCard.resx"> | 
|       <DependentUpon>Gy_AddressCard.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_ICBomGroup.resx"> | 
|       <DependentUpon>Gy_ICBomGroup.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_PullCard.resx"> | 
|       <DependentUpon>Gy_PullCard.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_Maintain.resx"> | 
|       <DependentUpon>Gy_Maintain.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MateNumRelation.resx"> | 
|       <DependentUpon>Gy_MateNumRelation.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Material.resx"> | 
|       <DependentUpon>Gy_Material.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_MaterTrait.resx"> | 
|       <DependentUpon>Gy_MaterTrait.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Model.resx"> | 
|       <DependentUpon>Gy_Model.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\OA基础资料\Gy_ArchivesArk.resx"> | 
|       <DependentUpon>Gy_ArchivesArk.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\OA基础资料\Gy_ArchivesFloor.resx"> | 
|       <DependentUpon>Gy_ArchivesFloor.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_AreaSet.resx"> | 
|       <DependentUpon>Gy_AreaSet.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_BadReason.resx"> | 
|       <DependentUpon>Gy_BadReason.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Bank.resx"> | 
|       <DependentUpon>Gy_Bank.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Car.resx"> | 
|       <DependentUpon>Gy_Car.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_ClassTimePrjGroup.resx"> | 
|       <DependentUpon>Gy_ClassTimePrjGroup.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_ComKind.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ComKind.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_ComScope.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ComScope.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_ComSort.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ComSort.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_ComType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ComType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_ConkReason.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ConkReason.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_ConkType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ConkType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_CostCenter.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_CostCenter.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Currency.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Currency.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_Customer.resx"> | 
|       <DependentUpon>Gy_Customer.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_CusType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_CusType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Department.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Department.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Dorm.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Dorm.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_DuSubsidyItem.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_DuSubsidyItem.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Duty.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Duty.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_Energy.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Energy.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_EquipMent.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_EquipMent.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_ErrType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ErrType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\OA基础资料\Gy_EvaluateStatus.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_EvaluateStatus.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\成本基础资料\Gy_ExpenseStatus.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ExpenseStatus.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Group.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Group.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Holiday.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Holiday.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_OrderLev.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_OrderLev.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_PaperSort.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_PaperSort.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Port.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Port.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Post.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Post.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_PoStockStyle.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_PoStockStyle.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_ProcComm.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ProcComm.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_Process.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Process.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_ProcMul.resx"> | 
|       <DependentUpon>Gy_ProcMul.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_ProcPriceRela.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ProcPriceRela.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_ProcPriceRelaGroup.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ProcPriceRelaGroup.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_ProdType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ProdType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_ProductSpec.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ProductSpec.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\项目基础资料\Gy_Project.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Project.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Property.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Property.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_PropertyType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_PropertyType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_Repair.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Repair.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_RepairCheck.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_RepairCheck.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\设备基础资料\Gy_RepairType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_RepairType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\人事基础资料\Gy_Room.resx"> | 
|       <DependentUpon>Gy_Room.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_RoutingGroup.resx"> | 
|       <DependentUpon>Gy_RoutingGroup.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_Safety.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Safety.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_ScrapReason.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_ScrapReason.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_SecType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SecType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\销售基础资料\Gy_SellStyle.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SellStyle.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_SettleStyle.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SettleStyle.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_Shifts.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Shifts.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_Source.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Source.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_StockInStyle.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_StockInStyle.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_StockOutStyle.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_StockOutStyle.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_StockPlace.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_StockPlace.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_StockPlaceGroup.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_StockPlaceGroup.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_Supplier.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Supplier.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_SupSort.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SupSort.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_SupStatus.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SupStatus.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_SupTarget.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SupTarget.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_SupType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_SupType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\采购基础资料\Gy_Trade.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Trade.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Unit.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Unit.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_UnitGroup.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_UnitGroup.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\公用基础资料\Gy_Warehouse.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_Warehouse.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_WorkCenter.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_WorkCenter.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_WorkPayType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_WorkPayType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\生产基础资料\Gy_WorkTimesDlg.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_WorkTimesDlg.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\工资基础资料\Gy_WorkType.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_WorkType.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceCus.resx"> | 
|       <DependentUpon>Gy_MatePriceCus.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceCusDlg.resx"> | 
|       <DependentUpon>Gy_MatePriceCusDlg.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceCusList.resx"> | 
|       <DependentUpon>Gy_MatePriceCusList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceSup.resx"> | 
|       <DependentUpon>Gy_MatePriceSup.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceSupDlg.resx"> | 
|       <DependentUpon>Gy_MatePriceSupDlg.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MatePriceSupList.resx"> | 
|       <DependentUpon>Gy_MatePriceSupList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MaterStockPlace.resx"> | 
|       <DependentUpon>Gy_MaterStockPlace.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MaterStockPlaceDlg.resx"> | 
|       <DependentUpon>Gy_MaterStockPlaceDlg.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_MaterStockPlaceList.resx"> | 
|       <DependentUpon>Gy_MaterStockPlaceList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_ProcPrice.resx"> | 
|       <DependentUpon>Gy_ProcPrice.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_ProcPriceCopy.resx"> | 
|       <DependentUpon>Gy_ProcPriceCopy.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_ProcPriceDlg.resx"> | 
|       <DependentUpon>Gy_ProcPriceDlg.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="公用资料\其他基础资料\Gy_ProcPriceList.resx"> | 
|       <DependentUpon>Gy_ProcPriceList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_Group.resx"> | 
|       <DependentUpon>Gy_DataIn_Group.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_Process.resx"> | 
|       <DependentUpon>Gy_DataIn_Process.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_ProcessPrice.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_DataIn_ProcessPrice.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_ProcMul.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_DataIn_ProcMul.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_Source.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_DataIn_Source.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_WorkCenter.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Gy_DataIn_WorkCenter.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="导入模板\Gy_DataIn_StdWorkTimes.resx"> | 
|       <DependentUpon>Gy_DataIn_StdWorkTimes.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <Folder Include="CLOUD基础资料\" /> | 
|     <Folder Include="InterFace基础资料\" /> | 
|     <Folder Include="公用资料\行政基础资料\" /> | 
|     <Folder Include="其他\" /> | 
|     <Folder Include="金蝶基础资料\" /> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | 
|       <Visible>False</Visible> | 
|       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | 
|       <Install>false</Install> | 
|     </BootstrapperPackage> | 
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | 
|       <Visible>False</Visible> | 
|       <ProductName>.NET Framework 3.5 SP1</ProductName> | 
|       <Install>true</Install> | 
|     </BootstrapperPackage> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <ProjectReference Include="..\BLL\BLL.csproj"> | 
|       <Project>{0bf3d95a-4a7b-45fb-92fb-9a5bb374b750}</Project> | 
|       <Name>BLL</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\DAL\DAL.csproj"> | 
|       <Project>{7c30e3c9-58b7-420a-ab92-0a5117b82dda}</Project> | 
|       <Name>DAL</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\DBUtility\DBUtility.csproj"> | 
|       <Project>{f2098f1b-4fa1-49bb-91ea-ab3522008f28}</Project> | 
|       <Name>DBUtility</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\Model\Model.csproj"> | 
|       <Project>{5061b703-b7a6-4e82-a9aa-f73fd80520bf}</Project> | 
|       <Name>Model</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\Pub_Class\Pub_Class.csproj"> | 
|       <Project>{0de3c6c4-9c87-4b8c-ac86-ac15b7afe731}</Project> | 
|       <Name>Pub_Class</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\Pub_Control\Pub_Control.csproj"> | 
|       <Project>{f7838319-779c-4ad9-a59f-5dcb5757f335}</Project> | 
|       <Name>Pub_Control</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\SQLHelper\SQLHelper.csproj"> | 
|       <Project>{0a4ef483-d8d3-49a5-8378-974ef7993365}</Project> | 
|       <Name>SQLHelper</Name> | 
|     </ProjectReference> | 
|   </ItemGroup> | 
|   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  | 
|        Other similar extension points exist, see Microsoft.Common.targets. | 
|   <Target Name="BeforeBuild"> | 
|   </Target> | 
|   <Target Name="AfterBuild"> | 
|   </Target> | 
|   --> | 
| </Project> |