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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (themeDropDown != null)
            {
                themeDropDown.Dispose();
                themeDropDown = null;
            }
        }
示例#8
0
        void ReleaseDesignerOutlets()
        {
            if (containerView != null)
            {
                containerView.Dispose();
                containerView = null;
            }

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

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

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

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

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

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

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

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

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