Ejemplo n.º 1
0
        //###############################################CLASS MultipleAdditionalPaymentCreate EVENTS##################################################
        //event is raised when the class is loaded
        private void ClassLoad(object sender, EventArgs e)
        {
            dgvList.DataSource = _cashieringManager.StudentTableFormatIsForApply;
            RemoteClient.ProcStatic.SetDataGridViewColumns(dgvList, false);

            _additionalFeeInfo     = new CommonExchange.StudentAdditionalFee();
            _additionalFeeInfoTemp = (CommonExchange.StudentAdditionalFee)_additionalFeeInfo.Clone();

            this.ctlPayment.SchoolYearComboBox.Enabled = false;
            this.ctlPayment.DisableMoveCapability();

            _cashieringManager.InitializeSchoolYearCombo(this.ctlPayment.SchoolYearComboBox);
            _cashieringManager.InitializeCourseCheckedListBox(this.ctlPayment.CourseCheckedListBox);
            _cashieringManager.InitializeYearLevelCheckedListBox(this.ctlPayment.YearLevelCheckedListBox);

            this.ctlPayment.Select();
            this.ctlPayment.SetFocusOnSearchTextBox();
        }//------------------
 //###########################################Class DiscountReportControl EVENTS#####################################################
 //event is raised when the class is loaded
 private void ClassLoad(object sender, EventArgs e)
 {
     _cashieringManager.InitializeSchoolYearCombo(this.cboYear);
     _cashieringManager.InitializeCourseCheckedListBox(this.cbxCourse);
     _cashieringManager.InitializeScholarshipListBox(this.cbxScholarship);
 }//-------------------------
Ejemplo n.º 3
0
 //###########################################Class FeeRegisterSummarizedReportControl EVENTS#####################################################
 //event is raised when the class is loaded
 private void ClassLoad(object sender, EventArgs e)
 {
     _cashieringManager.InitializeSchoolYearCombo(this.cboYear);
 }//-----------------------
Ejemplo n.º 4
0
 //###########################################Class StudentBalanceReport EVENTS#####################################################
 //event is raised when the class is loaded
 private void StudentBalanceReportLoad(object sender, EventArgs e)
 {
     _cashieringManager.InitializeSchoolYearCombo(this.cboYear);
 }//-----------------------