巨石化纤
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

906 lines
36 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FC347234-7FF2-4758-9C63-BC8E1553C844}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SSWMS.Client</RootNamespace>
<AssemblyName>SSWMS.Client</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>D:\SSWMS\Website\Client\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>true</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://10.241.121.10:8088/Client/</InstallUrl>
<ProductName>仓库管理系统客户端</ProductName>
<PublisherName>新松机器人自动化股份有限公司</PublisherName>
<SuiteName>仓库管理系统客户端</SuiteName>
<MinimumRequiredVersion>1.0.0.11</MinimumRequiredVersion>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<DisallowUrlActivation>true</DisallowUrlActivation>
<ApplicationRevision>12</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
<BootstrapperComponentsLocation>Relative</BootstrapperComponentsLocation>
</PropertyGroup>
<PropertyGroup>
<StartupObject>SSWMS.Client.StartupObject</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>722224342D178625A5DC5632452E0B148963863D</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>SiaSun.LMS.WPFClient_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="AvalonDock">
<HintPath>..\Library\AvalonDock.dll</HintPath>
</Reference>
<Reference Include="CodeReason.Reports">
<HintPath>..\Library\CodeReason.Reports.dll</HintPath>
</Reference>
<Reference Include="Fluent">
<HintPath>..\Library\Fluent.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="ReachFramework" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="MainApp.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="COMMON\ExcelUtils.cs" />
<Compile Include="COMMON\SystemCodeData.cs" />
<Compile Include="COMMON\DynamicCode.cs" />
<Compile Include="COMMON\WCFChannel.cs" />
<Compile Include="COMMON\SimpleDelegateCommand.cs" />
<Compile Include="COMMON\XmlStyle.cs" />
<Compile Include="Dialog\DataGridWindow.xaml.cs">
<DependentUpon>DataGridWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\DateSectQueryWindow.xaml.cs">
<DependentUpon>DateSectQueryWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\EditPanelDialog.xaml.cs">
<DependentUpon>EditPanelDialog.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\ImportExcelDialog.xaml.cs">
<DependentUpon>ImportExcelDialog.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\Password.xaml.cs">
<DependentUpon>Password.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\PrintQRCode.xaml.cs">
<DependentUpon>PrintQRCode.xaml</DependentUpon>
</Compile>
<Compile Include="Page\RECORD_INTERFACE.xaml.cs">
<DependentUpon>RECORD_INTERFACE.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_OUT_CELL_STOCK.xaml.cs">
<DependentUpon>MANAGE_OUT_CELL_STOCK.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_IN_STATION_STOCK.xaml.cs">
<DependentUpon>MANAGE_IN_STATION_STOCK.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_IN_STATION.xaml.cs">
<DependentUpon>MANAGE_IN_STATION.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_OUT_STATION.xaml.cs">
<DependentUpon>MANAGE_OUT_STATION.xaml</DependentUpon>
</Compile>
<Compile Include="Page\PLAN_OUT_STATION.xaml.cs">
<DependentUpon>PLAN_OUT_STATION.xaml</DependentUpon>
</Compile>
<Compile Include="Page\PLAN_OUT_AUTO.xaml.cs">
<DependentUpon>PLAN_OUT_AUTO.xaml</DependentUpon>
</Compile>
<Compile Include="Page\STATUS_FLOW_ACTION.xaml.cs">
<DependentUpon>STATUS_FLOW_ACTION.xaml</DependentUpon>
</Compile>
<Compile Include="Page\PLAN_IN_STATION.xaml.cs">
<DependentUpon>PLAN_IN_STATION.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_IN_CELL.xaml.cs">
<DependentUpon>MANAGE_IN_CELL.xaml</DependentUpon>
</Compile>
<Compile Include="Page\PLAN_OUT_CELL.xaml.cs">
<DependentUpon>PLAN_OUT_CELL.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_OUT_CELL.xaml.cs">
<DependentUpon>MANAGE_OUT_CELL.xaml</DependentUpon>
</Compile>
<Compile Include="Page\STORAGE_PRINT.xaml.cs">
<DependentUpon>STORAGE_PRINT.xaml</DependentUpon>
</Compile>
<Compile Include="Page\STORAGE_UPDATE.xaml.cs">
<DependentUpon>STORAGE_UPDATE.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucQueryDataGrid.xaml.cs">
<DependentUpon>ucQueryDataGrid.xaml</DependentUpon>
</Compile>
<Compile Include="Page\WAREHOUSE_CELL_ENABLE.xaml.cs">
<DependentUpon>WAREHOUSE_CELL_ENABLE.xaml</DependentUpon>
</Compile>
<Compile Include="Page\MANAGE_MOVE_CELL.xaml.cs">
<DependentUpon>MANAGE_MOVE_CELL.xaml</DependentUpon>
</Compile>
<Compile Include="Page\PLAN_EDIT.xaml.cs">
<DependentUpon>PLAN_EDIT.xaml</DependentUpon>
</Compile>
<Compile Include="Page\STORAGE_ALL.xaml.cs">
<DependentUpon>STORAGE_ALL.xaml</DependentUpon>
</Compile>
<Compile Include="Page\STORAGE_DELETE.xaml.cs">
<DependentUpon>STORAGE_DELETE.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\QueryDialog.xaml.cs">
<DependentUpon>QueryDialog.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\RelationEdit.xaml.cs">
<DependentUpon>RelationEdit.xaml</DependentUpon>
</Compile>
<Compile Include="Dialog\ReportWindow.xaml.cs">
<DependentUpon>ReportWindow.xaml</DependentUpon>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
</Compile>
<Compile Include="SYS\TOP_PARENT_BOTTOM_CHILD.xaml.cs">
<DependentUpon>TOP_PARENT_BOTTOM_CHILD.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucDateSect.xaml.cs">
<DependentUpon>ucDateSect.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucCommonDataGrid.xaml.cs">
<DependentUpon>ucCommonDataGrid.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucGoodsMain.xaml.cs">
<DependentUpon>ucGoodsMain.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucStoreCell.xaml.cs">
<DependentUpon>ucStoreCell.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucTopParentBottomChild.xaml.cs">
<DependentUpon>ucTopParentBottomChild.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucWareHouseQuery.xaml.cs">
<DependentUpon>ucWareHouseQuery.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucWindowTopHeader.xaml.cs">
<DependentUpon>ucWindowTopHeader.xaml</DependentUpon>
</Compile>
<Compile Include="Page\WAREHOUSE_AREA_MANAGE.xaml.cs">
<DependentUpon>WAREHOUSE_AREA_MANAGE.xaml</DependentUpon>
</Compile>
<Compile Include="Page\WAREHOUSE_CELL_SELECT.xaml.cs">
<DependentUpon>WAREHOUSE_CELL_SELECT.xaml</DependentUpon>
</Compile>
<Compile Include="Page\WAREHOUSE_CELL_STATUS.xaml.cs">
<DependentUpon>WAREHOUSE_CELL_STATUS.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucQuickQuery.xaml.cs">
<DependentUpon>ucQuickQuery.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucStatusFlowActionsPanel.xaml.cs">
<DependentUpon>ucStatusFlowActionsPanel.xaml</DependentUpon>
</Compile>
<Compile Include="UC\ucTreeView.xaml.cs">
<DependentUpon>ucTreeView.xaml</DependentUpon>
</Compile>
<Resource Include="Icon.ico" />
<Resource Include="%40Images\BlueLarge.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\二维码.png" />
<Resource Include="%40Images\仓库设置.png" />
<Resource Include="%40Images\任务明细查询.png" />
<Resource Include="%40Images\任务管理.png" />
<Resource Include="%40Images\任务统计.png" />
<Resource Include="%40Images\任务记录查询.png" />
<Resource Include="%40Images\修改密码.png" />
<Resource Include="%40Images\初始化.png" />
<Resource Include="%40Images\叠盘.png" />
<Resource Include="%40Images\周转箱任务.png" />
<Resource Include="%40Images\导入计划.png" />
<Resource Include="%40Images\巷道维护.png" />
<Resource Include="%40Images\帮助.png" />
<Resource Include="%40Images\库存查询.png" />
<Resource Include="%40Images\库存统计.png" />
<Resource Include="%40Images\应用.png" />
<Resource Include="%40Images\录入计划.png" />
<Resource Include="%40Images\待办任务.png" />
<Resource Include="%40Images\托盘物料入库.png" />
<Resource Include="%40Images\托盘物料出库.png" />
<Resource Include="%40Images\扫描条码.png" />
<Resource Include="%40Images\指令管理.png" />
<Resource Include="%40Images\日志.png" />
<Resource Include="%40Images\权限维护.png" />
<Resource Include="%40Images\样式设置.png" />
<Resource Include="%40Images\流程设置.png" />
<Resource Include="%40Images\物料.png" />
<Resource Include="%40Images\生产线维护.png" />
<Resource Include="%40Images\用户管理.png" />
<Resource Include="%40Images\登陆.png" />
<Resource Include="%40Images\码垛机.png" />
<Resource Include="%40Images\移库任务.png" />
<Resource Include="%40Images\站台维护.png" />
<Resource Include="%40Images\系统.png" />
<Resource Include="%40Images\组盘.png" />
<Resource Include="%40Images\组箱.png" />
<Resource Include="%40Images\编码.png" />
<Resource Include="%40Images\菜单.png" />
<Resource Include="%40Images\菜单设置.png" />
<Resource Include="%40Images\计划单查询.png" />
<Resource Include="%40Images\计算器.png" />
<Resource Include="%40Images\记事本.png" />
<Resource Include="%40Images\货位状态.png" />
<Resource Include="%40Images\货位维护.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\货位设置.png" />
<Resource Include="%40Images\退出系统.png" />
<Resource Include="%40Images\选择角色.png" />
<Resource Include="%40Images\配置.png" />
<Resource Include="%40Images\重新加载.png" />
<Resource Include="%40Images\角色定义.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\待办工作.png" />
<Resource Include="%40Images\上架.png" />
<Resource Include="%40Images\下架.png" />
<Resource Include="%40Images\接口.png" />
<Resource Include="%40Images\系统设置.png" />
<Resource Include="%40Images\系统界面.png" />
<Resource Include="%40Images\系统功能.png" />
<Resource Include="%40Images\closeAll.png" />
<Resource Include="%40Images\仓库.png" />
<Resource Include="%40Images\任务处理.png" />
<Resource Include="%40Images\功能.png" />
<Resource Include="%40Images\实托盘出库.png" />
<Resource Include="%40Images\导入.png" />
<Resource Include="%40Images\库存调整.png" />
<Resource Include="%40Images\托盘合并.png" />
<Resource Include="%40Images\日志查询.png" />
<Resource Include="%40Images\样式.png" />
<Resource Include="%40Images\流程.png" />
<Resource Include="%40Images\用户权限.png" />
<Resource Include="%40Images\系统编码.png" />
<Resource Include="%40Images\编码维护.png" />
<Resource Include="%40Images\补盘.png" />
<Resource Include="%40Images\角色.png" />
<Resource Include="%40Images\a2.jpg" />
<Resource Include="%40Images\03.ico" />
<Resource Include="%40Images\统计报表.png" />
<Resource Include="%40Images\空托盘操作.png" />
<Resource Include="%40Images\托盘查询.png" />
<Resource Include="%40Images\生产操作.png" />
<Resource Include="%40Images\托盘出入库.png" />
<Resource Include="%40Images\物料出入库.png" />
<Content Include="%40Files\FormStyles.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Content Include="%40Files\Templates\DynamicReport.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="%40Files\Templates\QRCode.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Page Include="%40Styles\Button.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ButtonTemplate.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\CheckBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Language.Default.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ComboBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\DataGrid.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Language.en-US.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\GridSplitter.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\GroupBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Label.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ListBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ListView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Menu.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ProgressBar.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\RadionButton.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ScrollBar.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Separator.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Shared.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Slider.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\StatusBar.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\TabControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Common.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\TextBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ToggleButton.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ToolBar.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ToolTip.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\TreeView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\Window.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="Dialog\DataGridWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dialog\DateSectQueryWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dialog\EditPanelDialog.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dialog\ImportExcelDialog.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Dialog\Password.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dialog\PrintQRCode.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\RECORD_INTERFACE.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\MANAGE_OUT_CELL_STOCK.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\MANAGE_IN_STATION_STOCK.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\MANAGE_IN_STATION.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\MANAGE_OUT_STATION.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\PLAN_OUT_STATION.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\PLAN_OUT_AUTO.xaml">
<SubType>Designer</SubType>
<Generator>XamlIntelliSenseFileGenerator</Generator>
</Page>
<Page Include="Page\STATUS_FLOW_ACTION.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Page\PLAN_IN_STATION.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\MANAGE_IN_CELL.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\PLAN_OUT_CELL.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\MANAGE_OUT_CELL.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\STORAGE_PRINT.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\STORAGE_UPDATE.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UC\ucQueryDataGrid.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\WAREHOUSE_CELL_ENABLE.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Page\MANAGE_MOVE_CELL.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\PLAN_EDIT.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Page\STORAGE_ALL.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Page\STORAGE_DELETE.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Dialog\QueryDialog.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dialog\RelationEdit.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dialog\ReportWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Login.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="MainApp.xaml.cs">
<DependentUpon>MainApp.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Login.xaml.cs">
<DependentUpon>Login.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="MainWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="SYS\TOP_PARENT_BOTTOM_CHILD.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucDateSect.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UC\ucGoodsMain.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucStoreCell.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucTopParentBottomChild.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucWareHouseQuery.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucWindowTopHeader.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Page\WAREHOUSE_AREA_MANAGE.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Page\WAREHOUSE_CELL_SELECT.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Page\WAREHOUSE_CELL_STATUS.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="%40Styles\ApplicationStyles.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\BrushStyles.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\ButtonStyles.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="%40Styles\DataGridStyles.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Page>
<Page Include="UC\ucCommonDataGrid.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucQuickQuery.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucStatusFlowActionsPanel.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UC\ucTreeView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<None Include="Properties\app.manifest" />
<Resource Include="%40Images\系统日志.png" />
<Resource Include="%40Images\cell.png" />
<Resource Include="%40Images\trimsize.png" />
<Resource Include="%40Images\路径维护.png" />
<None Include="%40Images\source.psd" />
<None Include="App.config">
<SubType>Designer</SubType>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Resource Include="%40Images\feed_add.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\logo.bmp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SSWMS.Common\SSWMS.Common.csproj">
<Project>{fd10f3e5-a233-4f52-b4ee-33189d84dbef}</Project>
<Name>SSWMS.Common</Name>
</ProjectReference>
<ProjectReference Include="..\SSWMS.Print\SSWMS.Print.csproj">
<Project>{ccd83983-86ed-47d8-b01d-239250e2f2e4}</Project>
<Name>SSWMS.Print</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="%40Images\add.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\back.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\cancel.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\close.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\close_folder.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\copy.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\cut.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\delete.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\edit.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\exit.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\export_excel.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\find.png" />
<Resource Include="%40Images\first.png" />
<Resource Include="%40Images\font.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\help.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\import_excel.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\keyboard.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\last.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\left.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\list.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\monitor.png" />
<Resource Include="%40Images\new.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\next.png" />
<Resource Include="%40Images\ok.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\open_folder.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\order.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\paste.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\pause.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\printer.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\print_preview.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\reduce.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\refresh.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\report.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\report_go.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\right.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\role.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\save.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\search.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="%40Images\sql.png" />
<Resource Include="%40Images\start.png" />
<Resource Include="%40Images\stop.png" />
<Resource Include="%40Images\toolbox.png" />
<Resource Include="%40Images\zoom_in.png" />
<Resource Include="%40Images\zoom_out.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PublishFile Include="%40Files\FormStyles.xml">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Include</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- 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>