//计算工资 private void btn_cal_Click(object sender, EventArgs e) { Form_Cal fc = new Form_Cal(Utils.formLeft, Utils.formTop); fc.ShowDialog(); }