MainPage.Designer.cs 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PDF_Office.Strings.MainPage {
  11. using System;
  12. /// <summary>
  13. /// 一个强类型的资源类,用于查找本地化的字符串等。
  14. /// </summary>
  15. // 此类是由 StronglyTypedResourceBuilder
  16. // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  17. // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  18. // (以 /str 作为命令选项),或重新生成 VS 项目。
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. public class MainPage {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal MainPage() {
  27. }
  28. /// <summary>
  29. /// 返回此类使用的缓存的 ResourceManager 实例。
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. public static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PDF_Office.Strings.MainPage.MainPage", typeof(MainPage).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// 重写当前线程的 CurrentUICulture 属性,对
  43. /// 使用此强类型资源类的所有资源查找执行重写。
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. public static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// 查找类似 Change Target Location 的本地化字符串。
  56. /// </summary>
  57. public static string Bookmark_Change {
  58. get {
  59. return ResourceManager.GetString("Bookmark_Change", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// 查找类似 Delete 的本地化字符串。
  64. /// </summary>
  65. public static string Bookmark_Delete {
  66. get {
  67. return ResourceManager.GetString("Bookmark_Delete", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// 查找类似 Page {0} 的本地化字符串。
  72. /// </summary>
  73. public static string Bookmark_PageN {
  74. get {
  75. return ResourceManager.GetString("Bookmark_PageN", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// 查找类似 Rename 的本地化字符串。
  80. /// </summary>
  81. public static string Bookmark_Rename {
  82. get {
  83. return ResourceManager.GetString("Bookmark_Rename", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// 查找类似 Bookmark 的本地化字符串。
  88. /// </summary>
  89. public static string Bookmark_Title {
  90. get {
  91. return ResourceManager.GetString("Bookmark_Title", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// 查找类似 Enter Read Mode, tap ESC to exit 的本地化字符串。
  96. /// </summary>
  97. public static string GlobalTip_ESCReadMode {
  98. get {
  99. return ResourceManager.GetString("GlobalTip_ESCReadMode", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// 查找类似 Exit Read Mode 的本地化字符串。
  104. /// </summary>
  105. public static string GlobalTip_ExitReadMode {
  106. get {
  107. return ResourceManager.GetString("GlobalTip_ExitReadMode", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// 查找类似 Add Files 的本地化字符串。
  112. /// </summary>
  113. public static string Merge_AddFiles {
  114. get {
  115. return ResourceManager.GetString("Merge_AddFiles", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// 查找类似 Add Folder 的本地化字符串。
  120. /// </summary>
  121. public static string Merge_AddFolder {
  122. get {
  123. return ResourceManager.GetString("Merge_AddFolder", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// 查找类似 Add an Open File 的本地化字符串。
  128. /// </summary>
  129. public static string Merge_AddOpenFile {
  130. get {
  131. return ResourceManager.GetString("Merge_AddOpenFile", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// 查找类似 Selected files
  136. ///Drop files here or Click “Add Files” at bottom right button.
  137. ///Drag files to reorder as you need. 的本地化字符串。
  138. /// </summary>
  139. public static string Merge_Hint {
  140. get {
  141. return ResourceManager.GetString("Merge_Hint", resourceCulture);
  142. }
  143. }
  144. /// <summary>
  145. /// 查找类似 Pages 的本地化字符串。
  146. /// </summary>
  147. public static string Merge_ItemPages {
  148. get {
  149. return ResourceManager.GetString("Merge_ItemPages", resourceCulture);
  150. }
  151. }
  152. /// <summary>
  153. /// 查找类似 Cancel 的本地化字符串。
  154. /// </summary>
  155. public static string Merge_No {
  156. get {
  157. return ResourceManager.GetString("Merge_No", resourceCulture);
  158. }
  159. }
  160. /// <summary>
  161. /// 查找类似 File Name 的本地化字符串。
  162. /// </summary>
  163. public static string Merge_TitleFileName {
  164. get {
  165. return ResourceManager.GetString("Merge_TitleFileName", resourceCulture);
  166. }
  167. }
  168. /// <summary>
  169. /// 查找类似 Page Range 的本地化字符串。
  170. /// </summary>
  171. public static string Merge_TitlePageRange {
  172. get {
  173. return ResourceManager.GetString("Merge_TitlePageRange", resourceCulture);
  174. }
  175. }
  176. /// <summary>
  177. /// 查找类似 Size 的本地化字符串。
  178. /// </summary>
  179. public static string Merge_TitleSize {
  180. get {
  181. return ResourceManager.GetString("Merge_TitleSize", resourceCulture);
  182. }
  183. }
  184. /// <summary>
  185. /// 查找类似 Merge 的本地化字符串。
  186. /// </summary>
  187. public static string Merge_Yes {
  188. get {
  189. return ResourceManager.GetString("Merge_Yes", resourceCulture);
  190. }
  191. }
  192. /// <summary>
  193. /// 查找类似 Close Tab 的本地化字符串。
  194. /// </summary>
  195. public static string MultipleTabs__Close {
  196. get {
  197. return ResourceManager.GetString("MultipleTabs_ Close", resourceCulture);
  198. }
  199. }
  200. /// <summary>
  201. /// 查找类似 Close All Tabs 的本地化字符串。
  202. /// </summary>
  203. public static string MultipleTabs__CloseAll {
  204. get {
  205. return ResourceManager.GetString("MultipleTabs_ CloseAll", resourceCulture);
  206. }
  207. }
  208. /// <summary>
  209. /// 查找类似 Show in Folder 的本地化字符串。
  210. /// </summary>
  211. public static string MultipleTabs__Folder {
  212. get {
  213. return ResourceManager.GetString("MultipleTabs_ Folder", resourceCulture);
  214. }
  215. }
  216. /// <summary>
  217. /// 查找类似 Home 的本地化字符串。
  218. /// </summary>
  219. public static string MultipleTabs_Default {
  220. get {
  221. return ResourceManager.GetString("MultipleTabs_Default", resourceCulture);
  222. }
  223. }
  224. /// <summary>
  225. /// 查找类似 Rename 的本地化字符串。
  226. /// </summary>
  227. public static string MultipleTabs_Rename {
  228. get {
  229. return ResourceManager.GetString("MultipleTabs_Rename", resourceCulture);
  230. }
  231. }
  232. /// <summary>
  233. /// 查找类似 Add Item 的本地化字符串。
  234. /// </summary>
  235. public static string Outline_Add {
  236. get {
  237. return ResourceManager.GetString("Outline_Add", resourceCulture);
  238. }
  239. }
  240. /// <summary>
  241. /// 查找类似 Add To Higher Level 的本地化字符串。
  242. /// </summary>
  243. public static string Outline_AddLevel {
  244. get {
  245. return ResourceManager.GetString("Outline_AddLevel", resourceCulture);
  246. }
  247. }
  248. /// <summary>
  249. /// 查找类似 Add Sub-Item 的本地化字符串。
  250. /// </summary>
  251. public static string Outline_AddSub {
  252. get {
  253. return ResourceManager.GetString("Outline_AddSub", resourceCulture);
  254. }
  255. }
  256. /// <summary>
  257. /// 查找类似 Change Destination 的本地化字符串。
  258. /// </summary>
  259. public static string Outline_Change {
  260. get {
  261. return ResourceManager.GetString("Outline_Change", resourceCulture);
  262. }
  263. }
  264. /// <summary>
  265. /// 查找类似 Collapse All 的本地化字符串。
  266. /// </summary>
  267. public static string Outline_Collapse {
  268. get {
  269. return ResourceManager.GetString("Outline_Collapse", resourceCulture);
  270. }
  271. }
  272. /// <summary>
  273. /// 查找类似 Delete 的本地化字符串。
  274. /// </summary>
  275. public static string Outline_Delete {
  276. get {
  277. return ResourceManager.GetString("Outline_Delete", resourceCulture);
  278. }
  279. }
  280. /// <summary>
  281. /// 查找类似 Are you sure you want to set the destination as the current location? 的本地化字符串。
  282. /// </summary>
  283. public static string Outline_DialogContent {
  284. get {
  285. return ResourceManager.GetString("Outline_DialogContent", resourceCulture);
  286. }
  287. }
  288. /// <summary>
  289. /// 查找类似 No 的本地化字符串。
  290. /// </summary>
  291. public static string Outline_DialogNO {
  292. get {
  293. return ResourceManager.GetString("Outline_DialogNO", resourceCulture);
  294. }
  295. }
  296. /// <summary>
  297. /// 查找类似 Yes 的本地化字符串。
  298. /// </summary>
  299. public static string Outline_DialogYes {
  300. get {
  301. return ResourceManager.GetString("Outline_DialogYes", resourceCulture);
  302. }
  303. }
  304. /// <summary>
  305. /// 查找类似 Demote 的本地化字符串。
  306. /// </summary>
  307. public static string Outline_Down {
  308. get {
  309. return ResourceManager.GetString("Outline_Down", resourceCulture);
  310. }
  311. }
  312. /// <summary>
  313. /// 查找类似 Expand All 的本地化字符串。
  314. /// </summary>
  315. public static string Outline_Expand {
  316. get {
  317. return ResourceManager.GetString("Outline_Expand", resourceCulture);
  318. }
  319. }
  320. /// <summary>
  321. /// 查找类似 Remove All Outlines 的本地化字符串。
  322. /// </summary>
  323. public static string Outline_RemoveAll {
  324. get {
  325. return ResourceManager.GetString("Outline_RemoveAll", resourceCulture);
  326. }
  327. }
  328. /// <summary>
  329. /// 查找类似 Rename 的本地化字符串。
  330. /// </summary>
  331. public static string Outline_Rename {
  332. get {
  333. return ResourceManager.GetString("Outline_Rename", resourceCulture);
  334. }
  335. }
  336. /// <summary>
  337. /// 查找类似 Outline 的本地化字符串。
  338. /// </summary>
  339. public static string Outline_Title {
  340. get {
  341. return ResourceManager.GetString("Outline_Title", resourceCulture);
  342. }
  343. }
  344. /// <summary>
  345. /// 查找类似 Promote 的本地化字符串。
  346. /// </summary>
  347. public static string Outline_Up {
  348. get {
  349. return ResourceManager.GetString("Outline_Up", resourceCulture);
  350. }
  351. }
  352. /// <summary>
  353. /// 查找类似 Clear 的本地化字符串。
  354. /// </summary>
  355. public static string Signatur_DialogClear {
  356. get {
  357. return ResourceManager.GetString("Signatur_DialogClear", resourceCulture);
  358. }
  359. }
  360. /// <summary>
  361. /// 查找类似 Drawing 的本地化字符串。
  362. /// </summary>
  363. public static string Signatur_DialogDraw {
  364. get {
  365. return ResourceManager.GetString("Signatur_DialogDraw", resourceCulture);
  366. }
  367. }
  368. /// <summary>
  369. /// 查找类似 Sign here 的本地化字符串。
  370. /// </summary>
  371. public static string Signatur_DialogDrawHint {
  372. get {
  373. return ResourceManager.GetString("Signatur_DialogDrawHint", resourceCulture);
  374. }
  375. }
  376. /// <summary>
  377. /// 查找类似 Cancel 的本地化字符串。
  378. /// </summary>
  379. public static string Signatur_DialogNo {
  380. get {
  381. return ResourceManager.GetString("Signatur_DialogNo", resourceCulture);
  382. }
  383. }
  384. /// <summary>
  385. /// 查找类似 Image 的本地化字符串。
  386. /// </summary>
  387. public static string Signatur_DialogPicture {
  388. get {
  389. return ResourceManager.GetString("Signatur_DialogPicture", resourceCulture);
  390. }
  391. }
  392. /// <summary>
  393. /// 查找类似 Select image file 的本地化字符串。
  394. /// </summary>
  395. public static string Signatur_DialogPictureHint {
  396. get {
  397. return ResourceManager.GetString("Signatur_DialogPictureHint", resourceCulture);
  398. }
  399. }
  400. /// <summary>
  401. /// 查找类似 Remove Background 的本地化字符串。
  402. /// </summary>
  403. public static string Signatur_DialogPictureReBkg {
  404. get {
  405. return ResourceManager.GetString("Signatur_DialogPictureReBkg", resourceCulture);
  406. }
  407. }
  408. /// <summary>
  409. /// 查找类似 Remove white background from images 的本地化字符串。
  410. /// </summary>
  411. public static string Signatur_DialogPictureReBkgHint {
  412. get {
  413. return ResourceManager.GetString("Signatur_DialogPictureReBkgHint", resourceCulture);
  414. }
  415. }
  416. /// <summary>
  417. /// 查找类似 Reselect 的本地化字符串。
  418. /// </summary>
  419. public static string Signatur_DialogPictureReselect {
  420. get {
  421. return ResourceManager.GetString("Signatur_DialogPictureReselect", resourceCulture);
  422. }
  423. }
  424. /// <summary>
  425. /// 查找类似 Keyboard 的本地化字符串。
  426. /// </summary>
  427. public static string Signatur_DialogText {
  428. get {
  429. return ResourceManager.GetString("Signatur_DialogText", resourceCulture);
  430. }
  431. }
  432. /// <summary>
  433. /// 查找类似 Enter your signature here 的本地化字符串。
  434. /// </summary>
  435. public static string Signatur_DialogTextHint {
  436. get {
  437. return ResourceManager.GetString("Signatur_DialogTextHint", resourceCulture);
  438. }
  439. }
  440. /// <summary>
  441. /// 查找类似 Create New Signature 的本地化字符串。
  442. /// </summary>
  443. public static string Signatur_DialogTitle {
  444. get {
  445. return ResourceManager.GetString("Signatur_DialogTitle", resourceCulture);
  446. }
  447. }
  448. /// <summary>
  449. /// 查找类似 Apply 的本地化字符串。
  450. /// </summary>
  451. public static string Signatur_DialogYes {
  452. get {
  453. return ResourceManager.GetString("Signatur_DialogYes", resourceCulture);
  454. }
  455. }
  456. /// <summary>
  457. /// 查找类似 Signature 的本地化字符串。
  458. /// </summary>
  459. public static string Signatur_Title {
  460. get {
  461. return ResourceManager.GetString("Signatur_Title", resourceCulture);
  462. }
  463. }
  464. /// <summary>
  465. /// 查找类似 Stamp 的本地化字符串。
  466. /// </summary>
  467. public static string Stamp_Title {
  468. get {
  469. return ResourceManager.GetString("Stamp_Title", resourceCulture);
  470. }
  471. }
  472. /// <summary>
  473. /// 查找类似 Thumbnails 的本地化字符串。
  474. /// </summary>
  475. public static string Thumbnails_Title {
  476. get {
  477. return ResourceManager.GetString("Thumbnails_Title", resourceCulture);
  478. }
  479. }
  480. /// <summary>
  481. /// 查找类似 Book Mode 的本地化字符串。
  482. /// </summary>
  483. public static string ViewProperties_Book {
  484. get {
  485. return ResourceManager.GetString("ViewProperties_Book", resourceCulture);
  486. }
  487. }
  488. /// <summary>
  489. /// 查找类似 Continuous Scroll 的本地化字符串。
  490. /// </summary>
  491. public static string ViewProperties_ContinuousScroll {
  492. get {
  493. return ResourceManager.GetString("ViewProperties_ContinuousScroll", resourceCulture);
  494. }
  495. }
  496. /// <summary>
  497. /// 查找类似 Full Screen 的本地化字符串。
  498. /// </summary>
  499. public static string ViewProperties_Full {
  500. get {
  501. return ResourceManager.GetString("ViewProperties_Full", resourceCulture);
  502. }
  503. }
  504. /// <summary>
  505. /// 查找类似 Display Mode 的本地化字符串。
  506. /// </summary>
  507. public static string ViewProperties_Mode {
  508. get {
  509. return ResourceManager.GetString("ViewProperties_Mode", resourceCulture);
  510. }
  511. }
  512. /// <summary>
  513. /// 查找类似 Page Break 的本地化字符串。
  514. /// </summary>
  515. public static string ViewProperties_PageBreak {
  516. get {
  517. return ResourceManager.GetString("ViewProperties_PageBreak", resourceCulture);
  518. }
  519. }
  520. /// <summary>
  521. /// 查找类似 Read Mode 的本地化字符串。
  522. /// </summary>
  523. public static string ViewProperties_Read {
  524. get {
  525. return ResourceManager.GetString("ViewProperties_Read", resourceCulture);
  526. }
  527. }
  528. /// <summary>
  529. /// 查找类似 Rotate 的本地化字符串。
  530. /// </summary>
  531. public static string ViewProperties_RotateTitle {
  532. get {
  533. return ResourceManager.GetString("ViewProperties_RotateTitle", resourceCulture);
  534. }
  535. }
  536. /// <summary>
  537. /// 查找类似 Single Page 的本地化字符串。
  538. /// </summary>
  539. public static string ViewProperties_Single {
  540. get {
  541. return ResourceManager.GetString("ViewProperties_Single", resourceCulture);
  542. }
  543. }
  544. /// <summary>
  545. /// 查找类似 View 的本地化字符串。
  546. /// </summary>
  547. public static string ViewProperties_Title {
  548. get {
  549. return ResourceManager.GetString("ViewProperties_Title", resourceCulture);
  550. }
  551. }
  552. /// <summary>
  553. /// 查找类似 Two Pages 的本地化字符串。
  554. /// </summary>
  555. public static string ViewProperties_Two {
  556. get {
  557. return ResourceManager.GetString("ViewProperties_Two", resourceCulture);
  558. }
  559. }
  560. /// <summary>
  561. /// 查找类似 Actual Size 的本地化字符串。
  562. /// </summary>
  563. public static string ViewRightMenu_ActualSize {
  564. get {
  565. return ResourceManager.GetString("ViewRightMenu_ActualSize", resourceCulture);
  566. }
  567. }
  568. /// <summary>
  569. /// 查找类似 Add Bookmarks 的本地化字符串。
  570. /// </summary>
  571. public static string ViewRightMenu_AddBookmarks {
  572. get {
  573. return ResourceManager.GetString("ViewRightMenu_AddBookmarks", resourceCulture);
  574. }
  575. }
  576. /// <summary>
  577. /// 查找类似 Add Comment 的本地化字符串。
  578. /// </summary>
  579. public static string ViewRightMenu_AddComment {
  580. get {
  581. return ResourceManager.GetString("ViewRightMenu_AddComment", resourceCulture);
  582. }
  583. }
  584. /// <summary>
  585. /// 查找类似 Add Link 的本地化字符串。
  586. /// </summary>
  587. public static string ViewRightMenu_AddLink {
  588. get {
  589. return ResourceManager.GetString("ViewRightMenu_AddLink", resourceCulture);
  590. }
  591. }
  592. /// <summary>
  593. /// 查找类似 Add Outline 的本地化字符串。
  594. /// </summary>
  595. public static string ViewRightMenu_AddOutline {
  596. get {
  597. return ResourceManager.GetString("ViewRightMenu_AddOutline", resourceCulture);
  598. }
  599. }
  600. /// <summary>
  601. /// 查找类似 Zoom to Selected Area 的本地化字符串。
  602. /// </summary>
  603. public static string ViewRightMenu_AreaZoom {
  604. get {
  605. return ResourceManager.GetString("ViewRightMenu_AreaZoom", resourceCulture);
  606. }
  607. }
  608. /// <summary>
  609. /// 查找类似 Arrow 的本地化字符串。
  610. /// </summary>
  611. public static string ViewRightMenu_Arrow {
  612. get {
  613. return ResourceManager.GetString("ViewRightMenu_Arrow", resourceCulture);
  614. }
  615. }
  616. /// <summary>
  617. /// 查找类似 Book Mode 的本地化字符串。
  618. /// </summary>
  619. public static string ViewRightMenu_BookMode {
  620. get {
  621. return ResourceManager.GetString("ViewRightMenu_BookMode", resourceCulture);
  622. }
  623. }
  624. /// <summary>
  625. /// 查找类似 Content Selection 的本地化字符串。
  626. /// </summary>
  627. public static string ViewRightMenu_ContentSelection {
  628. get {
  629. return ResourceManager.GetString("ViewRightMenu_ContentSelection", resourceCulture);
  630. }
  631. }
  632. /// <summary>
  633. /// 查找类似 Copy 的本地化字符串。
  634. /// </summary>
  635. public static string ViewRightMenu_Copy {
  636. get {
  637. return ResourceManager.GetString("ViewRightMenu_Copy", resourceCulture);
  638. }
  639. }
  640. /// <summary>
  641. /// 查找类似 Extract Image 的本地化字符串。
  642. /// </summary>
  643. public static string ViewRightMenu_ExtractImage {
  644. get {
  645. return ResourceManager.GetString("ViewRightMenu_ExtractImage", resourceCulture);
  646. }
  647. }
  648. /// <summary>
  649. /// 查找类似 Fit Page 的本地化字符串。
  650. /// </summary>
  651. public static string ViewRightMenu_FitPage {
  652. get {
  653. return ResourceManager.GetString("ViewRightMenu_FitPage", resourceCulture);
  654. }
  655. }
  656. /// <summary>
  657. /// 查找类似 Fit Width 的本地化字符串。
  658. /// </summary>
  659. public static string ViewRightMenu_FitWidth {
  660. get {
  661. return ResourceManager.GetString("ViewRightMenu_FitWidth", resourceCulture);
  662. }
  663. }
  664. /// <summary>
  665. /// 查找类似 Freehand 的本地化字符串。
  666. /// </summary>
  667. public static string ViewRightMenu_Freehand {
  668. get {
  669. return ResourceManager.GetString("ViewRightMenu_Freehand", resourceCulture);
  670. }
  671. }
  672. /// <summary>
  673. /// 查找类似 Hide Annotations 的本地化字符串。
  674. /// </summary>
  675. public static string ViewRightMenu_HideAnnotations {
  676. get {
  677. return ResourceManager.GetString("ViewRightMenu_HideAnnotations", resourceCulture);
  678. }
  679. }
  680. /// <summary>
  681. /// 查找类似 Highlight 的本地化字符串。
  682. /// </summary>
  683. public static string ViewRightMenu_Highlight {
  684. get {
  685. return ResourceManager.GetString("ViewRightMenu_Highlight", resourceCulture);
  686. }
  687. }
  688. /// <summary>
  689. /// 查找类似 Link 的本地化字符串。
  690. /// </summary>
  691. public static string ViewRightMenu_Link {
  692. get {
  693. return ResourceManager.GetString("ViewRightMenu_Link", resourceCulture);
  694. }
  695. }
  696. /// <summary>
  697. /// 查找类似 Note 的本地化字符串。
  698. /// </summary>
  699. public static string ViewRightMenu_Note {
  700. get {
  701. return ResourceManager.GetString("ViewRightMenu_Note", resourceCulture);
  702. }
  703. }
  704. /// <summary>
  705. /// 查找类似 Read Mode On 的本地化字符串。
  706. /// </summary>
  707. public static string ViewRightMenu_OnReadMode {
  708. get {
  709. return ResourceManager.GetString("ViewRightMenu_OnReadMode", resourceCulture);
  710. }
  711. }
  712. /// <summary>
  713. /// 查找类似 Read Mode Off 的本地化字符串。
  714. /// </summary>
  715. public static string ViewRightMenu_OutReadMode {
  716. get {
  717. return ResourceManager.GetString("ViewRightMenu_OutReadMode", resourceCulture);
  718. }
  719. }
  720. /// <summary>
  721. /// 查找类似 Oval 的本地化字符串。
  722. /// </summary>
  723. public static string ViewRightMenu_Oval {
  724. get {
  725. return ResourceManager.GetString("ViewRightMenu_Oval", resourceCulture);
  726. }
  727. }
  728. /// <summary>
  729. /// 查找类似 Page Display 的本地化字符串。
  730. /// </summary>
  731. public static string ViewRightMenu_PageDisplay {
  732. get {
  733. return ResourceManager.GetString("ViewRightMenu_PageDisplay", resourceCulture);
  734. }
  735. }
  736. /// <summary>
  737. /// 查找类似 Paste 的本地化字符串。
  738. /// </summary>
  739. public static string ViewRightMenu_Paste {
  740. get {
  741. return ResourceManager.GetString("ViewRightMenu_Paste", resourceCulture);
  742. }
  743. }
  744. /// <summary>
  745. /// 查找类似 Print 的本地化字符串。
  746. /// </summary>
  747. public static string ViewRightMenu_Print {
  748. get {
  749. return ResourceManager.GetString("ViewRightMenu_Print", resourceCulture);
  750. }
  751. }
  752. /// <summary>
  753. /// 查找类似 Rectangle 的本地化字符串。
  754. /// </summary>
  755. public static string ViewRightMenu_Rectangle {
  756. get {
  757. return ResourceManager.GetString("ViewRightMenu_Rectangle", resourceCulture);
  758. }
  759. }
  760. /// <summary>
  761. /// 查找类似 Remove Bookmarks 的本地化字符串。
  762. /// </summary>
  763. public static string ViewRightMenu_RemoveBookmarks {
  764. get {
  765. return ResourceManager.GetString("ViewRightMenu_RemoveBookmarks", resourceCulture);
  766. }
  767. }
  768. /// <summary>
  769. /// 查找类似 Scroll Tool 的本地化字符串。
  770. /// </summary>
  771. public static string ViewRightMenu_ScrollTool {
  772. get {
  773. return ResourceManager.GetString("ViewRightMenu_ScrollTool", resourceCulture);
  774. }
  775. }
  776. /// <summary>
  777. /// 查找类似 Search 的本地化字符串。
  778. /// </summary>
  779. public static string ViewRightMenu_Search {
  780. get {
  781. return ResourceManager.GetString("ViewRightMenu_Search", resourceCulture);
  782. }
  783. }
  784. /// <summary>
  785. /// 查找类似 Show Annotations 的本地化字符串。
  786. /// </summary>
  787. public static string ViewRightMenu_ShowAnnotations {
  788. get {
  789. return ResourceManager.GetString("ViewRightMenu_ShowAnnotations", resourceCulture);
  790. }
  791. }
  792. /// <summary>
  793. /// 查找类似 Signature 的本地化字符串。
  794. /// </summary>
  795. public static string ViewRightMenu_Signature {
  796. get {
  797. return ResourceManager.GetString("ViewRightMenu_Signature", resourceCulture);
  798. }
  799. }
  800. /// <summary>
  801. /// 查找类似 Single Page 的本地化字符串。
  802. /// </summary>
  803. public static string ViewRightMenu_SinglePage {
  804. get {
  805. return ResourceManager.GetString("ViewRightMenu_SinglePage", resourceCulture);
  806. }
  807. }
  808. /// <summary>
  809. /// 查找类似 Single Page Continuous 的本地化字符串。
  810. /// </summary>
  811. public static string ViewRightMenu_SinglePageContinuous {
  812. get {
  813. return ResourceManager.GetString("ViewRightMenu_SinglePageContinuous", resourceCulture);
  814. }
  815. }
  816. /// <summary>
  817. /// 查找类似 Stamp 的本地化字符串。
  818. /// </summary>
  819. public static string ViewRightMenu_Stamp {
  820. get {
  821. return ResourceManager.GetString("ViewRightMenu_Stamp", resourceCulture);
  822. }
  823. }
  824. /// <summary>
  825. /// 查找类似 Straight Line 的本地化字符串。
  826. /// </summary>
  827. public static string ViewRightMenu_StraightLine {
  828. get {
  829. return ResourceManager.GetString("ViewRightMenu_StraightLine", resourceCulture);
  830. }
  831. }
  832. /// <summary>
  833. /// 查找类似 Strikethrough 的本地化字符串。
  834. /// </summary>
  835. public static string ViewRightMenu_Strikethrough {
  836. get {
  837. return ResourceManager.GetString("ViewRightMenu_Strikethrough", resourceCulture);
  838. }
  839. }
  840. /// <summary>
  841. /// 查找类似 Text 的本地化字符串。
  842. /// </summary>
  843. public static string ViewRightMenu_Text {
  844. get {
  845. return ResourceManager.GetString("ViewRightMenu_Text", resourceCulture);
  846. }
  847. }
  848. /// <summary>
  849. /// 查找类似 Two Pages 的本地化字符串。
  850. /// </summary>
  851. public static string ViewRightMenu_TwoPages {
  852. get {
  853. return ResourceManager.GetString("ViewRightMenu_TwoPages", resourceCulture);
  854. }
  855. }
  856. /// <summary>
  857. /// 查找类似 Two Pages Continuous 的本地化字符串。
  858. /// </summary>
  859. public static string ViewRightMenu_TwoPagesContinuous {
  860. get {
  861. return ResourceManager.GetString("ViewRightMenu_TwoPagesContinuous", resourceCulture);
  862. }
  863. }
  864. /// <summary>
  865. /// 查找类似 Underline 的本地化字符串。
  866. /// </summary>
  867. public static string ViewRightMenu_Underline {
  868. get {
  869. return ResourceManager.GetString("ViewRightMenu_Underline", resourceCulture);
  870. }
  871. }
  872. /// <summary>
  873. /// 查找类似 Zoom 的本地化字符串。
  874. /// </summary>
  875. public static string ViewRightMenu_Zoom {
  876. get {
  877. return ResourceManager.GetString("ViewRightMenu_Zoom", resourceCulture);
  878. }
  879. }
  880. /// <summary>
  881. /// 查找类似 Zoom In 的本地化字符串。
  882. /// </summary>
  883. public static string ViewRightMenu_ZoomIn {
  884. get {
  885. return ResourceManager.GetString("ViewRightMenu_ZoomIn", resourceCulture);
  886. }
  887. }
  888. /// <summary>
  889. /// 查找类似 Zoom Out 的本地化字符串。
  890. /// </summary>
  891. public static string ViewRightMenu_ZoomOut {
  892. get {
  893. return ResourceManager.GetString("ViewRightMenu_ZoomOut", resourceCulture);
  894. }
  895. }
  896. /// <summary>
  897. /// 查找类似 Annotation 的本地化字符串。
  898. /// </summary>
  899. public static string ViewTopToolbar_Annotation {
  900. get {
  901. return ResourceManager.GetString("ViewTopToolbar_Annotation", resourceCulture);
  902. }
  903. }
  904. /// <summary>
  905. /// 查找类似 Converter 的本地化字符串。
  906. /// </summary>
  907. public static string ViewTopToolbar_Converter {
  908. get {
  909. return ResourceManager.GetString("ViewTopToolbar_Converter", resourceCulture);
  910. }
  911. }
  912. /// <summary>
  913. /// 查找类似 File 的本地化字符串。
  914. /// </summary>
  915. public static string ViewTopToolbar_File {
  916. get {
  917. return ResourceManager.GetString("ViewTopToolbar_File", resourceCulture);
  918. }
  919. }
  920. /// <summary>
  921. /// 查找类似 Fill&amp;Sign 的本地化字符串。
  922. /// </summary>
  923. public static string ViewTopToolbar_Fill_Sign {
  924. get {
  925. return ResourceManager.GetString("ViewTopToolbar_Fill&Sign", resourceCulture);
  926. }
  927. }
  928. /// <summary>
  929. /// 查找类似 Page Edit 的本地化字符串。
  930. /// </summary>
  931. public static string ViewTopToolbar_PageEdit {
  932. get {
  933. return ResourceManager.GetString("ViewTopToolbar_PageEdit", resourceCulture);
  934. }
  935. }
  936. /// <summary>
  937. /// 查找类似 Print 的本地化字符串。
  938. /// </summary>
  939. public static string ViewTopToolbar_Print {
  940. get {
  941. return ResourceManager.GetString("ViewTopToolbar_Print", resourceCulture);
  942. }
  943. }
  944. /// <summary>
  945. /// 查找类似 Properties 的本地化字符串。
  946. /// </summary>
  947. public static string ViewTopToolbar_Properties {
  948. get {
  949. return ResourceManager.GetString("ViewTopToolbar_Properties", resourceCulture);
  950. }
  951. }
  952. /// <summary>
  953. /// 查找类似 Redo 的本地化字符串。
  954. /// </summary>
  955. public static string ViewTopToolbar_Redo {
  956. get {
  957. return ResourceManager.GetString("ViewTopToolbar_Redo", resourceCulture);
  958. }
  959. }
  960. /// <summary>
  961. /// 查找类似 Save 的本地化字符串。
  962. /// </summary>
  963. public static string ViewTopToolbar_Save {
  964. get {
  965. return ResourceManager.GetString("ViewTopToolbar_Save", resourceCulture);
  966. }
  967. }
  968. /// <summary>
  969. /// 查找类似 Share 的本地化字符串。
  970. /// </summary>
  971. public static string ViewTopToolbar_Share {
  972. get {
  973. return ResourceManager.GetString("ViewTopToolbar_Share", resourceCulture);
  974. }
  975. }
  976. /// <summary>
  977. /// 查找类似 Tools 的本地化字符串。
  978. /// </summary>
  979. public static string ViewTopToolbar_Tools {
  980. get {
  981. return ResourceManager.GetString("ViewTopToolbar_Tools", resourceCulture);
  982. }
  983. }
  984. /// <summary>
  985. /// 查找类似 Undo 的本地化字符串。
  986. /// </summary>
  987. public static string ViewTopToolbar_Undo {
  988. get {
  989. return ResourceManager.GetString("ViewTopToolbar_Undo", resourceCulture);
  990. }
  991. }
  992. /// <summary>
  993. /// 查找类似 All pages 的本地化字符串。
  994. /// </summary>
  995. public static string WritableComboBox_AllPage {
  996. get {
  997. return ResourceManager.GetString("WritableComboBox_AllPage", resourceCulture);
  998. }
  999. }
  1000. /// <summary>
  1001. /// 查找类似 Custom Range 的本地化字符串。
  1002. /// </summary>
  1003. public static string WritableComboBox_CustomRange {
  1004. get {
  1005. return ResourceManager.GetString("WritableComboBox_CustomRange", resourceCulture);
  1006. }
  1007. }
  1008. /// <summary>
  1009. /// 查找类似 Even Pages 的本地化字符串。
  1010. /// </summary>
  1011. public static string WritableComboBox_EvenPage {
  1012. get {
  1013. return ResourceManager.GetString("WritableComboBox_EvenPage", resourceCulture);
  1014. }
  1015. }
  1016. /// <summary>
  1017. /// 查找类似 Odd Pages 的本地化字符串。
  1018. /// </summary>
  1019. public static string WritableComboBox_OddPage {
  1020. get {
  1021. return ResourceManager.GetString("WritableComboBox_OddPage", resourceCulture);
  1022. }
  1023. }
  1024. /// <summary>
  1025. /// 查找类似 Actual Size 的本地化字符串。
  1026. /// </summary>
  1027. public static string Zoom_Actual {
  1028. get {
  1029. return ResourceManager.GetString("Zoom_Actual", resourceCulture);
  1030. }
  1031. }
  1032. /// <summary>
  1033. /// 查找类似 Fit Page 的本地化字符串。
  1034. /// </summary>
  1035. public static string Zoom_FitPage {
  1036. get {
  1037. return ResourceManager.GetString("Zoom_FitPage", resourceCulture);
  1038. }
  1039. }
  1040. /// <summary>
  1041. /// 查找类似 Fit Width 的本地化字符串。
  1042. /// </summary>
  1043. public static string Zoom_FitWidth {
  1044. get {
  1045. return ResourceManager.GetString("Zoom_FitWidth", resourceCulture);
  1046. }
  1047. }
  1048. }
  1049. }