//新窗口 private void tsmiNew_Click(object sender, EventArgs e) { Forms.DBC childForm = new Forms.DBC(); childForm.Show(dockPanel1); }