Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Strings.Designer.cs @ 5163

Last change on this file since 5163 was 5163, checked in by swagner, 13 years ago

Reintegrated .NET 4.0 migration branch (#1350)

File size: 33.1 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:4.0.30319.1
5//
6//     Changes to this file may cause incorrect behavior and will be lost if
7//     the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11namespace WeifenLuo.WinFormsUI.Docking {
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        }
773    }
774}
Note: See TracBrowser for help on using the repository browser.