Ejemplo n.º 1
0
 private void 仿真控制ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     simf = simform.createform();
     simf.MdiParent = this;
     simf.Show();
     simf.Focus();
 }
Ejemplo n.º 2
0
        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--;

            
        }