From aafffe61d42c6f0b731af002012979a6a0ead974 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 29 五月 2025 16:39:41 +0800 Subject: [PATCH] 过站 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs index 4ec4dfb..75b8d87 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs @@ -128,8 +128,10 @@ this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.alertControl1 = new DevExpress.XtraBars.Alerter.AlertControl(this.components); this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.alertControl1 = new DevExpress.XtraBars.Alerter.AlertControl(this.components); + this.txt_dianJianPath = new DevExpress.XtraEditors.TextEdit(); + this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit(); this.splitMx1.Panel1.SuspendLayout(); @@ -190,6 +192,8 @@ this.tabMxPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_dianJianPath.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); this.SuspendLayout(); // // splitMx1 @@ -262,6 +266,7 @@ this.layoutMx1.Controls.Add(this.txt_sjDate); this.layoutMx1.Controls.Add(this.btnGood); this.layoutMx1.Controls.Add(this.btnBad); + this.layoutMx1.Controls.Add(this.txt_dianJianPath); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Name = "layoutMx1"; @@ -447,7 +452,8 @@ this.layoutControlItem16, this.layoutControlItem17, this.layoutControlItem13, - this.layoutControlItem11}); + this.layoutControlItem11, + this.layoutControlItem18}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -1226,6 +1232,26 @@ this.gridColumn23.VisibleIndex = 12; this.gridColumn23.Width = 94; // + // txt_dianJianPath + // + this.txt_dianJianPath.Location = new System.Drawing.Point(286, 152); + this.txt_dianJianPath.Name = "txt_dianJianPath"; + this.txt_dianJianPath.Properties.ReadOnly = true; + this.txt_dianJianPath.Size = new System.Drawing.Size(126, 24); + this.txt_dianJianPath.StyleController = this.layoutMx1; + this.txt_dianJianPath.TabIndex = 21; + // + // layoutControlItem18 + // + this.layoutControlItem18.Control = this.txt_dianJianPath; + this.layoutControlItem18.Location = new System.Drawing.Point(202, 140); + this.layoutControlItem18.Name = "layoutControlItem18"; + this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 5; + this.layoutControlItem18.Size = new System.Drawing.Size(202, 31); + this.layoutControlItem18.Text = "鐢垫璺緞"; + this.layoutControlItem18.TextSize = new System.Drawing.Size(60, 18); + // // Frm_Work01 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -1302,6 +1328,8 @@ this.tabMxPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_dianJianPath.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); this.ResumeLayout(false); } @@ -1399,5 +1427,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn21; private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; private DevExpress.XtraGrid.Columns.GridColumn gridColumn23; + private DevExpress.XtraEditors.TextEdit txt_dianJianPath; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; } } \ No newline at end of file -- Gitblit v1.9.3