Example #1
0
        public MainMenu2()
        {
            InitializeComponent();
            this.WindowState = FormWindowState.Maximized;

            LoginForm = new Login();

            ViewUserForm           = new ViewUser(this);
            ViewUserForm.MdiParent = this;

            LoginForm           = new Login(this);
            LoginForm.MdiParent = this;

            AddUserForm           = new AddUser(this);
            AddUserForm.MdiParent = this;

            TextMsgForm           = new TextMessage(this);
            TextMsgForm.MdiParent = this;

            EmailForm           = new Email(this);
            EmailForm.MdiParent = this;

            UndelForm           = new Undelete(this);
            UndelForm.MdiParent = this;

            SearchForm           = new Search(this);
            SearchForm.MdiParent = this;

            FeeForm           = new Fees(this);
            FeeForm.MdiParent = this;

            NPOForm           = new NewPurchaseOrder(this);
            NPOForm.MdiParent = this;

            POHForm           = new Purchase_Order_History(this);
            POHForm.MdiParent = this;

            ChkInForm           = new CheckIn(this);
            ChkInForm.MdiParent = this;

            ChkOutForm           = new CheckOut(this);
            ChkOutForm.MdiParent = this;

            VVForm           = new ViewVendor(this);
            VVForm.MdiParent = this;

            AVForm           = new AddVendor(this);
            AVForm.MdiParent = this;

            LoginForm.Show();
        }
Example #2
0
        private void checkoutToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            CheckOut chout = new CheckOut();

            chout.Show();
        }
Example #3
0
        private void CkOutMag_Click(object sender, EventArgs e)
        {
            CheckOut COMag = new CheckOut();

            COMag.Show();
        }
Example #4
0
        private void CkOutDVD_Click(object sender, EventArgs e)
        {
            CheckOut CODVD = new CheckOut();

            CODVD.Show();
        }
Example #5
0
        private void ChkOutCD_Click(object sender, EventArgs e)
        {
            CheckOut COCD = new CheckOut();

            COCD.Show();
        }
Example #6
0
        private void ChkOutBk_Click(object sender, EventArgs e)
        {
            CheckOut COB = new CheckOut();

            COB.Show();
        }
Example #7
0
        private void button5_Click(object sender, EventArgs e)
        {
            CheckOut chout = new CheckOut();

            chout.Show();
        }