From a93c957142940b4ba36369ad76a3c3d40b48ecb1 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 09 十二月 2024 14:25:50 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs index 9e43522..e958bd3 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs @@ -102,6 +102,7 @@ this.gv_createdBy.MinWidth = 25; this.gv_createdBy.Name = "gv_createdBy"; this.gv_createdBy.OptionsColumn.AllowEdit = false; + this.gv_createdBy.Tag = "query_check_by"; this.gv_createdBy.Visible = true; this.gv_createdBy.VisibleIndex = 8; this.gv_createdBy.Width = 94; @@ -115,6 +116,7 @@ this.gv_createDate.MinWidth = 25; this.gv_createDate.Name = "gv_createDate"; this.gv_createDate.OptionsColumn.AllowEdit = false; + this.gv_createDate.Tag = "query_check_date"; this.gv_createDate.Visible = true; this.gv_createDate.VisibleIndex = 7; this.gv_createDate.Width = 94; @@ -128,6 +130,7 @@ this.gv_flagIncludeDocCode.MinWidth = 25; this.gv_flagIncludeDocCode.Name = "gv_flagIncludeDocCode"; this.gv_flagIncludeDocCode.OptionsColumn.AllowEdit = false; + this.gv_flagIncludeDocCode.Tag = "query_IS_INCLUDE_DOC"; this.gv_flagIncludeDocCode.Visible = true; this.gv_flagIncludeDocCode.VisibleIndex = 5; this.gv_flagIncludeDocCode.Width = 94; @@ -141,6 +144,7 @@ this.gv_flagSpilitNo.MinWidth = 25; this.gv_flagSpilitNo.Name = "gv_flagSpilitNo"; this.gv_flagSpilitNo.OptionsColumn.AllowEdit = false; + this.gv_flagSpilitNo.Tag = "query_IS_SPILIT"; this.gv_flagSpilitNo.Visible = true; this.gv_flagSpilitNo.VisibleIndex = 3; this.gv_flagSpilitNo.Width = 94; @@ -154,6 +158,7 @@ this.gv_resetZero.MinWidth = 25; this.gv_resetZero.Name = "gv_resetZero"; this.gv_resetZero.OptionsColumn.AllowEdit = false; + this.gv_resetZero.Tag = "query_RESET_ZERO"; this.gv_resetZero.Visible = true; this.gv_resetZero.VisibleIndex = 4; this.gv_resetZero.Width = 94; @@ -167,6 +172,7 @@ this.gv_noLength.MinWidth = 25; this.gv_noLength.Name = "gv_noLength"; this.gv_noLength.OptionsColumn.AllowEdit = false; + this.gv_noLength.Tag = "query_NO_LENGTH"; this.gv_noLength.Visible = true; this.gv_noLength.VisibleIndex = 2; this.gv_noLength.Width = 94; @@ -180,6 +186,7 @@ this.gv_ruleFormat.MinWidth = 150; this.gv_ruleFormat.Name = "gv_ruleFormat"; this.gv_ruleFormat.OptionsColumn.AllowEdit = false; + this.gv_ruleFormat.Tag = "query_DOC_FORMAT"; this.gv_ruleFormat.Visible = true; this.gv_ruleFormat.VisibleIndex = 1; this.gv_ruleFormat.Width = 150; @@ -193,6 +200,7 @@ this.gv_docCode.MinWidth = 25; this.gv_docCode.Name = "gv_docCode"; this.gv_docCode.OptionsColumn.AllowEdit = false; + this.gv_docCode.Tag = "query_DOC_CODE"; this.gv_docCode.Visible = true; this.gv_docCode.VisibleIndex = 0; this.gv_docCode.Width = 94; @@ -250,6 +258,7 @@ this.gv_checkStatus.MinWidth = 25; this.gv_checkStatus.Name = "gv_checkStatus"; this.gv_checkStatus.OptionsColumn.AllowEdit = false; + this.gv_checkStatus.Tag = "query_check_status"; this.gv_checkStatus.Visible = true; this.gv_checkStatus.VisibleIndex = 6; this.gv_checkStatus.Width = 94; @@ -272,7 +281,7 @@ this.xtraTabPage1.Controls.Add(this.pageBar1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(947, 548); - this.xtraTabPage1.Text = "鏁版嵁鏌ヨ"; + this.xtraTabPage1.Text = "鏁版嵁鍒楄〃"; // // pageBar1 // @@ -282,7 +291,6 @@ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; - this.pageBar1.RowsCount = 50; this.pageBar1.Size = new System.Drawing.Size(947, 38); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; @@ -293,7 +301,7 @@ this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.PageEnabled = false; this.xtraTabPage2.Size = new System.Drawing.Size(947, 548); - this.xtraTabPage2.Text = "鏁版嵁缂栬緫"; + this.xtraTabPage2.Text = "鏁版嵁璇︾粏"; // // panel1 // -- Gitblit v1.9.3