From 1f45918504bfdafae93b6fc7a5823a48d73e4d3c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 31 十二月 2024 14:51:58 +0800 Subject: [PATCH] 工单细节 --- DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs | 32 +++++++++++++++++--------------- 1 files changed, 17 insertions(+), 15 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs index bac8f13..9190246 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs @@ -127,7 +127,7 @@ this.gv_flagIncludeDocCode.AppearanceCell.Options.UseFont = true; this.gv_flagIncludeDocCode.Caption = "鍖呭惈鍗曟嵁绫诲瀷"; this.gv_flagIncludeDocCode.FieldName = "isIncludeDoc"; - this.gv_flagIncludeDocCode.MinWidth = 25; + this.gv_flagIncludeDocCode.MinWidth = 50; this.gv_flagIncludeDocCode.Name = "gv_flagIncludeDocCode"; this.gv_flagIncludeDocCode.OptionsColumn.AllowEdit = false; this.gv_flagIncludeDocCode.Tag = "query_IS_INCLUDE_DOC"; @@ -141,12 +141,12 @@ this.gv_flagSpilitNo.AppearanceCell.Options.UseFont = true; this.gv_flagSpilitNo.Caption = "搴忓彿鍓嶅垎闅旂"; this.gv_flagSpilitNo.FieldName = "isSpilit"; - this.gv_flagSpilitNo.MinWidth = 25; + this.gv_flagSpilitNo.MinWidth = 50; 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.VisibleIndex = 4; this.gv_flagSpilitNo.Width = 94; // // gv_resetZero @@ -159,8 +159,6 @@ 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; // // gv_noLength @@ -169,12 +167,12 @@ this.gv_noLength.AppearanceCell.Options.UseFont = true; this.gv_noLength.Caption = "搴忓彿闀垮害"; this.gv_noLength.FieldName = "noLength"; - this.gv_noLength.MinWidth = 25; + this.gv_noLength.MinWidth = 50; 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.VisibleIndex = 3; this.gv_noLength.Width = 94; // // gv_ruleFormat @@ -188,7 +186,7 @@ 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.VisibleIndex = 2; this.gv_ruleFormat.Width = 300; // // gv_docCode @@ -197,13 +195,13 @@ this.gv_docCode.AppearanceCell.Options.UseFont = true; this.gv_docCode.Caption = "鍗曟嵁绫诲瀷"; this.gv_docCode.FieldName = "docCode"; - this.gv_docCode.MinWidth = 120; + this.gv_docCode.MinWidth = 150; 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 = 120; + this.gv_docCode.VisibleIndex = 1; + this.gv_docCode.Width = 150; // // toolBarMenu1 // @@ -234,16 +232,19 @@ // // gridView1 // + this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; + this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.gridView1.Appearance.Row.Options.UseFont = true; + this.gridView1.ColumnPanelRowHeight = 50; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.gv_checkStatus, this.gv_docCode, this.gv_ruleFormat, this.gv_noLength, this.gv_flagSpilitNo, this.gv_resetZero, this.gv_flagIncludeDocCode, - this.gv_checkStatus, this.gv_createDate, this.gv_createdBy}); this.gridView1.GridControl = this.gcMain; @@ -256,13 +257,14 @@ // this.gv_checkStatus.Caption = "瀹℃牳"; this.gv_checkStatus.FieldName = "checkStatus"; - this.gv_checkStatus.MinWidth = 25; + this.gv_checkStatus.MaxWidth = 50; + this.gv_checkStatus.MinWidth = 50; 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; + this.gv_checkStatus.VisibleIndex = 0; + this.gv_checkStatus.Width = 50; // // xtraTabControl1 // -- Gitblit v1.9.3