From ad87d724397c7e7b839be9570abe458e627bf655 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 12 十二月 2025 13:40:00 +0800
Subject: [PATCH] 其它入库,其它出库单据和出入库类型改为可维护
---
DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs | 41 ++++++++++++++++++++---------------------
1 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs
index 73fc510..9f3c7e2 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs
@@ -33,16 +33,16 @@
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
this.txt_hzabc = new DevExpress.XtraEditors.SearchLookUpEdit();
this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.txt_hzlxabc = new DevExpress.XtraEditors.ComboBoxEdit();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.txt_hzlxabc = new DevExpress.XtraEditors.ComboBoxEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
@@ -69,24 +69,6 @@
this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
- // txt_hzlxabc
- //
- this.txt_hzlxabc.EditValue = "璇烽�夋嫨璐т富绫诲瀷";
- this.txt_hzlxabc.Location = new System.Drawing.Point(92, 0);
- this.txt_hzlxabc.Name = "txt_hzlxabc";
- this.txt_hzlxabc.Properties.Appearance.Options.UseFont = true;
- this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txt_hzlxabc.Properties.Items.AddRange(new object[] {
- "璇烽�夋嫨璐т富绫诲瀷",
- "缁勭粐(BD_OwnerOrg)",
- "渚涘簲鍟�(BD_Supplier)",
- "瀹㈡埛(BD_Customer)"});
- this.txt_hzlxabc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.txt_hzlxabc.Size = new System.Drawing.Size(310, 24);
- this.txt_hzlxabc.StyleController = this.layoutControl1;
- this.txt_hzlxabc.TabIndex = 313;
- //
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txt_hzlxabc);
@@ -100,6 +82,23 @@
this.layoutControl1.Size = new System.Drawing.Size(402, 78);
this.layoutControl1.TabIndex = 318;
this.layoutControl1.Text = "layoutControl1";
+ //
+ // txt_hzlxabc
+ //
+ this.txt_hzlxabc.EditValue = "缁勭粐(BD_OwnerOrg)";
+ this.txt_hzlxabc.Location = new System.Drawing.Point(92, 0);
+ this.txt_hzlxabc.Name = "txt_hzlxabc";
+ this.txt_hzlxabc.Properties.Appearance.Options.UseFont = true;
+ this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+ this.txt_hzlxabc.Properties.Items.AddRange(new object[] {
+ "缁勭粐(BD_OwnerOrg)",
+ "渚涘簲鍟�(BD_Supplier)",
+ "瀹㈡埛(BD_Customer)"});
+ this.txt_hzlxabc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+ this.txt_hzlxabc.Size = new System.Drawing.Size(310, 24);
+ this.txt_hzlxabc.StyleController = this.layoutControl1;
+ this.txt_hzlxabc.TabIndex = 313;
//
// Root
//
@@ -157,9 +156,9 @@
this.Size = new System.Drawing.Size(402, 78);
((System.ComponentModel.ISupportInitialize)(this.txt_hzabc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txt_hzlxabc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
--
Gitblit v1.9.3