From b2ae2d8e16c6f8daeb5853d3f31d6895f1bf8a3a Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 30 十一月 2024 15:45:28 +0800
Subject: [PATCH] 1
---
DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs
index 3ab8623..5d391a7 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs
@@ -70,19 +70,23 @@
//
this.gridColumn1.Caption = "鐗╂枡ID";
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;
//
// gridColumn2
//
this.gridColumn2.Caption = "鐗╂枡缂栧彿";
this.gridColumn2.FieldName = "itemNo";
+ this.gridColumn2.MinWidth = 110;
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.UnboundDataType = typeof(string);
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
+ this.gridColumn2.Width = 110;
//
// gridColumn3
//
@@ -91,6 +95,7 @@
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
+ this.gridColumn3.Width = 150;
//
// gridColumn5
//
@@ -99,6 +104,7 @@
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
+ this.gridColumn5.Width = 112;
//
// gridColumn4
//
@@ -113,6 +119,7 @@
this.Controls.Add(this.lookSearchSupplier);
this.Name = "UcLookItems";
this.Size = new System.Drawing.Size(266, 33);
+ this.Tag = "no";
((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
this.ResumeLayout(false);
--
Gitblit v1.9.3