From 500cb73a84c17f5acdd91fd7da257adb2653f4e0 Mon Sep 17 00:00:00 2001
From: gaofei1985 <181547018@qq.com>
Date: Wed, 19 Jul 2023 14:33:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=AD=96?=
=?UTF-8?q?=E5=88=92=E5=92=8C=E6=80=BB=E5=8C=85=E5=90=88=E5=90=8C=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 23 +++++++++++--------
.../FineUIPro.Web/ZHGL/Plan/MainContract.aspx | 10 ++++----
.../ZHGL/Plan/MainContract.aspx.designer.cs | 8 +++----
SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx | 10 ++++----
.../ZHGL/Plan/ProjectPlan.aspx.designer.cs | 8 +++----
5 files changed, 31 insertions(+), 28 deletions(-)
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index b9528076..72c76f81 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -75,6 +75,9 @@
False
..\FineUIPro\Reference BLL\AxInterop.SYNCARDOCXLib.dll
+
+ ..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll
+
False
..\FineUIPro\Reference BLL\FastReport.dll
@@ -95,8 +98,8 @@
False
..\FineUIPro\FineUIPro.dll
-
- ..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll
+
+ ..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll
False
@@ -113,17 +116,17 @@
..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll
-
- ..\FineUIPro\Reference BLL\NPOI.dll
+
+ ..\packages\NPOI.2.5.6\lib\net45\NPOI.dll
-
- ..\FineUIPro\Reference BLL\NPOI.OOXML.dll
+
+ ..\packages\NPOI.2.5.6\lib\net45\NPOI.OOXML.dll
-
- ..\FineUIPro\Reference BLL\NPOI.OpenXml4Net.dll
+
+ ..\packages\NPOI.2.5.6\lib\net45\NPOI.OpenXml4Net.dll
-
- ..\FineUIPro\Reference BLL\NPOI.OpenXmlFormats.dll
+
+ ..\packages\NPOI.2.5.6\lib\net45\NPOI.OpenXmlFormats.dll
..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll
diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx b/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx
index 38c4e31d..181c9904 100644
--- a/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx
+++ b/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx
@@ -72,19 +72,19 @@
FieldType="String" HeaderText="项目类型" HeaderTextAlign="Center" TextAlign="Left"
RendererFunction="renderProjectType">
-
-
-
+
-
-
+
diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx.designer.cs b/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx.designer.cs
index bcf333b7..49bfca0e 100644
--- a/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/ZHGL/Plan/MainContract.aspx.designer.cs
@@ -130,22 +130,22 @@ namespace FineUIPro.Web.ZHGL.Plan {
protected global::System.Web.UI.WebControls.Label lblNumber;
///
- /// Label1 控件。
+ /// lblCompileMan 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::System.Web.UI.WebControls.Label Label1;
+ protected global::System.Web.UI.WebControls.Label lblCompileMan;
///
- /// Label2 控件。
+ /// lbTeamType 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::System.Web.UI.WebControls.Label Label2;
+ protected global::System.Web.UI.WebControls.Label lbTeamType;
///
/// ToolbarSeparator1 控件。
diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx b/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx
index aa32a228..9e8e8ee2 100644
--- a/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx
+++ b/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx
@@ -72,19 +72,19 @@
FieldType="String" HeaderText="项目类型" HeaderTextAlign="Center" TextAlign="Left"
RendererFunction="renderProjectType">
-
-
-
+
-
-
+
diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx.designer.cs b/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx.designer.cs
index acee5320..471ca019 100644
--- a/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/ZHGL/Plan/ProjectPlan.aspx.designer.cs
@@ -130,22 +130,22 @@ namespace FineUIPro.Web.ZHGL.Plan {
protected global::System.Web.UI.WebControls.Label lblNumber;
///
- /// Label1 控件。
+ /// lblCompileMan 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::System.Web.UI.WebControls.Label Label1;
+ protected global::System.Web.UI.WebControls.Label lblCompileMan;
///
- /// Label2 控件。
+ /// lbTeamType 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::System.Web.UI.WebControls.Label Label2;
+ protected global::System.Web.UI.WebControls.Label lbTeamType;
///
/// ToolbarSeparator1 控件。