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

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

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

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

            if (CmdCancel != null)
            {
                CmdCancel.Dispose();
                CmdCancel = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (TextView != null) {
				TextView.Dispose ();
				TextView = null;
			}
		}
		void ReleaseDesignerOutlets ()
		{
			if (documentEditor != null) {
				documentEditor.Dispose ();
				documentEditor = null;
			}
		}
        void ReleaseDesignerOutlets()
        {
            if (BaseTextView != null)
            {
                BaseTextView.Dispose();
                BaseTextView = null;
            }

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

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

            if (CurrentLabel != null)
            {
                CurrentLabel.Dispose();
                CurrentLabel = null;
            }
        }
示例#5
0
        void ReleaseDesignerOutlets()
        {
            if (TextFieldMajor != null)
            {
                TextFieldMajor.Dispose();
                TextFieldMajor = null;
            }

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

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

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

            if (TextView != null)
            {
                TextView.Dispose();
                TextView = null;
            }
        }
示例#6
0
        void ReleaseDesignerOutlets()
        {
            if (TabMain != null)
            {
                TabMain.Dispose();
                TabMain = null;
            }

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

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

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

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

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

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

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

            if (CancelButton != null) {
                CancelButton.Dispose ();
                CancelButton = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (TextEditor != null) {
				TextEditor.Dispose ();
				TextEditor = null;
			}
		}
		void ReleaseDesignerOutlets ()
		{
			if (documentText != null) {
				documentText.Dispose ();
				documentText = null;
			}
		}
示例#10
0
        void ReleaseDesignerOutlets()
        {
            if (AliasTextField != null)
            {
                AliasTextField.Dispose();
                AliasTextField = null;
            }

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

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

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

            if (CancelButton != null)
            {
                CancelButton.Dispose();
                CancelButton = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (textLog != null) {
				textLog.Dispose ();
				textLog = null;
			}
		}
 void ReleaseDesignerOutlets()
 {
     if (textLog != null)
     {
         textLog.Dispose();
         textLog = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (TextView != null)
     {
         TextView.Dispose();
         TextView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (TextEditor != null)
     {
         TextEditor.Dispose();
         TextEditor = null;
     }
 }
示例#15
0
 void ReleaseDesignerOutlets()
 {
     if (DocumentEditor != null)
     {
         DocumentEditor.Dispose();
         DocumentEditor = null;
     }
 }
示例#16
0
 void ReleaseDesignerOutlets()
 {
     if (Results != null)
     {
         Results.Dispose();
         Results = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (ContentTextView != null)
     {
         ContentTextView.Dispose();
         ContentTextView = null;
     }
 }
示例#18
0
 void ReleaseDesignerOutlets()
 {
     if (Text != null)
     {
         Text.Dispose();
         Text = null;
     }
 }
示例#19
0
 void ReleaseDesignerOutlets()
 {
     if (LyricTextView != null)
     {
         LyricTextView.Dispose();
         LyricTextView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (txtData != null)
     {
         txtData.Dispose();
         txtData = null;
     }
 }
示例#21
0
 void ReleaseDesignerOutlets()
 {
     if (txtLogs != null)
     {
         txtLogs.Dispose();
         txtLogs = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (documentText != null)
     {
         documentText.Dispose();
         documentText = null;
     }
 }
		void ReleaseDesignerOutlets ()
		{
			if (txtMessage != null) {
				txtMessage.Dispose ();
				txtMessage = null;
			}

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

			if (OkButton != null) {
				OkButton.Dispose ();
				OkButton = null;
			}
		}
示例#25
0
        void ReleaseDesignerOutlets()
        {
            if (CmdOk != null)
            {
                CmdOk.Dispose();
                CmdOk = null;
            }

            if (TxtBody2 != null)
            {
                TxtBody2.Dispose();
                TxtBody2 = null;
            }
        }
示例#26
0
        void ReleaseDesignerOutlets()
        {
            if (txtMessage != null)
            {
                txtMessage.Dispose();
                txtMessage = null;
            }

            if (txtOutput != null)
            {
                txtOutput.Dispose();
                txtOutput = null;
            }
        }
示例#27
0
        void ReleaseDesignerOutlets()
        {
            if (TextView != null)
            {
                TextView.Dispose();
                TextView = null;
            }

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

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

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

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

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

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

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

            if (PrivateKeyTextView != null)
            {
                PrivateKeyTextView.Dispose();
                PrivateKeyTextView = null;
            }
        }
示例#29
0
        void ReleaseDesignerOutlets()
        {
            if (TextFieldLaunchTip != null)
            {
                TextFieldLaunchTip.Dispose();
                TextFieldLaunchTip = null;
            }

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

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

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

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

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

            if (TextViewOutput != null)
            {
                TextViewOutput.Dispose();
                TextViewOutput = null;
            }
        }
示例#30
0
        void ReleaseDesignerOutlets()
        {
            if (Algorithm != null)
            {
                Algorithm.Dispose();
                Algorithm = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (TextPrint != null)
            {
                TextPrint.Dispose();
                TextPrint = null;
            }
        }
示例#34
0
        void ReleaseDesignerOutlets()
        {
            if (txtHost != null)
            {
                txtHost.Dispose();
                txtHost = null;
            }

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

            if (txtWhois != null)
            {
                txtWhois.Dispose();
                txtWhois = null;
            }
        }
示例#35
0
        void ReleaseDesignerOutlets()
        {
            if (convertButton != null)
            {
                convertButton.Dispose();
                convertButton = null;
            }

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

            if (convertTextView != null)
            {
                convertTextView.Dispose();
                convertTextView = null;
            }
        }
示例#36
0
        void ReleaseDesignerOutlets()
        {
            if (PdfImageView != null)
            {
                PdfImageView.Dispose();
                PdfImageView = null;
            }

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

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

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

            if (lblVersion != null)
            {
                lblVersion.Dispose();
                lblVersion = null;
            }
        }
示例#38
0
        void ReleaseDesignerOutlets()
        {
            if (CmdClose != null)
            {
                CmdClose.Dispose();
                CmdClose = null;
            }

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

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

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

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

            if (PgrStep != null)
            {
                PgrStep.Dispose();
                PgrStep = null;
            }
        }
示例#39
0
        void ReleaseDesignerOutlets()
        {
            if (capturesTable != null)
            {
                capturesTable.Dispose();
                capturesTable = null;
            }

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

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

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

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

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

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

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

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

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

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

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