tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/MainPage性能测试/FeatTestIngMainPage_基本信息.cs
@@ -72,7 +72,7 @@
                };
                this._partInfoCtrl.OnChangePumpInfo += (rateParas) =>
                this._partInfoCtrl.OnChangeRatedParas += (rateParas) =>
                {
                    if (rateParas != this._ratedParas.ToJson())
                    {
@@ -92,18 +92,13 @@
            }
            if(this._currentPump == null)
            {
                this._partInfoCtrl.Enabled = false;
            }
            else
            {
                this._partInfoCtrl.SetBindingData(
                    this._currentPump,
                    this._currentMotor,
                    this._currentPart,
                    this._testItem.ElectricInfo);
            }
        }
@@ -172,7 +167,7 @@
            }
            var elementHost1 = new System.Windows.Forms.Integration.ElementHost();
            TProduct.ProcessDrawing.MainView.MainDisplayWindow process_ctrl = new TProduct.ProcessDrawing.MainView.MainDisplayWindow();
            process_ctrl.SetCurrentPipeIndex(this._workBenchInfo.PipeIndex);
            process_ctrl.SetCurrentPipelineID(this._workBenchInfo.PipelineID);
            process_ctrl.SetContaiterSize(tabPage3D.Width, tabPage3D.Height);
            elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;