From fbe33a615f1c4e798a0f8e58163e68c3ce789614 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 10:17:49 +0800
Subject: [PATCH] 初始化标准版
---
DevApp/Gs.DevApp/UserControl/UcLookWwgd.Designer.cs | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookWwgd.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookWwgd.Designer.cs
index 06ee821..7bc0e27 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookWwgd.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookWwgd.Designer.cs
@@ -38,6 +38,7 @@
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
this.SuspendLayout();
@@ -65,7 +66,8 @@
this.gridColumn1,
this.gridColumn7,
this.gridColumn6,
- this.gridColumn4});
+ this.gridColumn4,
+ this.gridColumn9});
this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
@@ -133,6 +135,14 @@
this.gridColumn4.FieldName = "guid";
this.gridColumn4.Name = "gridColumn4";
//
+ // gridColumn9
+ //
+ this.gridColumn9.Caption = "璐т富";
+ this.gridColumn9.FieldName = "stockownerName";
+ this.gridColumn9.Name = "gridColumn9";
+ this.gridColumn9.Visible = true;
+ this.gridColumn9.VisibleIndex = 6;
+ //
// UcLookWwgd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -158,5 +168,6 @@
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
}
}
--
Gitblit v1.9.3