From defcac44117c17ad729e71dc3d54b087d5b46cf9 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 28 八月 2025 17:40:49 +0800 Subject: [PATCH] 销售 --- DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs | 29 +++++++++++++++++++++-------- 1 files changed, 21 insertions(+), 8 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs index a14ace8..ee46cd9 100644 --- a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs @@ -235,6 +235,7 @@ this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); @@ -489,7 +490,8 @@ this.gridColumn17, this.gridColumn30, this.gridColumn5, - this.gridColumn6}); + this.gridColumn6, + this.gridColumn31}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -1047,9 +1049,9 @@ // // txt_aboutGuid // - this.txt_aboutGuid.Location = new System.Drawing.Point(800, 124); + this.txt_aboutGuid.Location = new System.Drawing.Point(1125, 149); this.txt_aboutGuid.Name = "txt_aboutGuid"; - this.txt_aboutGuid.Size = new System.Drawing.Size(183, 24); + this.txt_aboutGuid.Size = new System.Drawing.Size(184, 24); this.txt_aboutGuid.StyleController = this.layoutMx1; this.txt_aboutGuid.TabIndex = 816; // @@ -1109,11 +1111,11 @@ // layoutControlItem36 // this.layoutControlItem36.Control = this.txt_aboutGuid; - this.layoutControlItem36.Location = new System.Drawing.Point(650, 112); + this.layoutControlItem36.Location = new System.Drawing.Point(975, 140); this.layoutControlItem36.Name = "layoutControlItem36"; - this.layoutControlItem36.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem36.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem36.Size = new System.Drawing.Size(325, 28); + this.layoutControlItem36.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem36.OptionsTableLayoutItem.RowIndex = 5; + this.layoutControlItem36.Size = new System.Drawing.Size(326, 28); this.layoutControlItem36.Text = "鐢熶骇閫�鏂欐槑缁咷UID"; this.layoutControlItem36.TextSize = new System.Drawing.Size(126, 18); // @@ -2520,6 +2522,16 @@ // this.gridView4.Name = "gridView4"; // + // gridColumn31 + // + this.gridColumn31.Caption = "鍏ュ簱缁勭粐"; + this.gridColumn31.FieldName = "receivingOrg"; + this.gridColumn31.MinWidth = 25; + this.gridColumn31.Name = "gridColumn31"; + this.gridColumn31.Visible = true; + this.gridColumn31.VisibleIndex = 20; + this.gridColumn31.Width = 94; + // // RkDetect01 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -2820,7 +2832,6 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem33; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem34; private DevExpress.XtraEditors.TextEdit txt_aboutGuid; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem36; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24; @@ -2844,5 +2855,7 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25; private DevExpress.XtraEditors.TextEdit txt_receiveOrgId; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem36; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn31; } } \ No newline at end of file -- Gitblit v1.9.3