private void barButtonItem4_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { //预测结果 FormForecastDResultAll frm = new FormForecastDResultAll(this.Text + "-预测结果"); frm.ShowDialog(); }