From bac46e3c57dbccb2daa9f3b796386ca9d65608fb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 20 一月 2025 11:27:24 +0800
Subject: [PATCH] 更改用户登录
---
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
index 67028d7..6679043 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
@@ -950,24 +950,23 @@
this.gridBand3.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gridBand3.Caption = "鍗曟嵁鐘舵��";
this.gridBand3.Columns.Add(this.gv_documentStatus);
- this.gridBand3.MinWidth = 130;
+ this.gridBand3.MinWidth = 70;
this.gridBand3.Name = "gridBand3";
this.gridBand3.RowCount = 2;
this.gridBand3.VisibleIndex = 2;
- this.gridBand3.Width = 130;
//
// gv_documentStatus
//
this.gv_documentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_documentStatus.AppearanceCell.Options.UseFont = true;
this.gv_documentStatus.Caption = "鍗曟嵁鐘舵��:A鍒涘缓,B瀹℃牳涓�,C宸插鏍�,D閲嶆柊瀹℃牳,Z鏆傚瓨";
- this.gv_documentStatus.FieldName = "documentStatus";
+ this.gv_documentStatus.FieldName = "docStusTxt";
this.gv_documentStatus.MinWidth = 25;
this.gv_documentStatus.Name = "gv_documentStatus";
this.gv_documentStatus.OptionsColumn.AllowEdit = false;
this.gv_documentStatus.Tag = "query_a.DOCUMENT_STATUS";
this.gv_documentStatus.Visible = true;
- this.gv_documentStatus.Width = 130;
+ this.gv_documentStatus.Width = 70;
//
// gridBand4
//
@@ -985,7 +984,7 @@
this.gv_documentType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_documentType.AppearanceCell.Options.UseFont = true;
this.gv_documentType.Caption = "鍗曟嵁绫诲瀷:1閲囪喘,2濮斿";
- this.gv_documentType.FieldName = "documentType2";
+ this.gv_documentType.FieldName = "documentTypeTxt";
this.gv_documentType.MinWidth = 25;
this.gv_documentType.Name = "gv_documentType";
this.gv_documentType.OptionsColumn.AllowEdit = false;
--
Gitblit v1.9.3