<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.50727</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{C518F792-17CD-4894-99E5-C0EA4F59E0F3}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>WarM</RootNamespace>
|
<AssemblyName>WarM</AssemblyName>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>2.0</OldToolsVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<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>
|
</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.grdes6Lib">
|
<HintPath>..\DLL\AxInterop.grdes6Lib.dll</HintPath>
|
</Reference>
|
<Reference Include="AxInterop.gregn6Lib">
|
<HintPath>..\DLL\AxInterop.gregn6Lib.dll</HintPath>
|
</Reference>
|
<Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\DBUtility.dll</HintPath>
|
</Reference>
|
<Reference Include="Interop.Excel">
|
<HintPath>..\DLL\Interop.Excel.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Interop.grdes6Lib">
|
<HintPath>..\DLL\Interop.grdes6Lib.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Interop.gregn6Lib">
|
<HintPath>..\DLL\Interop.gregn6Lib.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Class.dll</HintPath>
|
</Reference>
|
<Reference Include="Pub_Control, Version=1.0.6009.25886, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Control.dll</HintPath>
|
</Reference>
|
<Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\SQLHelper.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="Form3.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form3.Designer.cs">
|
<DependentUpon>Form3.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmPassWord.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmPassWord.Designer.cs">
|
<DependentUpon>FrmPassWord.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Kf_EditQty.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Kf_EditQty.Designer.cs">
|
<DependentUpon>Kf_EditQty.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\Kf_POStockInBillQuery_Sec.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\Kf_POStockInBillQuery_Sec.designer.cs">
|
<DependentUpon>Kf_POStockInBillQuery_Sec.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\Kf_SellOutBillQuery_Sec.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\Kf_SellOutBillQuery_Sec.designer.cs">
|
<DependentUpon>Kf_SellOutBillQuery_Sec.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\KF_ICInventoryByMaterList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\KF_ICInventoryByMaterList.designer.cs">
|
<DependentUpon>KF_ICInventoryByMaterList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutInEntryReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutInEntryReport.designer.cs">
|
<DependentUpon>Kf_MateOutInEntryReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_POLastPriceReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_POLastPriceReport.designer.cs">
|
<DependentUpon>Sc_POLastPriceReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_POLastPriceReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_POLastPriceReportDlg.designer.cs">
|
<DependentUpon>Sc_POLastPriceReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByCus.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByCus.designer.cs">
|
<DependentUpon>Sc_POSumReportByCus.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByCusDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByCusDlg.designer.cs">
|
<DependentUpon>Sc_POSumReportByCusDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMater.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMater.designer.cs">
|
<DependentUpon>Sc_POSumReportByMater.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMaterDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMaterDlg.designer.cs">
|
<DependentUpon>Sc_POSumReportByMaterDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMonth.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMonth.designer.cs">
|
<DependentUpon>Sc_POSumReportByMonth.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMonthDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_POSumReportByMonthDlg.designer.cs">
|
<DependentUpon>Sc_POSumReportByMonthDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCus.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCus.designer.cs">
|
<DependentUpon>Sc_SellGainReportByCus.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCusDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCusDlg.designer.cs">
|
<DependentUpon>Sc_SellGainReportByCusDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCusMater.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCusMater.designer.cs">
|
<DependentUpon>Sc_SellGainReportByCusMater.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCusMaterDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellGainReportByCusMaterDlg.designer.cs">
|
<DependentUpon>Sc_SellGainReportByCusMaterDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellLastPriceReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellLastPriceReport.designer.cs">
|
<DependentUpon>Sc_SellLastPriceReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellLastPriceReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellLastPriceReportDlg.designer.cs">
|
<DependentUpon>Sc_SellLastPriceReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCus.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCus.designer.cs">
|
<DependentUpon>Sc_SellSumReportByCus.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCusDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCusDlg.designer.cs">
|
<DependentUpon>Sc_SellSumReportByCusDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCusMater.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCusMater.designer.cs">
|
<DependentUpon>Sc_SellSumReportByCusMater.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCusMaterDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByCusMaterDlg.designer.cs">
|
<DependentUpon>Sc_SellSumReportByCusMaterDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_SellSumReportByMonth.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_SellSumReportByMonth.designer.cs">
|
<DependentUpon>Sc_SellSumReportByMonth.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_SellSumReportByMonthDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_SellSumReportByMonthDlg.designer.cs">
|
<DependentUpon>Sc_SellSumReportByMonthDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Gy_CusShow.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Gy_CusShow.Designer.cs">
|
<DependentUpon>Gy_CusShow.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Gy_MaterShow.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Gy_MaterShow.Designer.cs">
|
<DependentUpon>Gy_MaterShow.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Gy_SupShow.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Gy_SupShow.Designer.cs">
|
<DependentUpon>Gy_SupShow.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_CheckStockBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_CheckStockBill.designer.cs">
|
<DependentUpon>Kf_CheckStockBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_CheckStockBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_CheckStockBillList.designer.cs">
|
<DependentUpon>Kf_CheckStockBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustOutBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustOutBill.designer.cs">
|
<DependentUpon>Kf_EntrustOutBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBackBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBackBill.designer.cs">
|
<DependentUpon>Kf_MateOutMaintainBackBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBackBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBackBillList.designer.cs">
|
<DependentUpon>Kf_MateOutMaintainBackBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBill.designer.cs">
|
<DependentUpon>Kf_MateOutMaintainBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutMaintainBillList.designer.cs">
|
<DependentUpon>Kf_MateOutMaintainBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MoveStockBillQuery.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MoveStockBillQuery.designer.cs">
|
<DependentUpon>Kf_MoveStockBillQuery.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_POStockInBillQuery.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_POStockInBillQuery.designer.cs">
|
<DependentUpon>Kf_POStockInBillQuery.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SplitQty.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SplitQty.Designer.cs">
|
<DependentUpon>Kf_SplitQty.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SellOutBillQuery.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SellOutBillQuery.designer.cs">
|
<DependentUpon>Kf_SellOutBillQuery.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcInBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcInBill.designer.cs">
|
<DependentUpon>Kf_EntrustProcInBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcInBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcInBillList.designer.cs">
|
<DependentUpon>Kf_EntrustProcInBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcOutBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcOutBill.designer.cs">
|
<DependentUpon>Kf_EntrustProcOutBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcOutBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_EntrustProcOutBillList.designer.cs">
|
<DependentUpon>Kf_EntrustProcOutBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_MateOutRequestBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_MateOutRequestBill.designer.cs">
|
<DependentUpon>Kf_MateOutRequestBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_MateOutRequestBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_MateOutRequestBillList.designer.cs">
|
<DependentUpon>Kf_MateOutRequestBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustInBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustInBill.designer.cs">
|
<DependentUpon>Kf_EntrustInBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustInBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustInBillList.designer.cs">
|
<DependentUpon>Kf_EntrustInBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustOutBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_EntrustOutBillList.designer.cs">
|
<DependentUpon>Kf_EntrustOutBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntInBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntInBill.designer.cs">
|
<DependentUpon>Kf_InceptEntInBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntInBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntInBillList.designer.cs">
|
<DependentUpon>Kf_InceptEntInBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntOutBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntOutBill.designer.cs">
|
<DependentUpon>Kf_InceptEntOutBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntOutBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_InceptEntOutBillList.designer.cs">
|
<DependentUpon>Kf_InceptEntOutBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Kf_InitStockBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Kf_InitStockBill.designer.cs">
|
<DependentUpon>Kf_InitStockBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutBill.designer.cs">
|
<DependentUpon>Kf_MateOutBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MateOutBillList.designer.cs">
|
<DependentUpon>Kf_MateOutBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MoveStockBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MoveStockBill.designer.cs">
|
<DependentUpon>Kf_MoveStockBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MoveStockBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_MoveStockBillList.designer.cs">
|
<DependentUpon>Kf_MoveStockBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherInBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherInBill.designer.cs">
|
<DependentUpon>Kf_OtherInBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherInBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherInBillList.designer.cs">
|
<DependentUpon>Kf_OtherInBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherOutBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherOutBill.designer.cs">
|
<DependentUpon>Kf_OtherOutBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherOutBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_OtherOutBillList.designer.cs">
|
<DependentUpon>Kf_OtherOutBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_POStockInBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_POStockInBill.designer.cs">
|
<DependentUpon>Kf_POStockInBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_POStockInBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_POStockInBillList.designer.cs">
|
<DependentUpon>Kf_POStockInBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_ProductInBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_ProductInBill.designer.cs">
|
<DependentUpon>Kf_ProductInBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_ProductInBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_ProductInBillList.designer.cs">
|
<DependentUpon>Kf_ProductInBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SellOutBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SellOutBill.designer.cs">
|
<DependentUpon>Kf_SellOutBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SellOutBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="仓库管理\Kf_SellOutBillList.designer.cs">
|
<DependentUpon>Kf_SellOutBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\JinDuTiao.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\JinDuTiao.Designer.cs">
|
<DependentUpon>JinDuTiao.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\GL_HBillNo.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\GL_HBillNo.designer.cs">
|
<DependentUpon>GL_HBillNo.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\Kf_POStockInBillList_Sec.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\Kf_POStockInBillList_Sec.designer.cs">
|
<DependentUpon>Kf_POStockInBillList_Sec.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\Kf_POStockInBillList_SecDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\Kf_POStockInBillList_SecDlg.designer.cs">
|
<DependentUpon>Kf_POStockInBillList_SecDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\Kf_SellOutBillList_Sec.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\Kf_SellOutBillList_Sec.designer.cs">
|
<DependentUpon>Kf_SellOutBillList_Sec.cs</DependentUpon>
|
</Compile>
|
<Compile Include="存货核算\Kf_SellOutBillList_SecDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="存货核算\Kf_SellOutBillList_SecDlg.designer.cs">
|
<DependentUpon>Kf_SellOutBillList_SecDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\KF_ICInventoryList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\KF_ICInventoryList.designer.cs">
|
<DependentUpon>KF_ICInventoryList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\KF_ICInventoryList_Mould.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\KF_ICInventoryList_Mould.designer.cs">
|
<DependentUpon>KF_ICInventoryList_Mould.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutInBookReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutInBookReport.designer.cs">
|
<DependentUpon>Kf_MateOutInBookReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutInBookReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutInBookReportDlg.designer.cs">
|
<DependentUpon>Kf_MateOutInBookReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutSumReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutSumReport.designer.cs">
|
<DependentUpon>Kf_MateOutSumReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutSumReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateOutSumReportDlg.designer.cs">
|
<DependentUpon>Kf_MateOutSumReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateStockAccount.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateStockAccount.designer.cs">
|
<DependentUpon>Kf_MateStockAccount.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateStockAccountDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_MateStockAccountDlg.designer.cs">
|
<DependentUpon>Kf_MateStockAccountDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutReport.designer.cs">
|
<DependentUpon>Kf_PStockInOutReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutReportDlg.designer.cs">
|
<DependentUpon>Kf_PStockInOutReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutSumReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutSumReport.designer.cs">
|
<DependentUpon>Kf_PStockInOutSumReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutSumReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_PStockInOutSumReportDlg.designer.cs">
|
<DependentUpon>Kf_PStockInOutSumReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_SafeStockReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_SafeStockReport.designer.cs">
|
<DependentUpon>Kf_SafeStockReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Kf_SafeStockReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Kf_SafeStockReportDlg.designer.cs">
|
<DependentUpon>Kf_SafeStockReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByMater.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="云天报表\Sc_SellSumReportByMater.designer.cs">
|
<DependentUpon>Sc_SellSumReportByMater.cs</DependentUpon>
|
</Compile>
|
<Compile Include="期初结存\Kf_ICInvBal.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="期初结存\Kf_ICInvBal.designer.cs">
|
<DependentUpon>Kf_ICInvBal.cs</DependentUpon>
|
</Compile>
|
<Compile Include="条码管理\Cg_PoinStockList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="条码管理\Cg_PoinStockList.designer.cs">
|
<DependentUpon>Cg_PoinStockList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="条码管理\Gy_BarCodeBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="条码管理\Gy_BarCodeBill.designer.cs">
|
<DependentUpon>Gy_BarCodeBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="条码管理\Gy_BarCodeBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="条码管理\Gy_BarCodeBillList.designer.cs">
|
<DependentUpon>Gy_BarCodeBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="条码管理\Sc_ICMOList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="条码管理\Sc_ICMOList.designer.cs">
|
<DependentUpon>Sc_ICMOList.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="FrmPassWord.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>FrmPassWord.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Kf_EditQty.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Kf_EditQty.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\Kf_POStockInBillQuery_Sec.resx">
|
<DependentUpon>Kf_POStockInBillQuery_Sec.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\Kf_SellOutBillQuery_Sec.resx">
|
<DependentUpon>Kf_SellOutBillQuery_Sec.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\KF_ICInventoryByMaterList.resx">
|
<DependentUpon>KF_ICInventoryByMaterList.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="报表分析\Kf_MateOutInEntryReport.resx">
|
<DependentUpon>Kf_MateOutInEntryReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_POLastPriceReport.resx">
|
<DependentUpon>Sc_POLastPriceReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_POLastPriceReportDlg.resx">
|
<DependentUpon>Sc_POLastPriceReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_POSumReportByCus.resx">
|
<DependentUpon>Sc_POSumReportByCus.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_POSumReportByCusDlg.resx">
|
<DependentUpon>Sc_POSumReportByCusDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_POSumReportByMater.resx">
|
<DependentUpon>Sc_POSumReportByMater.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_POSumReportByMaterDlg.resx">
|
<DependentUpon>Sc_POSumReportByMaterDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_POSumReportByMonth.resx">
|
<DependentUpon>Sc_POSumReportByMonth.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_POSumReportByMonthDlg.resx">
|
<DependentUpon>Sc_POSumReportByMonthDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellGainReportByCus.resx">
|
<DependentUpon>Sc_SellGainReportByCus.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellGainReportByCusDlg.resx">
|
<DependentUpon>Sc_SellGainReportByCusDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellGainReportByCusMater.resx">
|
<DependentUpon>Sc_SellGainReportByCusMater.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellGainReportByCusMaterDlg.resx">
|
<DependentUpon>Sc_SellGainReportByCusMaterDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellLastPriceReport.resx">
|
<DependentUpon>Sc_SellLastPriceReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellLastPriceReportDlg.resx">
|
<DependentUpon>Sc_SellLastPriceReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellSumReportByCus.resx">
|
<DependentUpon>Sc_SellSumReportByCus.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellSumReportByCusDlg.resx">
|
<DependentUpon>Sc_SellSumReportByCusDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellSumReportByCusMater.resx">
|
<DependentUpon>Sc_SellSumReportByCusMater.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellSumReportByCusMaterDlg.resx">
|
<DependentUpon>Sc_SellSumReportByCusMaterDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_SellSumReportByMonth.resx">
|
<DependentUpon>Sc_SellSumReportByMonth.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_SellSumReportByMonthDlg.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Sc_SellSumReportByMonthDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Gy_CusShow.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Gy_CusShow.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Gy_MaterShow.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Gy_MaterShow.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Gy_SupShow.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Gy_SupShow.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_CheckStockBill.resx">
|
<DependentUpon>Kf_CheckStockBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_CheckStockBillList.resx">
|
<DependentUpon>Kf_CheckStockBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_EntrustOutBill.resx">
|
<DependentUpon>Kf_EntrustOutBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MateOutMaintainBackBill.resx">
|
<DependentUpon>Kf_MateOutMaintainBackBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MateOutMaintainBackBillList.resx">
|
<DependentUpon>Kf_MateOutMaintainBackBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MateOutMaintainBill.resx">
|
<DependentUpon>Kf_MateOutMaintainBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MateOutMaintainBillList.resx">
|
<DependentUpon>Kf_MateOutMaintainBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MoveStockBillQuery.resx">
|
<DependentUpon>Kf_MoveStockBillQuery.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_POStockInBillQuery.resx">
|
<DependentUpon>Kf_POStockInBillQuery.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_SplitQty.resx">
|
<DependentUpon>Kf_SplitQty.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_SellOutBillQuery.resx">
|
<DependentUpon>Kf_SellOutBillQuery.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_EntrustProcInBill.resx">
|
<DependentUpon>Kf_EntrustProcInBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_EntrustProcInBillList.resx">
|
<DependentUpon>Kf_EntrustProcInBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_EntrustProcOutBill.resx">
|
<DependentUpon>Kf_EntrustProcOutBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_EntrustProcOutBillList.resx">
|
<DependentUpon>Kf_EntrustProcOutBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_MateOutRequestBill.resx">
|
<DependentUpon>Kf_MateOutRequestBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_MateOutRequestBillList.resx">
|
<DependentUpon>Kf_MateOutRequestBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_EntrustInBill.resx">
|
<DependentUpon>Kf_EntrustInBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_EntrustInBillList.resx">
|
<DependentUpon>Kf_EntrustInBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_EntrustOutBillList.resx">
|
<DependentUpon>Kf_EntrustOutBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_InceptEntInBill.resx">
|
<DependentUpon>Kf_InceptEntInBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_InceptEntInBillList.resx">
|
<DependentUpon>Kf_InceptEntInBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_InceptEntOutBill.resx">
|
<DependentUpon>Kf_InceptEntOutBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_InceptEntOutBillList.resx">
|
<DependentUpon>Kf_InceptEntOutBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Kf_InitStockBill.resx">
|
<DependentUpon>Kf_InitStockBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MateOutBill.resx">
|
<DependentUpon>Kf_MateOutBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MateOutBillList.resx">
|
<DependentUpon>Kf_MateOutBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MoveStockBill.resx">
|
<DependentUpon>Kf_MoveStockBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_MoveStockBillList.resx">
|
<DependentUpon>Kf_MoveStockBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_OtherInBill.resx">
|
<DependentUpon>Kf_OtherInBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_OtherInBillList.resx">
|
<DependentUpon>Kf_OtherInBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_OtherOutBill.resx">
|
<DependentUpon>Kf_OtherOutBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_OtherOutBillList.resx">
|
<DependentUpon>Kf_OtherOutBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_POStockInBill.resx">
|
<DependentUpon>Kf_POStockInBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_POStockInBillList.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Kf_POStockInBillList.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_ProductInBill.resx">
|
<DependentUpon>Kf_ProductInBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_ProductInBillList.resx">
|
<DependentUpon>Kf_ProductInBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_SellOutBill.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Kf_SellOutBill.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="仓库管理\Kf_SellOutBillList.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Kf_SellOutBillList.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\JinDuTiao.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>JinDuTiao.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\GL_HBillNo.resx">
|
<DependentUpon>GL_HBillNo.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\Kf_POStockInBillList_Sec.resx">
|
<DependentUpon>Kf_POStockInBillList_Sec.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\Kf_POStockInBillList_SecDlg.resx">
|
<DependentUpon>Kf_POStockInBillList_SecDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\Kf_SellOutBillList_Sec.resx">
|
<DependentUpon>Kf_SellOutBillList_Sec.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="存货核算\Kf_SellOutBillList_SecDlg.resx">
|
<DependentUpon>Kf_SellOutBillList_SecDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\KF_ICInventoryList.resx">
|
<DependentUpon>KF_ICInventoryList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\KF_ICInventoryList_Mould.resx">
|
<DependentUpon>KF_ICInventoryList_Mould.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_MateOutInBookReport.resx">
|
<DependentUpon>Kf_MateOutInBookReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_MateOutInBookReportDlg.resx">
|
<DependentUpon>Kf_MateOutInBookReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_MateOutSumReport.resx">
|
<DependentUpon>Kf_MateOutSumReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_MateOutSumReportDlg.resx">
|
<DependentUpon>Kf_MateOutSumReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_MateStockAccount.resx">
|
<DependentUpon>Kf_MateStockAccount.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_MateStockAccountDlg.resx">
|
<DependentUpon>Kf_MateStockAccountDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_PStockInOutReport.resx">
|
<DependentUpon>Kf_PStockInOutReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_PStockInOutReportDlg.resx">
|
<DependentUpon>Kf_PStockInOutReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_PStockInOutSumReport.resx">
|
<DependentUpon>Kf_PStockInOutSumReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_PStockInOutSumReportDlg.resx">
|
<DependentUpon>Kf_PStockInOutSumReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_SafeStockReport.resx">
|
<DependentUpon>Kf_SafeStockReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Kf_SafeStockReportDlg.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Kf_SafeStockReportDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="云天报表\Sc_SellSumReportByMater.resx">
|
<DependentUpon>Sc_SellSumReportByMater.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="期初结存\Kf_ICInvBal.resx">
|
<DependentUpon>Kf_ICInvBal.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="条码管理\Cg_PoinStockList.resx">
|
<DependentUpon>Cg_PoinStockList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="条码管理\Gy_BarCodeBill.resx">
|
<DependentUpon>Gy_BarCodeBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="条码管理\Gy_BarCodeBillList.resx">
|
<DependentUpon>Gy_BarCodeBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="条码管理\Sc_ICMOList.resx">
|
<DependentUpon>Sc_ICMOList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
</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="..\Model\Model.csproj">
|
<Project>{5061B703-B7A6-4E82-A9AA-F73FD80520BF}</Project>
|
<Name>Model</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>
|