From 998a0389c282411a5ea583ba50428a46e014c01c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 25 十二月 2024 13:44:17 +0800 Subject: [PATCH] 委外补料 --- DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs index 55c14c6..e6d204f 100644 --- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs @@ -532,7 +532,7 @@ this.gv_createBy.OptionsColumn.AllowEdit = false; this.gv_createBy.Tag = "query_a.create_by"; this.gv_createBy.Visible = true; - this.gv_createBy.VisibleIndex = 3; + this.gv_createBy.VisibleIndex = 2; this.gv_createBy.Width = 100; // // gv_createTime @@ -546,7 +546,7 @@ this.gv_createTime.OptionsColumn.AllowEdit = false; this.gv_createTime.Tag = "query_a.create_time"; this.gv_createTime.Visible = true; - this.gv_createTime.VisibleIndex = 2; + this.gv_createTime.VisibleIndex = 3; this.gv_createTime.Width = 180; // // lb_hNo @@ -575,13 +575,13 @@ this.gv_hNo.AppearanceCell.Options.UseFont = true; this.gv_hNo.Caption = "鎺掍骇缂栧彿 "; this.gv_hNo.FieldName = "hNo"; - this.gv_hNo.MinWidth = 130; + this.gv_hNo.MinWidth = 150; this.gv_hNo.Name = "gv_hNo"; this.gv_hNo.OptionsColumn.AllowEdit = false; this.gv_hNo.Tag = "query_a.hNo"; this.gv_hNo.Visible = true; this.gv_hNo.VisibleIndex = 1; - this.gv_hNo.Width = 130; + this.gv_hNo.Width = 150; // // toolBarMenu1 // @@ -620,8 +620,8 @@ this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_shState, this.gv_hNo, - this.gv_createTime, this.gv_createBy, + this.gv_createTime, this.gv_shBy, this.gv_shTime, this.gv_wwDd}); -- Gitblit v1.9.3