Strings.Designer.cs 34 KB

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