Beispiel #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            panel4.Controls.Clear();
            loanmaintenance p1 = new loanmaintenance();

            p1.Owner    = this;
            p1.TopLevel = false;
            panel4.Controls.Add(p1);
            p1.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            p1.Dock            = DockStyle.Fill;
            p1.Show();
        }
Beispiel #2
0
        private void button5_Click_1(object sender, EventArgs e)
        {
            panel5.Visible = false;
            panel6.Visible = false;
            button19.Font  = new Font("Palatino Linotype", button19.Font.Size, FontStyle.Bold, GraphicsUnit.Point);
            button18.Font  = new Font("Palatino Linotype", button19.Font.Size, FontStyle.Bold, GraphicsUnit.Point);
            button23.Font  = new Font("Palatino Linotype", button19.Font.Size, FontStyle.Bold, GraphicsUnit.Point);
            panel4.Controls.Clear();
            loanmaintenance p1 = new loanmaintenance();

            p1.Owner    = this;
            p1.TopLevel = false;
            panel4.Controls.Add(p1);
            p1.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            p1.Dock            = DockStyle.Fill;
            p1.Show();
        }