* 更新各个文档的修改日志至20210817

This commit is contained in:
Sunny 2021-08-17 16:55:01 +08:00
parent a48ede1da3
commit 9b38d5a32a
58 changed files with 379 additions and 16 deletions

1
.gitignore vendored
View File

@ -337,3 +337,4 @@ ASALocalRun/
# BeatPulse healthcheck temp database
healthchecksdb
/SunnyUI.Net5.Demo/bin/net5.0-windows

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -566,7 +566,7 @@ namespace Sunny.UI.Demo
//
this.AllowShowTitle = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(855, 642);
this.Controls.Add(this.uiValve4);
this.Controls.Add(this.uiValve2);

View File

@ -34,6 +34,9 @@
<PropertyGroup>
<ApplicationIcon>SunnyUI.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="SunnyUI, Version=3.0.6.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@ -521,6 +524,7 @@
<None Include="..\.editorconfig">
<Link>.editorconfig</Link>
</None>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>

77
SunnyUI.Demo/app.manifest Normal file
View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC 清单选项
如果想要更改 Windows 用户帐户控制级别,请使用
以下节点之一替换 requestedExecutionLevel 节点。n
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。
如果你的应用程序需要此虚拟化来实现向后兼容性,则删除此
元素。
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的
Windows 版本的列表。取消评论适当的元素,
Windows 将自动选择最兼容的环境。 -->
<!-- Windows Vista -->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
<!-- Windows 7 -->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
<!-- Windows 8 -->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
<!-- Windows 8.1 -->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
<!-- Windows 10 -->
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
</application>
</compatibility>
<!-- 指示该应用程序可感知 DPI 且 Windows 在 DPI 较高时将不会对其进行
自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI无需
选择加入。选择加入此设置的 Windows 窗体应用程序(面向 .NET Framework 4.6)还应
在其 app.config 中将 "EnableWindowsFormsHighDpiAutoResizing" 设置设置为 "true"。
将应用程序设为感知长路径。请参阅 https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
<!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->
<!--
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
-->
</assembly>

View File

@ -13,6 +13,7 @@
<Company>SunnyUI.Net</Company>
<Copyright>Copyright ©SunnyUI.Net 2012-2021</Copyright>
<PackageProjectUrl>https://gitee.com/yhuse/SunnyUI</PackageProjectUrl>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC 清单选项
如果想要更改 Windows 用户帐户控制级别,请使用
以下节点之一替换 requestedExecutionLevel 节点。n
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。
如果你的应用程序需要此虚拟化来实现向后兼容性,则删除此
元素。
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的
Windows 版本的列表。取消评论适当的元素,
Windows 将自动选择最兼容的环境。 -->
<!-- Windows Vista -->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
<!-- Windows 7 -->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
<!-- Windows 8 -->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
<!-- Windows 8.1 -->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
<!-- Windows 10 -->
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
</application>
</compatibility>
<!-- 指示该应用程序可感知 DPI 且 Windows 在 DPI 较高时将不会对其进行
自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI无需
选择加入。选择加入此设置的 Windows 窗体应用程序(面向 .NET Framework 4.6)还应
在其 app.config 中将 "EnableWindowsFormsHighDpiAutoResizing" 设置设置为 "true"。
将应用程序设为感知长路径。请参阅 https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
<!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->
<!--
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
-->
</assembly>

View File

@ -18,6 +18,7 @@
*
* 2020-06-06: V2.2.5
* 2020-08-21: V2.2.7
* 2021-07-22: V3.0.5
******************************************************************************/
using System;

View File

@ -17,6 +17,7 @@
* : 2020-06-06
*
* 2020-06-06: V2.2.5
* 2021-07-22: V3.0.5
******************************************************************************/
using System;

View File

@ -18,6 +18,9 @@
*
* 2020-10-01: V2.2.8 线
* 2021-04-06: V3.0.2
* 2021-04-15: V3.0.3 ZoomBack()
* 2021-06-18: V3.0.4
* 2021-07-22: V3.0.5 Demo
******************************************************************************/
using System;

View File

