duheng
2024-11-11 53ca1ab0c4a3d35fea83e4dd3dcde40e93428df5
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/07-fourlink/01-threelinksinglematching/FourLinkSingMatchingDlg.Designer.cs
@@ -1,4 +1,4 @@
namespace HStation.WinFrmUI.Xhs
namespace HStation.WinFrmUI
    partial class FourLinkSingMatchingDlg
    {
@@ -29,21 +29,21 @@
        private void InitializeComponent()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            FourlinkSingleMatchingForm1 = new FourLinkSingleMatchingForm();
            btnComplete = new SimpleButton();
            btnCancel = new SimpleButton();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
            FourlinkSingleMatchingForm1 = new FourLinkSingleMatchingForm();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)itemForCancel).BeginInit();
            ((ISupportInitialize)itemForComplete).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)itemForCancel).BeginInit();
            ((ISupportInitialize)itemForComplete).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
@@ -59,6 +59,13 @@
            layoutControl1.Size = new Size(747, 432);
            layoutControl1.TabIndex = 6;
            layoutControl1.Text = "layoutControl1";
            //
            // FourlinkSingleMatchingForm1
            //
            FourlinkSingleMatchingForm1.Location = new Point(2, 2);
            FourlinkSingleMatchingForm1.Name = "FourlinkSingleMatchingForm1";
            FourlinkSingleMatchingForm1.Size = new Size(743, 402);
            FourlinkSingleMatchingForm1.TabIndex = 0;
            // 
            // btnComplete
            // 
@@ -76,7 +83,7 @@
            // 
            // btnCancel
            // 
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnCancel.Appearance.Options.UseBackColor = true;
            btnCancel.DialogResult = DialogResult.Cancel;
            btnCancel.Location = new Point(641, 408);
@@ -97,6 +104,23 @@
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(747, 432);
            Root.TextVisible = false;
            //
            // layoutControlItem1
            //
            layoutControlItem1.Control = FourlinkSingleMatchingForm1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(747, 406);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            //
            // emptySpaceItem1
            //
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 406);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(531, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // itemForCancel
            // 
@@ -122,46 +146,22 @@
            itemForComplete.TextSize = new Size(0, 0);
            itemForComplete.TextVisible = false;
            // 
            // FourlinkSingleMatchingForm1
            //
            FourlinkSingleMatchingForm1.Location = new Point(2, 2);
            FourlinkSingleMatchingForm1.Name = "pipeLineSingleMatchingForm1";
            FourlinkSingleMatchingForm1.Size = new Size(743, 402);
            FourlinkSingleMatchingForm1.TabIndex = 0;
            //
            // layoutControlItem1
            //
            layoutControlItem1.Control = FourlinkSingleMatchingForm1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(747, 406);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            //
            // emptySpaceItem1
            //
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 406);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(531, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            //
            // PipeSingMatchingDlg
            // FourLinkSingMatchingDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(747, 432);
            Controls.Add(layoutControl1);
            Name = "PipeLineSingMatchingDlg";
            Name = "FourLinkSingMatchingDlg";
            StartPosition = FormStartPosition.CenterScreen;
            Text = "管道匹配";
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)itemForCancel).EndInit();
            ((ISupportInitialize)itemForComplete).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)itemForCancel).EndInit();
            ((ISupportInitialize)itemForComplete).EndInit();
            ResumeLayout(false);
        }