| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.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>{34C3D971-DE12-44EA-9943-581C24860A84}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Dongke.WinForm.Controls</RootNamespace>
- <AssemblyName>WFControls</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </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>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <DocumentationFile>
- </DocumentationFile>
- </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>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="00_Toolkit\BorderColorPaint.cs" />
- <Compile Include="01_Common\CommonSetting.cs" />
- <Compile Include="02_Resource\InitializeSettings.cs" />
- <Compile Include="10_Base\Converter\DNumberConverter.cs" />
- <Compile Include="10_Base\Converter\NoneExcludedImageIndexConverter.cs" />
- <Compile Include="10_Base\Converter\SelectedDTPConverter.cs" />
- <Compile Include="10_Base\Enum\CollapseChainReaction.cs" />
- <Compile Include="10_Base\Enum\ControlErrorCode.cs" />
- <Compile Include="10_Base\Enum\Date\DateRangeUnit.cs" />
- <Compile Include="10_Base\Enum\Date\DateTimeRangeAutoCheck.cs" />
- <Compile Include="10_Base\Enum\Date\DateTimeRangeUnit.cs" />
- <Compile Include="10_Base\Enum\EnteredSelectTextStyle.cs" />
- <Compile Include="10_Base\Enum\FlagCheckBoxChecked.cs" />
- <Compile Include="10_Base\Enum\FlagRadioBoxChecked.cs" />
- <Compile Include="02_Resource\Constant.cs" />
- <Compile Include="10_Base\Enum\Fom\FormType.cs" />
- <Compile Include="10_Base\Enum\InputErrorAlert.cs" />
- <Compile Include="10_Base\Enum\LimitInputKind.cs" />
- <Compile Include="10_Base\Enum\Fom\PurviewType.cs" />
- <Compile Include="10_Base\Enum\ShowDecimalPlaces.cs" />
- <Compile Include="10_Base\Enum\TextPadStyle.cs" />
- <Compile Include="10_Base\Enum\Date\TimeRangeUnit.cs" />
- <Compile Include="10_Base\Enum\SearchBoxValueFrom.cs" />
- <Compile Include="10_Base\EventArgs\AsyncEndEventArgs.cs" />
- <Compile Include="10_Base\EventArgs\GroupBoxCollapseLinkingEventArgs.cs" />
- <Compile Include="10_Base\EventArgs\GroupBoxCollapsingEventArgs.cs" />
- <Compile Include="10_Base\EventArgs\ItemCheckedEventArgs.cs" />
- <Compile Include="10_Base\EventArgs\TextPasteEventArgs.cs" />
- <Compile Include="10_Base\EventHandler\AsyncEndEventHandler.cs" />
- <Compile Include="10_Base\EventHandler\GroupBoxCollapseLinkingEventHandler.cs" />
- <Compile Include="10_Base\EventHandler\GroupBoxCollapsingEventHandler.cs" />
- <Compile Include="10_Base\EventHandler\ItemCheckedEventHandler.cs" />
- <Compile Include="10_Base\EventHandler\TextPasteEventHandler.cs" />
- <Compile Include="10_Base\Interface\IAsyncControl.cs" />
- <Compile Include="10_Base\Interface\IChildNativeWindow.cs" />
- <Compile Include="10_Base\Interface\IDKControl.cs" />
- <Compile Include="10_Base\Interface\IDataVerifiable.cs" />
- <Compile Include="10_Base\Interface\IInputDataVerifiable.cs" />
- <Compile Include="10_Base\Interface\IMustInput.cs" />
- <Compile Include="10_Base\Other\ChildNativeWindow.cs" />
- <Compile Include="10_Base\Structs\DNumber.cs" />
- <Compile Include="11_Standard\00_Label\LblLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\00_Label\LklLinkLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\01_Button\BtnButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\03_RadioButton\RdoFlagRadioBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="11_Standard\03_RadioButton\RdoFlagRadioBox.Designer.cs">
- <DependentUpon>RdoFlagRadioBox.cs</DependentUpon>
- </Compile>
- <Compile Include="11_Standard\03_RadioButton\RdoRadioButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\04_CheckBox\ChkCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\04_CheckBox\ChkFlagCheckBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="11_Standard\04_CheckBox\ChkFlagCheckBox.Designer.cs">
- <DependentUpon>ChkFlagCheckBox.cs</DependentUpon>
- </Compile>
- <Compile Include="11_Standard\05_ListBox\FtlFilterListBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="11_Standard\05_ListBox\FtlFilterListBox.Designer.cs">
- <DependentUpon>FtlFilterListBox.cs</DependentUpon>
- </Compile>
- <Compile Include="11_Standard\05_ListBox\LstListBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\06_CheckedListBox\CalCheckAllListBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="11_Standard\06_CheckedListBox\CalCheckAllListBox.Designer.cs">
- <DependentUpon>CalCheckAllListBox.cs</DependentUpon>
- </Compile>
- <Compile Include="11_Standard\06_CheckedListBox\CklCheckedListBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\07_ComboBox\CkcCheckedComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\07_ComboBox\CmbComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\07_ComboBox\FtcFilterComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\07_ComboBox\PopupComboBox\GripBounds.cs" />
- <Compile Include="11_Standard\07_ComboBox\PopupComboBox\IPopupControl.cs" />
- <Compile Include="11_Standard\07_ComboBox\PopupComboBox\NativeMethods.cs" />
- <Compile Include="11_Standard\07_ComboBox\PopupComboBox\PopupComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\07_ComboBox\PopupComboBox\PopupControlHost.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\00_Base\TextBoxCodeBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\00_Base\TextBoxNumerical.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\00_Base\TextBoxRejected.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtCode.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtCodeNo.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtEmail.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtIDCard.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtDigital.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtPassport.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtPhone.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\01_Code\TxtZipCode.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\02_Numerical\TxtMoney.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\02_Numerical\TxtNumerical.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\08_TextBox\TxtTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\09_SearchBox\ISearchBoxForm.cs" />
- <Compile Include="11_Standard\09_SearchBox\ScbSearch2Box.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="11_Standard\09_SearchBox\ScbSearch2Box.Designer.cs">
- <DependentUpon>ScbSearch2Box.cs</DependentUpon>
- </Compile>
- <Compile Include="11_Standard\09_SearchBox\ScbSearchBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="11_Standard\09_SearchBox\ScbSearchBox.Designer.cs">
- <DependentUpon>ScbSearchBox.cs</DependentUpon>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\Component\DtrDateRange.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\Component\DtrDateTimeRange.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\Component\DtrTimeRange.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DateTimePickerBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DateTimeBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpYear.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpMonth.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpDate.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpDateTimeM.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpTimeM.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpTime.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpDateTime.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\DtpDateTimePicker.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="11_Standard\10_DateTime\Interface\ITimeRange.cs" />
- <Compile Include="11_Standard\10_DateTime\Interface\IDateRange.cs" />
- <Compile Include="11_Standard\10_DateTime\Interface\IDateTimeRange.cs" />
- <Compile Include="11_Standard\11_TreeView\TvwTreeView.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Container\01_GroupBox\GrpCollapsible.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Container\01_GroupBox\GrpGroupBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Container\02_Panel\PnlPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Container\03_SplitContainer\SplSplitContainer.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Strip\01_ToolStrip\TsrToolStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Strip\03_StatusStrip\SsrAsyncStatusStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="12_Strip\03_StatusStrip\SsrAsyncStatusStrip.Designer.cs">
- <DependentUpon>SsrAsyncStatusStrip.cs</DependentUpon>
- </Compile>
- <Compile Include="12_Strip\03_StatusStrip\SsrStatusStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="14_Form\FormBase.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="14_Form\FormBase.Designer.cs">
- <DependentUpon>FormBase.cs</DependentUpon>
- </Compile>
- <Compile Include="14_Form\FormDialog.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="14_Form\FormDialog.Designer.cs">
- <DependentUpon>FormDialog.cs</DependentUpon>
- </Compile>
- <Compile Include="14_Form\FormMultiple.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="14_Form\FormMultiple.Designer.cs">
- <DependentUpon>FormMultiple.cs</DependentUpon>
- </Compile>
- <Compile Include="14_Form\FormSingle.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="14_Form\FormSingle.Designer.cs">
- <DependentUpon>FormSingle.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>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.XML" />
- <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\DLL\Utilities.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="11_Standard\08_TextBox\03_Ex\" />
- <Folder Include="12_Strip\02_MenuStrip\" />
- <Folder Include="20_UserControl\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="11_Standard\04_CheckBox\ChkFlagCheckBox.resx">
- <DependentUpon>ChkFlagCheckBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="11_Standard\05_ListBox\FtlFilterListBox.resx">
- <DependentUpon>FtlFilterListBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="11_Standard\06_CheckedListBox\CalCheckAllListBox.resx">
- <DependentUpon>CalCheckAllListBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="11_Standard\09_SearchBox\ScbSearch2Box.resx">
- <DependentUpon>ScbSearch2Box.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="11_Standard\09_SearchBox\ScbSearchBox.resx">
- <DependentUpon>ScbSearchBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="14_Form\FormBase.resx">
- <DependentUpon>FormBase.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="14_Form\FormDialog.resx">
- <DependentUpon>FormDialog.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>PublicResXFileCodeGenerator</Generator>
- <SubType>Designer</SubType>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\Button_Back_00.png" />
- <None Include="Resources\Button_Disable_00.png" />
- <None Include="Resources\Button_Enter_00.png" />
- <None Include="Resources\ClearInput_00.png" />
- <None Include="Resources\SearchBox_Button_00.png" />
- <None Include="Resources\Form_Back_00.png" />
- <None Include="Resources\Status_Communicating_00.gif" />
- <None Include="Resources\Form_Icon_00.ico" />
- <None Include="Resources\ToolStrip_Back_00.png" />
- <None Include="Resources\ToolStrip_Back_01.png" />
- <EmbeddedResource Include="ToolboxBitmap\Button_00.bmp" />
- <EmbeddedResource Include="ToolboxBitmap\DateTimeRange_00.bmp" />
- <EmbeddedResource Include="ToolboxBitmap\SearchBox_00.bmp" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\BaseControls\BaseControls.csproj">
- <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
- <Name>BaseControls</Name>
- </ProjectReference>
- <ProjectReference Include="..\BaseResources\BaseResources.csproj">
- <Project>{dcaa5778-c5ed-4958-9d76-d994fdb673e0}</Project>
- <Name>BaseResources</Name>
- </ProjectReference>
- <ProjectReference Include="..\Library\Library.csproj">
- <Project>{9f8bb971-d302-4ba3-b332-76ce4de6fcc9}</Project>
- <Name>Library</Name>
- </ProjectReference>
- </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>
|