Beispiel #1
0
 private void загрузкаОплатыToolStripMenuItem_Click(object sender, EventArgs e)
 {
     double w = this.Width;
     int h = this.Height;
     load_pay newMDICheild = new load_pay();
     newMDICheild.MdiParent = this;
     // Display the new form.
     newMDICheild.Show();
     newMDICheild.Width = Convert.ToInt16(w * 0.95);
     newMDICheild.Height = Convert.ToInt16(h * 0.90);
 }
Beispiel #2
0
        private void загрузкаОплатыToolStripMenuItem_Click(object sender, EventArgs e)
        {
            double   w            = this.Width;
            int      h            = this.Height;
            load_pay newMDICheild = new load_pay();

            newMDICheild.MdiParent = this;
            // Display the new form.
            newMDICheild.Show();
            newMDICheild.Width  = Convert.ToInt16(w * 0.95);
            newMDICheild.Height = Convert.ToInt16(h * 0.90);
        }