//------------------------------------------------------------------------------
//
// 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.ThemeVS2012 {
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.ThemeVS2012.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 (Float).
///
internal static string DockAreaEditor_FloatCheckBoxText {
get {
return ResourceManager.GetString("DockAreaEditor_FloatCheckBoxText", 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 The form must be of type IDockContent..
///
internal static string DockContent_Constructor_InvalidForm {
get {
return ResourceManager.GetString("DockContent_Constructor_InvalidForm", 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 The provided value is out of range..
///
internal static string DockContentHandler_AutoHidePortion_OutOfRange {
get {
return ResourceManager.GetString("DockContentHandler_AutoHidePortion_OutOfRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Value: The value of DockAreas conflicts with current DockState..
///
internal static string DockContentHandler_DockAreas_InvalidValue {
get {
return ResourceManager.GetString("DockContentHandler_DockAreas_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane..
///
internal static string DockContentHandler_DockPane_InvalidValue {
get {
return ResourceManager.GetString("DockContentHandler_DockPane_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane..
///
internal static string DockContentHandler_FloatPane_InvalidValue {
get {
return ResourceManager.GetString("DockContentHandler_FloatPane_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid value, conflicts with DockableAreas property..
///
internal static string DockContentHandler_IsFloat_InvalidValue {
get {
return ResourceManager.GetString("DockContentHandler_IsFloat_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to The dock state is invalid..
///
internal static string DockContentHandler_SetDockState_InvalidState {
get {
return ResourceManager.GetString("DockContentHandler_SetDockState_InvalidState", resourceCulture);
}
}
///
/// Looks up a localized string similar to The dock panel is null..
///
internal static string DockContentHandler_SetDockState_NullPanel {
get {
return ResourceManager.GetString("DockContentHandler_SetDockState_NullPanel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid beforeContent, it must be contained by the pane..
///
internal static string DockContentHandler_Show_InvalidBeforeContent {
get {
return ResourceManager.GetString("DockContentHandler_Show_InvalidBeforeContent", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid DockState: Content can not be showed as "Unknown" or "Hidden"..
///
internal static string DockContentHandler_Show_InvalidDockState {
get {
return ResourceManager.GetString("DockContentHandler_Show_InvalidDockState", resourceCulture);
}
}
///
/// Looks up a localized string similar to The previous pane is invalid. It can not be null, and its docking state must not be auto-hide..
///
internal static string DockContentHandler_Show_InvalidPrevPane {
get {
return ResourceManager.GetString("DockContentHandler_Show_InvalidPrevPane", resourceCulture);
}
}
///
/// Looks up a localized string similar to DockPanel can not be null..
///
internal static string DockContentHandler_Show_NullDockPanel {
get {
return ResourceManager.GetString("DockContentHandler_Show_NullDockPanel", resourceCulture);
}
}
///
/// Looks up a localized string similar to The Pane can not be null..
///
internal static string DockContentHandler_Show_NullPane {
get {
return ResourceManager.GetString("DockContentHandler_Show_NullPane", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid value, check DockableAreas property..
///
internal static string DockContentHandler_ShowHint_InvalidValue {
get {
return ResourceManager.GetString("DockContentHandler_ShowHint_InvalidValue", 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 Invalid Content: ActiveContent must be one of the visible contents, or null if there is no visible content..
///
internal static string DockPane_ActiveContent_InvalidValue {
get {
return ResourceManager.GetString("DockPane_ActiveContent_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid argument: Content can not be "null"..
///
internal static string DockPane_Constructor_NullContent {
get {
return ResourceManager.GetString("DockPane_Constructor_NullContent", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid argument: The content's DockPanel can not be "null"..
///
internal static string DockPane_Constructor_NullDockPanel {
get {
return ResourceManager.GetString("DockPane_Constructor_NullDockPanel", resourceCulture);
}
}
///
/// Looks up a localized string similar to The specified container conflicts with the IsFloat property..
///
internal static string DockPane_DockTo_InvalidContainer {
get {
return ResourceManager.GetString("DockPane_DockTo_InvalidContainer", resourceCulture);
}
}
///
/// Looks up a localized string similar to The previous pane does not exist in the nested docking pane collection..
///
internal static string DockPane_DockTo_NoPrevPane {
get {
return ResourceManager.GetString("DockPane_DockTo_NoPrevPane", resourceCulture);
}
}
///
/// Looks up a localized string similar to The container can not be null..
///
internal static string DockPane_DockTo_NullContainer {
get {
return ResourceManager.GetString("DockPane_DockTo_NullContainer", resourceCulture);
}
}
///
/// Looks up a localized string similar to The previous pane can not be null when the nested docking pane collection is not empty..
///
internal static string DockPane_DockTo_NullPrevPane {
get {
return ResourceManager.GetString("DockPane_DockTo_NullPrevPane", resourceCulture);
}
}
///
/// Looks up a localized string similar to The previous pane can not be itself..
///
internal static string DockPane_DockTo_SelfPrevPane {
get {
return ResourceManager.GetString("DockPane_DockTo_SelfPrevPane", 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 Invalid Content: Content not within the collection..
///
internal static string DockPane_SetContentIndex_InvalidContent {
get {
return ResourceManager.GetString("DockPane_SetContentIndex_InvalidContent", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Index: The index is out of range..
///
internal static string DockPane_SetContentIndex_InvalidIndex {
get {
return ResourceManager.GetString("DockPane_SetContentIndex_InvalidIndex", resourceCulture);
}
}
///
/// Looks up a localized string similar to The state for the dock pane is invalid..
///
internal static string DockPane_SetDockState_InvalidState {
get {
return ResourceManager.GetString("DockPane_SetDockState_InvalidState", 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 Window Position.
///
internal static string DockPaneCaption_ToolTipOptions {
get {
return ResourceManager.GetString("DockPaneCaption_ToolTipOptions", resourceCulture);
}
}
///
/// Looks up a localized string similar to Window List.
///
internal static string DockPaneStrip_ToolTipWindowList {
get {
return ResourceManager.GetString("DockPaneStrip_ToolTipWindowList", resourceCulture);
}
}
}
}