From 045abe552f5460d72e4422d93d3d9c0b90b8f5fa Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 26 十月 2024 18:08:49 +0800
Subject: [PATCH] 禁用检验工具中的文本
---
DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
index 9e3aac4..7c0b8b5 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookCk.Designer.cs
@@ -40,22 +40,24 @@
//
// lookSearchSupplier
//
- this.lookSearchSupplier.Location = new System.Drawing.Point(0, 3);
+ this.lookSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.lookSearchSupplier.EditValue = "璇烽�夋嫨";
+ 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(219, 28);
this.lookSearchSupplier.TabIndex = 8;
//
// searchLookUpEdit1View
//
this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+ this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
- this.gridColumn1,
this.gridColumn4});
this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
@@ -67,12 +69,13 @@
this.gridColumn2.Caption = "浠撳簱缂栧彿";
this.gridColumn2.FieldName = "depotCode";
this.gridColumn2.Name = "gridColumn2";
+ this.gridColumn2.UnboundDataType = typeof(string);
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
//
// gridColumn3
//
- this.gridColumn3.Caption = "渚涘簲鍟嗗悕绉�";
+ this.gridColumn3.Caption = "浠撳簱鍚嶇О";
this.gridColumn3.FieldName = "depotName";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
@@ -80,7 +83,7 @@
//
// gridColumn1
//
- this.gridColumn1.Caption = "id";
+ this.gridColumn1.Caption = "浠撳簱ID";
this.gridColumn1.FieldName = "depotId";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.UnboundDataType = typeof(short);
@@ -92,14 +95,17 @@
this.gridColumn4.Caption = "guid";
this.gridColumn4.FieldName = "guid";
this.gridColumn4.Name = "gridColumn4";
+ this.gridColumn4.Visible = true;
+ this.gridColumn4.VisibleIndex = 3;
//
// UcLookCk
//
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(219, 37);
+ 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