feat(control): add extended return search for tables and forms
This commit is contained in:
@@ -708,6 +708,12 @@
|
||||
<Compile Include="AutoGridLookUp\AutoGridPopup.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AutoGridLookUp\ExtendedReturnSearchPopup.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AutoGridLookUp\LabelExtendedReturnSearchEdit.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AutoGridLookUp\AutoGridPopup.Designer.cs">
|
||||
<DependentUpon>AutoGridPopup.cs</DependentUpon>
|
||||
</Compile>
|
||||
@@ -1161,6 +1167,10 @@
|
||||
<Compile Include="GridControlEx.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="GridControlEx.ExtendedReturn.cs">
|
||||
<DependentUpon>GridControlEx.cs</DependentUpon>
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="GridControlEx.Designer.cs">
|
||||
<DependentUpon>GridControlEx.cs</DependentUpon>
|
||||
</Compile>
|
||||
@@ -1263,6 +1273,7 @@
|
||||
<Compile Include="Model\ControlModel.cs" />
|
||||
<Compile Include="Model\ControlType.cs" />
|
||||
<Compile Include="Model\DateFormat.cs" />
|
||||
<Compile Include="Model\ExtendedReturnSupport.cs" />
|
||||
<Compile Include="Model\GridColumnModel.cs" />
|
||||
<Compile Include="Model\GridRowColorModel.cs" />
|
||||
<Compile Include="Model\MessageUtil.cs" />
|
||||
|
||||
Reference in New Issue
Block a user