diff --git a/DataBase/菜单初始化脚本/1-14移交管理图表(Menu_Transfer).sql b/DataBase/菜单初始化脚本/1-14移交管理图表(Menu_Transfer).sql new file mode 100644 index 00000000..8f602f9b --- /dev/null +++ b/DataBase/菜单初始化脚本/1-14移交管理图表(Menu_Transfer).sql @@ -0,0 +1,50 @@ +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('3517DBE2-9728-4BA0-9EA5-AE2147DB883B','ƽͼ','', +130,'0','Menu_Transfer',0,0,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('4B83D8B6-18E8-41E3-A6BF-72432B2B1F56','Piping', +'Transfer/Chart/Piping.aspx',10,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('D8579ED5-77E7-4BB3-8065-FD10F5681255','Static Equipment', +'Transfer/Chart/StaticEquipment.aspx',20,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('AD1159B3-023F-45AC-A6C2-D5498A8D7D33','Rotating Equipment', +'Transfer/Chart/RotatingEquipment.aspx',30,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('E6F5125D-DD94-4978-B7EB-D9C26694D86D','Instrumentation', +'Transfer/Chart/Instrumentation.aspx',40,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('713B1FB5-B70D-4C79-9CE4-71CE6B543146','Electrical', +'Transfer/Chart/Electrical.aspx',50,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('71FC9E2A-D2AE-43E3-A5E4-BD7C0468C940','Civil Structure', +'Transfer/Chart/CivilStructure.aspx',60,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('83CB9222-5E5E-4AAF-BDBC-0EE141262B5D','Firefighting', +'Transfer/Chart/Firefighting.aspx',70,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('66E63C90-0F4E-4737-82A2-090EF8ABB3C7','Telecom', +'Transfer/Chart/Telecom.aspx',80,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('EC2705EA-629A-4C0F-AC3A-A7BA848A3C34','Plumbing', +'Transfer/Chart/Plumbing.aspx',90,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('BF7CD047-466D-4399-BF59-B8ED569F2819','HVAC', +'Transfer/Chart/HVAC.aspx',100,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('C2DD3E9E-DB18-466F-8FA0-19AD6E21EEF0','Punchlist from', +'Transfer/Chart/PunchlistFrom.aspx',110,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) + + + diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 81f3be4b..e10cfad1 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -1830,6 +1830,17 @@ + + + + + + + + + + + @@ -16354,6 +16365,83 @@ TestRunRecordUploadList.aspx + + CivilStructure.aspx + ASPXCodeBehind + + + CivilStructure.aspx + + + Electrical.aspx + ASPXCodeBehind + + + Electrical.aspx + + + Firefighting.aspx + ASPXCodeBehind + + + Firefighting.aspx + + + HVAC.aspx + ASPXCodeBehind + + + HVAC.aspx + + + Instrumentation.aspx + ASPXCodeBehind + + + Instrumentation.aspx + + + Piping.aspx + ASPXCodeBehind + + + Piping.aspx + + + Plumbing.aspx + ASPXCodeBehind + + + Plumbing.aspx + + + PunchlistFrom.aspx + ASPXCodeBehind + + + PunchlistFrom.aspx + + + RotatingEquipment.aspx + ASPXCodeBehind + + + RotatingEquipment.aspx + + + StaticEquipment.aspx + ASPXCodeBehind + + + StaticEquipment.aspx + + + Telecom.aspx + ASPXCodeBehind + + + Telecom.aspx + CivilStructure.aspx ASPXCodeBehind diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user index f8ca7c7a..c4484e3e 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -1,7 +1,7 @@  - Release|Any CPU + Debug|Any CPU true false diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx new file mode 100644 index 00000000..104375f0 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CivilStructure.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.CivilStructure" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx.cs new file mode 100644 index 00000000..98f1f36d --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class CivilStructure : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx.designer.cs new file mode 100644 index 00000000..41bc479d --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/CivilStructure.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class CivilStructure + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx new file mode 100644 index 00000000..d525baed --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Electrical.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.Electrical" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx.cs new file mode 100644 index 00000000..66b9ce33 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Electrical : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx.designer.cs new file mode 100644 index 00000000..309a7743 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Electrical.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Electrical + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx new file mode 100644 index 00000000..d5d87bc3 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Firefighting.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.Firefighting" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx.cs new file mode 100644 index 00000000..e08dd12d --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Firefighting : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx.designer.cs new file mode 100644 index 00000000..2fea476c --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Firefighting.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Firefighting + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx new file mode 100644 index 00000000..a7c813c1 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HVAC.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.HVAC" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx.cs new file mode 100644 index 00000000..0d22dd9d --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class HVAC : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx.designer.cs new file mode 100644 index 00000000..8cae12ea --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/HVAC.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class HVAC + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx new file mode 100644 index 00000000..9715f314 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Instrumentation.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.Instrumentation" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx.cs new file mode 100644 index 00000000..c3ab6622 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Instrumentation : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx.designer.cs new file mode 100644 index 00000000..c8e4a650 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Instrumentation.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Instrumentation + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx new file mode 100644 index 00000000..ec068d15 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Piping.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.Piping" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx.cs new file mode 100644 index 00000000..6eae9ebd --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Piping : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx.designer.cs new file mode 100644 index 00000000..38219c00 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Piping.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Piping + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx new file mode 100644 index 00000000..72a01361 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Plumbing.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.Plumbing" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx.cs new file mode 100644 index 00000000..29320d17 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Plumbing : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx.designer.cs new file mode 100644 index 00000000..a74b7d1f --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Plumbing.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Plumbing + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx new file mode 100644 index 00000000..8a30d823 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PunchlistFrom.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.PunchlistFrom" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx.cs new file mode 100644 index 00000000..c64b3db1 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class PunchlistFrom : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx.designer.cs new file mode 100644 index 00000000..509734ff --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFrom.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class PunchlistFrom + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx new file mode 100644 index 00000000..f4301891 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RotatingEquipment.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.RotatingEquipment" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx.cs new file mode 100644 index 00000000..34f8a11f --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class RotatingEquipment : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx.designer.cs new file mode 100644 index 00000000..7591da93 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/RotatingEquipment.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class RotatingEquipment + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx new file mode 100644 index 00000000..b8dcff2e --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StaticEquipment.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.StaticEquipment" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx.cs new file mode 100644 index 00000000..608e802b --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class StaticEquipment : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx.designer.cs new file mode 100644 index 00000000..8949e11a --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/StaticEquipment.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class StaticEquipment + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx b/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx new file mode 100644 index 00000000..ec0082b6 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Telecom.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.Telecom" %> + + + + + + + + + +
+
+
+
+ + diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx.cs new file mode 100644 index 00000000..338f7427 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Telecom : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx.designer.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx.designer.cs new file mode 100644 index 00000000..f3a8f109 --- /dev/null +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Telecom.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + + +namespace FineUIPro.Web.Transfer.Chart +{ + public partial class Telecom + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/SGGL/FineUIPro.Web/Web.config b/SGGL/FineUIPro.Web/Web.config index f2c2e849..7c103ddf 100644 --- a/SGGL/FineUIPro.Web/Web.config +++ b/SGGL/FineUIPro.Web/Web.config @@ -11,7 +11,8 @@ - + + @@ -76,7 +77,7 @@ - + diff --git a/SGGL/FineUIPro.Web/common/Menu_Transfer.xml b/SGGL/FineUIPro.Web/common/Menu_Transfer.xml index c006fd7f..3959574b 100644 --- a/SGGL/FineUIPro.Web/common/Menu_Transfer.xml +++ b/SGGL/FineUIPro.Web/common/Menu_Transfer.xml @@ -13,4 +13,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index 4edb5e0f..6bc24ada 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Release|Any CPU + Debug|Any CPU true