### 2021-07-05更新
------ #### ryControlsV4 V3.0.2107.0501 - *.[修复]修复Gdu窗体阴影边框为0时出错的BUG。
This commit is contained in:
parent
8b41f58f5c
commit
6713415f1d
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=1707890
|
||||
hwnd=198392
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<root>
|
||||
<list id="LastUpdateTime" Value="2021/6/15 16:23:02" />
|
||||
<list id="LastUpdateTime" Value="2021/7/5 21:54:17" />
|
||||
<list id="UpdateAfterTime" Value="0" />
|
||||
</root>
|
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.
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.
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.
Binary file not shown.
Binary file not shown.
5
Source/Itrycn_Project2/FrmAbout.Designer.cs
generated
5
Source/Itrycn_Project2/FrmAbout.Designer.cs
generated
|
@ -53,7 +53,7 @@
|
|||
this.pnlTopLogo.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pnlTopLogo.Location = new System.Drawing.Point(1, 27);
|
||||
this.pnlTopLogo.Name = "pnlTopLogo";
|
||||
this.pnlTopLogo.Size = new System.Drawing.Size(523, 59);
|
||||
this.pnlTopLogo.Size = new System.Drawing.Size(505, 59);
|
||||
this.pnlTopLogo.TabIndex = 8;
|
||||
//
|
||||
// lblTitle
|
||||
|
@ -169,7 +169,7 @@
|
|||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.White;
|
||||
this.ClientSize = new System.Drawing.Size(525, 360);
|
||||
this.ClientSize = new System.Drawing.Size(507, 360);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.lblVisitUrl);
|
||||
|
@ -181,6 +181,7 @@
|
|||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.pnlTopLogo);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Location = new System.Drawing.Point(0, 0);
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "FrmAbout";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
|
|
|
@ -96,7 +96,7 @@ namespace MGdu.WinFormUI
|
|||
|
||||
private int ShadowWidth
|
||||
{
|
||||
get { return _owner.XTheme.ShadowWidth; }
|
||||
get { return _owner.XTheme.ShadowWidth==0?1: _owner.XTheme.ShadowWidth; }
|
||||
}
|
||||
|
||||
private bool UseShadowToResize
|
||||
|
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”: :
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.2107.0101")]
|
||||
[assembly: AssemblyFileVersion("3.0.2107.0101")]
|
||||
[assembly: AssemblyVersion("3.0.2107.0501")]
|
||||
[assembly: AssemblyFileVersion("3.0.2107.0501")]
|
|
@ -23,8 +23,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RyPrint", "RyPrint\RyPrint.
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itrycn_Project2", "Itrycn_Project2\Itrycn_Project2.csproj", "{DC9FDB61-FEDD-4795-AFDC-8376AB781C56}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FTPFileBD", "..\..\FTP文件比对助手\Source\FTPFileBD\FTPFileBD.csproj", "{FFDA6B3C-5362-4930-8956-9BD23DD8C698}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -113,14 +111,6 @@ Global
|
|||
{DC9FDB61-FEDD-4795-AFDC-8376AB781C56}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DC9FDB61-FEDD-4795-AFDC-8376AB781C56}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{DC9FDB61-FEDD-4795-AFDC-8376AB781C56}.Release|x86.Build.0 = Release|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{FFDA6B3C-5362-4930-8956-9BD23DD8C698}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Reference in New Issue
Block a user