@ -17,6 +17,7 @@
* : 2020-06-06
*
* 2020-06-06: V2.2.5
* 2021-07-22: V3.0.5
******************************************************************************/
using System;

View File

@ -1,4 +1,25 @@
using System;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UIToolStripDropDown.cs
* :
* : V3.0
* : 2021-07-10
*
* 2021-07-10: V3.0.4
******************************************************************************/
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

View File

@ -17,6 +17,7 @@
* : 2020-06-04
*
* 2020-06-04: V2.2.5
* 2021-06-18: V3.0.4
******************************************************************************/
using System;

View File

@ -21,6 +21,7 @@
* 2020-07-26: V2.2.6 Selected及选中颜色配置
* 2020-08-22: V2.2.7 press背景效果
* 2020-09-14: V2.2.7 Tips颜色可设置
* 2021-07-18: V3.0.5 ShowFocusColorFocus状态
******************************************************************************/
using System;

View File

@ -19,6 +19,7 @@
* 2020-01-01: V2.2.0
* 2020-04-16: V2.2.1 ReadOnly属性
* 2020-04-25: V2.2.4
* 2021-04-26: V3.0.3 CheckedChanged
******************************************************************************/
using System;

View File

@ -18,6 +18,10 @@
*
* 2020-01-01: V2.2.0
* 2020-06-11: V2.2.5 DataSource
* 2021-05-06: V3.0.3 SelectedIndexChanged两次的问题
* 2021-06-03: V3.0.4
* 2021-08-03: V3.0.5 Items.Clear后清除显示
* 2021-08-15: V3.0.6
******************************************************************************/
using System;

View File

@ -1,4 +1,26 @@
using System;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UIComboTreeView.cs
* :
* : V3.0
* : 2020-11-11
*
* 2021-07-29: V3.0.5 SelectedNode=null的问题
* 2020-11-11: V3.0.0
******************************************************************************/
using System;
using System.ComponentModel;
using System.Drawing;
using System.Text;

View File

@ -20,10 +20,13 @@
* 2020-04-25: V2.2.4
* 2020-07-15: V2.2.6
* 2020-07-18: V2.2.6
* 2020-08-22: V2.2.7
* 2020-08-22: V2.2.7
* 2020-08-28: V2.2.7
* 2021-03-25: V3.0.2
* 2021-03-25: V3.0.2
* 2021-04-01: V3.0.2 Enter键代替Tab键跳到下一个单元格
* 2021-04-29: V3.0.3
* 2021-05-22: V3.0.4 RowHeight23
* 2021-06-27: V3.0.4
******************************************************************************/
using System;

View File

@ -18,6 +18,8 @@
*
* 2020-01-01: V2.2.0
* 2020-08-07: V2.2.7
* 2021-04-15: V3.0.3 ShowToday显示今日属性
* 2021-08-14: V3.0.6
******************************************************************************/
using System;

View File

@ -20,6 +20,7 @@
* 2020-07-06: V2.2.6
* 2020-08-07: V2.2.7
* 2020-09-16: V2.2.7
* 2021-04-15: V3.0.3 ShowToday显示今日属性
******************************************************************************/
using System;

View File

@ -17,6 +17,9 @@
* : 2020-09-29
*
* 2020-09-29: V2.2.8
* 2021-07-10: V3.0.4
* 2021-07-31: V3.0.5 Controls.Add增加
* 2021-08-11: V3.0.5 Focus事件
******************************************************************************/
using System;

View File

@ -18,9 +18,10 @@
*
* 2021-02-10: V3.0.1
* 2021-03-27: V3.0.2
* 2021-06-01: V3.0.4
* 2021-06-22: V3.0.4 ShowSelected
******************************************************************************/
using System;
using System.Collections.Generic;
using System.ComponentModel;

View File

@ -19,6 +19,7 @@
* 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4
* 2020-05-21: V2.2.5
* 2021-08-07: V3.0.5
******************************************************************************/
using System;

View File

@ -17,6 +17,8 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2021-06-19: V3.0.4
* 2021-08-07: V3.0.5 线
******************************************************************************/
using System;

View File

