feat(control): add extended return search for tables and forms

This commit is contained in:
2026-07-29 15:57:29 +08:00
parent b893e8d8e4
commit 1bbe9c9a4c
13 changed files with 2818 additions and 645 deletions
@@ -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" />