DocEditor.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace Compdfkit_Tools.Strings {
  10. using System;
  11. /// <summary>
  12. /// A strongly-typed resource class, for looking up localized strings, etc.
  13. /// </summary>
  14. // This class was auto-generated by the StronglyTypedResourceBuilder
  15. // class via a tool like ResGen or Visual Studio.
  16. // To add or remove a member, edit your .ResX file then rerun ResGen
  17. // with the /str option, or rebuild your VS project.
  18. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  19. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  20. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  21. internal class DocEditor {
  22. private static global::System.Resources.ResourceManager resourceMan;
  23. private static global::System.Globalization.CultureInfo resourceCulture;
  24. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  25. internal DocEditor() {
  26. }
  27. /// <summary>
  28. /// Returns the cached ResourceManager instance used by this class.
  29. /// </summary>
  30. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  31. internal static global::System.Resources.ResourceManager ResourceManager {
  32. get {
  33. if (object.ReferenceEquals(resourceMan, null)) {
  34. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Compdfkit_Tools.Strings.DocEditor", typeof(DocEditor).Assembly);
  35. resourceMan = temp;
  36. }
  37. return resourceMan;
  38. }
  39. }
  40. /// <summary>
  41. /// Overrides the current thread's CurrentUICulture property for all
  42. /// resource lookups using this strongly typed resource class.
  43. /// </summary>
  44. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  45. internal static global::System.Globalization.CultureInfo Culture {
  46. get {
  47. return resourceCulture;
  48. }
  49. set {
  50. resourceCulture = value;
  51. }
  52. }
  53. /// <summary>
  54. /// Looks up a localized string similar to Cancel.
  55. /// </summary>
  56. internal static string Button_Cancel {
  57. get {
  58. return ResourceManager.GetString("Button_Cancel", resourceCulture);
  59. }
  60. }
  61. /// <summary>
  62. /// Looks up a localized string similar to Extract.
  63. /// </summary>
  64. internal static string Button_Extract {
  65. get {
  66. return ResourceManager.GetString("Button_Extract", resourceCulture);
  67. }
  68. }
  69. /// <summary>
  70. /// Looks up a localized string similar to Insert.
  71. /// </summary>
  72. internal static string Button_Insert {
  73. get {
  74. return ResourceManager.GetString("Button_Insert", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized string similar to Select a File.
  79. /// </summary>
  80. internal static string Button_Select {
  81. get {
  82. return ResourceManager.GetString("Button_Select", resourceCulture);
  83. }
  84. }
  85. /// <summary>
  86. /// Looks up a localized string similar to e.g. 1,3-5,10.
  87. /// </summary>
  88. internal static string Holder_Custom {
  89. get {
  90. return ResourceManager.GetString("Holder_Custom", resourceCulture);
  91. }
  92. }
  93. /// <summary>
  94. /// Looks up a localized string similar to After.
  95. /// </summary>
  96. internal static string Option_After {
  97. get {
  98. return ResourceManager.GetString("Option_After", resourceCulture);
  99. }
  100. }
  101. /// <summary>
  102. /// Looks up a localized string similar to Before.
  103. /// </summary>
  104. internal static string Option_Before {
  105. get {
  106. return ResourceManager.GetString("Option_Before", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to Blank Page.
  111. /// </summary>
  112. internal static string Option_Blank {
  113. get {
  114. return ResourceManager.GetString("Option_Blank", resourceCulture);
  115. }
  116. }
  117. /// <summary>
  118. /// Looks up a localized string similar to Custom Black Page.
  119. /// </summary>
  120. internal static string Option_Custom {
  121. get {
  122. return ResourceManager.GetString("Option_Custom", resourceCulture);
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized string similar to Delete page after extraction.
  127. /// </summary>
  128. internal static string Option_Delete {
  129. get {
  130. return ResourceManager.GetString("Option_Delete", resourceCulture);
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized string similar to First Page.
  135. /// </summary>
  136. internal static string Option_First {
  137. get {
  138. return ResourceManager.GetString("Option_First", resourceCulture);
  139. }
  140. }
  141. /// <summary>
  142. /// Looks up a localized string similar to From PDF.
  143. /// </summary>
  144. internal static string Option_From {
  145. get {
  146. return ResourceManager.GetString("Option_From", resourceCulture);
  147. }
  148. }
  149. /// <summary>
  150. /// Looks up a localized string similar to Last Page.
  151. /// </summary>
  152. internal static string Option_Last {
  153. get {
  154. return ResourceManager.GetString("Option_Last", resourceCulture);
  155. }
  156. }
  157. /// <summary>
  158. /// Looks up a localized string similar to Page.
  159. /// </summary>
  160. internal static string Option_Page {
  161. get {
  162. return ResourceManager.GetString("Option_Page", resourceCulture);
  163. }
  164. }
  165. /// <summary>
  166. /// Looks up a localized string similar to Each page in a separate file.
  167. /// </summary>
  168. internal static string Option_Separate {
  169. get {
  170. return ResourceManager.GetString("Option_Separate", resourceCulture);
  171. }
  172. }
  173. /// <summary>
  174. /// Looks up a localized string similar to All Pages.
  175. /// </summary>
  176. internal static string Range_All {
  177. get {
  178. return ResourceManager.GetString("Range_All", resourceCulture);
  179. }
  180. }
  181. /// <summary>
  182. /// Looks up a localized string similar to Custom Range.
  183. /// </summary>
  184. internal static string Range_Custom {
  185. get {
  186. return ResourceManager.GetString("Range_Custom", resourceCulture);
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to Even Pages Only.
  191. /// </summary>
  192. internal static string Range_Even {
  193. get {
  194. return ResourceManager.GetString("Range_Even", resourceCulture);
  195. }
  196. }
  197. /// <summary>
  198. /// Looks up a localized string similar to Odd Pages Only.
  199. /// </summary>
  200. internal static string Range_Odd {
  201. get {
  202. return ResourceManager.GetString("Range_Odd", resourceCulture);
  203. }
  204. }
  205. /// <summary>
  206. /// Looks up a localized string similar to Page Range.
  207. /// </summary>
  208. internal static string Subtitle_Pages {
  209. get {
  210. return ResourceManager.GetString("Subtitle_Pages", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// Looks up a localized string similar to Insert To.
  215. /// </summary>
  216. internal static string Subtitle_Pos {
  217. get {
  218. return ResourceManager.GetString("Subtitle_Pos", resourceCulture);
  219. }
  220. }
  221. /// <summary>
  222. /// Looks up a localized string similar to Page Range.
  223. /// </summary>
  224. internal static string Text_Range {
  225. get {
  226. return ResourceManager.GetString("Text_Range", resourceCulture);
  227. }
  228. }
  229. /// <summary>
  230. /// Looks up a localized string similar to Can not delete all pages. Please keep at least one page..
  231. /// </summary>
  232. internal static string Tip_AllPage {
  233. get {
  234. return ResourceManager.GetString("Tip_AllPage", resourceCulture);
  235. }
  236. }
  237. /// <summary>
  238. /// Looks up a localized string similar to No pages selected. Please select one or more pages first to organize..
  239. /// </summary>
  240. internal static string Tip_NoPage {
  241. get {
  242. return ResourceManager.GetString("Tip_NoPage", resourceCulture);
  243. }
  244. }
  245. /// <summary>
  246. /// Looks up a localized string similar to Extract.
  247. /// </summary>
  248. internal static string Title_Extract {
  249. get {
  250. return ResourceManager.GetString("Title_Extract", resourceCulture);
  251. }
  252. }
  253. /// <summary>
  254. /// Looks up a localized string similar to Insert.
  255. /// </summary>
  256. internal static string Title_Insert {
  257. get {
  258. return ResourceManager.GetString("Title_Insert", resourceCulture);
  259. }
  260. }
  261. /// <summary>
  262. /// Looks up a localized string similar to Are you sure to delete?.
  263. /// </summary>
  264. internal static string Warn_Delete {
  265. get {
  266. return ResourceManager.GetString("Warn_Delete", resourceCulture);
  267. }
  268. }
  269. /// <summary>
  270. /// Looks up a localized string similar to No File Selected.
  271. /// </summary>
  272. internal static string Warn_NoFile {
  273. get {
  274. return ResourceManager.GetString("Warn_NoFile", resourceCulture);
  275. }
  276. }
  277. /// <summary>
  278. /// Looks up a localized string similar to Invalid page range or the page number is out of range..
  279. /// </summary>
  280. internal static string Warn_PageRange {
  281. get {
  282. return ResourceManager.GetString("Warn_PageRange", resourceCulture);
  283. }
  284. }
  285. }
  286. }