void ReleaseDesignerOutlets()
        {
            if (IBAccountCodeDoneBar != null)
            {
                IBAccountCodeDoneBar.Dispose();
                IBAccountCodeDoneBar = null;
            }

            if (IBAccountCodePicker != null)
            {
                IBAccountCodePicker.Dispose();
                IBAccountCodePicker = null;
            }

            if (IBAccountCodeTitleLbl != null)
            {
                IBAccountCodeTitleLbl.Dispose();
                IBAccountCodeTitleLbl = null;
            }

            if (IBAccountCodeTxt != null)
            {
                IBAccountCodeTxt.Dispose();
                IBAccountCodeTxt = null;
            }

            if (IBaccountDoneBtn != null)
            {
                IBaccountDoneBtn.Dispose();
                IBaccountDoneBtn = null;
            }

            if (IBCancelBtn != null)
            {
                IBCancelBtn.Dispose();
                IBCancelBtn = null;
            }

            if (IBEntityCodeTiltleLbl != null)
            {
                IBEntityCodeTiltleLbl.Dispose();
                IBEntityCodeTiltleLbl = null;
            }

            if (IBEntityDoneBar != null)
            {
                IBEntityDoneBar.Dispose();
                IBEntityDoneBar = null;
            }

            if (IBEntityDoneBtn != null)
            {
                IBEntityDoneBtn.Dispose();
                IBEntityDoneBtn = null;
            }

            if (IBEntityPicker != null)
            {
                IBEntityPicker.Dispose();
                IBEntityPicker = null;
            }

            if (IBEntityTxt != null)
            {
                IBEntityTxt.Dispose();
                IBEntityTxt = null;
            }

            if (IBMeBtn != null)
            {
                IBMeBtn.Dispose();
                IBMeBtn = null;
            }

            if (IBNotesDetailsLbl != null)
            {
                IBNotesDetailsLbl.Dispose();
                IBNotesDetailsLbl = null;
            }

            if (IBNotesDetailsTxt != null)
            {
                IBNotesDetailsTxt.Dispose();
                IBNotesDetailsTxt = null;
            }

            if (IBNotesHeaderLbl != null)
            {
                IBNotesHeaderLbl.Dispose();
                IBNotesHeaderLbl = null;
            }

            if (IBNotesHeaderTxt != null)
            {
                IBNotesHeaderTxt.Dispose();
                IBNotesHeaderTxt = null;
            }

            if (IBPubicBtn != null)
            {
                IBPubicBtn.Dispose();
                IBPubicBtn = null;
            }

            if (IBSaveBtn != null)
            {
                IBSaveBtn.Dispose();
                IBSaveBtn = null;
            }

            if (IBSelectedBtn != null)
            {
                IBSelectedBtn.Dispose();
                IBSelectedBtn = null;
            }

            if (ScrollVw != null)
            {
                ScrollVw.Dispose();
                ScrollVw = null;
            }
        }
Beispiel #2
0
        void ReleaseDesignerOutlets()
        {
            if (IBAccountCodeDoneBar != null)
            {
                IBAccountCodeDoneBar.Dispose();
                IBAccountCodeDoneBar = null;
            }

            if (IBAccountCodePicker != null)
            {
                IBAccountCodePicker.Dispose();
                IBAccountCodePicker = null;
            }

            if (IBAccountCodeTitleLbl != null)
            {
                IBAccountCodeTitleLbl.Dispose();
                IBAccountCodeTitleLbl = null;
            }

            if (IBAccountCodeTxt != null)
            {
                IBAccountCodeTxt.Dispose();
                IBAccountCodeTxt = null;
            }

            if (IBaccountDoneBtn != null)
            {
                IBaccountDoneBtn.Dispose();
                IBaccountDoneBtn = null;
            }

            if (IBDateTimeDoneBar != null)
            {
                IBDateTimeDoneBar.Dispose();
                IBDateTimeDoneBar = null;
            }

            if (IBDateTimeDoneBtn != null)
            {
                IBDateTimeDoneBtn.Dispose();
                IBDateTimeDoneBtn = null;
            }

            if (IBDateTimePicker != null)
            {
                IBDateTimePicker.Dispose();
                IBDateTimePicker = null;
            }

            if (IBEmptyLbl != null)
            {
                IBEmptyLbl.Dispose();
                IBEmptyLbl = null;
            }

            if (IBEntityCodeTiltleLbl != null)
            {
                IBEntityCodeTiltleLbl.Dispose();
                IBEntityCodeTiltleLbl = null;
            }

            if (IBEntityDoneBar != null)
            {
                IBEntityDoneBar.Dispose();
                IBEntityDoneBar = null;
            }

            if (IBEntityDoneBtn != null)
            {
                IBEntityDoneBtn.Dispose();
                IBEntityDoneBtn = null;
            }

            if (IBEntityPicker != null)
            {
                IBEntityPicker.Dispose();
                IBEntityPicker = null;
            }

            if (IBEntityTxt != null)
            {
                IBEntityTxt.Dispose();
                IBEntityTxt = null;
            }

            if (IBFromDateTxt != null)
            {
                IBFromDateTxt.Dispose();
                IBFromDateTxt = null;
            }

            if (IBNotesTbl != null)
            {
                IBNotesTbl.Dispose();
                IBNotesTbl = null;
            }

            if (IBSearchBtn != null)
            {
                IBSearchBtn.Dispose();
                IBSearchBtn = null;
            }

            if (IBToDateTxt != null)
            {
                IBToDateTxt.Dispose();
                IBToDateTxt = null;
            }

            if (IBToLbl != null)
            {
                IBToLbl.Dispose();
                IBToLbl = null;
            }
        }