### 2021-04-03更新
------ #### ryControls V2.1.2104.0201 - *.[修复]修复在win7上Gdu.WinformUI会报错的BUG。
This commit is contained in:
parent
f2d673f7e8
commit
2ab2e5b638
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,2 +1,2 @@
|
|||
[Money_Op]
|
||||
hwnd=397838
|
||||
hwnd=1191986
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<root>
|
||||
<list id="LastUpdateTime" Value="2021/2/24 19:46:53" />
|
||||
<list id="LastUpdateTime" Value="2021/4/2 16:41:09" />
|
||||
<list id="UpdateAfterTime" Value="0" />
|
||||
</root>
|
Binary file not shown.
|
@ -7902,11 +7902,6 @@
|
|||
</summary>
|
||||
<param name="e"></param>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
|
||||
<summary>
|
||||
重写该方法解决窗体每次还原都会变大的问题
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetClientSizeCore(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
重写该方法解决在VS设计器中,每次保存一个新的尺寸,再打开尺寸会变大的问题
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7902,11 +7902,6 @@
|
|||
</summary>
|
||||
<param name="e"></param>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
|
||||
<summary>
|
||||
重写该方法解决窗体每次还原都会变大的问题
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetClientSizeCore(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
重写该方法解决在VS设计器中,每次保存一个新的尺寸,再打开尺寸会变大的问题
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7902,11 +7902,6 @@
|
|||
</summary>
|
||||
<param name="e"></param>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
|
||||
<summary>
|
||||
重写该方法解决窗体每次还原都会变大的问题
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetClientSizeCore(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
重写该方法解决在VS设计器中,每次保存一个新的尺寸,再打开尺寸会变大的问题
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7902,11 +7902,6 @@
|
|||
</summary>
|
||||
<param name="e"></param>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
|
||||
<summary>
|
||||
重写该方法解决窗体每次还原都会变大的问题
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MGdu.WinFormUI.GMForm.SetClientSizeCore(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
重写该方法解决在VS设计器中,每次保存一个新的尺寸,再打开尺寸会变大的问题
|
||||
|
|
Binary file not shown.
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,12 @@
|
|||
### 2021-03-13更新
|
||||
### 2021-04-03更新
|
||||
------
|
||||
#### ryControlsV4 V2.1.2103.1301
|
||||
*.[改进]改进Gdu.WinformUI在窗体FormBorderStyle为None时最大化会覆盖状态栏的问题。
|
||||
#### ryControls V2.1.2104.0201
|
||||
- *.[修复]修复在win7上Gdu.WinformUI会报错的BUG。
|
||||
|
||||
### 2021-03-13更新
|
||||
------
|
||||
#### ryControls V2.1.2103.1301
|
||||
- *.[改进]改进Gdu.WinformUI在窗体FormBorderStyle为None时最大化会覆盖状态栏的问题。
|
||||
|
||||
### 2021-02-28更新
|
||||
------
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”: :
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.1.2103.1301")]
|
||||
[assembly: AssemblyFileVersion("2.1.2103.1301")]
|
||||
[assembly: AssemblyVersion("2.1.2104.0201")]
|
||||
[assembly: AssemblyFileVersion("2.1.2104.0201")]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user