//мощность двигателя private void pbxClearMtPrPower_Click(object sender, EventArgs e) { dgvcCmbPowMtPr.DefaultCellStyle.BackColor = Color.White; bs_mtPowMtPr.DataSource = EquipServices.GetAllMotorPow(); motorPowerMtPr = null; cboMtPrPower.ResetText(); SearchContByParams(null); }
//загрузка источников для MotorProtect private void MtPrDataSourceLoad() { bs_mtPowMtPr.DataSource = EquipServices.GetAllMotorPow(); bs_mtCurMtPr.DataSource = EquipServices.GetAllMotorCur(); bs_contCurMtPr.DataSource = EquipServices.GetAllContCur(); bs_relayMtPr.DataSource = EquipServices.GetHasRealy(); bs_coilMtPr.DataSource = EquipServices.GetCoilType(); bs_typeMtPr.DataSource = EquipServices.GetCoordType(); bs_manfMtPr.DataSource = EquipServices.GetAllManuf(); bs_seriaMtPr.DataSource = EquipServices.GetAllSeria(); bs_CbrMtPr.DataSource = EquipServices.GetAllCbr(); ComboResetText(gbxFilterMtPr); }