diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx index 6fc7585..5b41724 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx @@ -77,9 +77,9 @@ - + - + - - - - - + + + + + @@ -183,9 +183,9 @@ - + - + - - + + + + + diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs index 38b460e..d52e2fc 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs @@ -20,6 +20,7 @@ using System.Web.Security; using UglyToad.PdfPig; using UglyToad.PdfPig.Content; using UglyToad.PdfPig.Writer; +using AspNet = System.Web.UI.WebControls; namespace FineUIPro.Web.HJGL.DataIn { @@ -743,6 +744,26 @@ namespace FineUIPro.Web.HJGL.DataIn { sb.AppendFormat("{0}", i.ToString()); } + if (column.ColumnID == "Category" && (row.FindControl("lblCategory1") as AspNet.Label) != null) + { + string html = (row.FindControl("lblCategory1") as AspNet.Label).Text; + sb.AppendFormat("{0}", html); + } + if (column.ColumnID == "Category" && (row.FindControl("lblCategory2") as AspNet.Label) != null) + { + string html = (row.FindControl("lblCategory2") as AspNet.Label).Text; + sb.AppendFormat("{0}", html); + } + if (column.ColumnID == "Category" && (row.FindControl("lblCategory3") as AspNet.Label) != null) + { + string html = (row.FindControl("lblCategory3") as AspNet.Label).Text; + sb.AppendFormat("{0}", html); + } + if (column.ColumnID == "Category" && (row.FindControl("lblCategory4") as AspNet.Label) != null) + { + string html = (row.FindControl("lblCategory4") as AspNet.Label).Text; + sb.AppendFormat("{0}", html); + } else { string html = row.Values[column.ColumnIndex].ToString(); diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.designer.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.designer.cs index 0346001..d49c7a5 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.designer.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.designer.cs @@ -7,13 +7,11 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HJGL.DataIn -{ - - - public partial class DrawingRecognitionContent - { - +namespace FineUIPro.Web.HJGL.DataIn { + + + public partial class DrawingRecognitionContent { + /// /// form1 控件。 /// @@ -22,7 +20,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// resultdata 控件。 /// @@ -31,7 +29,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlInputHidden resultdata; - + /// /// PageManager1 控件。 /// @@ -40,7 +38,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// Panel1 控件。 /// @@ -49,7 +47,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Panel Panel1; - + /// /// Toolbar1 控件。 /// @@ -58,7 +56,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// ToolbarFill1 控件。 /// @@ -67,7 +65,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarFill ToolbarFill1; - + /// /// btnAudit 控件。 /// @@ -76,7 +74,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnAudit; - + /// /// btnSave 控件。 /// @@ -85,7 +83,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// contentPanel1 控件。 /// @@ -94,7 +92,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ContentPanel contentPanel1; - + /// /// TabStrip1 控件。 /// @@ -103,7 +101,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TabStrip TabStrip1; - + /// /// RegionPanel1 控件。 /// @@ -112,7 +110,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel1; - + /// /// Toolbar2 控件。 /// @@ -121,7 +119,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar2; - + /// /// btnOut1 控件。 /// @@ -130,7 +128,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut1; - + /// /// Region2 控件。 /// @@ -139,7 +137,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Region Region2; - + /// /// Grid1 控件。 /// @@ -148,16 +146,16 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid1; - + /// - /// Label8 控件。 + /// lblCategory1 控件。 /// /// /// 自动生成的字段。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// - protected global::System.Web.UI.WebControls.Label Label8; - + protected global::System.Web.UI.WebControls.Label lblCategory1; + /// /// RegionPanel2 控件。 /// @@ -166,7 +164,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel2; - + /// /// Toolbar3 控件。 /// @@ -175,7 +173,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar3; - + /// /// btnOut2 控件。 /// @@ -184,7 +182,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut2; - + /// /// Region3 控件。 /// @@ -193,7 +191,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Region Region3; - + /// /// Grid2 控件。 /// @@ -202,16 +200,16 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid2; - + /// - /// Label1 控件。 + /// lblCategory2 控件。 /// /// /// 自动生成的字段。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// - protected global::System.Web.UI.WebControls.Label Label1; - + protected global::System.Web.UI.WebControls.Label lblCategory2; + /// /// RegionPanel3 控件。 /// @@ -220,7 +218,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel3; - + /// /// Toolbar4 控件。 /// @@ -229,7 +227,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar4; - + /// /// btnOut3 控件。 /// @@ -238,7 +236,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut3; - + /// /// Region4 控件。 /// @@ -247,7 +245,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Region Region4; - + /// /// Grid3 控件。 /// @@ -256,16 +254,16 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid3; - + /// - /// Label2 控件。 + /// lblCategory3 控件。 /// /// /// 自动生成的字段。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// - protected global::System.Web.UI.WebControls.Label Label2; - + protected global::System.Web.UI.WebControls.Label lblCategory3; + /// /// RegionPanel4 控件。 /// @@ -274,7 +272,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel4; - + /// /// Toolbar5 控件。 /// @@ -283,7 +281,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar5; - + /// /// btnOut4 控件。 /// @@ -292,7 +290,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut4; - + /// /// Region5 控件。 /// @@ -301,7 +299,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Region Region5; - + /// /// Grid4 控件。 /// @@ -310,7 +308,16 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid4; - + + /// + /// lblCategory4 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label lblCategory4; + /// /// Window1 控件。 /// diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index f469b13..1b40665 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -11,7 +11,7 @@ - +