Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 00:45:44 (13 years ago)
Author:
swagner
Message:

Migrated projects to .NET 4.0 (#1350)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NET40/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Strings.Designer.cs

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