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