diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index abef49a..80f7761 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -2,7 +2,7 @@ true - Debug|Any CPU + Release|Any CPU diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx index a81c3a6..ea3ed4b 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx @@ -65,7 +65,7 @@ OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True" EnableRowDoubleClickEvent="true" AllowColumnLocking="true"> - + @@ -114,7 +114,7 @@ runat="server" BoxFlex="1" DataKeyNames="id" EnableColumnLines="true" DataIDField="id" EnableTextSelection="True" AllowColumnLocking="true"> - + @@ -164,7 +164,7 @@ runat="server" BoxFlex="1" DataKeyNames="id" EnableColumnLines="true" DataIDField="id" EnableTextSelection="True" AllowColumnLocking="true"> - + @@ -217,7 +217,7 @@ runat="server" BoxFlex="1" DataKeyNames="id" EnableColumnLines="true" DataIDField="id" EnableTextSelection="True" AllowColumnLocking="true"> - + diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs index d44ee17..5fecc65 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs @@ -711,13 +711,22 @@ namespace FineUIPro.Web.HJGL.DataIn sb.AppendFormat("{0}", column.HeaderText); } sb.Append(""); + int i = 0; foreach (GridRow row in grid.Rows) { sb.Append(""); + i++; foreach (GridColumn column in grid.Columns) { - string html = row.Values[column.ColumnIndex].ToString(); - sb.AppendFormat("{0}", html); + if (column.ColumnID == "SortIndex") + { + sb.AppendFormat("{0}", i.ToString()); + } + else + { + string html = row.Values[column.ColumnIndex].ToString(); + sb.AppendFormat("{0}", html); + } } sb.Append(""); } 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 d0f199d..1d92a2a 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,7 +146,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid1; - + /// /// RegionPanel2 控件。 /// @@ -157,7 +155,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel2; - + /// /// Toolbar3 控件。 /// @@ -166,7 +164,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar3; - + /// /// btnOut2 控件。 /// @@ -175,7 +173,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut2; - + /// /// Region3 控件。 /// @@ -184,7 +182,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Region Region3; - + /// /// Grid2 控件。 /// @@ -193,7 +191,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid2; - + /// /// RegionPanel3 控件。 /// @@ -202,7 +200,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel3; - + /// /// Toolbar4 控件。 /// @@ -211,7 +209,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar4; - + /// /// btnOut3 控件。 /// @@ -220,7 +218,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut3; - + /// /// Region4 控件。 /// @@ -229,7 +227,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Region Region4; - + /// /// Grid3 控件。 /// @@ -238,7 +236,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid3; - + /// /// RegionPanel4 控件。 /// @@ -247,7 +245,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RegionPanel RegionPanel4; - + /// /// Toolbar5 控件。 /// @@ -256,34 +254,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar5; - - /// - /// Button1 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Button Button1; - - /// - /// Region5 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Region Region5; - - /// - /// Toolbar6 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Toolbar Toolbar6; - + /// /// btnOut4 控件。 /// @@ -292,7 +263,16 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnOut4; - + + /// + /// Region5 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Region Region5; + /// /// Grid4 控件。 /// @@ -301,7 +281,7 @@ namespace FineUIPro.Web.HJGL.DataIn /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid4; - + /// /// Window1 控件。 /// diff --git a/HJGL_DS/WebAPI/WebAPI.csproj.user b/HJGL_DS/WebAPI/WebAPI.csproj.user index a48b337..28be9c4 100644 --- a/HJGL_DS/WebAPI/WebAPI.csproj.user +++ b/HJGL_DS/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Debug|Any CPU + Release|Any CPU FolderProfile true