fixes & version bump

This commit is contained in:
2024-06-10 13:30:11 +02:00
parent e212f4021a
commit 9593bb0223
4 changed files with 6 additions and 2 deletions

View File

@@ -273,6 +273,9 @@
<data name="tableLayoutPanel_TitlePanel.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="tableLayoutPanel_TitlePanel.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;tableLayoutPanel_TitlePanel.Name" xml:space="preserve">
<value>tableLayoutPanel_TitlePanel</value>
</data>

View File

@@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<PropertyGroup>
<Version>2.4.0</Version>
<Version>2.4.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="UI.for.WinForms.AllControls.Net70" Version="2024.1.312">

View File

@@ -76,6 +76,7 @@ partial class FlyoutBase
tableLayoutPanel_ActionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel_ActionPanel.Size = new System.Drawing.Size(300, 29);
tableLayoutPanel_ActionPanel.TabIndex = 1;
tableLayoutPanel_ActionPanel.Visible = false;
//
// button_Accept
//

View File

@@ -9,7 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />