From f3ed5fb06c000785f8b32b86c03ced31d6963a0f Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 25 十月 2024 18:58:07 +0800
Subject: [PATCH] 11

---
 DevApp/Gs.DevApp/UserControl/UcLookSupplier.Designer.cs |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcLookSupplier.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookSupplier.Designer.cs
index ff03b1d..843dd76 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookSupplier.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookSupplier.Designer.cs
@@ -40,14 +40,15 @@
             // 
             // lookSearchSupplier
             // 
-            this.lookSearchSupplier.Location = new System.Drawing.Point(3, 3);
+            this.lookSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0);
             this.lookSearchSupplier.Name = "lookSearchSupplier";
             this.lookSearchSupplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.lookSearchSupplier.Properties.Appearance.Options.UseFont = true;
             this.lookSearchSupplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.lookSearchSupplier.Properties.PopupView = this.searchLookUpEdit1View;
-            this.lookSearchSupplier.Size = new System.Drawing.Size(207, 28);
+            this.lookSearchSupplier.Size = new System.Drawing.Size(228, 28);
             this.lookSearchSupplier.TabIndex = 7;
             // 
             // searchLookUpEdit1View
@@ -68,7 +69,7 @@
             this.gridColumn2.FieldName = "suppNo";
             this.gridColumn2.Name = "gridColumn2";
             this.gridColumn2.Visible = true;
-            this.gridColumn2.VisibleIndex = 0;
+            this.gridColumn2.VisibleIndex = 1;
             // 
             // gridColumn3
             // 
@@ -76,13 +77,16 @@
             this.gridColumn3.FieldName = "suppName";
             this.gridColumn3.Name = "gridColumn3";
             this.gridColumn3.Visible = true;
-            this.gridColumn3.VisibleIndex = 1;
+            this.gridColumn3.VisibleIndex = 2;
             // 
             // gridColumn1
             // 
             this.gridColumn1.Caption = "id";
             this.gridColumn1.FieldName = "id";
             this.gridColumn1.Name = "gridColumn1";
+            this.gridColumn1.UnboundDataType = typeof(short);
+            this.gridColumn1.Visible = true;
+            this.gridColumn1.VisibleIndex = 0;
             // 
             // gridColumn4
             // 
@@ -95,8 +99,9 @@
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.Controls.Add(this.lookSearchSupplier);
+            this.Margin = new System.Windows.Forms.Padding(0);
             this.Name = "UcLookSupplier";
-            this.Size = new System.Drawing.Size(228, 37);
+            this.Size = new System.Drawing.Size(228, 30);
             ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
             this.ResumeLayout(false);

--
Gitblit v1.9.3