@ -20,6 +20,10 @@
* 2020-04-25: V2.2.4
* 2020-05-21: V2.2.5
* https://www.cnblogs.com/yhuse/p/12933885.html
* 2021-06-03: V3.0.4
* 2021-07-29: V3.0.5
* 2021-07-30: V3.0.5
* 2021-08-04: V3.0.5 Items变更的事件
******************************************************************************/
using System;

View File

@ -19,6 +19,8 @@
* 2020-01-01: V2.2.0
* 2020-08-28: V2.2.7 Image绘制
* 2021-03-20: V3.0.2
* 2021-06-08: V3.0.4
* 2021-08-07: V3.0.5 /
******************************************************************************/
using System;

View File

@ -19,6 +19,8 @@
* 2020-01-01: V2.2.0
* 2020-07-01: V2.2.6
* 2020-03-12: V3.0.2
* 2021-06-14: V3.0.4
* 2021-08-07: V3.0.5 /
******************************************************************************/
using System;

View File

@ -18,6 +18,7 @@
*
* 2020-07-15: V2.2.6
* 2021-03-27: V3.0.2
* 2021-07-10: V3.0.4
******************************************************************************/
using System;

View File

@ -18,6 +18,7 @@
*
* 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4
* 2021-05-09: V3.0.3
******************************************************************************/
using System;

View File

@ -17,6 +17,7 @@
* : 2021-07-26
*
* 2020-07-26: V3.0.5
* 2021-07-29: V3.0.5
******************************************************************************/
using System;

View File

@ -17,7 +17,9 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2020-04-19: V2.2
* 2020-04-19: V2.2.5
* 2021-08-07: V3.0.5
* 2021-08-14: V3.0.6
******************************************************************************/
using System;

View File

@ -19,6 +19,7 @@
* 2020-01-01: V2.2.0
* 2020-04-16: V2.2.1 ReadOnly属性
* 2020-04-25: V2.2.4
* 2021-04-26: V3.0.3 CheckedChanged
******************************************************************************/
using System;

View File

@ -17,6 +17,8 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2021-05-25: V3.0.4
* 2021-07-29: V3.0.5
******************************************************************************/
using System;

View File

@ -17,6 +17,7 @@
* : 2020-06-29
*
* 2020-06-29: V2.2.6
* 2021-07-16: V3.0.5
******************************************************************************/
using System;

View File

@ -17,6 +17,7 @@
* : 2021-06-19
*
* 2021-06-19: V3.0.4
* 2021-06-20: V3.0.4
******************************************************************************/
using System;

View File

@ -18,6 +18,7 @@
*
* 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4
* 2021-05-06: V3.0.3 Active状态改变时触发ValueChanged事件
******************************************************************************/
using System;

View File

@ -19,6 +19,10 @@
* 2020-01-01: V2.2.0
* 2020-06-27: V2.2.5
* 2020-08-12: V2.2.7
* 2021-04-01: V3.0.2 TabPage关不掉的Bug
* 2021-06-08: V3.0.4 Tab页标题选中高亮颜色增加可调整高度
* 2021-07-14: V3.0.5 Tab在下方显示
* 2021-08-14: V3.0.6 DisposeTabPageAfterRemove标志TabPage后TabPage
******************************************************************************/
using Sunny.UI.Win32;

View File

@ -1,4 +1,26 @@
using System.ComponentModel;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UITableLayoutPanel.cs
* :
* : V3.0
* : 2021-07-18
*
* 2021-07-18: V3.0.5
* 2021-07-18: V3.0.5 TableLayoutPanel里控件的自定义颜色问题
******************************************************************************/
using System.ComponentModel;
using System.Windows.Forms;
namespace Sunny.UI

View File

@ -18,8 +18,14 @@
*
* 2020-01-01: V2.2.0
* 2020-06-03: V2.2.5
* 2020-09-03: V2.2.7 FocusedSelectAll属性
* 2020-09-03: V2.2.7 FocusedSelectAll属性
* 2021-04-15: V3.0.3
* 2021-04-17: V3.0.3
* 2021-04-18: V3.0.3 ShowScrollBar属性
* 2021-06-01: V3.0.4
* 2021-07-18: V3.0.5 Focus可用
* 2021-08-03: V3.0.5 GotFocus和LostFocus事件
* 2021-08-15: V3.0.6
******************************************************************************/
using System;

