示例#1
0
        private void frmRptDateWiseActivity_Load(object sender, EventArgs e)
        {
            this.ControlBox     = false;
            this.DoubleBuffered = true;
            this.WindowState    = FormWindowState.Maximized;
            MDIParent frmMain = (MDIParent)this.Tag;

            frmMain.MDIREFRESH();
        }
示例#2
0
        private void UserMasterList_Load(object sender, EventArgs e)
        {
            this.ControlBox     = false;
            this.DoubleBuffered = true;
            this.WindowState    = FormWindowState.Maximized;
            MDIParent frmMain = (MDIParent)this.Tag;

            frmMain.MDIREFRESH();
            publicUserList = this;
            DisplaylstUserRecords();
        }
示例#3
0
        private void frmStudentIdList_Load(object sender, EventArgs e)
        {
            this.ControlBox     = false;
            this.DoubleBuffered = true;
            this.WindowState    = FormWindowState.Maximized;
            MDIParent frmMain = (MDIParent)this.Tag;

            frmMain.MDIREFRESH();
            publicStudentIDList = this;
            DisplaylstStudentIDRecords();

            frmMain.MDIDISABLED_FORSTUDENT();
        }
示例#4
0
        private void frmVerifyStudent_Load(object sender, EventArgs e)
        {
            publicVerifyStudent = this;
            this.ControlBox     = false;
            this.DoubleBuffered = true;
            this.WindowState    = FormWindowState.Maximized;
            MDIParent frmMain = (MDIParent)this.Tag;

            frmMain.MDIREFRESH();
            frmMain.MDIDISABLED();
            populatePendingRecord();
            populateVerifiedRecord();
        }