From 1aa67ede2e0cd300c0dca75d15eeac1d690197f7 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 15 八月 2025 08:06:43 +0800
Subject: [PATCH] 受托入库
---
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Customer.Designer.cs | 145 ++++++++++++++++++++++++++++--------------------
1 files changed, 84 insertions(+), 61 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Customer.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Customer.Designer.cs
index 729153d..fac8b7d 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Customer.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Customer.Designer.cs
@@ -30,13 +30,14 @@
/// </summary>
private void InitializeComponent()
{
- DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
+ this.components = new System.ComponentModel.Container();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -53,6 +54,9 @@
this.gv_fforbidstatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_fseller = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -80,6 +84,7 @@
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -160,6 +165,7 @@
// split1
//
this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.split1.Horizontal = false;
this.split1.Location = new System.Drawing.Point(0, 0);
this.split1.Name = "split1";
@@ -173,14 +179,14 @@
// split1.Panel2
//
this.split1.Panel2.Text = "Panel2";
+ this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.split1.Size = new System.Drawing.Size(1219, 570);
- this.split1.SplitterPosition = 558;
+ this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
// gcMain1
//
this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
this.gcMain1.Location = new System.Drawing.Point(0, 0);
this.gcMain1.MainView = this.gridView1;
this.gcMain1.Name = "gcMain1";
@@ -191,7 +197,6 @@
//
// gridView1
//
- this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gv_org,
@@ -203,7 +208,10 @@
this.gv_remark,
this.gv_fforbidstatus,
this.gv_fseller,
- this.gridColumn1});
+ this.gridColumn1,
+ this.gridColumn2,
+ this.gridColumn3,
+ this.gridColumn4});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -224,7 +232,6 @@
//
// gv_custNo
//
- this.gv_custNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_custNo.AppearanceCell.Options.UseFont = true;
this.gv_custNo.Caption = "瀹㈡埛缂栫爜 ";
this.gv_custNo.FieldName = "custNo";
@@ -238,7 +245,6 @@
//
// gv_custName
//
- this.gv_custName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_custName.AppearanceCell.Options.UseFont = true;
this.gv_custName.Caption = "瀹㈡埛鍚嶇О ";
this.gv_custName.FieldName = "custName";
@@ -252,7 +258,6 @@
//
// gv_custSname
//
- this.gv_custSname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_custSname.AppearanceCell.Options.UseFont = true;
this.gv_custSname.Caption = "瀹㈡埛绠�绉� ";
this.gv_custSname.FieldName = "custSname";
@@ -266,7 +271,6 @@
//
// gv_telf1
//
- this.gv_telf1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_telf1.AppearanceCell.Options.UseFont = true;
this.gv_telf1.Caption = "鐢佃瘽 ";
this.gv_telf1.FieldName = "telf1";
@@ -280,7 +284,6 @@
//
// gv_anred
//
- this.gv_anred.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_anred.AppearanceCell.Options.UseFont = true;
this.gv_anred.Caption = "鑱旂郴浜� ";
this.gv_anred.FieldName = "anred";
@@ -294,7 +297,6 @@
//
// gv_remark
//
- this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_remark.AppearanceCell.Options.UseFont = true;
this.gv_remark.Caption = "澶囨敞 ";
this.gv_remark.FieldName = "remark";
@@ -308,7 +310,6 @@
//
// gv_fforbidstatus
//
- this.gv_fforbidstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fforbidstatus.AppearanceCell.Options.UseFont = true;
this.gv_fforbidstatus.Caption = "绂佺敤鐘舵�� ";
this.gv_fforbidstatus.FieldName = "fforbidstatus";
@@ -322,7 +323,6 @@
//
// gv_fseller
//
- this.gv_fseller.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fseller.AppearanceCell.Options.UseFont = true;
this.gv_fseller.Caption = "閿�鍞憳 ";
this.gv_fseller.FieldName = "fseller";
@@ -342,8 +342,36 @@
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Tag = "query_a.lastupdate_date";
this.gridColumn1.Visible = true;
- this.gridColumn1.VisibleIndex = 9;
+ this.gridColumn1.VisibleIndex = 11;
this.gridColumn1.Width = 180;
+ //
+ // gridColumn2
+ //
+ this.gridColumn2.Caption = "涓婚敭Guid";
+ this.gridColumn2.FieldName = "guid";
+ this.gridColumn2.MinWidth = 25;
+ this.gridColumn2.Name = "gridColumn2";
+ this.gridColumn2.Width = 94;
+ //
+ // gridColumn3
+ //
+ this.gridColumn3.Caption = "瀹㈡埛ID";
+ this.gridColumn3.FieldName = "id";
+ this.gridColumn3.MinWidth = 25;
+ this.gridColumn3.Name = "gridColumn3";
+ this.gridColumn3.Visible = true;
+ this.gridColumn3.VisibleIndex = 9;
+ this.gridColumn3.Width = 94;
+ //
+ // gridColumn4
+ //
+ this.gridColumn4.Caption = "鍗曟嵁鐘舵��";
+ this.gridColumn4.FieldName = "dataType";
+ this.gridColumn4.MinWidth = 25;
+ this.gridColumn4.Name = "gridColumn4";
+ this.gridColumn4.Visible = true;
+ this.gridColumn4.VisibleIndex = 10;
+ this.gridColumn4.Width = 94;
//
// pageBar1
//
@@ -379,6 +407,7 @@
// splitMx1.Panel2
//
this.splitMx1.Panel2.Text = "Panel2";
+ this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.splitMx1.Size = new System.Drawing.Size(1219, 570);
this.splitMx1.SplitterPosition = 120;
this.splitMx1.TabIndex = 0;
@@ -420,9 +449,8 @@
//
this.txt_remark.Location = new System.Drawing.Point(89, 78);
this.txt_remark.Name = "txt_remark";
- this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_remark.Properties.Appearance.Options.UseFont = true;
- this.txt_remark.Size = new System.Drawing.Size(218, 28);
+ this.txt_remark.Size = new System.Drawing.Size(218, 24);
this.txt_remark.StyleController = this.layoutMx1;
this.txt_remark.TabIndex = 252;
//
@@ -430,9 +458,8 @@
//
this.txt_lastupdateDate.Location = new System.Drawing.Point(388, 78);
this.txt_lastupdateDate.Name = "txt_lastupdateDate";
- this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
- this.txt_lastupdateDate.Size = new System.Drawing.Size(219, 28);
+ this.txt_lastupdateDate.Size = new System.Drawing.Size(219, 24);
this.txt_lastupdateDate.StyleController = this.layoutMx1;
this.txt_lastupdateDate.TabIndex = 243;
//
@@ -440,9 +467,8 @@
//
this.txt_fseller.Location = new System.Drawing.Point(988, 45);
this.txt_fseller.Name = "txt_fseller";
- this.txt_fseller.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fseller.Properties.Appearance.Options.UseFont = true;
- this.txt_fseller.Size = new System.Drawing.Size(219, 28);
+ this.txt_fseller.Size = new System.Drawing.Size(219, 24);
this.txt_fseller.StyleController = this.layoutMx1;
this.txt_fseller.TabIndex = 298;
//
@@ -450,9 +476,8 @@
//
this.txt_id.Location = new System.Drawing.Point(89, 12);
this.txt_id.Name = "txt_id";
- this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_id.Properties.Appearance.Options.UseFont = true;
- this.txt_id.Size = new System.Drawing.Size(218, 28);
+ this.txt_id.Size = new System.Drawing.Size(218, 24);
this.txt_id.StyleController = this.layoutMx1;
this.txt_id.TabIndex = 211;
//
@@ -460,9 +485,8 @@
//
this.txt_fforbidstatus.Location = new System.Drawing.Point(688, 45);
this.txt_fforbidstatus.Name = "txt_fforbidstatus";
- this.txt_fforbidstatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fforbidstatus.Properties.Appearance.Options.UseFont = true;
- this.txt_fforbidstatus.Size = new System.Drawing.Size(219, 28);
+ this.txt_fforbidstatus.Size = new System.Drawing.Size(219, 24);
this.txt_fforbidstatus.StyleController = this.layoutMx1;
this.txt_fforbidstatus.TabIndex = 291;
//
@@ -470,9 +494,8 @@
//
this.txt_custName.Location = new System.Drawing.Point(89, 45);
this.txt_custName.Name = "txt_custName";
- this.txt_custName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_custName.Properties.Appearance.Options.UseFont = true;
- this.txt_custName.Size = new System.Drawing.Size(218, 28);
+ this.txt_custName.Size = new System.Drawing.Size(218, 24);
this.txt_custName.StyleController = this.layoutMx1;
this.txt_custName.TabIndex = 217;
//
@@ -480,9 +503,8 @@
//
this.txt_custNo.Location = new System.Drawing.Point(388, 12);
this.txt_custNo.Name = "txt_custNo";
- this.txt_custNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_custNo.Properties.Appearance.Options.UseFont = true;
- this.txt_custNo.Size = new System.Drawing.Size(219, 28);
+ this.txt_custNo.Size = new System.Drawing.Size(219, 24);
this.txt_custNo.StyleController = this.layoutMx1;
this.txt_custNo.TabIndex = 213;
//
@@ -490,9 +512,8 @@
//
this.txt_custSname.Location = new System.Drawing.Point(388, 45);
this.txt_custSname.Name = "txt_custSname";
- this.txt_custSname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_custSname.Properties.Appearance.Options.UseFont = true;
- this.txt_custSname.Size = new System.Drawing.Size(219, 28);
+ this.txt_custSname.Size = new System.Drawing.Size(219, 24);
this.txt_custSname.StyleController = this.layoutMx1;
this.txt_custSname.TabIndex = 219;
//
@@ -500,9 +521,8 @@
//
this.txt_anred.Location = new System.Drawing.Point(988, 12);
this.txt_anred.Name = "txt_anred";
- this.txt_anred.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_anred.Properties.Appearance.Options.UseFont = true;
- this.txt_anred.Size = new System.Drawing.Size(219, 28);
+ this.txt_anred.Size = new System.Drawing.Size(219, 24);
this.txt_anred.StyleController = this.layoutMx1;
this.txt_anred.TabIndex = 231;
//
@@ -510,9 +530,8 @@
//
this.txt_telf1.Location = new System.Drawing.Point(688, 12);
this.txt_telf1.Name = "txt_telf1";
- this.txt_telf1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_telf1.Properties.Appearance.Options.UseFont = true;
- this.txt_telf1.Size = new System.Drawing.Size(219, 28);
+ this.txt_telf1.Size = new System.Drawing.Size(219, 24);
this.txt_telf1.StyleController = this.layoutMx1;
this.txt_telf1.TabIndex = 226;
//
@@ -545,29 +564,29 @@
this.layoutControlItem10});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
- columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition5.Width = 100D;
- columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition6.Width = 100D;
- columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition7.Width = 100D;
- columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition8.Width = 100D;
+ columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition1.Width = 100D;
+ columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition2.Width = 100D;
+ columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition3.Width = 100D;
+ columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition4.Width = 100D;
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
- columnDefinition5,
- columnDefinition6,
- columnDefinition7,
- columnDefinition8});
- rowDefinition4.Height = 100D;
- rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition5.Height = 100D;
- rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition6.Height = 100D;
- rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition1,
+ columnDefinition2,
+ columnDefinition3,
+ columnDefinition4});
+ rowDefinition1.Height = 100D;
+ rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition2.Height = 100D;
+ rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition3.Height = 100D;
+ rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
- rowDefinition4,
- rowDefinition5,
- rowDefinition6});
+ rowDefinition1,
+ rowDefinition2,
+ rowDefinition3});
this.Root.Size = new System.Drawing.Size(1219, 120);
this.Root.TextVisible = false;
//
@@ -770,5 +789,9 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
+ private DevExpress.Utils.ToolTipController tips;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
}
}
\ No newline at end of file
--
Gitblit v1.9.3