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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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