View File

@ -18,6 +18,7 @@
*
* 2020-07-21: V2.2.6
* 2020-07-25: V2.2.6
* 2021-08-16: V3.0.6 ToolTip接口UITextBox这类的组合控件无法显示ToolTip的问题
******************************************************************************/
using System;

View File

@ -17,7 +17,7 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
*
* 2021-04-11: V3.0.2
******************************************************************************/
using System;

View File

@ -18,6 +18,8 @@
*
* 2020-01-01: V2.2.0
* 2020-08-14: V2.2.7
* 2021-07-18: V3.0.5 Item点击事件
* 2021-08-08: V3.0.5
******************************************************************************/
using System;

View File

@ -19,6 +19,7 @@
* 2020-05-05: V2.2.5
* 2020-07-07: V2.2.6 CheckBoxes等
* 2020-08-12: V2.2.7
* 2021-07-19: V3.0.5 CheckBoxes时图片位置
******************************************************************************/
using System;

View File

@ -16,7 +16,8 @@
* : V3.0
* : 2021-08-08
*
* 2021-08-08: V3.0.5
* 2021-08-07: V3.0.5
* 2021-08-08: V3.0.5
******************************************************************************/
using System;

View File

@ -17,6 +17,7 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2021-07-18: V3.0.5 64128
******************************************************************************/
using System.Drawing;

View File

@ -17,6 +17,8 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2021-04-26: V3.0.3 Switch类型Combobox类型
* 2021-05-19: V3.0.3
******************************************************************************/
using System;

View File

@ -24,6 +24,8 @@
* 2020-09-17: V2.2.7 ShowDragStretch属性
* 2021-02-04: V3.0.1
* 2021-05-06: V3.0.3
* 2021-08-17: V3.0.6 TitleFont属性
* 2021-08-17: V3.0.6
******************************************************************************/
using System;

View File

@ -18,6 +18,8 @@
*
* 2020-01-01: V2.2.0
* 2020-05-05: V2.2.5
* 2021-05-09: V3.0.3 RemovePage接口GetTopMost为原生接口TopMost
* 2021-06-27: V3.0.4 FeedbackPage可将对象反馈给Frame
******************************************************************************/
using System;

View File

@ -1,4 +1,25 @@
using System.ComponentModel;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UIWaitForm.cs
* :
* : V3.0
* : 2020-10-13
*
* 2020-10-13: V3.0.0
******************************************************************************/
using System.ComponentModel;
namespace Sunny.UI
{

View File

@ -17,6 +17,10 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2021-05-21: V3.0.4 Init事件调用
* 2021-06-20: V3.0.4 UITitlePage
* 2021-07-18: V3.0.5 OnLoad在加载时重复加载两次的问题Final函数退
* 2021-08-17: V3.0.6 TitleFont属性
******************************************************************************/
using System;

View File

@ -1,4 +1,25 @@
using Microsoft.Win32;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UEnvironment.cs
* : .Net运行环境类
* : V3.0
* : 2021-06-02
*
* 2021-06-02: V3.0.4
******************************************************************************/
using Microsoft.Win32;
using System;
namespace Sunny.UI

View File

@ -17,6 +17,8 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2021-07-12: V3.0.5
* 2021-07-18: V3.0.5
******************************************************************************/
using System;

View File

@ -16,7 +16,8 @@
* : V3.0
* : 2020-01-01
*
* 2020-04-19: V2.2
* 2020-04-19: V2.2.0
* 2021-07-24: V3.0.5
******************************************************************************/
namespace Sunny.UI

View File

@ -1,4 +1,26 @@
namespace Sunny.UI
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.Common.dll can be used for free under the MIT license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : UTranslate.cs
* :
* : V3.0
* : 2021-07-23
*
* 2021-07-23: V3.0.5
******************************************************************************/
namespace Sunny.UI
{
public interface ITranslate
{