//日点钟 private void btnDayOrder_Click(object sender, EventArgs e) { DayOrderForm form = new DayOrderForm(m_User); form.ShowDialog(); }