lixiaojun
2024-11-30 8eb1a19c55846f70b3b6bf43e32c2e94333d52e7
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            xtraUserControl11 = new PumpSingleMatchingCtrl();
            pumpSingleMatchingCtrl = new PumpSingleMatchingCtrl();
            btnComplete = new SimpleButton();
            btnCancel = new SimpleButton();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
@@ -48,7 +48,7 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(xtraUserControl11);
            layoutControl1.Controls.Add(pumpSingleMatchingCtrl);
            layoutControl1.Controls.Add(btnComplete);
            layoutControl1.Controls.Add(btnCancel);
            layoutControl1.Dock = DockStyle.Fill;
@@ -62,11 +62,11 @@
            // 
            // xtraUserControl11
            // 
            xtraUserControl11.Location = new Point(0, 0);
            xtraUserControl11.Margin = new Padding(0);
            xtraUserControl11.Name = "xtraUserControl11";
            xtraUserControl11.Size = new Size(1347, 677);
            xtraUserControl11.TabIndex = 7;
            pumpSingleMatchingCtrl.Location = new Point(0, 0);
            pumpSingleMatchingCtrl.Margin = new Padding(0);
            pumpSingleMatchingCtrl.Name = "xtraUserControl11";
            pumpSingleMatchingCtrl.Size = new Size(1347, 677);
            pumpSingleMatchingCtrl.TabIndex = 7;
            // 
            // btnComplete
            // 
@@ -140,7 +140,7 @@
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = xtraUserControl11;
            layoutControlItem1.Control = pumpSingleMatchingCtrl;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
@@ -176,7 +176,7 @@
        private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
        private DevExpress.XtraLayout.LayoutControlItem itemForCancel;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private PumpSingleMatchingCtrl xtraUserControl11;
        private PumpSingleMatchingCtrl pumpSingleMatchingCtrl;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}