//综合检测控件 private void AllDe() { PanWindow.Controls.Clear(); MainUserControl mainUserControl = new MainUserControl(true, true, true, true); mainUserControl.Dock = DockStyle.Fill; PanWindow.Controls.Add(mainUserControl); }
private void IndexDetection_Click(object sender, EventArgs e) { PanWindow.Controls.Clear(); MainUserControl one = new MainUserControl(false, false, false, true); one.Dock = DockStyle.Fill; PanWindow.Controls.Add(one); }