Strings.Designer.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:33k
源码类别:

C#编程

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行库版本:2.0.50727.3603
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace WeifenLuo.WinFormsUI.Docking {
  11.     using System;
  12.     
  13.     
  14.     /// <summary>
  15.     ///   强类型资源类,用于查找本地化字符串等。
  16.     /// </summary>
  17.     // 此类是由 StronglyTypedResourceBuilder
  18.     // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  19.     // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  20.     // (以 /str 作为命令选项),或重新生成 VS 项目。
  21.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  22.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  23.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  24.     internal class Strings {
  25.         
  26.         private static global::System.Resources.ResourceManager resourceMan;
  27.         
  28.         private static global::System.Globalization.CultureInfo resourceCulture;
  29.         
  30.         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  31.         internal Strings() {
  32.         }
  33.         
  34.         /// <summary>
  35.         ///   返回此类使用的缓存 ResourceManager 实例。
  36.         /// </summary>
  37.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  38.         internal static global::System.Resources.ResourceManager ResourceManager {
  39.             get {
  40.                 if (object.ReferenceEquals(resourceMan, null)) {
  41.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WeifenLuo.WinFormsUI.Docking.Strings", typeof(Strings).Assembly);
  42.                     resourceMan = temp;
  43.                 }
  44.                 return resourceMan;
  45.             }
  46.         }
  47.         
  48.         /// <summary>
  49.         ///   为使用此强类型资源类的所有资源查找
  50.         ///   重写当前线程的 CurrentUICulture 属性。
  51.         /// </summary>
  52.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  53.         internal static global::System.Globalization.CultureInfo Culture {
  54.             get {
  55.                 return resourceCulture;
  56.             }
  57.             set {
  58.                 resourceCulture = value;
  59.             }
  60.         }
  61.         
  62.         /// <summary>
  63.         ///   查找类似 Docking 的本地化字符串。
  64.         /// </summary>
  65.         internal static string Category_Docking {
  66.             get {
  67.                 return ResourceManager.GetString("Category_Docking", resourceCulture);
  68.             }
  69.         }
  70.         
  71.         /// <summary>
  72.         ///   查找类似 Docking Notification 的本地化字符串。
  73.         /// </summary>
  74.         internal static string Category_DockingNotification {
  75.             get {
  76.                 return ResourceManager.GetString("Category_DockingNotification", resourceCulture);
  77.             }
  78.         }
  79.         
  80.         /// <summary>
  81.         ///   查找类似 Property Changed 的本地化字符串。
  82.         /// </summary>
  83.         internal static string Category_PropertyChanged {
  84.             get {
  85.                 return ResourceManager.GetString("Category_PropertyChanged", resourceCulture);
  86.             }
  87.         }
  88.         
  89.         /// <summary>
  90.         ///   查找类似 (Float) 的本地化字符串。
  91.         /// </summary>
  92.         internal static string DockAreaEditor_FloatCheckBoxText {
  93.             get {
  94.                 return ResourceManager.GetString("DockAreaEditor_FloatCheckBoxText", resourceCulture);
  95.             }
  96.         }
  97.         
  98.         /// <summary>
  99.         ///   查找类似 Determines if end user drag and drop docking is allowed. 的本地化字符串。
  100.         /// </summary>
  101.         internal static string DockContent_AllowEndUserDocking_Description {
  102.             get {
  103.                 return ResourceManager.GetString("DockContent_AllowEndUserDocking_Description", resourceCulture);
  104.             }
  105.         }
  106.         
  107.         /// <summary>
  108.         ///   查找类似 The size to display the content in auto hide mode. Value &lt; 1 to specify the size in portion; value &gt;= 1 to specify the size in pixel. 的本地化字符串。
  109.         /// </summary>
  110.         internal static string DockContent_AutoHidePortion_Description {
  111.             get {
  112.                 return ResourceManager.GetString("DockContent_AutoHidePortion_Description", resourceCulture);
  113.             }
  114.         }
  115.         
  116.         /// <summary>
  117.         ///   查找类似 Enable/Disable the close button of the content. 的本地化字符串。
  118.         /// </summary>
  119.         internal static string DockContent_CloseButton_Description {
  120.             get {
  121.                 return ResourceManager.GetString("DockContent_CloseButton_Description", resourceCulture);
  122.             }
  123.         }
  124.         
  125.         /// <summary>
  126.         ///   查找类似 Shows or hides the close button of the content. This property does not function with System MDI Document Style. 的本地化字符串。
  127.         /// </summary>
  128.         internal static string DockContent_CloseButtonVisible_Description {
  129.             get {
  130.                 return ResourceManager.GetString("DockContent_CloseButtonVisible_Description", resourceCulture);
  131.             }
  132.         }
  133.         
  134.         /// <summary>
  135.         ///   查找类似 The form must be of type IDockContent. 的本地化字符串。
  136.         /// </summary>
  137.         internal static string DockContent_Constructor_InvalidForm {
  138.             get {
  139.                 return ResourceManager.GetString("DockContent_Constructor_InvalidForm", resourceCulture);
  140.             }
  141.         }
  142.         
  143.         /// <summary>
  144.         ///   查找类似 Gets or sets a value indicating in which area of the DockPanel the content allowed to show. 的本地化字符串。
  145.         /// </summary>
  146.         internal static string DockContent_DockAreas_Description {
  147.             get {
  148.                 return ResourceManager.GetString("DockContent_DockAreas_Description", resourceCulture);
  149.             }
  150.         }
  151.         
  152.         /// <summary>
  153.         ///   查找类似 Occurs when the value of DockState property changed. 的本地化字符串。
  154.         /// </summary>
  155.         internal static string DockContent_DockStateChanged_Description {
  156.             get {
  157.                 return ResourceManager.GetString("DockContent_DockStateChanged_Description", resourceCulture);
  158.             }
  159.         }
  160.         
  161.         /// <summary>
  162.         ///   查找类似 Indicates the content will be hidden instead of being closed. 的本地化字符串。
  163.         /// </summary>
  164.         internal static string DockContent_HideOnClose_Description {
  165.             get {
  166.                 return ResourceManager.GetString("DockContent_HideOnClose_Description", resourceCulture);
  167.             }
  168.         }
  169.         
  170.         /// <summary>
  171.         ///   查找类似 The desired docking state when first showing. 的本地化字符串。
  172.         /// </summary>
  173.         internal static string DockContent_ShowHint_Description {
  174.             get {
  175.                 return ResourceManager.GetString("DockContent_ShowHint_Description", resourceCulture);
  176.             }
  177.         }
  178.         
  179.         /// <summary>
  180.         ///   查找类似 Context menu displayed for the dock pane tab strip. 的本地化字符串。
  181.         /// </summary>
  182.         internal static string DockContent_TabPageContextMenu_Description {
  183.             get {
  184.                 return ResourceManager.GetString("DockContent_TabPageContextMenu_Description", resourceCulture);
  185.             }
  186.         }
  187.         
  188.         /// <summary>
  189.         ///   查找类似 The tab text displayed in the dock pane. If not set, the Text property will be used. 的本地化字符串。
  190.         /// </summary>
  191.         internal static string DockContent_TabText_Description {
  192.             get {
  193.                 return ResourceManager.GetString("DockContent_TabText_Description", resourceCulture);
  194.             }
  195.         }
  196.         
  197.         /// <summary>
  198.         ///   查找类似 The text displayed when mouse hovers over the tab. 的本地化字符串。
  199.         /// </summary>
  200.         internal static string DockContent_ToolTipText_Description {
  201.             get {
  202.                 return ResourceManager.GetString("DockContent_ToolTipText_Description", resourceCulture);
  203.             }
  204.         }
  205.         
  206.         /// <summary>
  207.         ///   查找类似 The provided value is out of range. 的本地化字符串。
  208.         /// </summary>
  209.         internal static string DockContentHandler_AutoHidePortion_OutOfRange {
  210.             get {
  211.                 return ResourceManager.GetString("DockContentHandler_AutoHidePortion_OutOfRange", resourceCulture);
  212.             }
  213.         }
  214.         
  215.         /// <summary>
  216.         ///   查找类似 Invalid Value: The value of DockAreas conflicts with current DockState. 的本地化字符串。
  217.         /// </summary>
  218.         internal static string DockContentHandler_DockAreas_InvalidValue {
  219.             get {
  220.                 return ResourceManager.GetString("DockContentHandler_DockAreas_InvalidValue", resourceCulture);
  221.             }
  222.         }
  223.         
  224.         /// <summary>
  225.         ///   查找类似 The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane. 的本地化字符串。
  226.         /// </summary>
  227.         internal static string DockContentHandler_DockPane_InvalidValue {
  228.             get {
  229.                 return ResourceManager.GetString("DockContentHandler_DockPane_InvalidValue", resourceCulture);
  230.             }
  231.         }
  232.         
  233.         /// <summary>
  234.         ///   查找类似 The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane. 的本地化字符串。
  235.         /// </summary>
  236.         internal static string DockContentHandler_FloatPane_InvalidValue {
  237.             get {
  238.                 return ResourceManager.GetString("DockContentHandler_FloatPane_InvalidValue", resourceCulture);
  239.             }
  240.         }
  241.         
  242.         /// <summary>
  243.         ///   查找类似 Invalid value, conflicts with DockableAreas  property. 的本地化字符串。
  244.         /// </summary>
  245.         internal static string DockContentHandler_IsFloat_InvalidValue {
  246.             get {
  247.                 return ResourceManager.GetString("DockContentHandler_IsFloat_InvalidValue", resourceCulture);
  248.             }
  249.         }
  250.         
  251.         /// <summary>
  252.         ///   查找类似 The dock state is invalid. 的本地化字符串。
  253.         /// </summary>
  254.         internal static string DockContentHandler_SetDockState_InvalidState {
  255.             get {
  256.                 return ResourceManager.GetString("DockContentHandler_SetDockState_InvalidState", resourceCulture);
  257.             }
  258.         }
  259.         
  260.         /// <summary>
  261.         ///   查找类似 The dock panel is null. 的本地化字符串。
  262.         /// </summary>
  263.         internal static string DockContentHandler_SetDockState_NullPanel {
  264.             get {
  265.                 return ResourceManager.GetString("DockContentHandler_SetDockState_NullPanel", resourceCulture);
  266.             }
  267.         }
  268.         
  269.         /// <summary>
  270.         ///   查找类似 Invalid beforeContent, it must be contained by the pane. 的本地化字符串。
  271.         /// </summary>
  272.         internal static string DockContentHandler_Show_InvalidBeforeContent {
  273.             get {
  274.                 return ResourceManager.GetString("DockContentHandler_Show_InvalidBeforeContent", resourceCulture);
  275.             }
  276.         }
  277.         
  278.         /// <summary>
  279.         ///   查找类似 Invalid DockState: Content can not be showed as &quot;Unknown&quot; or &quot;Hidden&quot;. 的本地化字符串。
  280.         /// </summary>
  281.         internal static string DockContentHandler_Show_InvalidDockState {
  282.             get {
  283.                 return ResourceManager.GetString("DockContentHandler_Show_InvalidDockState", resourceCulture);
  284.             }
  285.         }
  286.         
  287.         /// <summary>
  288.         ///   查找类似 The previous pane is invalid. It can not be null, and its docking state must not be auto-hide. 的本地化字符串。
  289.         /// </summary>
  290.         internal static string DockContentHandler_Show_InvalidPrevPane {
  291.             get {
  292.                 return ResourceManager.GetString("DockContentHandler_Show_InvalidPrevPane", resourceCulture);
  293.             }
  294.         }
  295.         
  296.         /// <summary>
  297.         ///   查找类似 DockPanel can not be null. 的本地化字符串。
  298.         /// </summary>
  299.         internal static string DockContentHandler_Show_NullDockPanel {
  300.             get {
  301.                 return ResourceManager.GetString("DockContentHandler_Show_NullDockPanel", resourceCulture);
  302.             }
  303.         }
  304.         
  305.         /// <summary>
  306.         ///   查找类似 The Pane can not be null. 的本地化字符串。
  307.         /// </summary>
  308.         internal static string DockContentHandler_Show_NullPane {
  309.             get {
  310.                 return ResourceManager.GetString("DockContentHandler_Show_NullPane", resourceCulture);
  311.             }
  312.         }
  313.         
  314.         /// <summary>
  315.         ///   查找类似 Invalid value, check DockableAreas property. 的本地化字符串。
  316.         /// </summary>
  317.         internal static string DockContentHandler_ShowHint_InvalidValue {
  318.             get {
  319.                 return ResourceManager.GetString("DockContentHandler_ShowHint_InvalidValue", resourceCulture);
  320.             }
  321.         }
  322.         
  323.         /// <summary>
  324.         ///   查找类似 Context menu displayed for the dock pane tab strip. 的本地化字符串。
  325.         /// </summary>
  326.         internal static string DockHandler_TabPageContextMenuStrip_Description {
  327.             get {
  328.                 return ResourceManager.GetString("DockHandler_TabPageContextMenuStrip_Description", resourceCulture);
  329.             }
  330.         }
  331.         
  332.         /// <summary>
  333.         ///   查找类似 Press SHIFT for docking to full side. 的本地化字符串。
  334.         /// </summary>
  335.         internal static string DockIndicator_ToolTipText {
  336.             get {
  337.                 return ResourceManager.GetString("DockIndicator_ToolTipText", resourceCulture);
  338.             }
  339.         }
  340.         
  341.         /// <summary>
  342.         ///   查找类似 Invalid Content: ActiveContent must be one of the visible contents, or null if there is no visible content. 的本地化字符串。
  343.         /// </summary>
  344.         internal static string DockPane_ActiveContent_InvalidValue {
  345.             get {
  346.                 return ResourceManager.GetString("DockPane_ActiveContent_InvalidValue", resourceCulture);
  347.             }
  348.         }
  349.         
  350.         /// <summary>
  351.         ///   查找类似 Invalid argument: Content can not be &quot;null&quot;. 的本地化字符串。
  352.         /// </summary>
  353.         internal static string DockPane_Constructor_NullContent {
  354.             get {
  355.                 return ResourceManager.GetString("DockPane_Constructor_NullContent", resourceCulture);
  356.             }
  357.         }
  358.         
  359.         /// <summary>
  360.         ///   查找类似 Invalid argument: The content&apos;s DockPanel can not be &quot;null&quot;. 的本地化字符串。
  361.         /// </summary>
  362.         internal static string DockPane_Constructor_NullDockPanel {
  363.             get {
  364.                 return ResourceManager.GetString("DockPane_Constructor_NullDockPanel", resourceCulture);
  365.             }
  366.         }
  367.         
  368.         /// <summary>
  369.         ///   查找类似 The specified container conflicts with the IsFloat property. 的本地化字符串。
  370.         /// </summary>
  371.         internal static string DockPane_DockTo_InvalidContainer {
  372.             get {
  373.                 return ResourceManager.GetString("DockPane_DockTo_InvalidContainer", resourceCulture);
  374.             }
  375.         }
  376.         
  377.         /// <summary>
  378.         ///   查找类似 The previous pane does not exist in the nested docking pane collection. 的本地化字符串。
  379.         /// </summary>
  380.         internal static string DockPane_DockTo_NoPrevPane {
  381.             get {
  382.                 return ResourceManager.GetString("DockPane_DockTo_NoPrevPane", resourceCulture);
  383.             }
  384.         }
  385.         
  386.         /// <summary>
  387.         ///   查找类似 The container can not be null. 的本地化字符串。
  388.         /// </summary>
  389.         internal static string DockPane_DockTo_NullContainer {
  390.             get {
  391.                 return ResourceManager.GetString("DockPane_DockTo_NullContainer", resourceCulture);
  392.             }
  393.         }
  394.         
  395.         /// <summary>
  396.         ///   查找类似 The previous pane can not be null when the nested docking pane collection is not empty. 的本地化字符串。
  397.         /// </summary>
  398.         internal static string DockPane_DockTo_NullPrevPane {
  399.             get {
  400.                 return ResourceManager.GetString("DockPane_DockTo_NullPrevPane", resourceCulture);
  401.             }
  402.         }
  403.         
  404.         /// <summary>
  405.         ///   查找类似 The previous pane can not be itself. 的本地化字符串。
  406.         /// </summary>
  407.         internal static string DockPane_DockTo_SelfPrevPane {
  408.             get {
  409.                 return ResourceManager.GetString("DockPane_DockTo_SelfPrevPane", resourceCulture);
  410.             }
  411.         }
  412.         
  413.         /// <summary>
  414.         ///   查找类似 FloatWindow property can not be set to &quot;null&quot; when DockState is DockState.Float. 的本地化字符串。
  415.         /// </summary>
  416.         internal static string DockPane_FloatWindow_InvalidValue {
  417.             get {
  418.                 return ResourceManager.GetString("DockPane_FloatWindow_InvalidValue", resourceCulture);
  419.             }
  420.         }
  421.         
  422.         /// <summary>
  423.         ///   查找类似 Invalid Content: Content not within the collection. 的本地化字符串。
  424.         /// </summary>
  425.         internal static string DockPane_SetContentIndex_InvalidContent {
  426.             get {
  427.                 return ResourceManager.GetString("DockPane_SetContentIndex_InvalidContent", resourceCulture);
  428.             }
  429.         }
  430.         
  431.         /// <summary>
  432.         ///   查找类似 Invalid Index: The index is out of range. 的本地化字符串。
  433.         /// </summary>
  434.         internal static string DockPane_SetContentIndex_InvalidIndex {
  435.             get {
  436.                 return ResourceManager.GetString("DockPane_SetContentIndex_InvalidIndex", resourceCulture);
  437.             }
  438.         }
  439.         
  440.         /// <summary>
  441.         ///   查找类似 The state for the dock pane is invalid. 的本地化字符串。
  442.         /// </summary>
  443.         internal static string DockPane_SetDockState_InvalidState {
  444.             get {
  445.                 return ResourceManager.GetString("DockPane_SetDockState_InvalidState", resourceCulture);
  446.             }
  447.         }
  448.         
  449.         /// <summary>
  450.         ///   查找类似 Auto Hide 的本地化字符串。
  451.         /// </summary>
  452.         internal static string DockPaneCaption_ToolTipAutoHide {
  453.             get {
  454.                 return ResourceManager.GetString("DockPaneCaption_ToolTipAutoHide", resourceCulture);
  455.             }
  456.         }
  457.         
  458.         /// <summary>
  459.         ///   查找类似 Close 的本地化字符串。
  460.         /// </summary>
  461.         internal static string DockPaneCaption_ToolTipClose {
  462.             get {
  463.                 return ResourceManager.GetString("DockPaneCaption_ToolTipClose", resourceCulture);
  464.             }
  465.         }
  466.         
  467.         /// <summary>
  468.         ///   查找类似 Options 的本地化字符串。
  469.         /// </summary>
  470.         internal static string DockPaneCaption_ToolTipOptions {
  471.             get {
  472.                 return ResourceManager.GetString("DockPaneCaption_ToolTipOptions", resourceCulture);
  473.             }
  474.         }
  475.         
  476.         /// <summary>
  477.         ///   查找类似 Invalid Content: The content must be auto-hide state and associates with this DockPanel. 的本地化字符串。
  478.         /// </summary>
  479.         internal static string DockPanel_ActiveAutoHideContent_InvalidValue {
  480.             get {
  481.                 return ResourceManager.GetString("DockPanel_ActiveAutoHideContent_InvalidValue", resourceCulture);
  482.             }
  483.         }
  484.         
  485.         /// <summary>
  486.         ///   查找类似 Occurs when the value of ActiveContentProperty changed. 的本地化字符串。
  487.         /// </summary>
  488.         internal static string DockPanel_ActiveContentChanged_Description {
  489.             get {
  490.                 return ResourceManager.GetString("DockPanel_ActiveContentChanged_Description", resourceCulture);
  491.             }
  492.         }
  493.         
  494.         /// <summary>
  495.         ///   查找类似 Occurs when the value of ActiveDocument property changed. 的本地化字符串。
  496.         /// </summary>
  497.         internal static string DockPanel_ActiveDocumentChanged_Description {
  498.             get {
  499.                 return ResourceManager.GetString("DockPanel_ActiveDocumentChanged_Description", resourceCulture);
  500.             }
  501.         }
  502.         
  503.         /// <summary>
  504.         ///   查找类似 Occurs when the value of ActivePane property changed. 的本地化字符串。
  505.         /// </summary>
  506.         internal static string DockPanel_ActivePaneChanged_Description {
  507.             get {
  508.                 return ResourceManager.GetString("DockPanel_ActivePaneChanged_Description", resourceCulture);
  509.             }
  510.         }
  511.         
  512.         /// <summary>
  513.         ///   查找类似 Determines if the drag and drop docking is allowed. 的本地化字符串。
  514.         /// </summary>
  515.         internal static string DockPanel_AllowEndUserDocking_Description {
  516.             get {
  517.                 return ResourceManager.GetString("DockPanel_AllowEndUserDocking_Description", resourceCulture);
  518.             }
  519.         }
  520.         
  521.         /// <summary>
  522.         ///   查找类似 Determines if the drag and drop nested docking is allowed. 的本地化字符串。
  523.         /// </summary>
  524.         internal static string DockPanel_AllowEndUserNestedDocking_Description {
  525.             get {
  526.                 return ResourceManager.GetString("DockPanel_AllowEndUserNestedDocking_Description", resourceCulture);
  527.             }
  528.         }
  529.         
  530.         /// <summary>
  531.         ///   查找类似 Occurs when a content added to the DockPanel. 的本地化字符串。
  532.         /// </summary>
  533.         internal static string DockPanel_ContentAdded_Description {
  534.             get {
  535.                 return ResourceManager.GetString("DockPanel_ContentAdded_Description", resourceCulture);
  536.             }
  537.         }
  538.         
  539.         /// <summary>
  540.         ///   查找类似 Occurs when a content removed from the DockPanel. 的本地化字符串。
  541.         /// </summary>
  542.         internal static string DockPanel_ContentRemoved_Description {
  543.             get {
  544.                 return ResourceManager.GetString("DockPanel_ContentRemoved_Description", resourceCulture);
  545.             }
  546.         }
  547.         
  548.         /// <summary>
  549.         ///   查找类似 The default size of float window. 的本地化字符串。
  550.         /// </summary>
  551.         internal static string DockPanel_DefaultFloatWindowSize_Description {
  552.             get {
  553.                 return ResourceManager.GetString("DockPanel_DefaultFloatWindowSize_Description", resourceCulture);
  554.             }
  555.         }
  556.         
  557.         /// <summary>
  558.         ///   查找类似 Provides Visual Studio .Net style docking. 的本地化字符串。
  559.         /// </summary>
  560.         internal static string DockPanel_Description {
  561.             get {
  562.                 return ResourceManager.GetString("DockPanel_Description", resourceCulture);
  563.             }
  564.         }
  565.         
  566.         /// <summary>
  567.         ///   查找类似 Size of the bottom docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels. 的本地化字符串。
  568.         /// </summary>
  569.         internal static string DockPanel_DockBottomPortion_Description {
  570.             get {
  571.                 return ResourceManager.GetString("DockPanel_DockBottomPortion_Description", resourceCulture);
  572.             }
  573.         }
  574.         
  575.         /// <summary>
  576.         ///   查找类似 Size of the left docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels. 的本地化字符串。
  577.         /// </summary>
  578.         internal static string DockPanel_DockLeftPortion_Description {
  579.             get {
  580.                 return ResourceManager.GetString("DockPanel_DockLeftPortion_Description", resourceCulture);
  581.             }
  582.         }
  583.         
  584.         /// <summary>
  585.         ///   查找类似 The visual skin to use when displaying the docked windows. 的本地化字符串。
  586.         /// </summary>
  587.         internal static string DockPanel_DockPanelSkin {
  588.             get {
  589.                 return ResourceManager.GetString("DockPanel_DockPanelSkin", resourceCulture);
  590.             }
  591.         }
  592.         
  593.         /// <summary>
  594.         ///   查找类似 Size of the right docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels. 的本地化字符串。
  595.         /// </summary>
  596.         internal static string DockPanel_DockRightPortion_Description {
  597.             get {
  598.                 return ResourceManager.GetString("DockPanel_DockRightPortion_Description", resourceCulture);
  599.             }
  600.         }
  601.         
  602.         /// <summary>
  603.         ///   查找类似 Size of the top docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels. 的本地化字符串。
  604.         /// </summary>
  605.         internal static string DockPanel_DockTopPortion_Description {
  606.             get {
  607.                 return ResourceManager.GetString("DockPanel_DockTopPortion_Description", resourceCulture);
  608.             }
  609.         }
  610.         
  611.         /// <summary>
  612.         ///   查找类似 The style of the document window. 的本地化字符串。
  613.         /// </summary>
  614.         internal static string DockPanel_DocumentStyle_Description {
  615.             get {
  616.                 return ResourceManager.GetString("DockPanel_DocumentStyle_Description", resourceCulture);
  617.             }
  618.         }
  619.         
  620.         /// <summary>
  621.         ///   查找类似 Determines where the tab strip for Document style content is drawn. 的本地化字符串。
  622.         /// </summary>
  623.         internal static string DockPanel_DocumentTabStripLocation {
  624.             get {
  625.                 return ResourceManager.GetString("DockPanel_DocumentTabStripLocation", resourceCulture);
  626.             }
  627.         }
  628.         
  629.         /// <summary>
  630.         ///   查找类似 The DockPanel has already been initialized. 的本地化字符串。
  631.         /// </summary>
  632.         internal static string DockPanel_LoadFromXml_AlreadyInitialized {
  633.             get {
  634.                 return ResourceManager.GetString("DockPanel_LoadFromXml_AlreadyInitialized", resourceCulture);
  635.             }
  636.         }
  637.         
  638.         /// <summary>
  639.         ///   查找类似 The configuration file&apos;s version is invalid. 的本地化字符串。
  640.         /// </summary>
  641.         internal static string DockPanel_LoadFromXml_InvalidFormatVersion {
  642.             get {
  643.                 return ResourceManager.GetString("DockPanel_LoadFromXml_InvalidFormatVersion", resourceCulture);
  644.             }
  645.         }
  646.         
  647.         /// <summary>
  648.         ///   查找类似 The XML file format is invalid. 的本地化字符串。
  649.         /// </summary>
  650.         internal static string DockPanel_LoadFromXml_InvalidXmlFormat {
  651.             get {
  652.                 return ResourceManager.GetString("DockPanel_LoadFromXml_InvalidXmlFormat", resourceCulture);
  653.             }
  654.         }
  655.         
  656.         /// <summary>
  657.         ///   查找类似 Invalid parent form. When using DockingMdi or SystemMdi document style, the DockPanel control must be the child control of the main MDI container form. 的本地化字符串。
  658.         /// </summary>
  659.         internal static string DockPanel_ParentForm_Invalid {
  660.             get {
  661.                 return ResourceManager.GetString("DockPanel_ParentForm_Invalid", resourceCulture);
  662.             }
  663.         }
  664.         
  665.         /// <summary>
  666.         ///   查找类似 DockPanel configuration file. Author: Weifen Luo, all rights reserved. 的本地化字符串。
  667.         /// </summary>
  668.         internal static string DockPanel_Persistor_XmlFileComment1 {
  669.             get {
  670.                 return ResourceManager.GetString("DockPanel_Persistor_XmlFileComment1", resourceCulture);
  671.             }
  672.         }
  673.         
  674.         /// <summary>
  675.         ///   查找类似 !!! AUTOMATICALLY GENERATED FILE. DO NOT MODIFY !!! 的本地化字符串。
  676.         /// </summary>
  677.         internal static string DockPanel_Persistor_XmlFileComment2 {
  678.             get {
  679.                 return ResourceManager.GetString("DockPanel_Persistor_XmlFileComment2", resourceCulture);
  680.             }
  681.         }
  682.         
  683.         /// <summary>
  684.         ///   查找类似 Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes. 的本地化字符串。
  685.         /// </summary>
  686.         internal static string DockPanel_RightToLeftLayout_Description {
  687.             get {
  688.                 return ResourceManager.GetString("DockPanel_RightToLeftLayout_Description", resourceCulture);
  689.             }
  690.         }
  691.         
  692.         /// <summary>
  693.         ///   查找类似 Invalid Index: The index is out of range. 的本地化字符串。
  694.         /// </summary>
  695.         internal static string DockPanel_SetPaneIndex_InvalidIndex {
  696.             get {
  697.                 return ResourceManager.GetString("DockPanel_SetPaneIndex_InvalidIndex", resourceCulture);
  698.             }
  699.         }
  700.         
  701.         /// <summary>
  702.         ///   查找类似 Invalid Pane: DockPane not within the collection. 的本地化字符串。
  703.         /// </summary>
  704.         internal static string DockPanel_SetPaneIndex_InvalidPane {
  705.             get {
  706.                 return ResourceManager.GetString("DockPanel_SetPaneIndex_InvalidPane", resourceCulture);
  707.             }
  708.         }
  709.         
  710.         /// <summary>
  711.         ///   查找类似 Determines if the document icon will be displayed in the tab strip. 的本地化字符串。
  712.         /// </summary>
  713.         internal static string DockPanel_ShowDocumentIcon_Description {
  714.             get {
  715.                 return ResourceManager.GetString("DockPanel_ShowDocumentIcon_Description", resourceCulture);
  716.             }
  717.         }
  718.         
  719.         /// <summary>
  720.         ///   查找类似 Close 的本地化字符串。
  721.         /// </summary>
  722.         internal static string DockPaneStrip_ToolTipClose {
  723.             get {
  724.                 return ResourceManager.GetString("DockPaneStrip_ToolTipClose", resourceCulture);
  725.             }
  726.         }
  727.         
  728.         /// <summary>
  729.         ///   查找类似 Window List 的本地化字符串。
  730.         /// </summary>
  731.         internal static string DockPaneStrip_ToolTipWindowList {
  732.             get {
  733.                 return ResourceManager.GetString("DockPaneStrip_ToolTipWindowList", resourceCulture);
  734.             }
  735.         }
  736.         
  737.         /// <summary>
  738.         ///   查找类似 Invalid argument: DockPanel can not be &quot;null&quot;. 的本地化字符串。
  739.         /// </summary>
  740.         internal static string FloatWindow_Constructor_NullDockPanel {
  741.             get {
  742.                 return ResourceManager.GetString("FloatWindow_Constructor_NullDockPanel", resourceCulture);
  743.             }
  744.         }
  745.         
  746.         /// <summary>
  747.         ///   查找类似 Invalid Index: The index is out of range. 的本地化字符串。
  748.         /// </summary>
  749.         internal static string FloatWindow_SetPaneIndex_InvalidIndex {
  750.             get {
  751.                 return ResourceManager.GetString("FloatWindow_SetPaneIndex_InvalidIndex", resourceCulture);
  752.             }
  753.         }
  754.         
  755.         /// <summary>
  756.         ///   查找类似 Invalid Pane: DockPane not within the collection. 的本地化字符串。
  757.         /// </summary>
  758.         internal static string FloatWindow_SetPaneIndex_InvalidPane {
  759.             get {
  760.                 return ResourceManager.GetString("FloatWindow_SetPaneIndex_InvalidPane", resourceCulture);
  761.             }
  762.         }
  763.         
  764.         /// <summary>
  765.         ///   查找类似 Invalid DockPanel. 的本地化字符串。
  766.         /// </summary>
  767.         internal static string IDockDragSource_DockTo_InvalidPanel {
  768.             get {
  769.                 return ResourceManager.GetString("IDockDragSource_DockTo_InvalidPanel", resourceCulture);
  770.             }
  771.         }
  772.     }
  773. }