Messages.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.Basics.BaseResources {
  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", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. public class Messages {
  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 Messages() {
  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("Dongke.IBOSS.PRD.Basics.BaseResources.Messages", typeof(Messages).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// 使用此强类型资源类,为所有资源查找
  43. /// 重写当前线程的 CurrentUICulture 属性。
  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. /// 查找类似 本系统出现了处理异常。
  56. ///请重新启动本系统或者联系系统管理员。 的本地化字符串。
  57. /// </summary>
  58. public static string E_CMN_C_001 {
  59. get {
  60. return ResourceManager.GetString("E_CMN_C_001", resourceCulture);
  61. }
  62. }
  63. /// <summary>
  64. /// 查找类似 本系统服务出现了处理异常。
  65. ///请重新启动本系统或者联系系统管理员。 的本地化字符串。
  66. /// </summary>
  67. public static string E_CMN_S_001 {
  68. get {
  69. return ResourceManager.GetString("E_CMN_S_001", resourceCulture);
  70. }
  71. }
  72. /// <summary>
  73. /// 查找类似 根据查询条件,没有查询到相应的数据。 的本地化字符串。
  74. /// </summary>
  75. public static string I_CMN_S_001 {
  76. get {
  77. return ResourceManager.GetString("I_CMN_S_001", resourceCulture);
  78. }
  79. }
  80. /// <summary>
  81. /// 查找类似 操作完成。 的本地化字符串。
  82. /// </summary>
  83. public static string I_CMN_S_002 {
  84. get {
  85. return ResourceManager.GetString("I_CMN_S_002", resourceCulture);
  86. }
  87. }
  88. /// <summary>
  89. /// 查找类似 本系统出现了处理异常。
  90. ///请重新启动本系统或者联系系统管理员。 的本地化字符串。
  91. /// </summary>
  92. public static string MSG_CMN_E001 {
  93. get {
  94. return ResourceManager.GetString("MSG_CMN_E001", resourceCulture);
  95. }
  96. }
  97. /// <summary>
  98. /// 查找类似 客户端应用程序无法找到或者访问远程的服务器。
  99. ///请确认远程服务器地址是否正确,然后再重试。 的本地化字符串。
  100. /// </summary>
  101. public static string MSG_CMN_E002 {
  102. get {
  103. return ResourceManager.GetString("MSG_CMN_E002", resourceCulture);
  104. }
  105. }
  106. /// <summary>
  107. /// 查找类似 客户端应用程序与远程的服务器通讯时出现了错误。
  108. ///请确认网络是否畅通或者服务器地址是否正确,然后重试。 的本地化字符串。
  109. /// </summary>
  110. public static string MSG_CMN_E003 {
  111. get {
  112. return ResourceManager.GetString("MSG_CMN_E003", resourceCulture);
  113. }
  114. }
  115. /// <summary>
  116. /// 查找类似 客户端应用程序与远程的服务器通讯时出现了连接超时,
  117. ///请确认网络是否通畅后,然后重试。 的本地化字符串。
  118. /// </summary>
  119. public static string MSG_CMN_E004 {
  120. get {
  121. return ResourceManager.GetString("MSG_CMN_E004", resourceCulture);
  122. }
  123. }
  124. /// <summary>
  125. /// 查找类似 系统内存不足。请等待一段时间,然后重启本系统,再试一次。 的本地化字符串。
  126. /// </summary>
  127. public static string MSG_CMN_E005 {
  128. get {
  129. return ResourceManager.GetString("MSG_CMN_E005", resourceCulture);
  130. }
  131. }
  132. /// <summary>
  133. /// 查找类似 {0}的{1}操作成功完成了。 的本地化字符串。
  134. /// </summary>
  135. public static string MSG_CMN_I001 {
  136. get {
  137. return ResourceManager.GetString("MSG_CMN_I001", resourceCulture);
  138. }
  139. }
  140. /// <summary>
  141. /// 查找类似 根据查询条件,没有查询到相应的数据。 的本地化字符串。
  142. /// </summary>
  143. public static string MSG_CMN_I002 {
  144. get {
  145. return ResourceManager.GetString("MSG_CMN_I002", resourceCulture);
  146. }
  147. }
  148. /// <summary>
  149. /// 查找类似 当前画面的数据已被更改,关闭前是否保存? 的本地化字符串。
  150. /// </summary>
  151. public static string MSG_CMN_Q001 {
  152. get {
  153. return ResourceManager.GetString("MSG_CMN_Q001", resourceCulture);
  154. }
  155. }
  156. /// <summary>
  157. /// 查找类似 确定要对{0}进行{1}操作吗? 的本地化字符串。
  158. /// </summary>
  159. public static string MSG_CMN_Q002 {
  160. get {
  161. return ResourceManager.GetString("MSG_CMN_Q002", resourceCulture);
  162. }
  163. }
  164. /// <summary>
  165. /// 查找类似 {0}的{1}操作没有更新任何数据,请确认该数据是否存在。 的本地化字符串。
  166. /// </summary>
  167. public static string MSG_CMN_W001 {
  168. get {
  169. return ResourceManager.GetString("MSG_CMN_W001", resourceCulture);
  170. }
  171. }
  172. /// <summary>
  173. /// 查找类似 系统中不存在该{0},请确认该{0}是否正确。 的本地化字符串。
  174. /// </summary>
  175. public static string MSG_CMN_W002 {
  176. get {
  177. return ResourceManager.GetString("MSG_CMN_W002", resourceCulture);
  178. }
  179. }
  180. /// <summary>
  181. /// 查找类似 输入的{0}不正确,请输入正确的{0}。 的本地化字符串。
  182. /// </summary>
  183. public static string MSG_CMN_W003 {
  184. get {
  185. return ResourceManager.GetString("MSG_CMN_W003", resourceCulture);
  186. }
  187. }
  188. /// <summary>
  189. /// 查找类似 输入的{0}格式不正确,请重新输入。
  190. ///{0}的正确格式为:{1}。 的本地化字符串。
  191. /// </summary>
  192. public static string MSG_CMN_W004 {
  193. get {
  194. return ResourceManager.GetString("MSG_CMN_W004", resourceCulture);
  195. }
  196. }
  197. /// <summary>
  198. /// 查找类似 {0}是必须输入项目,请输入{0}! 的本地化字符串。
  199. /// </summary>
  200. public static string MSG_CMN_W005 {
  201. get {
  202. return ResourceManager.GetString("MSG_CMN_W005", resourceCulture);
  203. }
  204. }
  205. /// <summary>
  206. /// 查找类似 存在相同的{0},请重新输入。 的本地化字符串。
  207. /// </summary>
  208. public static string MSG_CMN_W006 {
  209. get {
  210. return ResourceManager.GetString("MSG_CMN_W006", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// 查找类似 不允许进行该操作。
  215. ///原因:{0} 的本地化字符串。
  216. /// </summary>
  217. public static string MSG_CMN_W007 {
  218. get {
  219. return ResourceManager.GetString("MSG_CMN_W007", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// 查找类似 该用户已经在其他终端登录,系统将会自动关闭。
  224. ///如果需要继续使用,请重新启动本系统。 的本地化字符串。
  225. /// </summary>
  226. public static string MSG_CMN_W008 {
  227. get {
  228. return ResourceManager.GetString("MSG_CMN_W008", resourceCulture);
  229. }
  230. }
  231. /// <summary>
  232. /// 查找类似 系统在验证私有秘钥时没有通过,系统将会自动关闭。
  233. ///如果需要继续使用,请重新启动本系统。 的本地化字符串。
  234. /// </summary>
  235. public static string MSG_CMN_W009 {
  236. get {
  237. return ResourceManager.GetString("MSG_CMN_W009", resourceCulture);
  238. }
  239. }
  240. /// <summary>
  241. /// 查找类似 系统在验证当前用户的信息时没有通过,系统将会自动关闭。
  242. ///如果需要继续使用,请重新启动本系统。 的本地化字符串。
  243. /// </summary>
  244. public static string MSG_CMN_W010 {
  245. get {
  246. return ResourceManager.GetString("MSG_CMN_W010", resourceCulture);
  247. }
  248. }
  249. /// <summary>
  250. /// 查找类似 系统中已经存在了{0}的{1},请重新输入新的{1}。 的本地化字符串。
  251. /// </summary>
  252. public static string MSG_CMN_W011 {
  253. get {
  254. return ResourceManager.GetString("MSG_CMN_W011", resourceCulture);
  255. }
  256. }
  257. /// <summary>
  258. /// 查找类似 此数据已经被修改,请重新编辑。 的本地化字符串。
  259. /// </summary>
  260. public static string MSG_CMN_W012 {
  261. get {
  262. return ResourceManager.GetString("MSG_CMN_W012", resourceCulture);
  263. }
  264. }
  265. /// <summary>
  266. /// 查找类似 不允许进行该操作。
  267. ///原因:{0}的{1}已经超过系统规定的最大值({2})。 的本地化字符串。
  268. /// </summary>
  269. public static string MSG_CMN_W013 {
  270. get {
  271. return ResourceManager.GetString("MSG_CMN_W013", resourceCulture);
  272. }
  273. }
  274. /// <summary>
  275. /// 查找类似 输入的{0}不能大于{1},请重新输入。 的本地化字符串。
  276. /// </summary>
  277. public static string MSG_CMN_W014 {
  278. get {
  279. return ResourceManager.GetString("MSG_CMN_W014", resourceCulture);
  280. }
  281. }
  282. /// <summary>
  283. /// 查找类似 输入的{0}不能小于等于{1},请重新输入。 的本地化字符串。
  284. /// </summary>
  285. public static string MSG_CMN_W015 {
  286. get {
  287. return ResourceManager.GetString("MSG_CMN_W015", resourceCulture);
  288. }
  289. }
  290. /// <summary>
  291. /// 查找类似 {0}的日期不能大于当前日期,请重新输入。 的本地化字符串。
  292. /// </summary>
  293. public static string MSG_CMN_W016 {
  294. get {
  295. return ResourceManager.GetString("MSG_CMN_W016", resourceCulture);
  296. }
  297. }
  298. /// <summary>
  299. /// 查找类似 输入的{0}不能小于{1},请重新输入。 的本地化字符串。
  300. /// </summary>
  301. public static string MSG_CMN_W017 {
  302. get {
  303. return ResourceManager.GetString("MSG_CMN_W017", resourceCulture);
  304. }
  305. }
  306. /// <summary>
  307. /// 查找类似 输入的{0}不能和{1}相同,请重新输入。 的本地化字符串。
  308. /// </summary>
  309. public static string MSG_CMN_W018 {
  310. get {
  311. return ResourceManager.GetString("MSG_CMN_W018", resourceCulture);
  312. }
  313. }
  314. /// <summary>
  315. /// 查找类似 系统中不存在{0}的{1},请重新输入新的{1}。 的本地化字符串。
  316. /// </summary>
  317. public static string MSG_CMN_W019 {
  318. get {
  319. return ResourceManager.GetString("MSG_CMN_W019", resourceCulture);
  320. }
  321. }
  322. /// <summary>
  323. /// 查找类似 不允许进行该操作。
  324. ///原因:没有选择任何数据。 的本地化字符串。
  325. /// </summary>
  326. public static string MSG_CMN_W020 {
  327. get {
  328. return ResourceManager.GetString("MSG_CMN_W020", resourceCulture);
  329. }
  330. }
  331. /// <summary>
  332. /// 查找类似 此数据模板不存在,请联系管理员。 的本地化字符串。
  333. /// </summary>
  334. public static string MSG_CMN_W021 {
  335. get {
  336. return ResourceManager.GetString("MSG_CMN_W021", resourceCulture);
  337. }
  338. }
  339. /// <summary>
  340. /// 查找类似 服务器日期被修改(小于系统账务日期),系统将会自动关闭。
  341. ///如果需要继续使用,请联系系统管理员。 的本地化字符串。
  342. /// </summary>
  343. public static string MSG_CMN_W022 {
  344. get {
  345. return ResourceManager.GetString("MSG_CMN_W022", resourceCulture);
  346. }
  347. }
  348. /// <summary>
  349. /// 查找类似 没有要打印的数据,请查询后确保有数据,再进行打印。 的本地化字符串。
  350. /// </summary>
  351. public static string MSG_CMN_W023 {
  352. get {
  353. return ResourceManager.GetString("MSG_CMN_W023", resourceCulture);
  354. }
  355. }
  356. /// <summary>
  357. /// 查找类似 没有成型线的查看权限,请联系管理员,确认是否分配了成型线的查看权限。 的本地化字符串。
  358. /// </summary>
  359. public static string MSG_CMN_W025 {
  360. get {
  361. return ResourceManager.GetString("MSG_CMN_W025", resourceCulture);
  362. }
  363. }
  364. /// <summary>
  365. /// 查找类似 没有生产线的查看权限,请联系管理员,确认是否分配了生产线的查看权限。 的本地化字符串。
  366. /// </summary>
  367. public static string MSG_CMN_W026 {
  368. get {
  369. return ResourceManager.GetString("MSG_CMN_W026", resourceCulture);
  370. }
  371. }
  372. /// <summary>
  373. /// 查找类似 没有生产线的操作权限,请联系管理员,确认是否分配了生产线的操作权限。 的本地化字符串。
  374. /// </summary>
  375. public static string MSG_CMN_W027 {
  376. get {
  377. return ResourceManager.GetString("MSG_CMN_W027", resourceCulture);
  378. }
  379. }
  380. /// <summary>
  381. /// 查找类似 没有工序的查看权限,请联系管理员,确认是否分配了工序的查看权限。 的本地化字符串。
  382. /// </summary>
  383. public static string MSG_CMN_W028 {
  384. get {
  385. return ResourceManager.GetString("MSG_CMN_W028", resourceCulture);
  386. }
  387. }
  388. /// <summary>
  389. /// 查找类似 存在相同的模具编号 的本地化字符串。
  390. /// </summary>
  391. public static string MSG_CMN_W029 {
  392. get {
  393. return ResourceManager.GetString("MSG_CMN_W029", resourceCulture);
  394. }
  395. }
  396. /// <summary>
  397. /// 查找类似 该类别下存在产品不可创建 的本地化字符串。
  398. /// </summary>
  399. public static string MSG_CMN_X001 {
  400. get {
  401. return ResourceManager.GetString("MSG_CMN_X001", resourceCulture);
  402. }
  403. }
  404. /// <summary>
  405. /// 查找类似 此状态的员工不能停用。 的本地化字符串。
  406. /// </summary>
  407. public static string MSG_HR_W001 {
  408. get {
  409. return ResourceManager.GetString("MSG_HR_W001", resourceCulture);
  410. }
  411. }
  412. /// <summary>
  413. /// 查找类似 此状态的员工履历不能停用。 的本地化字符串。
  414. /// </summary>
  415. public static string MSG_HR_W002 {
  416. get {
  417. return ResourceManager.GetString("MSG_HR_W002", resourceCulture);
  418. }
  419. }
  420. /// <summary>
  421. /// 查找类似 {0}操作的不是待审批状态,不能进行该操作。 的本地化字符串。
  422. /// </summary>
  423. public static string MSG_HR_W003 {
  424. get {
  425. return ResourceManager.GetString("MSG_HR_W003", resourceCulture);
  426. }
  427. }
  428. /// <summary>
  429. /// 查找类似 {0}操作是已经结算的数据,不能进行该操作。 的本地化字符串。
  430. /// </summary>
  431. public static string MSG_HR_W004 {
  432. get {
  433. return ResourceManager.GetString("MSG_HR_W004", resourceCulture);
  434. }
  435. }
  436. /// <summary>
  437. /// 查找类似 该数据没有申请{0},不能进行编辑。 的本地化字符串。
  438. /// </summary>
  439. public static string MSG_HR_W005 {
  440. get {
  441. return ResourceManager.GetString("MSG_HR_W005", resourceCulture);
  442. }
  443. }
  444. /// <summary>
  445. /// 查找类似 {0}的{1}操作存在已经申请的数据,不能重复提交。 的本地化字符串。
  446. /// </summary>
  447. public static string MSG_HR_W006 {
  448. get {
  449. return ResourceManager.GetString("MSG_HR_W006", resourceCulture);
  450. }
  451. }
  452. /// <summary>
  453. /// 查找类似 {0}的{1}操作不存在申请的数据,不能进行{1}。 的本地化字符串。
  454. /// </summary>
  455. public static string MSG_HR_W007 {
  456. get {
  457. return ResourceManager.GetString("MSG_HR_W007", resourceCulture);
  458. }
  459. }
  460. /// <summary>
  461. /// 查找类似 {0}应该大于最近工资结算日。 的本地化字符串。
  462. /// </summary>
  463. public static string MSG_HR_W008 {
  464. get {
  465. return ResourceManager.GetString("MSG_HR_W008", resourceCulture);
  466. }
  467. }
  468. /// <summary>
  469. /// 查找类似 该员工存在其他未审批的申请,此申请不可提交! 的本地化字符串。
  470. /// </summary>
  471. public static string MSG_HR_W009 {
  472. get {
  473. return ResourceManager.GetString("MSG_HR_W009", resourceCulture);
  474. }
  475. }
  476. /// <summary>
  477. /// 查找类似 不在成品检验分级范围 的本地化字符串。
  478. /// </summary>
  479. public static string MSG_MST_W04 {
  480. get {
  481. return ResourceManager.GetString("MSG_MST_W04", resourceCulture);
  482. }
  483. }
  484. /// <summary>
  485. /// 查找类似 只有副品、重烧和有缺陷可以停用 的本地化字符串。
  486. /// </summary>
  487. public static string MSG_MST_W040 {
  488. get {
  489. return ResourceManager.GetString("MSG_MST_W040", resourceCulture);
  490. }
  491. }
  492. /// <summary>
  493. /// 查找类似 产品类别不可创建 的本地化字符串。
  494. /// </summary>
  495. public static string MSG_MST_W0405 {
  496. get {
  497. return ResourceManager.GetString("MSG_MST_W0405", resourceCulture);
  498. }
  499. }
  500. /// <summary>
  501. /// 查找类似 不在半成品检验分级范围 的本地化字符串。
  502. /// </summary>
  503. public static string MSG_MST_W0408 {
  504. get {
  505. return ResourceManager.GetString("MSG_MST_W0408", resourceCulture);
  506. }
  507. }
  508. /// <summary>
  509. /// 查找类似 只可以删除新建的模具信息,已存在的模具信息可以停用。 的本地化字符串。
  510. /// </summary>
  511. public static string MSG_PC_W002 {
  512. get {
  513. return ResourceManager.GetString("MSG_PC_W002", resourceCulture);
  514. }
  515. }
  516. /// <summary>
  517. /// 查找类似 此条码不生产线中。 的本地化字符串。
  518. /// </summary>
  519. public static string MSG_PC_W003 {
  520. get {
  521. return ResourceManager.GetString("MSG_PC_W003", resourceCulture);
  522. }
  523. }
  524. /// <summary>
  525. /// 查找类似 此坯体是否为公坯? 的本地化字符串。
  526. /// </summary>
  527. public static string MSG_PM_Q001 {
  528. get {
  529. return ResourceManager.GetString("MSG_PM_Q001", resourceCulture);
  530. }
  531. }
  532. /// <summary>
  533. /// 查找类似 确定要审批通过吗? 的本地化字符串。
  534. /// </summary>
  535. public static string MSG_PM_Q002 {
  536. get {
  537. return ResourceManager.GetString("MSG_PM_Q002", resourceCulture);
  538. }
  539. }
  540. /// <summary>
  541. /// 查找类似 存在相同的缺陷信息(缺陷、缺陷位置、责任工序、责任工号、责任工种),请重新输入。 的本地化字符串。
  542. /// </summary>
  543. public static string MSG_PM_W001 {
  544. get {
  545. return ResourceManager.GetString("MSG_PM_W001", resourceCulture);
  546. }
  547. }
  548. /// <summary>
  549. /// 查找类似 当前缺陷至少选择一名责任员工。 的本地化字符串。
  550. /// </summary>
  551. public static string MSG_PM_W002 {
  552. get {
  553. return ResourceManager.GetString("MSG_PM_W002", resourceCulture);
  554. }
  555. }
  556. /// <summary>
  557. /// 查找类似 产品重烧必须选择返工工序。 的本地化字符串。
  558. /// </summary>
  559. public static string MSG_PM_W003 {
  560. get {
  561. return ResourceManager.GetString("MSG_PM_W003", resourceCulture);
  562. }
  563. }
  564. /// <summary>
  565. /// 查找类似 非正品必须输入缺陷。 的本地化字符串。
  566. /// </summary>
  567. public static string MSG_PM_W004 {
  568. get {
  569. return ResourceManager.GetString("MSG_PM_W004", resourceCulture);
  570. }
  571. }
  572. /// <summary>
  573. /// 查找类似 生产工号{0}下没有配置生产员工。 的本地化字符串。
  574. /// </summary>
  575. public static string MSG_PM_W005 {
  576. get {
  577. return ResourceManager.GetString("MSG_PM_W005", resourceCulture);
  578. }
  579. }
  580. /// <summary>
  581. /// 查找类似 此工序的生产工号中不包含工号{0}。 的本地化字符串。
  582. /// </summary>
  583. public static string MSG_PM_W006 {
  584. get {
  585. return ResourceManager.GetString("MSG_PM_W006", resourceCulture);
  586. }
  587. }
  588. /// <summary>
  589. /// 查找类似 此日期已存在注浆登记,请重新选择注浆日期。 的本地化字符串。
  590. /// </summary>
  591. public static string MSG_PM_W007 {
  592. get {
  593. return ResourceManager.GetString("MSG_PM_W007", resourceCulture);
  594. }
  595. }
  596. /// <summary>
  597. /// 查找类似 此日期没有可以注浆的成型线。 的本地化字符串。
  598. /// </summary>
  599. public static string MSG_PM_W008 {
  600. get {
  601. return ResourceManager.GetString("MSG_PM_W008", resourceCulture);
  602. }
  603. }
  604. /// <summary>
  605. /// 查找类似 没有成型线的操作权限,请联系管理员,确认是否分配了成型线的操作权限。 的本地化字符串。
  606. /// </summary>
  607. public static string MSG_PM_W009 {
  608. get {
  609. return ResourceManager.GetString("MSG_PM_W009", resourceCulture);
  610. }
  611. }
  612. /// <summary>
  613. /// 查找类似 以下条码已被使用,请重新输入。
  614. ///{0} 的本地化字符串。
  615. /// </summary>
  616. public static string MSG_PM_W010 {
  617. get {
  618. return ResourceManager.GetString("MSG_PM_W010", resourceCulture);
  619. }
  620. }
  621. /// <summary>
  622. /// 查找类似 原条码在系统中不存在,请确认后重新输入。 的本地化字符串。
  623. /// </summary>
  624. public static string MSG_PM_W011 {
  625. get {
  626. return ResourceManager.GetString("MSG_PM_W011", resourceCulture);
  627. }
  628. }
  629. /// <summary>
  630. /// 查找类似 不允许进行该操作。原因:没有配置任何生产数据 的本地化字符串。
  631. /// </summary>
  632. public static string MSG_PM_W012 {
  633. get {
  634. return ResourceManager.GetString("MSG_PM_W012", resourceCulture);
  635. }
  636. }
  637. /// <summary>
  638. /// 查找类似 缺陷产品必须输入缺陷。 的本地化字符串。
  639. /// </summary>
  640. public static string MSG_PM_W013 {
  641. get {
  642. return ResourceManager.GetString("MSG_PM_W013", resourceCulture);
  643. }
  644. }
  645. /// <summary>
  646. /// 查找类似 无效条码。 的本地化字符串。
  647. /// </summary>
  648. public static string MSG_PM_W014 {
  649. get {
  650. return ResourceManager.GetString("MSG_PM_W014", resourceCulture);
  651. }
  652. }
  653. /// <summary>
  654. /// 查找类似 条码不在当前工序,已到工序:{0}。 的本地化字符串。
  655. /// </summary>
  656. public static string MSG_PM_W015 {
  657. get {
  658. return ResourceManager.GetString("MSG_PM_W015", resourceCulture);
  659. }
  660. }
  661. /// <summary>
  662. /// 查找类似 条码至少要有2次数据采集。 的本地化字符串。
  663. /// </summary>
  664. public static string MSG_PM_W016 {
  665. get {
  666. return ResourceManager.GetString("MSG_PM_W016", resourceCulture);
  667. }
  668. }
  669. /// <summary>
  670. /// 查找类似 过期未交坯的坯体不能交坯。
  671. ///注浆日期【{0}】,
  672. ///限制交坯天数【{1}】天,
  673. ///最后交坯日期【{2}】。 的本地化字符串。
  674. /// </summary>
  675. public static string MSG_S_PM_002 {
  676. get {
  677. return ResourceManager.GetString("MSG_S_PM_002", resourceCulture);
  678. }
  679. }
  680. /// <summary>
  681. /// 查找类似 交坯后超过设定天数的坯体不能进行撤销操作。
  682. ///交坯日期【{0}】,
  683. ///限制撤销天数【{1}】天,
  684. ///最后撤销日期【{2}】。 的本地化字符串。
  685. /// </summary>
  686. public static string MSG_S_PM_003 {
  687. get {
  688. return ResourceManager.GetString("MSG_S_PM_003", resourceCulture);
  689. }
  690. }
  691. /// <summary>
  692. /// 查找类似 生产工序扫描后超过设定天数的坯体不能进行撤销操作。
  693. ///工序日期【{0}】,
  694. ///限制撤销天数【{1}】天,
  695. ///最后撤销日期【{2}】。 的本地化字符串。
  696. /// </summary>
  697. public static string MSG_S_PM_004 {
  698. get {
  699. return ResourceManager.GetString("MSG_S_PM_004", resourceCulture);
  700. }
  701. }
  702. /// <summary>
  703. /// 查找类似 包装后超过设定天数的坯体不能进行撤销操作。
  704. ///包装日期【{0}】,
  705. ///限制撤销天数【{1}】天,
  706. ///最后撤销日期【{2}】。 的本地化字符串。
  707. /// </summary>
  708. public static string MSG_S_PM_005 {
  709. get {
  710. return ResourceManager.GetString("MSG_S_PM_005", resourceCulture);
  711. }
  712. }
  713. /// <summary>
  714. /// 查找类似 报损审批通过后超过设定天数的坯体不能进行撤销操作。
  715. ///审批日期【{0}】,
  716. ///限制撤销天数【{1}】天,
  717. ///最后撤销日期【{2}】。 的本地化字符串。
  718. /// </summary>
  719. public static string MSG_S_PM_006 {
  720. get {
  721. return ResourceManager.GetString("MSG_S_PM_006", resourceCulture);
  722. }
  723. }
  724. /// <summary>
  725. /// 查找类似 登记后超过设定天数据的坯体不能进行编辑操作。
  726. ///登记日期【{0}】,
  727. ///限制编辑天数【{1}】天,
  728. ///最后编辑日期【{2}】。 的本地化字符串。
  729. /// </summary>
  730. public static string MSG_S_PM_007 {
  731. get {
  732. return ResourceManager.GetString("MSG_S_PM_007", resourceCulture);
  733. }
  734. }
  735. /// <summary>
  736. /// 查找类似 复检后超过设定天数的坯体不能进行撤销操作。
  737. ///复检日期【{0}】,
  738. ///限制撤销天数【{1}】天,
  739. ///最后撤销日期【{2}】。 的本地化字符串。
  740. /// </summary>
  741. public static string MSG_S_PM_008 {
  742. get {
  743. return ResourceManager.GetString("MSG_S_PM_008", resourceCulture);
  744. }
  745. }
  746. /// <summary>
  747. /// 查找类似 登记后超过设定天数的坯体不能进行编辑操作。
  748. ///登记日期【{0}】,
  749. ///限制编辑天数【{1}】天,
  750. ///最后编辑日期【{2}】。 的本地化字符串。
  751. /// </summary>
  752. public static string MSG_S_PM_009 {
  753. get {
  754. return ResourceManager.GetString("MSG_S_PM_009", resourceCulture);
  755. }
  756. }
  757. /// <summary>
  758. /// 查找类似 链接服务器成功。 的本地化字符串。
  759. /// </summary>
  760. public static string MSG_SYS_I001 {
  761. get {
  762. return ResourceManager.GetString("MSG_SYS_I001", resourceCulture);
  763. }
  764. }
  765. /// <summary>
  766. /// 查找类似 确定要切换用户吗? 的本地化字符串。
  767. /// </summary>
  768. public static string MSG_SYS_Q001 {
  769. get {
  770. return ResourceManager.GetString("MSG_SYS_Q001", resourceCulture);
  771. }
  772. }
  773. /// <summary>
  774. /// 查找类似 确定要退出本系统吗? 的本地化字符串。
  775. /// </summary>
  776. public static string MSG_SYS_Q002 {
  777. get {
  778. return ResourceManager.GetString("MSG_SYS_Q002", resourceCulture);
  779. }
  780. }
  781. /// <summary>
  782. /// 查找类似 未配置服务器地址或端口。
  783. ///请先配置服务器地址和端口,再进行系统的登录操作。 的本地化字符串。
  784. /// </summary>
  785. public static string MSG_SYS_W001 {
  786. get {
  787. return ResourceManager.GetString("MSG_SYS_W001", resourceCulture);
  788. }
  789. }
  790. /// <summary>
  791. /// 查找类似 登录信息验证失败。
  792. ///请重新填写登录信息,再进行系统的登录操作。 的本地化字符串。
  793. /// </summary>
  794. public static string MSG_SYS_W002 {
  795. get {
  796. return ResourceManager.GetString("MSG_SYS_W002", resourceCulture);
  797. }
  798. }
  799. /// <summary>
  800. /// 查找类似 链接服务器失败。 的本地化字符串。
  801. /// </summary>
  802. public static string MSG_SYS_W003 {
  803. get {
  804. return ResourceManager.GetString("MSG_SYS_W003", resourceCulture);
  805. }
  806. }
  807. /// <summary>
  808. /// 查找类似 该用户被限制了登录系统的MAC地址,当前的MAC地址不允许该用户登录系统。 的本地化字符串。
  809. /// </summary>
  810. public static string MSG_SYS_W004 {
  811. get {
  812. return ResourceManager.GetString("MSG_SYS_W004", resourceCulture);
  813. }
  814. }
  815. /// <summary>
  816. /// 查找类似 该用户被限制了登录系统的时间段,当前时间不允许该用户登录系统。 的本地化字符串。
  817. /// </summary>
  818. public static string MSG_SYS_W005 {
  819. get {
  820. return ResourceManager.GetString("MSG_SYS_W005", resourceCulture);
  821. }
  822. }
  823. /// <summary>
  824. /// 查找类似 该用户已经被停用,不允许登录本系统。 的本地化字符串。
  825. /// </summary>
  826. public static string MSG_SYS_W006 {
  827. get {
  828. return ResourceManager.GetString("MSG_SYS_W006", resourceCulture);
  829. }
  830. }
  831. /// <summary>
  832. /// 查找类似 该用户已经被锁死,不允许登录本系统。
  833. ///如需要登录请联系系统管理员。 的本地化字符串。
  834. /// </summary>
  835. public static string MSG_SYS_W007 {
  836. get {
  837. return ResourceManager.GetString("MSG_SYS_W007", resourceCulture);
  838. }
  839. }
  840. /// <summary>
  841. /// 查找类似 没有找到服务器上的加密锁,请联系系统管理员,确认是否有东科软件的使用授权。 的本地化字符串。
  842. /// </summary>
  843. public static string MSG_SYS_W008 {
  844. get {
  845. return ResourceManager.GetString("MSG_SYS_W008", resourceCulture);
  846. }
  847. }
  848. /// <summary>
  849. /// 查找类似 服务器上的加密锁与本系统不匹配,请联系系统管理员,确认服务器上的加密锁是否正确。 的本地化字符串。
  850. /// </summary>
  851. public static string MSG_SYS_W009 {
  852. get {
  853. return ResourceManager.GetString("MSG_SYS_W009", resourceCulture);
  854. }
  855. }
  856. /// <summary>
  857. /// 查找类似 服务器读取加密锁失败,请联系系统管理员,确认加密锁是否损坏。 的本地化字符串。
  858. /// </summary>
  859. public static string MSG_SYS_W010 {
  860. get {
  861. return ResourceManager.GetString("MSG_SYS_W010", resourceCulture);
  862. }
  863. }
  864. /// <summary>
  865. /// 查找类似 系统没有找到License文件,请联系系统管理员,确认是否有东科软件的使用授权。 的本地化字符串。
  866. /// </summary>
  867. public static string MSG_SYS_W011 {
  868. get {
  869. return ResourceManager.GetString("MSG_SYS_W011", resourceCulture);
  870. }
  871. }
  872. /// <summary>
  873. /// 查找类似 License文件信息读取失败,请联系系统管理员,确认License文件是否损坏。 的本地化字符串。
  874. /// </summary>
  875. public static string MSG_SYS_W012 {
  876. get {
  877. return ResourceManager.GetString("MSG_SYS_W012", resourceCulture);
  878. }
  879. }
  880. /// <summary>
  881. /// 查找类似 License文件信息不正确,请联系系统管理员,确认License文件是否正确。 的本地化字符串。
  882. /// </summary>
  883. public static string MSG_SYS_W013 {
  884. get {
  885. return ResourceManager.GetString("MSG_SYS_W013", resourceCulture);
  886. }
  887. }
  888. /// <summary>
  889. /// 查找类似 加密锁信息与License文件信息不相符,请联系系统管理员,确认加密锁或License文件是否正确。 的本地化字符串。
  890. /// </summary>
  891. public static string MSG_SYS_W014 {
  892. get {
  893. return ResourceManager.GetString("MSG_SYS_W014", resourceCulture);
  894. }
  895. }
  896. /// <summary>
  897. /// 查找类似 您所使用的授权现已经超过使用期限。
  898. ///请与东科公司联系获取新的License授权。 的本地化字符串。
  899. /// </summary>
  900. public static string MSG_SYS_W015 {
  901. get {
  902. return ResourceManager.GetString("MSG_SYS_W015", resourceCulture);
  903. }
  904. }
  905. /// <summary>
  906. /// 查找类似 在打开客户端加密锁时失败。
  907. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  908. /// </summary>
  909. public static string MSG_SYS_W016 {
  910. get {
  911. return ResourceManager.GetString("MSG_SYS_W016", resourceCulture);
  912. }
  913. }
  914. /// <summary>
  915. /// 查找类似 系统没有发现客户端加密锁。
  916. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  917. /// </summary>
  918. public static string MSG_SYS_W017 {
  919. get {
  920. return ResourceManager.GetString("MSG_SYS_W017", resourceCulture);
  921. }
  922. }
  923. /// <summary>
  924. /// 查找类似 客户端加密锁与系统不匹配。
  925. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  926. /// </summary>
  927. public static string MSG_SYS_W018 {
  928. get {
  929. return ResourceManager.GetString("MSG_SYS_W018", resourceCulture);
  930. }
  931. }
  932. /// <summary>
  933. /// 查找类似 在读取客户端加密锁信息时失败。
  934. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  935. /// </summary>
  936. public static string MSG_SYS_W019 {
  937. get {
  938. return ResourceManager.GetString("MSG_SYS_W019", resourceCulture);
  939. }
  940. }
  941. /// <summary>
  942. /// 查找类似 客户端加密锁内容与授权内容不一致。
  943. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  944. /// </summary>
  945. public static string MSG_SYS_W020 {
  946. get {
  947. return ResourceManager.GetString("MSG_SYS_W020", resourceCulture);
  948. }
  949. }
  950. /// <summary>
  951. /// 查找类似 两次输入的新密码不一致,请重新输入。 的本地化字符串。
  952. /// </summary>
  953. public static string MSG_SYS_W021 {
  954. get {
  955. return ResourceManager.GetString("MSG_SYS_W021", resourceCulture);
  956. }
  957. }
  958. /// <summary>
  959. /// 查找类似 该用户不能在移动端登录本系统。
  960. ///如需要登录请联系系统管理员。 的本地化字符串。
  961. /// </summary>
  962. public static string MSG_SYS_W022 {
  963. get {
  964. return ResourceManager.GetString("MSG_SYS_W022", resourceCulture);
  965. }
  966. }
  967. /// <summary>
  968. /// 查找类似 该用户不能在PC端登录本系统。
  969. ///如需要登录请联系系统管理员。 的本地化字符串。
  970. /// </summary>
  971. public static string MSG_SYS_W023 {
  972. get {
  973. return ResourceManager.GetString("MSG_SYS_W023", resourceCulture);
  974. }
  975. }
  976. /// <summary>
  977. /// 查找类似 服务器日期被修改(小于系统账务日期),不允许登录本系统。
  978. ///如需要登录请联系系统管理员。 的本地化字符串。
  979. /// </summary>
  980. public static string MSG_SYS_W024 {
  981. get {
  982. return ResourceManager.GetString("MSG_SYS_W024", resourceCulture);
  983. }
  984. }
  985. /// <summary>
  986. /// 查找类似 请先选择一个工种! 的本地化字符串。
  987. /// </summary>
  988. public static string MSG_TAT_W001 {
  989. get {
  990. return ResourceManager.GetString("MSG_TAT_W001", resourceCulture);
  991. }
  992. }
  993. /// <summary>
  994. /// 查找类似 该管理员信息暂未保存,不可创建组内成员。 的本地化字符串。
  995. /// </summary>
  996. public static string MSG_TAT_W002 {
  997. get {
  998. return ResourceManager.GetString("MSG_TAT_W002", resourceCulture);
  999. }
  1000. }
  1001. /// <summary>
  1002. /// 查找类似 系统异常 的本地化字符串。
  1003. /// </summary>
  1004. public static string MSG_TITLE_E01 {
  1005. get {
  1006. return ResourceManager.GetString("MSG_TITLE_E01", resourceCulture);
  1007. }
  1008. }
  1009. /// <summary>
  1010. /// 查找类似 系统消息 的本地化字符串。
  1011. /// </summary>
  1012. public static string MSG_TITLE_I01 {
  1013. get {
  1014. return ResourceManager.GetString("MSG_TITLE_I01", resourceCulture);
  1015. }
  1016. }
  1017. /// <summary>
  1018. /// 查找类似 系统询问 的本地化字符串。
  1019. /// </summary>
  1020. public static string MSG_TITLE_Q01 {
  1021. get {
  1022. return ResourceManager.GetString("MSG_TITLE_Q01", resourceCulture);
  1023. }
  1024. }
  1025. /// <summary>
  1026. /// 查找类似 系统警告 的本地化字符串。
  1027. /// </summary>
  1028. public static string MSG_TITLE_W01 {
  1029. get {
  1030. return ResourceManager.GetString("MSG_TITLE_W01", resourceCulture);
  1031. }
  1032. }
  1033. /// <summary>
  1034. /// 查找类似 不允许进行该操作。
  1035. ///原因:没有选择任何数据。 的本地化字符串。
  1036. /// </summary>
  1037. public static string W_CMN_C_001 {
  1038. get {
  1039. return ResourceManager.GetString("W_CMN_C_001", resourceCulture);
  1040. }
  1041. }
  1042. /// <summary>
  1043. /// 查找类似 {0}不能大于账务日期({1})。 的本地化字符串。
  1044. /// </summary>
  1045. public static string W_CMN_C_002 {
  1046. get {
  1047. return ResourceManager.GetString("W_CMN_C_002", resourceCulture);
  1048. }
  1049. }
  1050. /// <summary>
  1051. /// 查找类似 {0}是必须输入项目,请输入{0}。 的本地化字符串。
  1052. /// </summary>
  1053. public static string W_CMN_C_003 {
  1054. get {
  1055. return ResourceManager.GetString("W_CMN_C_003", resourceCulture);
  1056. }
  1057. }
  1058. /// <summary>
  1059. /// 查找类似 输入的{0}不能和{1}相同,请重新输入。 的本地化字符串。
  1060. /// </summary>
  1061. public static string W_CMN_C_004 {
  1062. get {
  1063. return ResourceManager.GetString("W_CMN_C_004", resourceCulture);
  1064. }
  1065. }
  1066. /// <summary>
  1067. /// 查找类似 输入的条码({0})格式不正确,请重新输入。
  1068. ///条码必须以10位数字结尾。 的本地化字符串。
  1069. /// </summary>
  1070. public static string W_CMN_C_005 {
  1071. get {
  1072. return ResourceManager.GetString("W_CMN_C_005", resourceCulture);
  1073. }
  1074. }
  1075. /// <summary>
  1076. /// 查找类似 不允许进行该操作。
  1077. ///原因:{0} 的本地化字符串。
  1078. /// </summary>
  1079. public static string W_CMN_C_006 {
  1080. get {
  1081. return ResourceManager.GetString("W_CMN_C_006", resourceCulture);
  1082. }
  1083. }
  1084. /// <summary>
  1085. /// 查找类似 服务器日期被修改(小于系统账务日期),系统将会自动关闭。
  1086. ///如果需要继续使用,请联系系统管理员。 的本地化字符串。
  1087. /// </summary>
  1088. public static string W_CMN_S_001 {
  1089. get {
  1090. return ResourceManager.GetString("W_CMN_S_001", resourceCulture);
  1091. }
  1092. }
  1093. /// <summary>
  1094. /// 查找类似 不允许进行该操作。
  1095. ///原因:{0} 的本地化字符串。
  1096. /// </summary>
  1097. public static string W_CMN_S_004 {
  1098. get {
  1099. return ResourceManager.GetString("W_CMN_S_004", resourceCulture);
  1100. }
  1101. }
  1102. /// <summary>
  1103. /// 查找类似 您提交的数据已被其他用户修改,
  1104. ///请重新确认编辑后再保存。 的本地化字符串。
  1105. /// </summary>
  1106. public static string W_CMN_S_005 {
  1107. get {
  1108. return ResourceManager.GetString("W_CMN_S_005", resourceCulture);
  1109. }
  1110. }
  1111. /// <summary>
  1112. /// 查找类似 您提交的数据{0}在系统中已存在,
  1113. ///请重新确认后再保存。 的本地化字符串。
  1114. /// </summary>
  1115. public static string W_CMN_S_006 {
  1116. get {
  1117. return ResourceManager.GetString("W_CMN_S_006", resourceCulture);
  1118. }
  1119. }
  1120. /// <summary>
  1121. /// 查找类似 权限问题 的本地化字符串。
  1122. /// </summary>
  1123. public static string W_CMN_SQ_001 {
  1124. get {
  1125. return ResourceManager.GetString("W_CMN_SQ_001", resourceCulture);
  1126. }
  1127. }
  1128. /// <summary>
  1129. /// 查找类似 系统在验证当前用户的信息时没有通过。
  1130. ///是否重新登录本系统? 的本地化字符串。
  1131. /// </summary>
  1132. public static string WYN_CMN_S_002 {
  1133. get {
  1134. return ResourceManager.GetString("WYN_CMN_S_002", resourceCulture);
  1135. }
  1136. }
  1137. /// <summary>
  1138. /// 查找类似 用户{0}已经在其他终端登录。
  1139. ///是否重新登录系统? 的本地化字符串。
  1140. /// </summary>
  1141. public static string WYN_CMN_S_003 {
  1142. get {
  1143. return ResourceManager.GetString("WYN_CMN_S_003", resourceCulture);
  1144. }
  1145. }
  1146. }
  1147. }