123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{6ACEB66A-4FAE-4097-84F5-B5FD44C4D10A}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>UAS_SOP</RootNamespace>
- <AssemblyName>UAS_SOP</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <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' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- <Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
- <Reference Include="Oracle.ManagedDataAccess">
- <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
- </Reference>
- <Reference Include="Spire.Common">
- <HintPath>tool\Spire.Common.dll</HintPath>
- </Reference>
- <Reference Include="Spire.License">
- <HintPath>tool\Spire.License.dll</HintPath>
- </Reference>
- <Reference Include="Spire.Pdf">
- <HintPath>tool\Spire.Pdf.dll</HintPath>
- </Reference>
- <Reference Include="Spire.XLS">
- <HintPath>tool\Spire.XLS.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Linq" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="UMES.DLLService">
- <HintPath>tool\UMES.DLLService.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CustomControl\BaseForm\BaseForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="CustomControl\BaseForm\BaseForm.Designer.cs">
- <DependentUpon>BaseForm.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\ArrowLeftButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\ArrowLeftButton.Designer.cs">
- <DependentUpon>ArrowLeftButton.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\ArrowRightButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\ArrowRightButton.Designer.cs">
- <DependentUpon>ArrowRightButton.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\ChooseAllButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\ChooseAllButton.Designer.cs">
- <DependentUpon>ChooseAllButton.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\CloseButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\CloseButton.Designer.cs">
- <DependentUpon>CloseButton.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\DeleteButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\DeleteButton.Designer.cs">
- <DependentUpon>DeleteButton.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\LockMakeCode.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\LockMakeCode.Designer.cs">
- <DependentUpon>LockMakeCode.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\NormalButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ButtonUtil\NormalButton.Designer.cs">
- <DependentUpon>NormalButton.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ClickPicBox\ClickPicBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ClickPicBox\ClickPicBox.Designer.cs">
- <DependentUpon>ClickPicBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ClickPicBox\LockIcon.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ClickPicBox\LockIcon.Designer.cs">
- <DependentUpon>LockIcon.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\ComBoxWithFocus.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\ComBoxWithFocus.Designer.cs">
- <DependentUpon>ComBoxWithFocus.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\ComboxWithTip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\ComboxWithTip.Designer.cs">
- <DependentUpon>ComboxWithTip.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\PrinterCombox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\PrinterCombox.Designer.cs">
- <DependentUpon>PrinterCombox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\SerialPortCombox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\ComBoxWithFocus\SerialPortCombox.Designer.cs">
- <DependentUpon>SerialPortCombox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.Designer.cs">
- <DependentUpon>AutoPrintCheckBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\CustomCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\CustomCheckBox.Designer.cs">
- <DependentUpon>CustomCheckBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\LockCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\LockCheckBox.Designer.cs">
- <DependentUpon>LockCheckBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\ReSetCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\CustomCheckBox\ReSetCheckBox.Designer.cs">
- <DependentUpon>ReSetCheckBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\CustomTabControl\CustomTabControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\CustomTabControl\CustomTabControl.Designer.cs">
- <DependentUpon>CustomTabControl.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\CustomTabControl\ThemedColors.cs" />
- <Compile Include="CustomControl\DataGrid_View\DataGridViewExpand.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewExpand.Designer.cs">
- <DependentUpon>DataGridViewExpand.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.Designer.cs">
- <DependentUpon>DataGridViewWithCheckBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewWithFilter.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewWithFilter.Designer.cs">
- <DependentUpon>DataGridViewWithFilter.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.Designer.cs">
- <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\GroupBoxWithBorder\GroupBoxWithBorder.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\GroupBoxWithBorder\GroupBoxWithBorder.Designer.cs">
- <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ListViewExpand\ListViewExpand.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ListViewExpand\ListViewExpand.Designer.cs">
- <DependentUpon>ListViewExpand.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\Pagination\Pagination.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\Pagination\Pagination.Designer.cs">
- <DependentUpon>Pagination.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\Pagination\PaginationDbFind.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\Pagination\PaginationDbFind.Designer.cs">
- <DependentUpon>PaginationDbFind.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\PowerControlForm\PowerControlForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="CustomControl\PowerControlForm\PowerControlForm.Designer.cs">
- <DependentUpon>PowerControlForm.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ProcessBar\ProcessBar.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\ProcessBar\ProcessBar.Designer.cs">
- <DependentUpon>ProcessBar.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\RichText\RichTextAutoBottom.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\RichText\RichTextAutoBottom.Designer.cs">
- <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\SetLoading\LoadingCircle.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\SetLoading\LoadingCircle.Designer.cs">
- <DependentUpon>LoadingCircle.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\EnterTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\EnterTextBox.Designer.cs">
- <DependentUpon>EnterTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.Designer.cs">
- <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.Designer.cs">
- <DependentUpon>MaCodeTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.Designer.cs">
- <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\RoundTextBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\RoundTextBox.Designer.cs">
- <DependentUpon>RoundTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SearchTextBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SearchTextBox.Designer.cs">
- <DependentUpon>SearchTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.Designer.cs">
- <DependentUpon>SNCodeEnterTextBox.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCount.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCount.Designer.cs">
- <DependentUpon>SourceStepCount.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCountPre.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TextBoxWithIcon\SourceStepCountPre.Designer.cs">
- <DependentUpon>SourceStepCountPre.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.Designer.cs">
- <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ValueLabel\ValueLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ValueLabel\ValueLabel.Designer.cs">
- <DependentUpon>ValueLabel.cs</DependentUpon>
- </Compile>
- <Compile Include="CustomControl\ValueLabel\ValueNumLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CustomControl\ValueLabel\ValueNumLabel.Designer.cs">
- <DependentUpon>ValueNumLabel.cs</DependentUpon>
- </Compile>
- <Compile Include="DataOperate\AccessDBHelper.cs" />
- <Compile Include="DataOperate\DataHelper.cs" />
- <Compile Include="DbFind.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DbFind.Designer.cs">
- <DependentUpon>DbFind.cs</DependentUpon>
- </Compile>
- <Compile Include="Entity\ItemObject.cs" />
- <Compile Include="Entity\SystemInf.cs" />
- <Compile Include="Entity\User.cs" />
- <Compile Include="Enum\EMouseState.cs" />
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="LoadingCircle.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="LoadingCircle.Designer.cs">
- <DependentUpon>LoadingCircle.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="PublicMethod\AssemblyHelper.cs" />
- <Compile Include="PublicMethod\AutoSizeControl.cs" />
- <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
- <Compile Include="PublicMethod\BaseUtil.cs" />
- <Compile Include="PublicMethod\DrawHelper.cs" />
- <Compile Include="PublicMethod\Encryption.cs" />
- <Compile Include="PublicMethod\ExceptionHandler.cs" />
- <Compile Include="PublicMethod\ftpOperater.cs" />
- <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
- <Compile Include="PublicMethod\LogicHandler.cs" />
- <Compile Include="PublicMethod\LogManager.cs" />
- <Compile Include="PublicMethod\LogStringBuilder.cs" />
- <Compile Include="PublicMethod\ModeBusTCPServer.cs" />
- <Compile Include="PublicMethod\ReadDataFromSerialPort.cs" />
- <Compile Include="SetLoadingWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="SetLoadingWindow.Designer.cs">
- <DependentUpon>SetLoadingWindow.cs</DependentUpon>
- </Compile>
- <Compile Include="Status.cs" />
- <EmbeddedResource Include="CustomControl\BaseForm\BaseForm.resx">
- <DependentUpon>BaseForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ClickPicBox\ClickPicBox.resx">
- <DependentUpon>ClickPicBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ComBoxWithFocus\ComboxWithTip.resx">
- <DependentUpon>ComboxWithTip.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ComBoxWithFocus\PrinterCombox.resx">
- <DependentUpon>PrinterCombox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ComBoxWithFocus\SerialPortCombox.resx">
- <DependentUpon>SerialPortCombox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\CustomCheckBox\AutoPrintCheckBox.resx">
- <DependentUpon>AutoPrintCheckBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\CustomCheckBox\LockCheckBox.resx">
- <DependentUpon>LockCheckBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\CustomCheckBox\ReSetCheckBox.resx">
- <DependentUpon>ReSetCheckBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\CustomTabControl\CustomTabControl.resx">
- <DependentUpon>CustomTabControl.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewExpand.resx">
- <DependentUpon>DataGridViewExpand.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewWithCheckBox.resx">
- <DependentUpon>DataGridViewWithCheckBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewWithFilter.resx">
- <DependentUpon>DataGridViewWithFilter.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\DataGrid_View\DataGridViewWithSerialNum.resx">
- <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\Pagination\Pagination.resx">
- <DependentUpon>Pagination.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\Pagination\PaginationDbFind.resx">
- <DependentUpon>PaginationDbFind.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\PowerControlForm\PowerControlForm.resx">
- <DependentUpon>PowerControlForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ProcessBar\ProcessBar.resx">
- <DependentUpon>ProcessBar.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\EnterTextBox.resx">
- <DependentUpon>EnterTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeSearchTextBox.resx">
- <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\MaCodeTextBox.resx">
- <DependentUpon>MaCodeTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\NumOnlyTextBox.resx">
- <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\RoundTextBox.resx">
- <DependentUpon>RoundTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SearchTextBox.resx">
- <DependentUpon>SearchTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SNCodeEnterTextBox.resx">
- <DependentUpon>SNCodeEnterTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SourceStepCount.resx">
- <DependentUpon>SourceStepCount.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TextBoxWithIcon\SourceStepCountPre.resx">
- <DependentUpon>SourceStepCountPre.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\TimePickerWithCombo\TimePickerWithCombo.resx">
- <DependentUpon>TimePickerWithCombo.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CustomControl\ValueLabel\ValueLabel.resx">
- <DependentUpon>ValueLabel.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DbFind.resx">
- <DependentUpon>DbFind.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <EmbeddedResource Include="SetLoadingWindow.resx">
- <DependentUpon>SetLoadingWindow.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\07.gif" />
- <Content Include="Resources\0802192135.png" />
- <Content Include="Resources\2-0btn_04.png" />
- <Content Include="Resources\2-0btn_07.png" />
- <Content Include="Resources\2-0btn_36.png" />
- <Content Include="Resources\20130711113247276.png" />
- <Content Include="Resources\20170322091001575_easyicon_net_64.ico" />
- <Content Include="Resources\46.gif" />
- <Content Include="Resources\5600c803afc2d.png" />
- <Content Include="Resources\83.gif" />
- <Content Include="Resources\Barcode_48px_1072745_easyicon.net.png" />
- <Content Include="Resources\bindingNavigatorAddNewItem.Image.png" />
- <Content Include="Resources\bindingNavigatorDeleteItem.Image.png" />
- <Content Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
- <Content Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
- <Content Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
- <Content Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
- <Content Include="Resources\box_17.453077699294px_1191579_easyicon.net.png" />
- <Content Include="Resources\box_26.17961654894px_1191579_easyicon.net.png" />
- <Content Include="Resources\btncheckoff1.png" />
- <Content Include="Resources\btncheckoff2.png" />
- <Content Include="Resources\btncheckoff3.png" />
- <Content Include="Resources\btncheckoff4.png" />
- <Content Include="Resources\btncheckoff5.png" />
- <Content Include="Resources\btncheckoff6.png" />
- <Content Include="Resources\btncheckon1.png" />
- <Content Include="Resources\btncheckon2.png" />
- <Content Include="Resources\btncheckon3.png" />
- <Content Include="Resources\btncheckon4.png" />
- <Content Include="Resources\btncheckon5.png" />
- <Content Include="Resources\btncheckon6.png" />
- <Content Include="Resources\Button\down.png" />
- <Content Include="Resources\Button\focus.png" />
- <Content Include="Resources\Button\gray.png" />
- <Content Include="Resources\Button\highlight.png" />
- <Content Include="Resources\Button\Light.png" />
- <Content Include="Resources\Button\normal.png" />
- <Content Include="Resources\Button\White-side.png" />
- <Content Include="Resources\change_password.png" />
- <Content Include="Resources\close_16px_558195_easyicon.net.png" />
- <Content Include="Resources\CLOSE_24px_1115282_easyicon.net.png" />
- <Content Include="Resources\close_24px_1139093_easyicon.net.png" />
- <Content Include="Resources\close_32px_1181428_easyicon.net.png" />
- <Content Include="Resources\Close_up_32px_1181430_easyicon.net.png" />
- <Content Include="Resources\dialog_close_24px_1173781_easyicon.net.png" />
- <Content Include="Resources\dialog_error_5_48px_542794_easyicon.net.png" />
- <Content Include="Resources\download_14.926374650513px_1191613_easyicon.net.png" />
- <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
- <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net.png" />
- <Content Include="Resources\excel.png" />
- <Content Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
- <Content Include="Resources\Excel_2013_16px_1180012_easyicon.net.png" />
- <Content Include="Resources\file.png" />
- <Content Include="Resources\file_24px_1133611_easyicon.net.png" />
- <Content Include="Resources\file_24px_1175380_easyicon.net.png" />
- <Content Include="Resources\file_info_64px_1176626_easyicon.net.png" />
- <Content Include="Resources\file_manager_24px_1145241_easyicon.net.png" />
- <Content Include="Resources\icon_title.png" />
- <Content Include="Resources\Image1.bmp" />
- <Content Include="Resources\Internet_Explorer_Windows_8_Windows8_32px_566667_easyicon.net.ico" />
- <Content Include="Resources\LoadingError.gif" />
- <Content Include="Resources\LoadingFormat.gif" />
- <Content Include="Resources\Lock.ico" />
- <Content Include="Resources\Lock16px.ico" />
- <Content Include="Resources\Lock24px.ico" />
- <Content Include="Resources\Lock24px.png" />
- <Content Include="Resources\lock_lock_24px.png" />
- <Content Include="Resources\lock_open_24px.png" />
- <Content Include="Resources\LoginBG.jpg" />
- <Content Include="Resources\Logout_32px_581264_easyicon.net.png" />
- <Content Include="Resources\matte_white_square_icon_business_tool_hammer_128px_571061_easyicon.net.ico" />
- <Content Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
- <Content Include="Resources\minus.gif" />
- <Content Include="Resources\notice_text_editor_16px_11373_easyicon.net.png" />
- <Content Include="Resources\People_48px_500819_easyicon.net.png" />
- <Content Include="Resources\plus.gif" />
- <Content Include="Resources\pluslogo.png" />
- <Content Include="Resources\preview_16px_25980_easyicon.net.png" />
- <Content Include="Resources\pwd.png" />
- <Content Include="Resources\refresh.png" />
- <Content Include="Resources\search_16px_1202802_easyicon.net.png" />
- <Content Include="Resources\Sound\3291.wav" />
- <Content Include="Resources\Sound\5185.wav" />
- <Content Include="Resources\Sound\8378.wav" />
- <Content Include="Resources\Sound\Windows Background.wav" />
- <Content Include="Resources\timg.jpg" />
- <Content Include="Resources\two_arrow_left.png" />
- <Content Include="Resources\two_arrow_right.png" />
- <Content Include="Resources\uas_blue.png" />
- <Content Include="Resources\updating.gif" />
- <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
- <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net.png" />
- <Content Include="Resources\WhiteImage.png" />
- <Content Include="Resources\Windows_32px_1063981_easyicon.net.ico" />
- <Content Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
- <Content Include="Resources\zxing_android_code_48px_1107946_easyicon.net.png" />
- <None Include="Resources\系统设置.png" />
- <None Include="Resources\特殊作业.png" />
- <None Include="Resources\人员管理.png" />
- <None Include="Resources\产线作业.png" />
- <None Include="Resources\查询分析.png" />
- <None Include="Resources\仓库作业.png" />
- <None Include="Resources\包装作业.png" />
- <None Include="Resources\upload_icon1.png" />
- <Content Include="Resources\U_Icon.ico" />
- <None Include="Resources\Sound\4082.wav" />
- <None Include="Resources\OQC作业.png" />
- <None Include="Resources\defaulticon.png" />
- <None Include="Resources\close_24px_1139293_easyicon.net.png" />
- <None Include="Resources\close.png" />
- <None Include="Resources\b473847f-a85b-400e-807a-4875c4c07ff1.png" />
- <None Include="Resources\b171f6bb-7e96-43f5-afa4-894151fa85b7.png" />
- <None Include="Resources\20167c1d-d027-4366-95fb-6733ecc9dd80.png" />
- <None Include="Resources\15aedb5b-a345-48b6-8b81-784e410d7fd1.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FileWatcher\FileWatcher.csproj">
- <Project>{DB114F68-6E53-4F84-9EF6-088419D1F9A2}</Project>
- <Name>FileWatcher</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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>
|