//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace WeifenLuo.WinFormsUI.ThemeVS2005 { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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.ThemeVS2005.Strings", typeof(Strings).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Docking. /// internal static string Category_Docking { get { return ResourceManager.GetString("Category_Docking", resourceCulture); } } /// /// Looks up a localized string similar to Docking Notification. /// internal static string Category_DockingNotification { get { return ResourceManager.GetString("Category_DockingNotification", resourceCulture); } } /// /// Looks up a localized string similar to Property Changed. /// internal static string Category_PropertyChanged { get { return ResourceManager.GetString("Category_PropertyChanged", resourceCulture); } } /// /// Looks up a localized string similar to Determines if end user drag and drop docking is allowed.. /// internal static string DockContent_AllowEndUserDocking_Description { get { return ResourceManager.GetString("DockContent_AllowEndUserDocking_Description", resourceCulture); } } /// /// Looks up a localized string similar to The size to display the content in auto hide mode. Value < 1 to specify the size in portion; value >= 1 to specify the size in pixel.. /// internal static string DockContent_AutoHidePortion_Description { get { return ResourceManager.GetString("DockContent_AutoHidePortion_Description", resourceCulture); } } /// /// Looks up a localized string similar to Enable/Disable the close button of the content.. /// internal static string DockContent_CloseButton_Description { get { return ResourceManager.GetString("DockContent_CloseButton_Description", resourceCulture); } } /// /// Looks up a localized string similar to Gets or sets a value indicating in which area of the DockPanel the content allowed to show.. /// internal static string DockContent_DockAreas_Description { get { return ResourceManager.GetString("DockContent_DockAreas_Description", resourceCulture); } } /// /// Looks up a localized string similar to Occurs when the value of DockState property changed.. /// internal static string DockContent_DockStateChanged_Description { get { return ResourceManager.GetString("DockContent_DockStateChanged_Description", resourceCulture); } } /// /// Looks up a localized string similar to Indicates the content will be hidden instead of being closed.. /// internal static string DockContent_HideOnClose_Description { get { return ResourceManager.GetString("DockContent_HideOnClose_Description", resourceCulture); } } /// /// Looks up a localized string similar to The desired docking state when first showing.. /// internal static string DockContent_ShowHint_Description { get { return ResourceManager.GetString("DockContent_ShowHint_Description", resourceCulture); } } /// /// Looks up a localized string similar to Context menu displayed for the dock pane tab strip.. /// internal static string DockContent_TabPageContextMenu_Description { get { return ResourceManager.GetString("DockContent_TabPageContextMenu_Description", resourceCulture); } } /// /// Looks up a localized string similar to The tab text displayed in the dock pane. If not set, the Text property will be used.. /// internal static string DockContent_TabText_Description { get { return ResourceManager.GetString("DockContent_TabText_Description", resourceCulture); } } /// /// Looks up a localized string similar to The text displayed when mouse hovers over the tab.. /// internal static string DockContent_ToolTipText_Description { get { return ResourceManager.GetString("DockContent_ToolTipText_Description", resourceCulture); } } /// /// Looks up a localized string similar to Context menu displayed for the dock pane tab strip.. /// internal static string DockHandler_TabPageContextMenuStrip_Description { get { return ResourceManager.GetString("DockHandler_TabPageContextMenuStrip_Description", resourceCulture); } } /// /// Looks up a localized string similar to Press SHIFT for docking to full side.. /// internal static string DockIndicator_ToolTipText { get { return ResourceManager.GetString("DockIndicator_ToolTipText", resourceCulture); } } /// /// Looks up a localized string similar to FloatWindow property can not be set to "null" when DockState is DockState.Float.. /// internal static string DockPane_FloatWindow_InvalidValue { get { return ResourceManager.GetString("DockPane_FloatWindow_InvalidValue", resourceCulture); } } /// /// Looks up a localized string similar to Auto Hide. /// internal static string DockPaneCaption_ToolTipAutoHide { get { return ResourceManager.GetString("DockPaneCaption_ToolTipAutoHide", resourceCulture); } } /// /// Looks up a localized string similar to Close. /// internal static string DockPaneCaption_ToolTipClose { get { return ResourceManager.GetString("DockPaneCaption_ToolTipClose", resourceCulture); } } /// /// Looks up a localized string similar to Options. /// internal static string DockPaneCaption_ToolTipOptions { get { return ResourceManager.GetString("DockPaneCaption_ToolTipOptions", resourceCulture); } } /// /// Looks up a localized string similar to Close. /// internal static string DockPaneStrip_ToolTipClose { get { return ResourceManager.GetString("DockPaneStrip_ToolTipClose", resourceCulture); } } /// /// Looks up a localized string similar to Window List. /// internal static string DockPaneStrip_ToolTipWindowList { get { return ResourceManager.GetString("DockPaneStrip_ToolTipWindowList", resourceCulture); } } } }