Click here to Skip to main content
15,898,035 members
Articles / Programming Languages / C#

IPToolbox: A VS2005-like Toolbox

Rate me:
Please Sign up or sign in to vote.
4.90/5 (50 votes)
25 May 20074 min read 233.7K   7K   162  
A Visual Studio 2005-like ToolBox control which supports almost all features of the original: drag'n'drop, renaming, hiding tabs, items, and disabling items
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.42
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace IP.Components.Properties {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("IP.Components.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        internal static System.Drawing.Bitmap Collapsed {
            get {
                object obj = ResourceManager.GetObject("Collapsed", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap Copy {
            get {
                object obj = ResourceManager.GetObject("Copy", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap Cut {
            get {
                object obj = ResourceManager.GetObject("Cut", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap Delete {
            get {
                object obj = ResourceManager.GetObject("Delete", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap Expanded {
            get {
                object obj = ResourceManager.GetObject("Expanded", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap Paste {
            get {
                object obj = ResourceManager.GetObject("Paste", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap Pointer {
            get {
                object obj = ResourceManager.GetObject("Pointer", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        internal static System.Drawing.Bitmap PointerBlack {
            get {
                object obj = ResourceManager.GetObject("PointerBlack", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Appearance.
        /// </summary>
        internal static string SRAppearanceCategory {
            get {
                return ResourceManager.GetString("SRAppearanceCategory", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Layout.
        /// </summary>
        internal static string SRLayoutCategory {
            get {
                return ResourceManager.GetString("SRLayoutCategory", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the AllowNestedTabs property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxAllowNestedTabsChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxAllowNestedTabsChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether to allow nesting of tabs..
        /// </summary>
        internal static string SRToolboxAllowNestedTabsDescr {
            get {
                return ResourceManager.GetString("SRToolboxAllowNestedTabsDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the AllowToolboxItems property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxAllowToolboxItemsChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxAllowToolboxItemsChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether to allow items that do not belong to any category..
        /// </summary>
        internal static string SRToolboxAllowToolboxItemsDescr {
            get {
                return ResourceManager.GetString("SRToolboxAllowToolboxItemsDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Toolbox Appearance.
        /// </summary>
        internal static string SRToolboxAppearanceCategory {
            get {
                return ResourceManager.GetString("SRToolboxAppearanceCategory", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the AutoScroll property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxAutoScrollChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxAutoScrollChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether scrollbar automatically appear when the Toolbox content height is larger than its visible area..
        /// </summary>
        internal static string SRToolboxAutoScrollDescr {
            get {
                return ResourceManager.GetString("SRToolboxAutoScrollDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the GradientBackColorEnd property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxBackColorGradientEndChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxBackColorGradientEndChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The gradient end color used to draw background of the Toolbox..
        /// </summary>
        internal static string SRToolboxBackColorGradientEndDescr {
            get {
                return ResourceManager.GetString("SRToolboxBackColorGradientEndDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the GradientBackColorStart property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxBackColorGradientStartChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxBackColorGradientStartChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The gradient start color used to draw background of the Toolbox..
        /// </summary>
        internal static string SRToolboxBackColorGradientStartDescr {
            get {
                return ResourceManager.GetString("SRToolboxBackColorGradientStartDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates the border style for the control..
        /// </summary>
        internal static string SRToolboxBorderStyleDescr {
            get {
                return ResourceManager.GetString("SRToolboxBorderStyleDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The categories in Toolbox..
        /// </summary>
        internal static string SRToolboxCategoriesDescr {
            get {
                return ResourceManager.GetString("SRToolboxCategoriesDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Toolbox.
        /// </summary>
        internal static string SRToolboxCategory {
            get {
                return ResourceManager.GetString("SRToolboxCategory", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether to create &apos;General&apos; category tab..
        /// </summary>
        internal static string SRToolboxCreateGeneralDescr {
            get {
                return ResourceManager.GetString("SRToolboxCreateGeneralDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Represents a control, which displays a collection of items separated by categories..
        /// </summary>
        internal static string SRToolboxDescription {
            get {
                return ResourceManager.GetString("SRToolboxDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the DrawTabLevel property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxDrawTabLevelChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxDrawTabLevelChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether to draw tab level mark..
        /// </summary>
        internal static string SRToolboxDrawTabLevelDescr {
            get {
                return ResourceManager.GetString("SRToolboxDrawTabLevelDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ItemHeight property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxItemHeightChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemHeightChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The height of toolbox items in pixels..
        /// </summary>
        internal static string SRToolboxItemHeightDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemHeightDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ItemHoverColor property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxItemHoverColorChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemHoverColorChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The color used to fill background of hovered item..
        /// </summary>
        internal static string SRToolboxItemHoverColorDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemHoverColorDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Displays a shortcut menu when the user right-clicks on any item..
        /// </summary>
        internal static string SRToolboxItemMenuDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemMenuDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The collection of items in the Toolbox..
        /// </summary>
        internal static string SRToolboxItemsDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemsDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ItemSelectBorderColor property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxItemSelectBorderColorChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemSelectBorderColorChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The color used to draw a border around selected item..
        /// </summary>
        internal static string SRToolboxItemSelectBorderColorDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemSelectBorderColorDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ItemSelectColor property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxItemSelectColorChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemSelectColorChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The color used to fill background of selected item..
        /// </summary>
        internal static string SRToolboxItemSelectColorDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemSelectColorDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ItemSelectHoverColor property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxItemSelHoverColorChanged {
            get {
                return ResourceManager.GetString("SRToolboxItemSelHoverColorChanged", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The color used to fill background of hovered and selected item..
        /// </summary>
        internal static string SRToolboxItemSelHoverColorDescr {
            get {
                return ResourceManager.GetString("SRToolboxItemSelHoverColorDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Occurs when the Toolbox control is scrolled by user or programmatically..
        /// </summary>
        internal static string SRToolboxScrollDescr {
            get {
                return ResourceManager.GetString("SRToolboxScrollDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when item is selected on Toolbox..
        /// </summary>
        internal static string SRToolboxSelectItemDescr {
            get {
                return ResourceManager.GetString("SRToolboxSelectItemDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ShowAll property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxShowAllChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxShowAllChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether to show all items, even if they were disabled and hidden..
        /// </summary>
        internal static string SRToolboxShowAllDescr {
            get {
                return ResourceManager.GetString("SRToolboxShowAllDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ShowIcons property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxShowIconsChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxShowIconsChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether icons of items are drawn..
        /// </summary>
        internal static string SRToolboxShowIconsDescr {
            get {
                return ResourceManager.GetString("SRToolboxShowIconsDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the ShowPointer property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxShowPointerChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxShowPointerChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates whether to show pointer item..
        /// </summary>
        internal static string SRToolboxShowPointerDescr {
            get {
                return ResourceManager.GetString("SRToolboxShowPointerDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the TabColorStyle property is changed on the Toolbox..
        /// </summary>
        internal static string SRToolboxTabColorStyleChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabColorStyleChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indicates style of drawing tab background..
        /// </summary>
        internal static string SRToolboxTabColorStyleDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabColorStyleDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the TabFont property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxTabFontChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabFontChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Font used to display tab headers text..
        /// </summary>
        internal static string SRToolboxTabFontDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabFontDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the TabHeight property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxTabHeightChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabHeightChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The height of tab captions in pixels..
        /// </summary>
        internal static string SRToolboxTabHeightDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabHeightDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Displays a shortcut menu when the user right-clicks on any tab..
        /// </summary>
        internal static string SRToolboxTabMenuDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabMenuDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the TabSelectBorderColor property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxTabSelectBorderColorChangedDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabSelectBorderColorChangedDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The color used to draw a border around selected tab..
        /// </summary>
        internal static string SRToolboxTabSelectBorderColorDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabSelectBorderColorDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event raised when the value of the TabSelectColor property is changed on Toolbox..
        /// </summary>
        internal static string SRToolboxTabSelectColorChanged {
            get {
                return ResourceManager.GetString("SRToolboxTabSelectColorChanged", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The color used to fill background of selected tab..
        /// </summary>
        internal static string SRToolboxTabSelectColorDescr {
            get {
                return ResourceManager.GetString("SRToolboxTabSelectColorDescr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Toolbox.
        /// </summary>
        internal static string SRToolboxToolboxCategory {
            get {
                return ResourceManager.GetString("SRToolboxToolboxCategory", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Item has to be added to one of categories.
        /// </summary>
        internal static string ToolboxDeleteNonTabbedItem {
            get {
                return ResourceManager.GetString("ToolboxDeleteNonTabbedItem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Caption cannot be empty..
        /// </summary>
        internal static string ToolboxEmptyTextMessage {
            get {
                return ResourceManager.GetString("ToolboxEmptyTextMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to That item belongs to another collection.
        /// </summary>
        internal static string ToolboxExceptionItemHasOtherOwner {
            get {
                return ResourceManager.GetString("ToolboxExceptionItemHasOtherOwner", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to That item is already in the collection.
        /// </summary>
        internal static string ToolboxExceptionItemIsInCollection {
            get {
                return ResourceManager.GetString("ToolboxExceptionItemIsInCollection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not add a tab to itself.
        /// </summary>
        internal static string ToolboxExceptionTabAddSelf {
            get {
                return ResourceManager.GetString("ToolboxExceptionTabAddSelf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Add Tab.
        /// </summary>
        internal static string ToolboxMenuAddTab {
            get {
                return ResourceManager.GetString("ToolboxMenuAddTab", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copy.
        /// </summary>
        internal static string ToolboxMenuCopy {
            get {
                return ResourceManager.GetString("ToolboxMenuCopy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cut.
        /// </summary>
        internal static string ToolboxMenuCut {
            get {
                return ResourceManager.GetString("ToolboxMenuCut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delete.
        /// </summary>
        internal static string ToolboxMenuDelete {
            get {
                return ResourceManager.GetString("ToolboxMenuDelete", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Move Down.
        /// </summary>
        internal static string ToolboxMenuMoveDown {
            get {
                return ResourceManager.GetString("ToolboxMenuMoveDown", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Move Up.
        /// </summary>
        internal static string ToolboxMenuMoveUp {
            get {
                return ResourceManager.GetString("ToolboxMenuMoveUp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Paste.
        /// </summary>
        internal static string ToolboxMenuPaste {
            get {
                return ResourceManager.GetString("ToolboxMenuPaste", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Rename Item.
        /// </summary>
        internal static string ToolboxMenuRenameItem {
            get {
                return ResourceManager.GetString("ToolboxMenuRenameItem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Rename Tab.
        /// </summary>
        internal static string ToolboxMenuRenameTab {
            get {
                return ResourceManager.GetString("ToolboxMenuRenameTab", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reset Toolbox.
        /// </summary>
        internal static string ToolboxMenuResetToolbox {
            get {
                return ResourceManager.GetString("ToolboxMenuResetToolbox", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show All.
        /// </summary>
        internal static string ToolboxMenuShowAll {
            get {
                return ResourceManager.GetString("ToolboxMenuShowAll", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Sort Items Alphabetically.
        /// </summary>
        internal static string ToolboxMenuSortAlphabetically {
            get {
                return ResourceManager.GetString("ToolboxMenuSortAlphabetically", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delete Tab.
        /// </summary>
        internal static string ToolboxMenuTabDelete {
            get {
                return ResourceManager.GetString("ToolboxMenuTabDelete", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Pointer.
        /// </summary>
        internal static string ToolboxPointerItem {
            get {
                return ResourceManager.GetString("ToolboxPointerItem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot rename &apos;Nothing&apos;!.
        /// </summary>
        internal static string ToolboxRenamerNothingToRename {
            get {
                return ResourceManager.GetString("ToolboxRenamerNothingToRename", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only Tab or Item objects could be renamed!.
        /// </summary>
        internal static string ToolboxRenamerNotItemNorTab {
            get {
                return ResourceManager.GetString("ToolboxRenamerNotItemNorTab", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot select disabled item!.
        /// </summary>
        internal static string ToolboxSelectDisabledItem {
            get {
                return ResourceManager.GetString("ToolboxSelectDisabledItem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot select item or tab which is not visible!.
        /// </summary>
        internal static string ToolboxSelectNonVisibleTool {
            get {
                return ResourceManager.GetString("ToolboxSelectNonVisibleTool", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Category.
        /// </summary>
        internal static string ToolboxTabDefaultName {
            get {
                return ResourceManager.GetString("ToolboxTabDefaultName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to General.
        /// </summary>
        internal static string ToolboxTabGeneral {
            get {
                return ResourceManager.GetString("ToolboxTabGeneral", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are no usable items in this group. Drag an item onto this text to add it to the toolbox..
        /// </summary>
        internal static string ToolboxTabNoItemsText {
            get {
                return ResourceManager.GetString("ToolboxTabNoItemsText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Paste Item.
        /// </summary>
        internal static string ToolboxTabPasteItem {
            get {
                return ResourceManager.GetString("ToolboxTabPasteItem", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
I@n
Web Developer
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions