代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14

This commit is contained in:
dathlin
2017-10-15 16:04:28 +08:00
parent 2a3a0c5f98
commit 5a5aeca134
54 changed files with 2979 additions and 317 deletions

Binary file not shown.

View File

@@ -224,73 +224,6 @@
获取消息文本
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormAbout">
<summary>
系统的关于类
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormAbout.#ctor(System.String,HslCommunication.BasicFramework.SystemVersion,System.Int32,System.String)">
<summary>
实例化一个关于系统的窗口对象
</summary>
<param name="softName">应用程序的名称</param>
<param name="sv">系统的版本</param>
<param name="yearStart">应用起始年份</param>
<param name="belongName">本系统的版权归属人</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormAbout.#ctor(HslCommunication.BasicFramework.SystemVersion,System.Int32,System.String)">
<summary>
实例化一个关于系统的窗口对象
</summary>
<param name="sv">系统的版本</param>
<param name="yearStart">版权起始年份</param>
<param name="belongName">本系统的版权归属人</param>
</member>
<member name="F:HslCommunication.BasicFramework.FormAbout.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormAbout.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormAbout.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormAboutVersion">
<summary>
关于版本的信息类
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormAboutVersion.#ctor(HslCommunication.BasicFramework.SystemVersion)">
<summary>
实例化一个版本信息说明的窗口对象
</summary>
<param name="sv">系统的版本号</param>
</member>
<member name="F:HslCommunication.BasicFramework.FormAboutVersion.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormAboutVersion.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormAboutVersion.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormAuthorAdvertisement">
<summary>
显示作者一些信息的类,应当在软件系统中提供一处链接显示原作者信息,或者以彩蛋方式实现
@@ -348,94 +281,6 @@
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormInputAndAction">
<summary>
支持输入一串字符串并相应数据
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormInputAndAction.#ctor(System.Func{System.String,System.Boolean},System.String,System.String,System.Int32)">
<summary>
实例化一个窗口支持输出和响应
</summary>
<param name="action">响应的方法</param>
<param name="text_default">默认的数据</param>
<param name="caption">标题</param>
<param name="length">允许输入的文本的最大长度</param>
</member>
<member name="F:HslCommunication.BasicFramework.FormInputAndAction.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormInputAndAction.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormInputAndAction.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormMatterRemind">
<summary>
用于稍微耗时事件处理时的消息框提醒
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormMatterRemind.#ctor(System.String,System.Action)">
<summary>
实例化一个耗时处理的对象
</summary>
<param name="description">需要显示的文本描述</param>
<param name="action">需要操作的方法</param>
</member>
<member name="F:HslCommunication.BasicFramework.FormMatterRemind.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormMatterRemind.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormMatterRemind.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormPasswordCheck">
<summary>
密码检查的窗口
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormPasswordCheck.#ctor(System.String)">
<summary>
实例化一个检查输入密码的窗口
</summary>
<param name="pass">需要配对的密码</param>
</member>
<member name="F:HslCommunication.BasicFramework.FormPasswordCheck.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormPasswordCheck.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormPasswordCheck.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormPopup">
<summary>
一个用于消息弹出显示的类
@@ -505,44 +350,6 @@
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.FormWaitInfomation">
<summary>
延时指定时间的窗口类
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormWaitInfomation.#ctor(System.String,System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
实例化一个等待指定显示时间的窗口,时间一到,自动退出
</summary>
<param name="info">显示的文本</param>
<param name="waitTime">等待时间单位毫秒最低为100毫秒</param>
<param name="back">文本的背景色</param>
<param name="fore">文本的前景色</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormWaitInfomation.#ctor(System.String,System.Int32)">
<summary>
实例化一个等待指定显示时间的窗口,时间一到,自动退出
</summary>
<param name="info">显示的文本</param>
<param name="waitTime">等待时间,单位毫秒</param>
</member>
<member name="F:HslCommunication.BasicFramework.FormWaitInfomation.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:HslCommunication.BasicFramework.FormWaitInfomation.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:HslCommunication.BasicFramework.FormWaitInfomation.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:HslCommunication.BasicFramework.SoftAnimation">
<summary>
系统框架支持的一些常用的动画特效