//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.4016
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace WeifenLuo.WinFormsUI.Docking {
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", "2.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.Docking.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 Shows or hides the close button of the content. This property does not function with System MDI Document Style..
///
internal static string DockContent_CloseButtonVisible_Description {
get {
return ResourceManager.GetString("DockContent_CloseButtonVisible_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 Options.
///
internal static string DockPaneCaption_ToolTipOptions {
get {
return ResourceManager.GetString("DockPaneCaption_ToolTipOptions", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Content: The content must be auto-hide state and associates with this DockPanel..
///
internal static string DockPanel_ActiveAutoHideContent_InvalidValue {
get {
return ResourceManager.GetString("DockPanel_ActiveAutoHideContent_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Occurs when the value of ActiveContentProperty changed..
///
internal static string DockPanel_ActiveContentChanged_Description {
get {
return ResourceManager.GetString("DockPanel_ActiveContentChanged_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Occurs when the value of ActiveDocument property changed..
///
internal static string DockPanel_ActiveDocumentChanged_Description {
get {
return ResourceManager.GetString("DockPanel_ActiveDocumentChanged_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Occurs when the value of ActivePane property changed..
///
internal static string DockPanel_ActivePaneChanged_Description {
get {
return ResourceManager.GetString("DockPanel_ActivePaneChanged_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Determines if the drag and drop docking is allowed..
///
internal static string DockPanel_AllowEndUserDocking_Description {
get {
return ResourceManager.GetString("DockPanel_AllowEndUserDocking_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Determines if the drag and drop nested docking is allowed..
///
internal static string DockPanel_AllowEndUserNestedDocking_Description {
get {
return ResourceManager.GetString("DockPanel_AllowEndUserNestedDocking_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Occurs when a content added to the DockPanel..
///
internal static string DockPanel_ContentAdded_Description {
get {
return ResourceManager.GetString("DockPanel_ContentAdded_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Occurs when a content removed from the DockPanel..
///
internal static string DockPanel_ContentRemoved_Description {
get {
return ResourceManager.GetString("DockPanel_ContentRemoved_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to The default size of float window..
///
internal static string DockPanel_DefaultFloatWindowSize_Description {
get {
return ResourceManager.GetString("DockPanel_DefaultFloatWindowSize_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Provides Visual Studio .Net style docking..
///
internal static string DockPanel_Description {
get {
return ResourceManager.GetString("DockPanel_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Size of the bottom docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels..
///
internal static string DockPanel_DockBottomPortion_Description {
get {
return ResourceManager.GetString("DockPanel_DockBottomPortion_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Size of the left docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels..
///
internal static string DockPanel_DockLeftPortion_Description {
get {
return ResourceManager.GetString("DockPanel_DockLeftPortion_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to The visual skin to use when displaying the docked windows..
///
internal static string DockPanel_DockPanelSkin {
get {
return ResourceManager.GetString("DockPanel_DockPanelSkin", resourceCulture);
}
}
///
/// Looks up a localized string similar to Size of the right docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels..
///
internal static string DockPanel_DockRightPortion_Description {
get {
return ResourceManager.GetString("DockPanel_DockRightPortion_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Size of the top docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels..
///
internal static string DockPanel_DockTopPortion_Description {
get {
return ResourceManager.GetString("DockPanel_DockTopPortion_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to The style of the document window..
///
internal static string DockPanel_DocumentStyle_Description {
get {
return ResourceManager.GetString("DockPanel_DocumentStyle_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Determines where the tab strip for Document style content is drawn..
///
internal static string DockPanel_DocumentTabStripLocation {
get {
return ResourceManager.GetString("DockPanel_DocumentTabStripLocation", resourceCulture);
}
}
///
/// Looks up a localized string similar to The DockPanel has already been initialized..
///
internal static string DockPanel_LoadFromXml_AlreadyInitialized {
get {
return ResourceManager.GetString("DockPanel_LoadFromXml_AlreadyInitialized", resourceCulture);
}
}
///
/// Looks up a localized string similar to The configuration file's version is invalid..
///
internal static string DockPanel_LoadFromXml_InvalidFormatVersion {
get {
return ResourceManager.GetString("DockPanel_LoadFromXml_InvalidFormatVersion", resourceCulture);
}
}
///
/// Looks up a localized string similar to The XML file format is invalid..
///
internal static string DockPanel_LoadFromXml_InvalidXmlFormat {
get {
return ResourceManager.GetString("DockPanel_LoadFromXml_InvalidXmlFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid parent form. When using DockingMdi or SystemMdi document style, the DockPanel control must be the child control of the main MDI container form..
///
internal static string DockPanel_ParentForm_Invalid {
get {
return ResourceManager.GetString("DockPanel_ParentForm_Invalid", resourceCulture);
}
}
///
/// Looks up a localized string similar to DockPanel configuration file. Author: Weifen Luo, all rights reserved..
///
internal static string DockPanel_Persistor_XmlFileComment1 {
get {
return ResourceManager.GetString("DockPanel_Persistor_XmlFileComment1", resourceCulture);
}
}
///
/// Looks up a localized string similar to !!! AUTOMATICALLY GENERATED FILE. DO NOT MODIFY !!!.
///
internal static string DockPanel_Persistor_XmlFileComment2 {
get {
return ResourceManager.GetString("DockPanel_Persistor_XmlFileComment2", resourceCulture);
}
}
///
/// Looks up a localized string similar to Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes..
///
internal static string DockPanel_RightToLeftLayout_Description {
get {
return ResourceManager.GetString("DockPanel_RightToLeftLayout_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Index: The index is out of range..
///
internal static string DockPanel_SetPaneIndex_InvalidIndex {
get {
return ResourceManager.GetString("DockPanel_SetPaneIndex_InvalidIndex", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Pane: DockPane not within the collection..
///
internal static string DockPanel_SetPaneIndex_InvalidPane {
get {
return ResourceManager.GetString("DockPanel_SetPaneIndex_InvalidPane", resourceCulture);
}
}
///
/// Looks up a localized string similar to Determines if the document icon will be displayed in the tab strip..
///
internal static string DockPanel_ShowDocumentIcon_Description {
get {
return ResourceManager.GetString("DockPanel_ShowDocumentIcon_Description", 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);
}
}
///
/// Looks up a localized string similar to Invalid argument: DockPanel can not be "null"..
///
internal static string FloatWindow_Constructor_NullDockPanel {
get {
return ResourceManager.GetString("FloatWindow_Constructor_NullDockPanel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Index: The index is out of range..
///
internal static string FloatWindow_SetPaneIndex_InvalidIndex {
get {
return ResourceManager.GetString("FloatWindow_SetPaneIndex_InvalidIndex", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Pane: DockPane not within the collection..
///
internal static string FloatWindow_SetPaneIndex_InvalidPane {
get {
return ResourceManager.GetString("FloatWindow_SetPaneIndex_InvalidPane", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid DockPanel..
///
internal static string IDockDragSource_DockTo_InvalidPanel {
get {
return ResourceManager.GetString("IDockDragSource_DockTo_InvalidPanel", resourceCulture);
}
}
}
}