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 @ 4068

Last change on this file since 4068 was 4068, checked in by swagner, 14 years ago

Sorted usings and removed unused usings in entire solution (#1094)

File size: 29.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
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() {
32    }
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  }
773}
Note: See TracBrowser for help on using the repository browser.