From 1c3e5bc50d3045d51cb9a9f747d53442b82d9e2c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 十二月 2024 17:50:22 +0800 Subject: [PATCH] 资产修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/05-elbows/AssetsElbowSingleMatchingDlg.Designer.cs | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/05-elbows/AssetsElbowSingleMatchingDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/05-elbows/AssetsElbowSingleMatchingDlg.Designer.cs index 46ca67d..97535f0 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/05-elbows/AssetsElbowSingleMatchingDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/05-elbows/AssetsElbowSingleMatchingDlg.Designer.cs @@ -29,10 +29,10 @@ private void InitializeComponent() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - Root = new DevExpress.XtraLayout.LayoutControlGroup(); - assetsElbowSingleMatchingCtrl1 = new AssetsElbowSingleMatchingCtrl(); - layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); + assetsElbowSingleMatchingCtrl1 = new AssetsElbowSingleMatchingCtrl(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); @@ -53,31 +53,6 @@ layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // - // Root - // - Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - Root.GroupBordersVisible = false; - Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 }); - Root.Name = "Root"; - Root.Size = new Size(978, 552); - Root.TextVisible = false; - // - // assetsElbowSingleMatchingCtrl1 - // - assetsElbowSingleMatchingCtrl1.Location = new Point(12, 12); - assetsElbowSingleMatchingCtrl1.Name = "assetsElbowSingleMatchingCtrl1"; - assetsElbowSingleMatchingCtrl1.Size = new Size(954, 498); - assetsElbowSingleMatchingCtrl1.TabIndex = 4; - // - // layoutControlItem1 - // - layoutControlItem1.Control = assetsElbowSingleMatchingCtrl1; - layoutControlItem1.Location = new Point(0, 0); - layoutControlItem1.Name = "layoutControlItem1"; - layoutControlItem1.Size = new Size(958, 502); - layoutControlItem1.TextSize = new Size(0, 0); - layoutControlItem1.TextVisible = false; - // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); @@ -88,6 +63,31 @@ generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(954, 26); generalOkAndCancelCtrl1.TabIndex = 5; + // + // assetsElbowSingleMatchingCtrl1 + // + assetsElbowSingleMatchingCtrl1.Location = new Point(12, 12); + assetsElbowSingleMatchingCtrl1.Name = "assetsElbowSingleMatchingCtrl1"; + assetsElbowSingleMatchingCtrl1.Size = new Size(954, 498); + assetsElbowSingleMatchingCtrl1.TabIndex = 4; + // + // Root + // + Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 }); + Root.Name = "Root"; + Root.Size = new Size(978, 552); + Root.TextVisible = false; + // + // layoutControlItem1 + // + layoutControlItem1.Control = assetsElbowSingleMatchingCtrl1; + layoutControlItem1.Location = new Point(0, 0); + layoutControlItem1.Name = "layoutControlItem1"; + layoutControlItem1.Size = new Size(958, 502); + layoutControlItem1.TextSize = new Size(0, 0); + layoutControlItem1.TextVisible = false; // // layoutControlItem2 // @@ -106,7 +106,7 @@ Controls.Add(layoutControl1); Name = "AssetsElbowSingleMatchingDlg"; StartPosition = FormStartPosition.CenterParent; - Text = "鍐峰嵈濉�"; + Text = "寮ご"; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); -- Gitblit v1.9.3