| | |
| | | this.tabPagePartInfo.Controls.Add(this._partInfoCtrl); |
| | | } |
| | | |
| | | |
| | | this._partInfoCtrl.SetBindingData( |
| | | if (this._currentPump == null) |
| | | { |
| | | this._partInfoCtrl.Enabled = false; |
| | | } |
| | | else |
| | | { |
| | | this._partInfoCtrl.SetBindingData( |
| | | this._currentPump, |
| | | this._currentMotor, |
| | | this._currentPart, |
| | | this._featTestItem.ElectricInfo); |
| | | } |
| | | } |
| | | |
| | | //PumpTestBimfaceViewCtrl _model3dCtrl = null; |
| | |
| | | } |
| | | private void EditPumpMore() |
| | | { |
| | | if (_currentPump == null) |
| | | return; |
| | | |
| | | WaitFrmHelper.ShowWaitForm(); |
| | | TProduct.WinFrmUI.Data4Factory.EditProductPumpDlg |
| | | dlg = new Data4Factory.EditProductPumpDlg(); |