duheng
2024-09-23 6f8c6a3b2277b92a24319f672811da113861cfc1
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsMainChoicePage.Designer.cs
@@ -31,7 +31,7 @@
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(AssetsMainChoicePage));
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            simpleButton2 = new SimpleButton();
            BtnOK = new SimpleButton();
            tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
            tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
@@ -49,10 +49,8 @@
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            BtnOK = new SimpleButton();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)tabPane1).BeginInit();
@@ -66,15 +64,13 @@
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)emptySpaceItem2).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)emptySpaceItem2).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(BtnOK);
            layoutControl1.Controls.Add(simpleButton2);
            layoutControl1.Controls.Add(tabPane1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
@@ -84,17 +80,18 @@
            layoutControl1.TabIndex = 1;
            layoutControl1.Text = "layoutControl1";
            // 
            // simpleButton2
            // BtnOK
            // 
            simpleButton2.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
            simpleButton2.Appearance.Options.UseBackColor = true;
            simpleButton2.DialogResult = DialogResult.Cancel;
            simpleButton2.Location = new Point(868, 511);
            simpleButton2.Name = "simpleButton2";
            simpleButton2.Size = new Size(90, 22);
            simpleButton2.StyleController = layoutControl1;
            simpleButton2.TabIndex = 3;
            simpleButton2.Text = "取消";
            BtnOK.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            BtnOK.Appearance.Options.UseBackColor = true;
            BtnOK.DialogResult = DialogResult.Cancel;
            BtnOK.Location = new Point(870, 511);
            BtnOK.Name = "BtnOK";
            BtnOK.Size = new Size(88, 22);
            BtnOK.StyleController = layoutControl1;
            BtnOK.TabIndex = 2;
            BtnOK.Text = "确定";
            BtnOK.Click += btnComplete_Click;
            // 
            // tabPane1
            // 
@@ -219,7 +216,7 @@
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem3, layoutControlItem2 });
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem2 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(960, 535);
@@ -239,17 +236,17 @@
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 509);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(777, 26);
            emptySpaceItem1.Size = new Size(868, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // layoutControlItem3
            // layoutControlItem2
            // 
            layoutControlItem3.Control = simpleButton2;
            layoutControlItem3.Location = new Point(866, 509);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(94, 26);
            layoutControlItem3.TextSize = new Size(0, 0);
            layoutControlItem3.TextVisible = false;
            layoutControlItem2.Control = BtnOK;
            layoutControlItem2.Location = new Point(868, 509);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(92, 26);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            // 
            // emptySpaceItem2
            // 
@@ -258,28 +255,6 @@
            emptySpaceItem2.Name = "emptySpaceItem1";
            emptySpaceItem2.Size = new Size(857, 26);
            emptySpaceItem2.TextSize = new Size(0, 0);
            //
            // BtnOK
            //
            BtnOK.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            BtnOK.Appearance.Options.UseBackColor = true;
            BtnOK.DialogResult = DialogResult.Cancel;
            BtnOK.Location = new Point(779, 511);
            BtnOK.Name = "BtnOK";
            BtnOK.Size = new Size(85, 22);
            BtnOK.StyleController = layoutControl1;
            BtnOK.TabIndex = 2;
            BtnOK.Text = "确定";
            BtnOK.Click += btnComplete_Click;
            //
            // layoutControlItem2
            //
            layoutControlItem2.Control = BtnOK;
            layoutControlItem2.Location = new Point(777, 509);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(89, 26);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            // 
            // AssetsMainChoicePage
            // 
@@ -301,9 +276,8 @@
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)emptySpaceItem2).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)emptySpaceItem2).EndInit();
            ResumeLayout(false);
        }
@@ -327,8 +301,6 @@
        private ElbowsMatchingCtrl elbowsMatchingCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private SimpleButton simpleButton2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
        private SimpleButton BtnOK;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;