示例#1
0
        void ReleaseDesignerOutlets()
        {
            if (webview2 != null)
            {
                webview2.Dispose();
                webview2 = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

			if (busyProgressControl != null) {
				busyProgressControl.Dispose ();
				busyProgressControl = null;
			}
		}
示例#3
0
        void ReleaseDesignerOutlets()
        {
            if (chkTruncateMode != null)
            {
                chkTruncateMode.Dispose();
                chkTruncateMode = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (winFinished != null)
            {
                winFinished.Dispose();
                winFinished = null;
            }
        }
示例#4
0
        void ReleaseDesignerOutlets()
        {
            if (chkTruncateMode != null) {
                chkTruncateMode.Dispose ();
                chkTruncateMode = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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