diff --git a/.gitignore b/.gitignore
index b98e233fecbbd8e472ea2b47b244a2476b0cfe88..bd2478868093acc010a5224d8e3104fddd09c9b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -363,6 +363,5 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
-/SYS.FormUI/images
/pdmanspace
*.keep
diff --git a/README.md b/README.md
index 9e8a046441aa34135854e23493b6c8ae8d30eedd..6574515b2742bdd8e8b9b26be70e681791c2b7a7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+

TopskyHotelManagerSystem
@@ -6,7 +7,11 @@
-# !!!注意:目前master分支随v2.x版本变动而变动,v2.x版本与v1.x版本变动极大,因此想要v1.x版本的可移步至v1.x分支地址: https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/
+
+# :exclamation: 重要说明:
+
+ **注意:目前master分支随v2.x版本变动而变动,v2.x版本与v1.x版本变动极大,因此想要v1.x版本的可移步至v1.x分支地址** : https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/
+
# :pray: 引用的开源项目:
@@ -28,9 +33,9 @@
5、针对MySQL和PostgreSQL数据库的说明:
- 5.1、本地数据库若为MySQL,则请将Application层里的业务逻辑类继承的Repository改为MysqlRepository,并在Common层对HttpHelper里的mysqlString常量数据库连接字符串进行配置。
-
- 5.2、本地数据库若为PostgreSQL,则无需进行任何改动,只需要在Common层对HttpHelper里的pgsqlString常量数据库连接字符串进行配置。
+ 5.1、本地数据库若为MySQL,则请将Application层里的业务逻辑类继承的Repository改为MysqlRepository,并在Common层对HttpHelper里的mysqlString常量数据库连接字符串进行配置。
+
+ 5.2、本地数据库若为PostgreSQL,则无需进行任何改动,只需要在Common层对HttpHelper里的pgsqlString常量数据库连接字符串进行配置。
# :thought_balloon: 开发目的:
@@ -89,23 +94,23 @@ EOM.Client.TopSkyHotelManagerSystem
# :books: 系统功能模块汇总:
-| 功能汇总 | | | | | | |
-|----------|--------|--------|--------|------|--------|--------|
-| (前台)客房管理 | 预约房间 | 入住房间 | 结算退房 | 转换房间 | 查看用户信息 | 修改房间状态 |
-| (前台)用户管理 | 用户信息展示 | 搜索用户信息 | 添加客户 | | | |
-| (前台)商品消费 | 商品列表 | 搜索商品信息 | 商品消费 | 消费信息 | | |
-| (前台)扩展功能 | 无 | | | | | |
-| (后台)基础信息 | 职位类型维护 | 民族类型维护 | 学历类型维护 | 部门信息维护 | | |
-| (后台)财务信息 | 员工工资账单 | 内部财务账单 | 酒店盈利情况 | | | |
-| (后台)水电管理 | 水电信息 | | | | | |
-| (后台)监管统计 | 监管部门情况 | | | | | |
-| (后台)客房管理 | 房态图一览 | 新增客房 | | | | |
-| (后台)客户管理 | 客户信息管理 | 顾客消费账单 | | | | |
-| 功能汇总(续) | | | | | | |
-| (后台)人事管理 | 员工管理 | 公告日志 | 上传公告日志 | | | |
-| (后台)物资管理 | 商品管理 | 仓库物资 | | | | |
-| 员工操作日志 | | | | | | |
-| 系统管理 | 添加管理员 | 权限分配 | 启/禁用管理员 | | | |
+| 功能汇总 | | | | | | |
+| -------------- | ------------ | ------------ | ------------- | ------------ | ------------ | ------------ |
+| (前台)客房管理 | 预约房间 | 入住房间 | 结算退房 | 转换房间 | 查看用户信息 | 修改房间状态 |
+| (前台)用户管理 | 用户信息展示 | 搜索用户信息 | 添加客户 | | | |
+| (前台)商品消费 | 商品列表 | 搜索商品信息 | 商品消费 | 消费信息 | | |
+| (前台)扩展功能 | 无 | | | | | |
+| (后台)基础信息 | 职位类型维护 | 民族类型维护 | 学历类型维护 | 部门信息维护 | | |
+| (后台)财务信息 | 员工工资账单 | 内部财务账单 | 酒店盈利情况 | | | |
+| (后台)水电管理 | 水电信息 | | | | | |
+| (后台)监管统计 | 监管部门情况 | | | | | |
+| (后台)客房管理 | 房态图一览 | 新增客房 | | | | |
+| (后台)客户管理 | 客户信息管理 | 顾客消费账单 | | | | |
+| 功能汇总(续) | | | | | | |
+| (后台)人事管理 | 员工管理 | 公告日志 | 上传公告日志 | | | |
+| (后台)物资管理 | 商品管理 | 仓库物资 | | | | |
+| 员工操作日志 | | | | | | |
+| 系统管理 | 添加管理员 | 权限分配 | 启/禁用管理员 | | | |
# :family: 项目作者:
diff --git a/SYS.Core/Business/Room/Room.cs b/SYS.Core/Business/Room/Room.cs
index 5af4395fa54113a461177155c6953c7a1dc79fb7..cedd2d5ead919ac7c4896ec2814821fc3be35429 100644
--- a/SYS.Core/Business/Room/Room.cs
+++ b/SYS.Core/Business/Room/Room.cs
@@ -56,12 +56,12 @@ namespace SYS.Core
///
/// 最后一次入住时间
///
- [SqlSugar.SugarColumn(ColumnName = "check_in_time")]
+ [SqlSugar.SugarColumn(ColumnName = "check_in_time",IsNullable = true)]
public DateTime? CheckTime { get; set; }
///
/// 最后一次退房时间
///
- [SqlSugar.SugarColumn(ColumnName = "check_out_time")]
+ [SqlSugar.SugarColumn(ColumnName = "check_out_time", IsNullable = true)]
public DateTime? CheckOutTime { get; set; }
///
/// 房间状态ID
diff --git a/SYS.Core/Business/Room/RoomType.cs b/SYS.Core/Business/Room/RoomType.cs
index 2e73b3e64f11c2a39f1b098d30c1a898417046b7..52608b8524ee77004e63c5ac0539de1767d930a3 100644
--- a/SYS.Core/Business/Room/RoomType.cs
+++ b/SYS.Core/Business/Room/RoomType.cs
@@ -42,6 +42,18 @@ namespace SYS.Core
///
public string RoomName { get; set; }
+ ///
+ /// 房间租金
+ ///
+ [SqlSugar.SugarColumn(ColumnName = "room_rent", ColumnDataType = "decimal")]
+ public decimal RoomRent { get; set; }
+
+ ///
+ /// 房间押金
+ ///
+ [SqlSugar.SugarColumn(ColumnName = "room_deposit")]
+ public decimal RoomDeposit { get; set; }
+
///
/// 删除标记
///
diff --git a/SYS.FormUI/AppFunction/FrmAddRoom.Designer.cs b/SYS.FormUI/AppFunction/FrmAddRoom.Designer.cs
index e0fae6bb9b57c86fd1076d6a90d9984aa8d176b0..0b7c84cfb8c0c3f726d380de981a2c8de941199d 100644
--- a/SYS.FormUI/AppFunction/FrmAddRoom.Designer.cs
+++ b/SYS.FormUI/AppFunction/FrmAddRoom.Designer.cs
@@ -61,6 +61,7 @@
this.txtRoomNo.StyleCustomMode = true;
this.txtRoomNo.TabIndex = 106;
this.txtRoomNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
+ this.txtRoomNo.Validated += new System.EventHandler(this.txtRoomNo_Validated);
//
// label3
//
diff --git a/SYS.FormUI/AppFunction/FrmAddRoom.cs b/SYS.FormUI/AppFunction/FrmAddRoom.cs
index fcfbc05048b64b75ebb2f853e64b2055c7b9e67e..423d66e96d9931572f9861c76bdcf89b6d65c71c 100644
--- a/SYS.FormUI/AppFunction/FrmAddRoom.cs
+++ b/SYS.FormUI/AppFunction/FrmAddRoom.cs
@@ -30,6 +30,7 @@ using SYS.Application;
using System.Collections.Generic;
using Sunny.UI;
using SYS.Common;
+using static System.Windows.Forms.VisualStyles.VisualStyleElement;
namespace SYS.FormUI
{
@@ -47,6 +48,21 @@ namespace SYS.FormUI
private void btnAddRoom_Click(object sender, EventArgs e)
{
+ dic = new Dictionary
+ {
+ { "roomType", Convert.ToString(cboRoomType.SelectedValue.ToString())}
+ };
+ result = HttpHelper.Request("RoomType/SelectRoomTypeByType", null, dic);
+ if (result.statusCode != 200)
+ {
+ UIMessageBox.ShowError("SelectRoomTypeByType+接口服务异常,请提交Issue或尝试更新版本!");
+ return;
+ }
+ RoomType roomType = HttpHelper.JsonToModel(result.message);
+
+ txtMoney.Text = Convert.ToDecimal(txtMoney.Text) <= 0 ? roomType.RoomRent.ToString() : txtMoney.Text;
+ txtDeposit.Text = Convert.ToDecimal(txtDeposit.Text) <= 0 ? roomType.RoomDeposit.ToString() : txtDeposit.Text;
+
if (!string.IsNullOrWhiteSpace(txtRoomNo.Text)&& !txtMoney.Text.IsNullOrWhiteSpace() && !txtDeposit.Text.IsNullOrWhiteSpace())
{
rn = new Room()
@@ -73,6 +89,11 @@ namespace SYS.FormUI
#region 获取添加操作日志所需的信息
RecordHelper.Record(AdminInfo.Account + AdminInfo.Name + "于" + DateTime.Now + "新增了房间,房间号为:" + txtRoomNo.Text + ",房间类型为:" + cboRoomType.Text, 2);
#endregion
+ txtRoomNo.Text = string.Empty;
+ txtDeposit.Text = "0.00";
+ txtMoney.Text = "0.00";
+ txtRoomPosition.Text = string.Empty;
+
return;
}
}
@@ -123,45 +144,8 @@ namespace SYS.FormUI
private void cboRoomType_TextChanged(object sender, EventArgs e)
{
- if (cboRoomType.Text == nameof(RT.标准单人间))
- {
- txtMoney.Text = "300";
- txtRoomPosition.Text = "A层";
- }
- else if (cboRoomType.Text == nameof(RT.标准双人间))
- {
- txtMoney.Text = "425";
- txtRoomPosition.Text = "A层";
- }
- else if (cboRoomType.Text == nameof(RT.豪华单人间))
- {
- txtMoney.Text = "625";
- txtRoomPosition.Text = "B层";
- }
- else if (cboRoomType.Text == nameof(RT.豪华双人间))
- {
- txtMoney.Text = "660";
- txtRoomPosition.Text = "B层";
- }
- else if (cboRoomType.Text == nameof(RT.情侣套房))
- {
- txtMoney.Text = "845";
- txtRoomPosition.Text = "C层";
- }
- else if (cboRoomType.Text == nameof(RT.总统套房))
- {
- txtMoney.Text = RT.豪华单人间.ToString();
- txtRoomPosition.Text = "D层";
- }
- }
+
- private void txtRoomNo_TextChanged(object sender, EventArgs e)
- {
- if (CheckRoomExists(txtRoomNo.Text))
- {
- UIMessageBox.Show("该房间已存在,无法进行添加操作");
- return;
- }
}
private bool CheckRoomExists(string RoomNo)
@@ -178,7 +162,7 @@ namespace SYS.FormUI
return ret;
}
var room = HttpHelper.JsonToModel(result.message);
- if (room != null)
+ if (room.RoomNo != null)
{
ret = true;
}
@@ -189,5 +173,14 @@ namespace SYS.FormUI
{
return;
}
+
+ private void txtRoomNo_Validated(object sender, EventArgs e)
+ {
+ if (CheckRoomExists(txtRoomNo.Text))
+ {
+ UIMessageBox.ShowError("房间已存在。");
+ return;
+ }
+ }
}
}
diff --git a/SYS.FormUI/AppFunction/FrmEditInputs.cs b/SYS.FormUI/AppFunction/FrmEditInputs.cs
index a875a3a927f26b02123ce21566558b56432f70f3..ab4119c2a1c581202271e6e9c9fb6a80d6d443e0 100644
--- a/SYS.FormUI/AppFunction/FrmEditInputs.cs
+++ b/SYS.FormUI/AppFunction/FrmEditInputs.cs
@@ -28,7 +28,12 @@ namespace SYS.FormUI
protected override bool CheckData()
{
- return CheckEmpty(txtCustoName, "请输入姓名")
+ return CheckEmpty(txtCustoNo, "请输入客户ID")
+ && CheckEmpty(txtCustoName, "请输入姓名")
+ && CheckEmpty(cbCustoType, "请选择客户类型")
+ && CheckEmpty(cbPassportType, "请选择证件类型")
+ && CheckEmpty(cbSex, "请选择客户性别")
+ && CheckEmpty(dtpBirthday, "请选择客户生日")
&& CheckEmpty(txtCardID, "请输入证件号码")
&& CheckEmpty(txtTel, "输入11位手机号码")
&& CheckEmpty(txtCustoAdress, "请填写居住地址");
diff --git a/SYS.FormUI/AppFunction/FrmReserList.cs b/SYS.FormUI/AppFunction/FrmReserList.cs
index bf4c5e20b668f1df3bc17d76eb9b1c36593022b9..0c3236544daa7be1aecd6b9191cfb0208bd3a07b 100644
--- a/SYS.FormUI/AppFunction/FrmReserList.cs
+++ b/SYS.FormUI/AppFunction/FrmReserList.cs
@@ -10,6 +10,7 @@ using System.Web.Script.Services;
using SYS.Common;
using System.Linq;
using static System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip;
+using System.Security.Cryptography;
namespace SYS.FormUI
{
diff --git a/SYS.FormUI/Properties/Resources.Designer.cs b/SYS.FormUI/Properties/Resources.Designer.cs
index 896af7551e84f64f26b316789102a9c684cbed9f..c9c46094764bb608812b50fef2d8df9ae00b4012 100644
--- a/SYS.FormUI/Properties/Resources.Designer.cs
+++ b/SYS.FormUI/Properties/Resources.Designer.cs
@@ -60,26 +60,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap _770e7b52ecafc807247aad51bb6c6b43 {
- get {
- object obj = ResourceManager.GetObject("770e7b52ecafc807247aad51bb6c6b43", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap _77377282_p0_master1200 {
- get {
- object obj = ResourceManager.GetObject("77377282_p0_master1200", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -120,26 +100,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap delete2_a {
- get {
- object obj = ResourceManager.GetObject("delete2-a", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap delete2a {
- get {
- object obj = ResourceManager.GetObject("delete2a", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -570,26 +530,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 搜索__1 {
- get {
- object obj = ResourceManager.GetObject("搜索--1", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 搜索__1a {
- get {
- object obj = ResourceManager.GetObject("搜索--1a", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -600,16 +540,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 显示 {
- get {
- object obj = ResourceManager.GetObject("显示", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -650,26 +580,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 添_加_a {
- get {
- object obj = ResourceManager.GetObject("添 加-a", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 添_加a {
- get {
- object obj = ResourceManager.GetObject("添 加a", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -680,16 +590,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 添加管理员 {
- get {
- object obj = ResourceManager.GetObject("添加管理员", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -720,16 +620,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 組織圖塊 {
- get {
- object obj = ResourceManager.GetObject("組織圖塊", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -850,16 +740,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 返回__1_ {
- get {
- object obj = ResourceManager.GetObject("返回 (1)", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
@@ -890,16 +770,6 @@ namespace SYS.FormUI.Properties {
}
}
- ///
- /// 查找 System.Drawing.Bitmap 类型的本地化资源。
- ///
- public static System.Drawing.Bitmap 隐藏 {
- get {
- object obj = ResourceManager.GetObject("隐藏", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
///
diff --git a/SYS.FormUI/Properties/Resources.resx b/SYS.FormUI/Properties/Resources.resx
index 850e13c2188bedc62d16195df4cf4649710b741b..ecc25ee8149ea74d6302a720e6e52269f4bda2c7 100644
--- a/SYS.FormUI/Properties/Resources.resx
+++ b/SYS.FormUI/Properties/Resources.resx
@@ -148,9 +148,6 @@
..\Resources\预约房(hover)icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\添加管理员.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\打卡.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -163,18 +160,9 @@
..\Resources\经理部卡片.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\delete2-a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\搜索--1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\常规部门卡片.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\返回 (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\picCommodity.ImageHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -187,15 +175,9 @@
..\Resources\维修状态.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\delete2a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\人力资源部卡片.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\添 加-a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\添加 增加 加.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -211,9 +193,6 @@
..\Resources\已住房icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\組織圖塊.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\已住状态.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -244,9 +223,6 @@
..\Resources\注销.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\77377282_p0_master1200.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\后勤部卡片.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -277,18 +253,9 @@
..\Resources\picRoom.ImageSelected.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\隐藏.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\维修房icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\检查更新 (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\修改a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\预约状态.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -316,15 +283,9 @@
..\Resources\uiButton1.BackgroundImage.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\修改.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\minus (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\770e7b52ecafc807247aad51bb6c6b43.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\上传照片.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -343,21 +304,12 @@
..\Resources\普通会员.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\系统管理员.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\早上.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\显示.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\picExtend.Image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\搜索--1a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\内控部卡片.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -379,10 +331,19 @@
..\Resources\可住房(hover)icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\添 加a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\images\复制.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\修改.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\修改a.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\检查更新 (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\系统管理员.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/SYS.FormUI/SYS.FormUI.csproj b/SYS.FormUI/SYS.FormUI.csproj
index a6b14e8f685c1ab29527c585da5258673bf15103..c6cf5216b885178f432c31f1a566a31922d6a8de 100644
--- a/SYS.FormUI/SYS.FormUI.csproj
+++ b/SYS.FormUI/SYS.FormUI.csproj
@@ -882,9 +882,6 @@
Always
-
- Always
-
Always
diff --git a/SYS.FormUI/images/770e7b52ecafc807247aad51bb6c6b43.jpg b/SYS.FormUI/images/770e7b52ecafc807247aad51bb6c6b43.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c44405ef6ca21158e68f5979441e309a969cfae3
Binary files /dev/null and b/SYS.FormUI/images/770e7b52ecafc807247aad51bb6c6b43.jpg differ
diff --git a/SYS.FormUI/images/77377282_p0_master1200.jpg b/SYS.FormUI/images/77377282_p0_master1200.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a27866ea71c679f9b402ddfdae1db8ef0570bcad
Binary files /dev/null and b/SYS.FormUI/images/77377282_p0_master1200.jpg differ
diff --git a/SYS.FormUI/images/Alibaba-PuHuiTi-Regular.ttf b/SYS.FormUI/images/Alibaba-PuHuiTi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9f8ab8d8f14f47c7e6a85e9aef2b619a41bf3075
Binary files /dev/null and b/SYS.FormUI/images/Alibaba-PuHuiTi-Regular.ttf differ
diff --git a/SYS.FormUI/images/GFont.otf b/SYS.FormUI/images/GFont.otf
new file mode 100644
index 0000000000000000000000000000000000000000..741201b053b3af12909569d24998691a7b961874
Binary files /dev/null and b/SYS.FormUI/images/GFont.otf differ
diff --git a/SYS.FormUI/images/JetBrainsMono-Regular.ttf b/SYS.FormUI/images/JetBrainsMono-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..4781cc7f57b55e3e5defaeecafcd6bd7c096fa21
Binary files /dev/null and b/SYS.FormUI/images/JetBrainsMono-Regular.ttf differ
diff --git a/SYS.FormUI/images/Mono.ttf b/SYS.FormUI/images/Mono.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..e03ff7e6990da914a9e855906422f3d64f119dec
Binary files /dev/null and b/SYS.FormUI/images/Mono.ttf differ
diff --git a/SYS.FormUI/images/Resource.resx b/SYS.FormUI/images/Resource.resx
new file mode 100644
index 0000000000000000000000000000000000000000..1af7de150c99c12dd67a509fe57c10d63e4eeb04
--- /dev/null
+++ b/SYS.FormUI/images/Resource.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/SYS.FormUI/images/arrow-down-b.png b/SYS.FormUI/images/arrow-down-b.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac29f75d1e43542f6a03199f89af00db99a88b0a
Binary files /dev/null and b/SYS.FormUI/images/arrow-down-b.png differ
diff --git a/SYS.FormUI/images/close.png b/SYS.FormUI/images/close.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f32edfbe55c3756d5aeb647883e2da63d7c82a7
Binary files /dev/null and b/SYS.FormUI/images/close.png differ
diff --git a/SYS.FormUI/images/delete2-a.png b/SYS.FormUI/images/delete2-a.png
new file mode 100644
index 0000000000000000000000000000000000000000..ccb078fdaf0a303bc5b1258617c97272547c2cc9
Binary files /dev/null and b/SYS.FormUI/images/delete2-a.png differ
diff --git a/SYS.FormUI/images/delete2a.png b/SYS.FormUI/images/delete2a.png
new file mode 100644
index 0000000000000000000000000000000000000000..1aa0ef461ce5e97d19b520683d3588e83ec402c3
Binary files /dev/null and b/SYS.FormUI/images/delete2a.png differ
diff --git a/SYS.FormUI/images/jpg_auto_04N58PICPw2s58PICaP4M8cef_PIC2018.jpg!w1024_new_small.png b/SYS.FormUI/images/jpg_auto_04N58PICPw2s58PICaP4M8cef_PIC2018.jpg!w1024_new_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..67b24a2981fbf6e992d3965d23914f6da9735830
Binary files /dev/null and b/SYS.FormUI/images/jpg_auto_04N58PICPw2s58PICaP4M8cef_PIC2018.jpg!w1024_new_small.png differ
diff --git a/SYS.FormUI/images/lock.png b/SYS.FormUI/images/lock.png
new file mode 100644
index 0000000000000000000000000000000000000000..7dca57cb7ab090a7371a3ad3c60647c263eabb81
Binary files /dev/null and b/SYS.FormUI/images/lock.png differ
diff --git a/SYS.FormUI/images/minus (1).png b/SYS.FormUI/images/minus (1).png
new file mode 100644
index 0000000000000000000000000000000000000000..fe329f1c6a44c254f6f1f5ea364d0673fe41e17c
Binary files /dev/null and b/SYS.FormUI/images/minus (1).png differ
diff --git a/SYS.FormUI/images/minus.png b/SYS.FormUI/images/minus.png
new file mode 100644
index 0000000000000000000000000000000000000000..52df7bf0d38413019fc9a85dfc4f57ea65d783dd
Binary files /dev/null and b/SYS.FormUI/images/minus.png differ
diff --git a/SYS.FormUI/images/settings2.png b/SYS.FormUI/images/settings2.png
new file mode 100644
index 0000000000000000000000000000000000000000..e56e54cdba703b849954937aa21e8692b75786ac
Binary files /dev/null and b/SYS.FormUI/images/settings2.png differ
diff --git "a/SYS.FormUI/images/\344\270\212\344\274\240\347\205\247\347\211\207.png" "b/SYS.FormUI/images/\344\270\212\344\274\240\347\205\247\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..3a70a3404154b633b81799d175b9780f473e9b44
Binary files /dev/null and "b/SYS.FormUI/images/\344\270\212\344\274\240\347\205\247\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\344\270\252\344\272\272\344\270\255\345\277\203.png" "b/SYS.FormUI/images/\344\270\252\344\272\272\344\270\255\345\277\203.png"
new file mode 100644
index 0000000000000000000000000000000000000000..8e75c850427cdd9483165d9e8f8420b3a47c9ff3
Binary files /dev/null and "b/SYS.FormUI/images/\344\270\252\344\272\272\344\270\255\345\277\203.png" differ
diff --git "a/SYS.FormUI/images/\344\270\273\351\241\265 (1).png" "b/SYS.FormUI/images/\344\270\273\351\241\265 (1).png"
new file mode 100644
index 0000000000000000000000000000000000000000..ce108ca91de662cad9381c47cbaa6aaa7b0f46cc
Binary files /dev/null and "b/SYS.FormUI/images/\344\270\273\351\241\265 (1).png" differ
diff --git "a/SYS.FormUI/images/\344\272\272\345\212\233\350\265\204\346\272\220\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\344\272\272\345\212\233\350\265\204\346\272\220\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..a70a961d8a73985576291caa3336826a2c1c33a5
Binary files /dev/null and "b/SYS.FormUI/images/\344\272\272\345\212\233\350\265\204\346\272\220\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\344\277\256\346\224\271.png" "b/SYS.FormUI/images/\344\277\256\346\224\271.png"
new file mode 100644
index 0000000000000000000000000000000000000000..40df4c0e1029b6f7e396dceb4beb00d582803df1
Binary files /dev/null and "b/SYS.FormUI/images/\344\277\256\346\224\271.png" differ
diff --git "a/SYS.FormUI/images/\344\277\256\346\224\271a.png" "b/SYS.FormUI/images/\344\277\256\346\224\271a.png"
new file mode 100644
index 0000000000000000000000000000000000000000..23b1e8ccf35e33d75adbf56e9ba75b01f174cd77
Binary files /dev/null and "b/SYS.FormUI/images/\344\277\256\346\224\271a.png" differ
diff --git "a/SYS.FormUI/images/\345\205\263\344\272\216\346\210\221\344\273\254.png" "b/SYS.FormUI/images/\345\205\263\344\272\216\346\210\221\344\273\254.png"
new file mode 100644
index 0000000000000000000000000000000000000000..195624fd05c5a0067c266b9ae9548102e2ed69c8
Binary files /dev/null and "b/SYS.FormUI/images/\345\205\263\344\272\216\346\210\221\344\273\254.png" differ
diff --git "a/SYS.FormUI/images/\345\206\205\346\216\247\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\345\206\205\346\216\247\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..34c901a338d45a8b68ac233594b5dfa0c47fe262
Binary files /dev/null and "b/SYS.FormUI/images/\345\206\205\346\216\247\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\345\210\207\346\215\242\350\264\246\345\217\267.png" "b/SYS.FormUI/images/\345\210\207\346\215\242\350\264\246\345\217\267.png"
new file mode 100644
index 0000000000000000000000000000000000000000..51e1b2e9fecd6d799a3659f2dc4976173c68dba2
Binary files /dev/null and "b/SYS.FormUI/images/\345\210\207\346\215\242\350\264\246\345\217\267.png" differ
diff --git "a/SYS.FormUI/images/\345\217\257\344\275\217\346\210\277(hover)icon.png" "b/SYS.FormUI/images/\345\217\257\344\275\217\346\210\277(hover)icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..c1dca5d426bce5ebdf7b75f37ea47b2019713c45
Binary files /dev/null and "b/SYS.FormUI/images/\345\217\257\344\275\217\346\210\277(hover)icon.png" differ
diff --git "a/SYS.FormUI/images/\345\217\257\344\275\217\346\210\277icon.png" "b/SYS.FormUI/images/\345\217\257\344\275\217\346\210\277icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..ca1dae65d35036c66f7f4572dc8b4eaaff6f2b64
Binary files /dev/null and "b/SYS.FormUI/images/\345\217\257\344\275\217\346\210\277icon.png" differ
diff --git "a/SYS.FormUI/images/\345\217\257\344\275\217\347\212\266\346\200\201.png" "b/SYS.FormUI/images/\345\217\257\344\275\217\347\212\266\346\200\201.png"
new file mode 100644
index 0000000000000000000000000000000000000000..046f4d87ba6f4d6c992110362ab5d8e2815a52e1
Binary files /dev/null and "b/SYS.FormUI/images/\345\217\257\344\275\217\347\212\266\346\200\201.png" differ
diff --git "a/SYS.FormUI/images/\345\220\216\345\213\244\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\345\220\216\345\213\244\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..9049fef1385af581fbbaf05bcf223ad316486ca2
Binary files /dev/null and "b/SYS.FormUI/images/\345\220\216\345\213\244\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\345\222\226\345\225\241.png" "b/SYS.FormUI/images/\345\222\226\345\225\241.png"
new file mode 100644
index 0000000000000000000000000000000000000000..ae3efb12e7d9f6d6c9427baf6a9d84d5ba8cb13d
Binary files /dev/null and "b/SYS.FormUI/images/\345\222\226\345\225\241.png" differ
diff --git "a/SYS.FormUI/images/\345\225\206\345\223\201\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\345\225\206\345\223\201\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7e6f811291b4b5920409c14c5359674cae2e9ffb
Binary files /dev/null and "b/SYS.FormUI/images/\345\225\206\345\223\201\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\345\242\236\345\212\240 \346\267\273\345\212\240 \345\212\240\345\207\217 (1).png" "b/SYS.FormUI/images/\345\242\236\345\212\240 \346\267\273\345\212\240 \345\212\240\345\207\217 (1).png"
new file mode 100644
index 0000000000000000000000000000000000000000..8b1d03ac8f361a787ee47f995aeb66735f955c40
Binary files /dev/null and "b/SYS.FormUI/images/\345\242\236\345\212\240 \346\267\273\345\212\240 \345\212\240\345\207\217 (1).png" differ
diff --git "a/SYS.FormUI/images/\345\244\215\345\210\266.png" "b/SYS.FormUI/images/\345\244\215\345\210\266.png"
new file mode 100644
index 0000000000000000000000000000000000000000..50f8026d0cd6989120c2e0799ff645a197aff492
Binary files /dev/null and "b/SYS.FormUI/images/\345\244\215\345\210\266.png" differ
diff --git "a/SYS.FormUI/images/\345\257\274\345\207\272 (4).png" "b/SYS.FormUI/images/\345\257\274\345\207\272 (4).png"
new file mode 100644
index 0000000000000000000000000000000000000000..a00adbad89f360e8da0d6040ea044b9a70b1f6c6
Binary files /dev/null and "b/SYS.FormUI/images/\345\257\274\345\207\272 (4).png" differ
diff --git "a/SYS.FormUI/images/\345\257\274\345\207\272 (4)1.png" "b/SYS.FormUI/images/\345\257\274\345\207\272 (4)1.png"
new file mode 100644
index 0000000000000000000000000000000000000000..a00adbad89f360e8da0d6040ea044b9a70b1f6c6
Binary files /dev/null and "b/SYS.FormUI/images/\345\257\274\345\207\272 (4)1.png" differ
diff --git "a/SYS.FormUI/images/\345\267\262\344\275\217\346\210\277(hover)icon.png" "b/SYS.FormUI/images/\345\267\262\344\275\217\346\210\277(hover)icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..0c3a3049e17afd385282dd7af3175f5f8f62b322
Binary files /dev/null and "b/SYS.FormUI/images/\345\267\262\344\275\217\346\210\277(hover)icon.png" differ
diff --git "a/SYS.FormUI/images/\345\267\262\344\275\217\346\210\277icon.png" "b/SYS.FormUI/images/\345\267\262\344\275\217\346\210\277icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..d444ebb8f5c3c63ebc852bded823fdf7fb82ce72
Binary files /dev/null and "b/SYS.FormUI/images/\345\267\262\344\275\217\346\210\277icon.png" differ
diff --git "a/SYS.FormUI/images/\345\267\262\344\275\217\347\212\266\346\200\201.png" "b/SYS.FormUI/images/\345\267\262\344\275\217\347\212\266\346\200\201.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7e0c56e780c9e48f07584c7ee1c72fd57ce31ca2
Binary files /dev/null and "b/SYS.FormUI/images/\345\267\262\344\275\217\347\212\266\346\200\201.png" differ
diff --git "a/SYS.FormUI/images/\345\270\270\350\247\204\351\203\250\351\227\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\345\270\270\350\247\204\351\203\250\351\227\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..fd2bdd6115eab21f9c65906de9717dc96d9a03ba
Binary files /dev/null and "b/SYS.FormUI/images/\345\270\270\350\247\204\351\203\250\351\227\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\346\200\273\347\273\217\345\212\236\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\346\200\273\347\273\217\345\212\236\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..28bfeee18ae3cbb9280c9a26f211932c05b25ef8
Binary files /dev/null and "b/SYS.FormUI/images/\346\200\273\347\273\217\345\212\236\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\346\211\223\345\215\241.png" "b/SYS.FormUI/images/\346\211\223\345\215\241.png"
new file mode 100644
index 0000000000000000000000000000000000000000..9666128ef6538148d40e4aded40f6d4d864b8284
Binary files /dev/null and "b/SYS.FormUI/images/\346\211\223\345\215\241.png" differ
diff --git "a/SYS.FormUI/images/\346\220\234\347\264\242--1.png" "b/SYS.FormUI/images/\346\220\234\347\264\242--1.png"
new file mode 100644
index 0000000000000000000000000000000000000000..dd4447d54534c04899d59895c810ca65835b1818
Binary files /dev/null and "b/SYS.FormUI/images/\346\220\234\347\264\242--1.png" differ
diff --git "a/SYS.FormUI/images/\346\220\234\347\264\242--1a.png" "b/SYS.FormUI/images/\346\220\234\347\264\242--1a.png"
new file mode 100644
index 0000000000000000000000000000000000000000..8982ac99894114752c7cf7a9c5897b4263e2737c
Binary files /dev/null and "b/SYS.FormUI/images/\346\220\234\347\264\242--1a.png" differ
diff --git "a/SYS.FormUI/images/\346\227\251\344\270\212.png" "b/SYS.FormUI/images/\346\227\251\344\270\212.png"
new file mode 100644
index 0000000000000000000000000000000000000000..31509299647b539898ced35b971c5e67e0fdc02a
Binary files /dev/null and "b/SYS.FormUI/images/\346\227\251\344\270\212.png" differ
diff --git "a/SYS.FormUI/images/\346\230\276\347\244\272.png" "b/SYS.FormUI/images/\346\230\276\347\244\272.png"
new file mode 100644
index 0000000000000000000000000000000000000000..6d6d2ee06294147634dbf63d24e7de5a628f5127
Binary files /dev/null and "b/SYS.FormUI/images/\346\230\276\347\244\272.png" differ
diff --git "a/SYS.FormUI/images/\346\231\256\351\200\232\344\274\232\345\221\230.png" "b/SYS.FormUI/images/\346\231\256\351\200\232\344\274\232\345\221\230.png"
new file mode 100644
index 0000000000000000000000000000000000000000..4f89f6582c7cca0b463b577cdc4be568c5c23bb6
Binary files /dev/null and "b/SYS.FormUI/images/\346\231\256\351\200\232\344\274\232\345\221\230.png" differ
diff --git "a/SYS.FormUI/images/\346\234\210\344\272\256.png" "b/SYS.FormUI/images/\346\234\210\344\272\256.png"
new file mode 100644
index 0000000000000000000000000000000000000000..1caddfd6e9741eca79fc829250ea508d6596d0f6
Binary files /dev/null and "b/SYS.FormUI/images/\346\234\210\344\272\256.png" differ
diff --git "a/SYS.FormUI/images/\346\243\200\346\237\245\346\233\264\346\226\260 (1).png" "b/SYS.FormUI/images/\346\243\200\346\237\245\346\233\264\346\226\260 (1).png"
new file mode 100644
index 0000000000000000000000000000000000000000..84b0766bda0cb7da6ad7980e5ebb7a0662027b06
Binary files /dev/null and "b/SYS.FormUI/images/\346\243\200\346\237\245\346\233\264\346\226\260 (1).png" differ
diff --git "a/SYS.FormUI/images/\346\263\250\351\224\200.png" "b/SYS.FormUI/images/\346\263\250\351\224\200.png"
new file mode 100644
index 0000000000000000000000000000000000000000..24c205237c0ad17e09af926318cfc0b9bba82203
Binary files /dev/null and "b/SYS.FormUI/images/\346\263\250\351\224\200.png" differ
diff --git "a/SYS.FormUI/images/\346\267\273 \345\212\240-a.png" "b/SYS.FormUI/images/\346\267\273 \345\212\240-a.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7448305d71f3c04bf7a2bc1ed1e1d2e17e4cbc7f
Binary files /dev/null and "b/SYS.FormUI/images/\346\267\273 \345\212\240-a.png" differ
diff --git "a/SYS.FormUI/images/\346\267\273 \345\212\240a.png" "b/SYS.FormUI/images/\346\267\273 \345\212\240a.png"
new file mode 100644
index 0000000000000000000000000000000000000000..ab485b22771b5bc24d911283e05882c288cfacb0
Binary files /dev/null and "b/SYS.FormUI/images/\346\267\273 \345\212\240a.png" differ
diff --git "a/SYS.FormUI/images/\346\267\273\345\212\240 \345\242\236\345\212\240 \345\212\240.png" "b/SYS.FormUI/images/\346\267\273\345\212\240 \345\242\236\345\212\240 \345\212\240.png"
new file mode 100644
index 0000000000000000000000000000000000000000..1a0809a4478ec9fae2534cf3fdc8400617b860a8
Binary files /dev/null and "b/SYS.FormUI/images/\346\267\273\345\212\240 \345\242\236\345\212\240 \345\212\240.png" differ
diff --git "a/SYS.FormUI/images/\346\267\273\345\212\240\347\256\241\347\220\206\345\221\230.png" "b/SYS.FormUI/images/\346\267\273\345\212\240\347\256\241\347\220\206\345\221\230.png"
new file mode 100644
index 0000000000000000000000000000000000000000..6fa27c48ccf258a34bc4f3c7ad88ad68d2e18863
Binary files /dev/null and "b/SYS.FormUI/images/\346\267\273\345\212\240\347\256\241\347\220\206\345\221\230.png" differ
diff --git "a/SYS.FormUI/images/\347\231\275\351\207\221\344\274\232\345\221\230.png" "b/SYS.FormUI/images/\347\231\275\351\207\221\344\274\232\345\221\230.png"
new file mode 100644
index 0000000000000000000000000000000000000000..17ca731aa33ae297afa79dce3af3f19ae558e5ae
Binary files /dev/null and "b/SYS.FormUI/images/\347\231\275\351\207\221\344\274\232\345\221\230.png" differ
diff --git "a/SYS.FormUI/images/\347\233\221\347\256\241\345\260\217\347\273\204\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\347\233\221\347\256\241\345\260\217\347\273\204\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..04ab28ee7ebc8e3e244ce6ec6482381e9d8ba72f
Binary files /dev/null and "b/SYS.FormUI/images/\347\233\221\347\256\241\345\260\217\347\273\204\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\347\263\273\347\273\237\347\256\241\347\220\206\345\221\230.png" "b/SYS.FormUI/images/\347\263\273\347\273\237\347\256\241\347\220\206\345\221\230.png"
new file mode 100644
index 0000000000000000000000000000000000000000..fa5fa0c4c59f855dc24537f60594e224879f8a0f
Binary files /dev/null and "b/SYS.FormUI/images/\347\263\273\347\273\237\347\256\241\347\220\206\345\221\230.png" differ
diff --git "a/SYS.FormUI/images/\347\273\217\347\220\206\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\347\273\217\347\220\206\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..01b97aaa68a9e4d3f01fa6041c4a8185c5089c95
Binary files /dev/null and "b/SYS.FormUI/images/\347\273\217\347\220\206\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\347\273\264\344\277\256\346\210\277(hover)icon.png" "b/SYS.FormUI/images/\347\273\264\344\277\256\346\210\277(hover)icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..2b12319437d589743210f84777e7de6557b71612
Binary files /dev/null and "b/SYS.FormUI/images/\347\273\264\344\277\256\346\210\277(hover)icon.png" differ
diff --git "a/SYS.FormUI/images/\347\273\264\344\277\256\346\210\277icon.png" "b/SYS.FormUI/images/\347\273\264\344\277\256\346\210\277icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..e4af31f0223a6486962981b322a1e46278df8590
Binary files /dev/null and "b/SYS.FormUI/images/\347\273\264\344\277\256\346\210\277icon.png" differ
diff --git "a/SYS.FormUI/images/\347\273\264\344\277\256\347\212\266\346\200\201.png" "b/SYS.FormUI/images/\347\273\264\344\277\256\347\212\266\346\200\201.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7ac5dd7a0382e302d471d5fee31f8365a6505eaa
Binary files /dev/null and "b/SYS.FormUI/images/\347\273\264\344\277\256\347\212\266\346\200\201.png" differ
diff --git "a/SYS.FormUI/images/\347\273\264\344\277\256\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\347\273\264\344\277\256\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..3d5c1f1f5a0fe165f8202a8880045944e216801e
Binary files /dev/null and "b/SYS.FormUI/images/\347\273\264\344\277\256\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\350\204\217\346\210\277(hover)icon.png" "b/SYS.FormUI/images/\350\204\217\346\210\277(hover)icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..3a73a1abcbaab7bd834d5261c7f8059a1b8a8052
Binary files /dev/null and "b/SYS.FormUI/images/\350\204\217\346\210\277(hover)icon.png" differ
diff --git "a/SYS.FormUI/images/\350\204\217\346\210\277icon1.png" "b/SYS.FormUI/images/\350\204\217\346\210\277icon1.png"
new file mode 100644
index 0000000000000000000000000000000000000000..b2435f604db4ca8321d41552d7dbd1a6d508fe7e
Binary files /dev/null and "b/SYS.FormUI/images/\350\204\217\346\210\277icon1.png" differ
diff --git "a/SYS.FormUI/images/\350\204\217\346\210\277\347\212\266\346\200\201.png" "b/SYS.FormUI/images/\350\204\217\346\210\277\347\212\266\346\200\201.png"
new file mode 100644
index 0000000000000000000000000000000000000000..93ca38aab93f9fbd3ebfcdc3fd18ba7080b70bb6
Binary files /dev/null and "b/SYS.FormUI/images/\350\204\217\346\210\277\347\212\266\346\200\201.png" differ
diff --git "a/SYS.FormUI/images/\350\216\267\345\217\226\347\224\250\346\210\267\347\274\226\345\217\267-ia.png" "b/SYS.FormUI/images/\350\216\267\345\217\226\347\224\250\346\210\267\347\274\226\345\217\267-ia.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7e53d4160408a78e26f589b5168bb591757f0b05
Binary files /dev/null and "b/SYS.FormUI/images/\350\216\267\345\217\226\347\224\250\346\210\267\347\274\226\345\217\267-ia.png" differ
diff --git "a/SYS.FormUI/images/\350\216\267\345\217\226\347\224\250\346\210\267\347\274\226\345\217\267.png" "b/SYS.FormUI/images/\350\216\267\345\217\226\347\224\250\346\210\267\347\274\226\345\217\267.png"
new file mode 100644
index 0000000000000000000000000000000000000000..22a3919589f9180c2f7b9acfa3845f86577526ff
Binary files /dev/null and "b/SYS.FormUI/images/\350\216\267\345\217\226\347\224\250\346\210\267\347\274\226\345\217\267.png" differ
diff --git "a/SYS.FormUI/images/\350\264\242\345\212\241\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\350\264\242\345\212\241\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..531524e0b946d4a5c2f0dc4a12226b9c12e6850b
Binary files /dev/null and "b/SYS.FormUI/images/\350\264\242\345\212\241\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\350\277\224\345\233\236 (1).png" "b/SYS.FormUI/images/\350\277\224\345\233\236 (1).png"
new file mode 100644
index 0000000000000000000000000000000000000000..f8483843748fcf40dcaf7fa2d8e459158e2fd60a
Binary files /dev/null and "b/SYS.FormUI/images/\350\277\224\345\233\236 (1).png" differ
diff --git "a/SYS.FormUI/images/\351\205\222\345\272\227\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\351\205\222\345\272\227\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..4b16ce1072261f11fc6fe938a7687574384671fb
Binary files /dev/null and "b/SYS.FormUI/images/\351\205\222\345\272\227\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\351\222\273\347\237\263\344\274\232\345\221\230.png" "b/SYS.FormUI/images/\351\222\273\347\237\263\344\274\232\345\221\230.png"
new file mode 100644
index 0000000000000000000000000000000000000000..ea26dd214b05492bf0259effc237a6eb4c2bc496
Binary files /dev/null and "b/SYS.FormUI/images/\351\222\273\347\237\263\344\274\232\345\221\230.png" differ
diff --git "a/SYS.FormUI/images/\351\224\201\345\261\217.png" "b/SYS.FormUI/images/\351\224\201\345\261\217.png"
new file mode 100644
index 0000000000000000000000000000000000000000..1e06a51a35eee37351b69f786f035fdf9552f251
Binary files /dev/null and "b/SYS.FormUI/images/\351\224\201\345\261\217.png" differ
diff --git "a/SYS.FormUI/images/\351\232\220\350\227\217.png" "b/SYS.FormUI/images/\351\232\220\350\227\217.png"
new file mode 100644
index 0000000000000000000000000000000000000000..1bacf95c3a24e5323e2f3f7c44bac3b4f59880b5
Binary files /dev/null and "b/SYS.FormUI/images/\351\232\220\350\227\217.png" differ
diff --git "a/SYS.FormUI/images/\351\242\204\347\272\246\346\210\277(hover)icon.png" "b/SYS.FormUI/images/\351\242\204\347\272\246\346\210\277(hover)icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7d6ba1e80bb4aa9899257ca905fe367776da0897
Binary files /dev/null and "b/SYS.FormUI/images/\351\242\204\347\272\246\346\210\277(hover)icon.png" differ
diff --git "a/SYS.FormUI/images/\351\242\204\347\272\246\346\210\277icon.png" "b/SYS.FormUI/images/\351\242\204\347\272\246\346\210\277icon.png"
new file mode 100644
index 0000000000000000000000000000000000000000..214d13988e717e5f243dd0f08b359bc70c9c2ed8
Binary files /dev/null and "b/SYS.FormUI/images/\351\242\204\347\272\246\346\210\277icon.png" differ
diff --git "a/SYS.FormUI/images/\351\242\204\347\272\246\347\212\266\346\200\201.png" "b/SYS.FormUI/images/\351\242\204\347\272\246\347\212\266\346\200\201.png"
new file mode 100644
index 0000000000000000000000000000000000000000..0c73fdb6a09a64a82c53a0598d1dc2e48cb070ed
Binary files /dev/null and "b/SYS.FormUI/images/\351\242\204\347\272\246\347\212\266\346\200\201.png" differ
diff --git "a/SYS.FormUI/images/\351\244\220\351\245\256\351\203\250\345\215\241\347\211\207.png" "b/SYS.FormUI/images/\351\244\220\351\245\256\351\203\250\345\215\241\347\211\207.png"
new file mode 100644
index 0000000000000000000000000000000000000000..4e055088420883d015431424808c2c17f98f41db
Binary files /dev/null and "b/SYS.FormUI/images/\351\244\220\351\245\256\351\203\250\345\215\241\347\211\207.png" differ
diff --git "a/SYS.FormUI/images/\351\273\204\351\207\221\344\274\232\345\221\230.png" "b/SYS.FormUI/images/\351\273\204\351\207\221\344\274\232\345\221\230.png"
new file mode 100644
index 0000000000000000000000000000000000000000..4e49841e243c067d0f4ebe7d4ec65590824b2082
Binary files /dev/null and "b/SYS.FormUI/images/\351\273\204\351\207\221\344\274\232\345\221\230.png" differ