From 8366fcbfed5c66fa1fab4f6dba964a3451c24091 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 12 九月 2025 16:26:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs | 23 +++++++----------------
1 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
index 37dca23..0fb967a 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
@@ -44,13 +44,12 @@
this.lookSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill;
this.lookSearchSupplier.EditValue = "璇烽�夋嫨";
this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0);
- this.lookSearchSupplier.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lookSearchSupplier.Name = "lookSearchSupplier";
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(192, 20);
+ this.lookSearchSupplier.Size = new System.Drawing.Size(219, 24);
this.lookSearchSupplier.TabIndex = 8;
//
// searchLookUpEdit1View
@@ -61,7 +60,6 @@
this.gridColumn2,
this.gridColumn3,
this.gridColumn4});
- this.searchLookUpEdit1View.DetailHeight = 272;
this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
@@ -71,59 +69,52 @@
//
this.gridColumn5.Caption = "浣跨敤缁勭粐";
this.gridColumn5.FieldName = "fSubsidiary";
- this.gridColumn5.MinWidth = 17;
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 0;
- this.gridColumn5.Width = 66;
//
// gridColumn1
//
this.gridColumn1.Caption = "浠撳簱ID";
this.gridColumn1.FieldName = "depotId";
- this.gridColumn1.MaxWidth = 87;
- this.gridColumn1.MinWidth = 17;
+ this.gridColumn1.MaxWidth = 100;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.UnboundDataType = typeof(string);
- this.gridColumn1.Width = 70;
+ this.gridColumn1.Width = 80;
//
// gridColumn2
//
this.gridColumn2.Caption = "浠撳簱缂栧彿";
this.gridColumn2.FieldName = "depotCode";
- this.gridColumn2.MinWidth = 17;
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.UnboundDataType = typeof(string);
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
- this.gridColumn2.Width = 70;
+ this.gridColumn2.Width = 80;
//
// gridColumn3
//
this.gridColumn3.Caption = "浠撳簱鍚嶇О";
this.gridColumn3.FieldName = "depotName";
- this.gridColumn3.MinWidth = 17;
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
- this.gridColumn3.Width = 87;
+ this.gridColumn3.Width = 100;
//
// gridColumn4
//
this.gridColumn4.Caption = "guid";
this.gridColumn4.FieldName = "guid";
- this.gridColumn4.MinWidth = 17;
this.gridColumn4.Name = "gridColumn4";
- this.gridColumn4.Width = 66;
//
// UcLookCk
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+ 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 = "UcLookCk";
- this.Size = new System.Drawing.Size(192, 23);
+ this.Size = new System.Drawing.Size(219, 30);
((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
this.ResumeLayout(false);
--
Gitblit v1.9.3