private void simpleButton1_Click(object sender, EventArgs e) { //if (ctrlPSP_PlanList1.FocusedObject == null) //{ // MessageBox.Show("请选择记录。","提示",MessageBoxButtons.OK,MessageBoxIcon.Information); // return; //} //key = ctrlPSP_PlanList1.FocusedObject.UID; //this.DialogResult = DialogResult.Yes; //this.Close(); frmLineParMng par = new frmLineParMng(); par.ShowDialog(); }