//日退钟 private void btnDayReturn_Click(object sender, EventArgs e) { var form = new DayReturnForm(m_User); form.ShowDialog(); }