From 9872d678fc6703101d02f68b88b7519a0b6bc82c Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 05 十一月 2024 14:15:06 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs index e8434b3..7acc0b8 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs @@ -72,7 +72,7 @@ this.gridColumn1.FieldName = "id"; this.gridColumn1.MaxWidth = 80; this.gridColumn1.Name = "gridColumn1"; - this.gridColumn1.UnboundDataType = typeof(short); + this.gridColumn1.UnboundDataType = typeof(string); this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 42; @@ -82,11 +82,12 @@ this.gridColumn2.Caption = "鐗╂枡缂栧彿"; this.gridColumn2.FieldName = "itemNo"; this.gridColumn2.MaxWidth = 80; + this.gridColumn2.MinWidth = 80; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.UnboundDataType = typeof(string); this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; - this.gridColumn2.Width = 68; + this.gridColumn2.Width = 80; // // gridColumn3 // -- Gitblit v1.9.3