void ReleaseDesignerOutlets ()
		{
			if (EmployeeSelector != null) {
				EmployeeSelector.Dispose ();
				EmployeeSelector = null;
			}
		}
		void ReleaseDesignerOutlets ()
		{
			if (comboBox != null) {
				comboBox.Dispose ();
				comboBox = null;
			}
		}
        void ReleaseDesignerOutlets()
        {
            if (BackgroundBox != null)
            {
                BackgroundBox.Dispose();
                BackgroundBox = null;
            }

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

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

            if (BeatCodeInput != null)
            {
                BeatCodeInput.Dispose();
                BeatCodeInput = null;
            }
        }
Beispiel #4
0
 void ReleaseDesignerOutlets()
 {
     if (EmployeeSelector != null)
     {
         EmployeeSelector.Dispose();
         EmployeeSelector = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (comboBox != null)
     {
         comboBox.Dispose();
         comboBox = null;
     }
 }
Beispiel #6
0
        void ReleaseDesignerOutlets()
        {
            if (DrawingView != null)
            {
                DrawingView.Dispose();
                DrawingView = null;
            }

            if (SourceSelector != null)
            {
                SourceSelector.Dispose();
                SourceSelector = null;
            }
        }
Beispiel #7
0
        void ReleaseDesignerOutlets()
        {
            if (ComboBox1 != null)
            {
                ComboBox1.Dispose();
                ComboBox1 = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (ReceiverFilter != null)
            {
                ReceiverFilter.Dispose();
                ReceiverFilter = null;
            }
        }
Beispiel #11
0
        void ReleaseDesignerOutlets()
        {
            if (Click != null)
            {
                Click.Dispose();
                Click = null;
            }

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

            if (weekdaycom != null)
            {
                weekdaycom.Dispose();
                weekdaycom = null;
            }
        }
Beispiel #12
0
        void ReleaseDesignerOutlets()
        {
            if (CreateKeyButton != null)
            {
                CreateKeyButton.Dispose();
                CreateKeyButton = null;
            }

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

            if (CancelButton != null)
            {
                CancelButton.Dispose();
                CancelButton = null;
            }
        }
Beispiel #13
0
        void ReleaseDesignerOutlets()
        {
            if (BaseDN != null)
            {
                BaseDN.Dispose();
                BaseDN = null;
            }

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

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

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

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

            if (ServerComboBox != null)
            {
                ServerComboBox.Dispose();
                ServerComboBox = null;
            }
        }
Beispiel #14
0
        void ReleaseDesignerOutlets()
        {
            if (PropertyChooser != null)
            {
                PropertyChooser.Dispose();
                PropertyChooser = null;
            }

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

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

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

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

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

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

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

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

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

            if (SaveMessage != null)
            {
                SaveMessage.Dispose();
                SaveMessage = null;
            }
        }
Beispiel #15
0
 partial void TransmitChosen(AppKit.NSComboBox sender);
Beispiel #16
0
 partial void StatusChosen(AppKit.NSComboBox sender);
Beispiel #17
0
 partial void SenderChosen(AppKit.NSComboBox sender);
Beispiel #18
0
 partial void ReceiverChosen(AppKit.NSComboBox sender);
Beispiel #19
0
 partial void PropertyChosen(AppKit.NSComboBox sender);
Beispiel #20
0
 partial void DocumentChosen(AppKit.NSComboBox sender);
Beispiel #21
0
        void ReleaseDesignerOutlets()
        {
            if (_audioViz != null)
            {
                _audioViz.Dispose();
                _audioViz = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (_toolbarSpellCheck != null)
            {
                _toolbarSpellCheck.Dispose();
                _toolbarSpellCheck = null;
            }
        }
 partial void TypeChhosen(AppKit.NSComboBox sender);
Beispiel #23
0
 partial void AddressFilterSelected(AppKit.NSComboBox sender);
Beispiel #24
0
 partial void ActualFilterSelected(AppKit.NSComboBox sender);
Beispiel #25
0
        void ReleaseDesignerOutlets()
        {
            if (ActualFilterComboxBox != null)
            {
                ActualFilterComboxBox.Dispose();
                ActualFilterComboxBox = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (TypeFilterComboBox != null)
            {
                TypeFilterComboBox.Dispose();
                TypeFilterComboBox = null;
            }
        }
Beispiel #26
0
 partial void TypeFilterSelected(AppKit.NSComboBox sender);
Beispiel #27
0
 partial void AddressChosen(AppKit.NSComboBox sender);
Beispiel #28
0
        void ReleaseDesignerOutlets()
        {
            if (addrBox != null)
            {
                addrBox.Dispose();
                addrBox = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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