private void 仿真控制ToolStripMenuItem_Click(object sender, EventArgs e) { simf = simform.createform(); simf.MdiParent = this; simf.Show(); simf.Focus(); }
private void 仿真控制ToolStripMenuItem_Click(object sender, EventArgs e) { simf = simform.createform(); simf.MdiParent = this; simf.WindowState = FormWindowState.Maximized; simf.Show(); simf.Focus(); this.Width++; this.Invalidate(); this.Width--; }