//------------------------------------------------------------------------------ // // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // //------------------------------------------------------------------------------ namespace WeifenLuo.WinFormsUI.Docking { using System; /// /// Класс ресурса со строгой типизацией для поиска локализованных строк и т.д. /// // Этот класс создан автоматически классом StronglyTypedResourceBuilder // с помощью такого средства, как ResGen или Visual Studio. // Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen // с параметром /str или перестройте свой проект VS. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.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() { } /// /// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом. /// [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("WeifenLuo.WinFormsUI.Docking.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Перезаписывает свойство CurrentUICulture текущего потока для всех /// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Bottom { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Bottom", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Fill { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Fill", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_HotSpot { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_HotSpot", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_HotSpotIndex { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_HotSpotIndex", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Left { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Left", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Right { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Right", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PaneDiamond_Top { get { object obj = ResourceManager.GetObject("DockIndicator_PaneDiamond_Top", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelBottom { get { object obj = ResourceManager.GetObject("DockIndicator_PanelBottom", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelBottom_Active { get { object obj = ResourceManager.GetObject("DockIndicator_PanelBottom_Active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelFill { get { object obj = ResourceManager.GetObject("DockIndicator_PanelFill", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelFill_Active { get { object obj = ResourceManager.GetObject("DockIndicator_PanelFill_Active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelLeft { get { object obj = ResourceManager.GetObject("DockIndicator_PanelLeft", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelLeft_Active { get { object obj = ResourceManager.GetObject("DockIndicator_PanelLeft_Active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelRight { get { object obj = ResourceManager.GetObject("DockIndicator_PanelRight", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelRight_Active { get { object obj = ResourceManager.GetObject("DockIndicator_PanelRight_Active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelTop { get { object obj = ResourceManager.GetObject("DockIndicator_PanelTop", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockIndicator_PanelTop_Active { get { object obj = ResourceManager.GetObject("DockIndicator_PanelTop_Active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_AutoHide { get { object obj = ResourceManager.GetObject("DockPane_AutoHide", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_AutoHide32 { get { object obj = ResourceManager.GetObject("DockPane_AutoHide32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_Close { get { object obj = ResourceManager.GetObject("DockPane_Close", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_Close32 { get { object obj = ResourceManager.GetObject("DockPane_Close32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_Dock { get { object obj = ResourceManager.GetObject("DockPane_Dock", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_Dock32 { get { object obj = ResourceManager.GetObject("DockPane_Dock32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_Option { get { object obj = ResourceManager.GetObject("DockPane_Option", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_Option32 { get { object obj = ResourceManager.GetObject("DockPane_Option32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap DockPane_OptionOverflow { get { object obj = ResourceManager.GetObject("DockPane_OptionOverflow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } } }