Example #1
0
        private void університетToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Checker();
            FormLab15Child1 ch = new FormLab15Child1(Properties.Resources.PhotoGalleryText, Properties.Resources.PhotoGallery3Label,
                                                     Properties.Resources.allButton, Properties.Resources.PhotoGallery3Photo);

            ch.MdiParent = this;
            ch.Show();
        }
Example #2
0
        private void проПрограмуToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Checker();
            FormLab15Child1 ch = new FormLab15Child1(Properties.Resources.aboutUsText, Properties.Resources.aboutUsLabel,
                                                     Properties.Resources.allButton, Properties.Resources.aboutUsPhoto, 300, 300);

            ch.MdiParent = this;
            ch.Show();
        }
Example #3
0
        private void середовищеРозробкиToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Checker();
            FormLab15Child1 ch = new FormLab15Child1(Properties.Resources.PhotoGalleryText, Properties.Resources.PhotoGallery2Label,
                                                     Properties.Resources.allButton, Properties.Resources.PhotoGallery2Photo);

            ch.MdiParent = this;
            ch.Show();
        }
Example #4
0
        private void повідомленняToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Checker();
            FormLab15Child1 ch = new FormLab15Child1(Properties.Resources.messText, Properties.Resources.messLabel,
                                                     Properties.Resources.allButton, Properties.Resources.messPhoto, 600, 600);

            ch.MdiParent = this;
            ch.Show();
        }