Messages.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293
  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_W0001
  416. {
  417. get
  418. {
  419. return ResourceManager.GetString("MSG_HR_W0001", resourceCulture);
  420. }
  421. }
  422. /// <summary>
  423. /// 查找类似 此状态的员工履历不能停用。 的本地化字符串。
  424. /// </summary>
  425. public static string MSG_HR_W002 {
  426. get {
  427. return ResourceManager.GetString("MSG_HR_W002", resourceCulture);
  428. }
  429. }
  430. /// <summary>
  431. /// 查找类似 {0}操作的不是待审批状态,不能进行该操作。 的本地化字符串。
  432. /// </summary>
  433. public static string MSG_HR_W003 {
  434. get {
  435. return ResourceManager.GetString("MSG_HR_W003", resourceCulture);
  436. }
  437. }
  438. /// <summary>
  439. /// 查找类似 {0}操作是已经结算的数据,不能进行该操作。 的本地化字符串。
  440. /// </summary>
  441. public static string MSG_HR_W004 {
  442. get {
  443. return ResourceManager.GetString("MSG_HR_W004", resourceCulture);
  444. }
  445. }
  446. /// <summary>
  447. /// 查找类似 该数据没有申请{0},不能进行编辑。 的本地化字符串。
  448. /// </summary>
  449. public static string MSG_HR_W005 {
  450. get {
  451. return ResourceManager.GetString("MSG_HR_W005", resourceCulture);
  452. }
  453. }
  454. /// <summary>
  455. /// 查找类似 {0}的{1}操作存在已经申请的数据,不能重复提交。 的本地化字符串。
  456. /// </summary>
  457. public static string MSG_HR_W006 {
  458. get {
  459. return ResourceManager.GetString("MSG_HR_W006", resourceCulture);
  460. }
  461. }
  462. /// <summary>
  463. /// 查找类似 {0}的{1}操作不存在申请的数据,不能进行{1}。 的本地化字符串。
  464. /// </summary>
  465. public static string MSG_HR_W007 {
  466. get {
  467. return ResourceManager.GetString("MSG_HR_W007", resourceCulture);
  468. }
  469. }
  470. /// <summary>
  471. /// 查找类似 {0}应该大于最近工资结算日。 的本地化字符串。
  472. /// </summary>
  473. public static string MSG_HR_W008 {
  474. get {
  475. return ResourceManager.GetString("MSG_HR_W008", resourceCulture);
  476. }
  477. }
  478. /// <summary>
  479. /// 查找类似 该员工存在其他未审批的申请,此申请不可提交! 的本地化字符串。
  480. /// </summary>
  481. public static string MSG_HR_W009 {
  482. get {
  483. return ResourceManager.GetString("MSG_HR_W009", resourceCulture);
  484. }
  485. }
  486. /// <summary>
  487. /// 查找类似 不在成品检验分级范围 的本地化字符串。
  488. /// </summary>
  489. public static string MSG_MST_W04 {
  490. get {
  491. return ResourceManager.GetString("MSG_MST_W04", resourceCulture);
  492. }
  493. }
  494. /// <summary>
  495. /// 查找类似 只有副品、重烧和有缺陷可以停用 的本地化字符串。
  496. /// </summary>
  497. public static string MSG_MST_W040 {
  498. get {
  499. return ResourceManager.GetString("MSG_MST_W040", resourceCulture);
  500. }
  501. }
  502. /// <summary>
  503. /// 查找类似 产品类别不可创建 的本地化字符串。
  504. /// </summary>
  505. public static string MSG_MST_W0405 {
  506. get {
  507. return ResourceManager.GetString("MSG_MST_W0405", resourceCulture);
  508. }
  509. }
  510. /// <summary>
  511. /// 查找类似 不在半成品检验分级范围 的本地化字符串。
  512. /// </summary>
  513. public static string MSG_MST_W0408 {
  514. get {
  515. return ResourceManager.GetString("MSG_MST_W0408", resourceCulture);
  516. }
  517. }
  518. /// <summary>
  519. /// 查找类似 只可以删除新建的模具信息,已存在的模具信息可以停用。 的本地化字符串。
  520. /// </summary>
  521. public static string MSG_PC_W002 {
  522. get {
  523. return ResourceManager.GetString("MSG_PC_W002", resourceCulture);
  524. }
  525. }
  526. /// <summary>
  527. /// 查找类似 此条码不生产线中。 的本地化字符串。
  528. /// </summary>
  529. public static string MSG_PC_W003 {
  530. get {
  531. return ResourceManager.GetString("MSG_PC_W003", resourceCulture);
  532. }
  533. }
  534. /// <summary>
  535. /// 查找类似 此坯体是否为公坯? 的本地化字符串。
  536. /// </summary>
  537. public static string MSG_PM_Q001 {
  538. get {
  539. return ResourceManager.GetString("MSG_PM_Q001", resourceCulture);
  540. }
  541. }
  542. /// <summary>
  543. /// 查找类似 确定要审批通过吗? 的本地化字符串。
  544. /// </summary>
  545. public static string MSG_PM_Q002 {
  546. get {
  547. return ResourceManager.GetString("MSG_PM_Q002", resourceCulture);
  548. }
  549. }
  550. /// <summary>
  551. /// 查找类似 存在相同的缺陷信息(缺陷、缺陷位置、责任工序、责任工号、责任工种),请重新输入。 的本地化字符串。
  552. /// </summary>
  553. public static string MSG_PM_W001 {
  554. get {
  555. return ResourceManager.GetString("MSG_PM_W001", resourceCulture);
  556. }
  557. }
  558. /// <summary>
  559. /// 查找类似 当前缺陷至少选择一名责任员工。 的本地化字符串。
  560. /// </summary>
  561. public static string MSG_PM_W002 {
  562. get {
  563. return ResourceManager.GetString("MSG_PM_W002", resourceCulture);
  564. }
  565. }
  566. /// <summary>
  567. /// 查找类似 产品重烧必须选择返工工序。 的本地化字符串。
  568. /// </summary>
  569. public static string MSG_PM_W003 {
  570. get {
  571. return ResourceManager.GetString("MSG_PM_W003", resourceCulture);
  572. }
  573. }
  574. /// <summary>
  575. /// 查找类似 非正品必须输入缺陷。 的本地化字符串。
  576. /// </summary>
  577. public static string MSG_PM_W004 {
  578. get {
  579. return ResourceManager.GetString("MSG_PM_W004", resourceCulture);
  580. }
  581. }
  582. /// <summary>
  583. /// 查找类似 生产工号{0}下没有配置生产员工。 的本地化字符串。
  584. /// </summary>
  585. public static string MSG_PM_W005 {
  586. get {
  587. return ResourceManager.GetString("MSG_PM_W005", resourceCulture);
  588. }
  589. }
  590. /// <summary>
  591. /// 查找类似 此工序的生产工号中不包含工号{0}。 的本地化字符串。
  592. /// </summary>
  593. public static string MSG_PM_W006 {
  594. get {
  595. return ResourceManager.GetString("MSG_PM_W006", resourceCulture);
  596. }
  597. }
  598. /// <summary>
  599. /// 查找类似 此日期已存在注浆登记,请重新选择注浆日期。 的本地化字符串。
  600. /// </summary>
  601. public static string MSG_PM_W007 {
  602. get {
  603. return ResourceManager.GetString("MSG_PM_W007", resourceCulture);
  604. }
  605. }
  606. /// <summary>
  607. /// 查找类似 此日期没有可以注浆的成型线。 的本地化字符串。
  608. /// </summary>
  609. public static string MSG_PM_W008 {
  610. get {
  611. return ResourceManager.GetString("MSG_PM_W008", resourceCulture);
  612. }
  613. }
  614. /// <summary>
  615. /// 查找类似 没有成型线的操作权限,请联系管理员,确认是否分配了成型线的操作权限。 的本地化字符串。
  616. /// </summary>
  617. public static string MSG_PM_W009 {
  618. get {
  619. return ResourceManager.GetString("MSG_PM_W009", resourceCulture);
  620. }
  621. }
  622. /// <summary>
  623. /// 查找类似 以下条码已被使用,请重新输入。
  624. ///{0} 的本地化字符串。
  625. /// </summary>
  626. public static string MSG_PM_W010 {
  627. get {
  628. return ResourceManager.GetString("MSG_PM_W010", resourceCulture);
  629. }
  630. }
  631. /// <summary>
  632. /// 查找类似 原条码在系统中不存在,请确认后重新输入。 的本地化字符串。
  633. /// </summary>
  634. public static string MSG_PM_W011 {
  635. get {
  636. return ResourceManager.GetString("MSG_PM_W011", resourceCulture);
  637. }
  638. }
  639. /// <summary>
  640. /// 查找类似 不允许进行该操作。原因:没有配置任何生产数据 的本地化字符串。
  641. /// </summary>
  642. public static string MSG_PM_W012 {
  643. get {
  644. return ResourceManager.GetString("MSG_PM_W012", resourceCulture);
  645. }
  646. }
  647. /// <summary>
  648. /// 查找类似 缺陷产品必须输入缺陷。 的本地化字符串。
  649. /// </summary>
  650. public static string MSG_PM_W013 {
  651. get {
  652. return ResourceManager.GetString("MSG_PM_W013", resourceCulture);
  653. }
  654. }
  655. /// <summary>
  656. /// 查找类似 无效条码。 的本地化字符串。
  657. /// </summary>
  658. public static string MSG_PM_W014 {
  659. get {
  660. return ResourceManager.GetString("MSG_PM_W014", resourceCulture);
  661. }
  662. }
  663. /// <summary>
  664. /// 查找类似 条码不在当前工序,已到工序:{0}。 的本地化字符串。
  665. /// </summary>
  666. public static string MSG_PM_W015 {
  667. get {
  668. return ResourceManager.GetString("MSG_PM_W015", resourceCulture);
  669. }
  670. }
  671. /// <summary>
  672. /// 查找类似 条码至少要有2次数据采集。 的本地化字符串。
  673. /// </summary>
  674. public static string MSG_PM_W016 {
  675. get {
  676. return ResourceManager.GetString("MSG_PM_W016", resourceCulture);
  677. }
  678. }
  679. /// <summary>
  680. /// 查找类似 过期未交坯的坯体不能交坯。
  681. ///注浆日期【{0}】,
  682. ///限制交坯天数【{1}】天,
  683. ///最后交坯日期【{2}】。 的本地化字符串。
  684. /// </summary>
  685. public static string MSG_S_PM_002 {
  686. get {
  687. return ResourceManager.GetString("MSG_S_PM_002", resourceCulture);
  688. }
  689. }
  690. /// <summary>
  691. /// 查找类似 交坯后超过设定天数的坯体不能进行撤销操作。
  692. ///交坯日期【{0}】,
  693. ///限制撤销天数【{1}】天,
  694. ///最后撤销日期【{2}】。 的本地化字符串。
  695. /// </summary>
  696. public static string MSG_S_PM_003 {
  697. get {
  698. return ResourceManager.GetString("MSG_S_PM_003", resourceCulture);
  699. }
  700. }
  701. /// <summary>
  702. /// 查找类似 生产工序扫描后超过设定天数的坯体不能进行撤销操作。
  703. ///工序日期【{0}】,
  704. ///限制撤销天数【{1}】天,
  705. ///最后撤销日期【{2}】。 的本地化字符串。
  706. /// </summary>
  707. public static string MSG_S_PM_004 {
  708. get {
  709. return ResourceManager.GetString("MSG_S_PM_004", resourceCulture);
  710. }
  711. }
  712. /// <summary>
  713. /// 查找类似 包装后超过设定天数的坯体不能进行撤销操作。
  714. ///包装日期【{0}】,
  715. ///限制撤销天数【{1}】天,
  716. ///最后撤销日期【{2}】。 的本地化字符串。
  717. /// </summary>
  718. public static string MSG_S_PM_005 {
  719. get {
  720. return ResourceManager.GetString("MSG_S_PM_005", resourceCulture);
  721. }
  722. }
  723. /// <summary>
  724. /// 查找类似 报损审批通过后超过设定天数的坯体不能进行撤销操作。
  725. ///审批日期【{0}】,
  726. ///限制撤销天数【{1}】天,
  727. ///最后撤销日期【{2}】。 的本地化字符串。
  728. /// </summary>
  729. public static string MSG_S_PM_006 {
  730. get {
  731. return ResourceManager.GetString("MSG_S_PM_006", resourceCulture);
  732. }
  733. }
  734. /// <summary>
  735. /// 查找类似 登记后超过设定天数据的坯体不能进行编辑操作。
  736. ///登记日期【{0}】,
  737. ///限制编辑天数【{1}】天,
  738. ///最后编辑日期【{2}】。 的本地化字符串。
  739. /// </summary>
  740. public static string MSG_S_PM_007 {
  741. get {
  742. return ResourceManager.GetString("MSG_S_PM_007", resourceCulture);
  743. }
  744. }
  745. /// <summary>
  746. /// 查找类似 复检后超过设定天数的坯体不能进行撤销操作。
  747. ///复检日期【{0}】,
  748. ///限制撤销天数【{1}】天,
  749. ///最后撤销日期【{2}】。 的本地化字符串。
  750. /// </summary>
  751. public static string MSG_S_PM_008 {
  752. get {
  753. return ResourceManager.GetString("MSG_S_PM_008", resourceCulture);
  754. }
  755. }
  756. /// <summary>
  757. /// 查找类似 登记后超过设定天数的坯体不能进行编辑操作。
  758. ///登记日期【{0}】,
  759. ///限制编辑天数【{1}】天,
  760. ///最后编辑日期【{2}】。 的本地化字符串。
  761. /// </summary>
  762. public static string MSG_S_PM_009 {
  763. get {
  764. return ResourceManager.GetString("MSG_S_PM_009", resourceCulture);
  765. }
  766. }
  767. /// <summary>
  768. /// 查找类似 链接服务器成功。 的本地化字符串。
  769. /// </summary>
  770. public static string MSG_SYS_I001 {
  771. get {
  772. return ResourceManager.GetString("MSG_SYS_I001", resourceCulture);
  773. }
  774. }
  775. /// <summary>
  776. /// 查找类似 确定要切换用户吗? 的本地化字符串。
  777. /// </summary>
  778. public static string MSG_SYS_Q001 {
  779. get {
  780. return ResourceManager.GetString("MSG_SYS_Q001", resourceCulture);
  781. }
  782. }
  783. /// <summary>
  784. /// 查找类似 确定要退出本系统吗? 的本地化字符串。
  785. /// </summary>
  786. public static string MSG_SYS_Q002 {
  787. get {
  788. return ResourceManager.GetString("MSG_SYS_Q002", resourceCulture);
  789. }
  790. }
  791. /// <summary>
  792. /// 查找类似 未配置服务器地址或端口。
  793. ///请先配置服务器地址和端口,再进行系统的登录操作。 的本地化字符串。
  794. /// </summary>
  795. public static string MSG_SYS_W001 {
  796. get {
  797. return ResourceManager.GetString("MSG_SYS_W001", resourceCulture);
  798. }
  799. }
  800. /// <summary>
  801. /// 查找类似 登录信息验证失败。
  802. ///请重新填写登录信息,再进行系统的登录操作。 的本地化字符串。
  803. /// </summary>
  804. public static string MSG_SYS_W002 {
  805. get {
  806. return ResourceManager.GetString("MSG_SYS_W002", resourceCulture);
  807. }
  808. }
  809. /// <summary>
  810. /// 查找类似 链接服务器失败。 的本地化字符串。
  811. /// </summary>
  812. public static string MSG_SYS_W003 {
  813. get {
  814. return ResourceManager.GetString("MSG_SYS_W003", resourceCulture);
  815. }
  816. }
  817. /// <summary>
  818. /// 查找类似 该用户被限制了登录系统的MAC地址,当前的MAC地址不允许该用户登录系统。 的本地化字符串。
  819. /// </summary>
  820. public static string MSG_SYS_W004 {
  821. get {
  822. return ResourceManager.GetString("MSG_SYS_W004", resourceCulture);
  823. }
  824. }
  825. /// <summary>
  826. /// 查找类似 该用户被限制了登录系统的时间段,当前时间不允许该用户登录系统。 的本地化字符串。
  827. /// </summary>
  828. public static string MSG_SYS_W005 {
  829. get {
  830. return ResourceManager.GetString("MSG_SYS_W005", resourceCulture);
  831. }
  832. }
  833. /// <summary>
  834. /// 查找类似 该用户已经被停用,不允许登录本系统。 的本地化字符串。
  835. /// </summary>
  836. public static string MSG_SYS_W006 {
  837. get {
  838. return ResourceManager.GetString("MSG_SYS_W006", resourceCulture);
  839. }
  840. }
  841. /// <summary>
  842. /// 查找类似 该用户已经被锁死,不允许登录本系统。
  843. ///如需要登录请联系系统管理员。 的本地化字符串。
  844. /// </summary>
  845. public static string MSG_SYS_W007 {
  846. get {
  847. return ResourceManager.GetString("MSG_SYS_W007", resourceCulture);
  848. }
  849. }
  850. /// <summary>
  851. /// 查找类似 没有找到服务器上的加密锁,请联系系统管理员,确认是否有东科软件的使用授权。 的本地化字符串。
  852. /// </summary>
  853. public static string MSG_SYS_W008 {
  854. get {
  855. return ResourceManager.GetString("MSG_SYS_W008", resourceCulture);
  856. }
  857. }
  858. /// <summary>
  859. /// 查找类似 服务器上的加密锁与本系统不匹配,请联系系统管理员,确认服务器上的加密锁是否正确。 的本地化字符串。
  860. /// </summary>
  861. public static string MSG_SYS_W009 {
  862. get {
  863. return ResourceManager.GetString("MSG_SYS_W009", resourceCulture);
  864. }
  865. }
  866. /// <summary>
  867. /// 查找类似 服务器读取加密锁失败,请联系系统管理员,确认加密锁是否损坏。 的本地化字符串。
  868. /// </summary>
  869. public static string MSG_SYS_W010 {
  870. get {
  871. return ResourceManager.GetString("MSG_SYS_W010", resourceCulture);
  872. }
  873. }
  874. /// <summary>
  875. /// 查找类似 系统没有找到License文件,请联系系统管理员,确认是否有东科软件的使用授权。 的本地化字符串。
  876. /// </summary>
  877. public static string MSG_SYS_W011 {
  878. get {
  879. return ResourceManager.GetString("MSG_SYS_W011", resourceCulture);
  880. }
  881. }
  882. /// <summary>
  883. /// 查找类似 License文件信息读取失败,请联系系统管理员,确认License文件是否损坏。 的本地化字符串。
  884. /// </summary>
  885. public static string MSG_SYS_W012 {
  886. get {
  887. return ResourceManager.GetString("MSG_SYS_W012", resourceCulture);
  888. }
  889. }
  890. /// <summary>
  891. /// 查找类似 License文件信息不正确,请联系系统管理员,确认License文件是否正确。 的本地化字符串。
  892. /// </summary>
  893. public static string MSG_SYS_W013 {
  894. get {
  895. return ResourceManager.GetString("MSG_SYS_W013", resourceCulture);
  896. }
  897. }
  898. /// <summary>
  899. /// 查找类似 加密锁信息与License文件信息不相符,请联系系统管理员,确认加密锁或License文件是否正确。 的本地化字符串。
  900. /// </summary>
  901. public static string MSG_SYS_W014 {
  902. get {
  903. return ResourceManager.GetString("MSG_SYS_W014", resourceCulture);
  904. }
  905. }
  906. /// <summary>
  907. /// 查找类似 您所使用的授权现已经超过使用期限。
  908. ///请与东科公司联系获取新的License授权。 的本地化字符串。
  909. /// </summary>
  910. public static string MSG_SYS_W015 {
  911. get {
  912. return ResourceManager.GetString("MSG_SYS_W015", resourceCulture);
  913. }
  914. }
  915. /// <summary>
  916. /// 查找类似 在打开客户端加密锁时失败。
  917. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  918. /// </summary>
  919. public static string MSG_SYS_W016 {
  920. get {
  921. return ResourceManager.GetString("MSG_SYS_W016", resourceCulture);
  922. }
  923. }
  924. /// <summary>
  925. /// 查找类似 系统没有发现客户端加密锁。
  926. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  927. /// </summary>
  928. public static string MSG_SYS_W017 {
  929. get {
  930. return ResourceManager.GetString("MSG_SYS_W017", resourceCulture);
  931. }
  932. }
  933. /// <summary>
  934. /// 查找类似 客户端加密锁与系统不匹配。
  935. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  936. /// </summary>
  937. public static string MSG_SYS_W018 {
  938. get {
  939. return ResourceManager.GetString("MSG_SYS_W018", resourceCulture);
  940. }
  941. }
  942. /// <summary>
  943. /// 查找类似 在读取客户端加密锁信息时失败。
  944. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  945. /// </summary>
  946. public static string MSG_SYS_W019 {
  947. get {
  948. return ResourceManager.GetString("MSG_SYS_W019", resourceCulture);
  949. }
  950. }
  951. /// <summary>
  952. /// 查找类似 客户端加密锁内容与授权内容不一致。
  953. ///(该用户已经被限制需要客户端加密锁登录本系统) 的本地化字符串。
  954. /// </summary>
  955. public static string MSG_SYS_W020 {
  956. get {
  957. return ResourceManager.GetString("MSG_SYS_W020", resourceCulture);
  958. }
  959. }
  960. /// <summary>
  961. /// 查找类似 两次输入的新密码不一致,请重新输入。 的本地化字符串。
  962. /// </summary>
  963. public static string MSG_SYS_W021 {
  964. get {
  965. return ResourceManager.GetString("MSG_SYS_W021", resourceCulture);
  966. }
  967. }
  968. /// <summary>
  969. /// 查找类似 该用户不能在移动端登录本系统。
  970. ///如需要登录请联系系统管理员。 的本地化字符串。
  971. /// </summary>
  972. public static string MSG_SYS_W022 {
  973. get {
  974. return ResourceManager.GetString("MSG_SYS_W022", resourceCulture);
  975. }
  976. }
  977. /// <summary>
  978. /// 查找类似 该用户不能在PC端登录本系统。
  979. ///如需要登录请联系系统管理员。 的本地化字符串。
  980. /// </summary>
  981. public static string MSG_SYS_W023 {
  982. get {
  983. return ResourceManager.GetString("MSG_SYS_W023", resourceCulture);
  984. }
  985. }
  986. /// <summary>
  987. /// 查找类似 服务器日期被修改(小于系统账务日期),不允许登录本系统。
  988. ///如需要登录请联系系统管理员。 的本地化字符串。
  989. /// </summary>
  990. public static string MSG_SYS_W024 {
  991. get {
  992. return ResourceManager.GetString("MSG_SYS_W024", resourceCulture);
  993. }
  994. }
  995. /// <summary>
  996. /// 查找类似 请先选择一个工种! 的本地化字符串。
  997. /// </summary>
  998. public static string MSG_TAT_W001 {
  999. get {
  1000. return ResourceManager.GetString("MSG_TAT_W001", resourceCulture);
  1001. }
  1002. }
  1003. /// <summary>
  1004. /// 查找类似 该管理员信息暂未保存,不可创建组内成员。 的本地化字符串。
  1005. /// </summary>
  1006. public static string MSG_TAT_W002 {
  1007. get {
  1008. return ResourceManager.GetString("MSG_TAT_W002", resourceCulture);
  1009. }
  1010. }
  1011. /// <summary>
  1012. /// 查找类似 系统异常 的本地化字符串。
  1013. /// </summary>
  1014. public static string MSG_TITLE_E01 {
  1015. get {
  1016. return ResourceManager.GetString("MSG_TITLE_E01", resourceCulture);
  1017. }
  1018. }
  1019. /// <summary>
  1020. /// 查找类似 系统消息 的本地化字符串。
  1021. /// </summary>
  1022. public static string MSG_TITLE_I01 {
  1023. get {
  1024. return ResourceManager.GetString("MSG_TITLE_I01", resourceCulture);
  1025. }
  1026. }
  1027. /// <summary>
  1028. /// 查找类似 系统询问 的本地化字符串。
  1029. /// </summary>
  1030. public static string MSG_TITLE_Q01 {
  1031. get {
  1032. return ResourceManager.GetString("MSG_TITLE_Q01", resourceCulture);
  1033. }
  1034. }
  1035. /// <summary>
  1036. /// 查找类似 系统警告 的本地化字符串。
  1037. /// </summary>
  1038. public static string MSG_TITLE_W01 {
  1039. get {
  1040. return ResourceManager.GetString("MSG_TITLE_W01", resourceCulture);
  1041. }
  1042. }
  1043. /// <summary>
  1044. /// 查找类似 不允许进行该操作。
  1045. ///原因:没有选择任何数据。 的本地化字符串。
  1046. /// </summary>
  1047. public static string W_CMN_C_001 {
  1048. get {
  1049. return ResourceManager.GetString("W_CMN_C_001", resourceCulture);
  1050. }
  1051. }
  1052. /// <summary>
  1053. /// 查找类似 {0}不能大于账务日期({1})。 的本地化字符串。
  1054. /// </summary>
  1055. public static string W_CMN_C_002 {
  1056. get {
  1057. return ResourceManager.GetString("W_CMN_C_002", resourceCulture);
  1058. }
  1059. }
  1060. /// <summary>
  1061. /// 查找类似 {0}是必须输入项目,请输入{0}。 的本地化字符串。
  1062. /// </summary>
  1063. public static string W_CMN_C_003 {
  1064. get {
  1065. return ResourceManager.GetString("W_CMN_C_003", resourceCulture);
  1066. }
  1067. }
  1068. /// <summary>
  1069. /// 查找类似 输入的{0}不能和{1}相同,请重新输入。 的本地化字符串。
  1070. /// </summary>
  1071. public static string W_CMN_C_004 {
  1072. get {
  1073. return ResourceManager.GetString("W_CMN_C_004", resourceCulture);
  1074. }
  1075. }
  1076. /// <summary>
  1077. /// 查找类似 输入的条码({0})格式不正确,请重新输入。
  1078. ///条码必须以10位数字结尾。 的本地化字符串。
  1079. /// </summary>
  1080. public static string W_CMN_C_005 {
  1081. get {
  1082. return ResourceManager.GetString("W_CMN_C_005", resourceCulture);
  1083. }
  1084. }
  1085. /// <summary>
  1086. /// 查找类似 不允许进行该操作。
  1087. ///原因:{0} 的本地化字符串。
  1088. /// </summary>
  1089. public static string W_CMN_C_006 {
  1090. get {
  1091. return ResourceManager.GetString("W_CMN_C_006", resourceCulture);
  1092. }
  1093. }
  1094. /// <summary>
  1095. /// 查找类似 服务器日期被修改(小于系统账务日期),系统将会自动关闭。
  1096. ///如果需要继续使用,请联系系统管理员。 的本地化字符串。
  1097. /// </summary>
  1098. public static string W_CMN_S_001 {
  1099. get {
  1100. return ResourceManager.GetString("W_CMN_S_001", resourceCulture);
  1101. }
  1102. }
  1103. /// <summary>
  1104. /// 查找类似 不允许进行该操作。
  1105. ///原因:{0} 的本地化字符串。
  1106. /// </summary>
  1107. public static string W_CMN_S_004 {
  1108. get {
  1109. return ResourceManager.GetString("W_CMN_S_004", resourceCulture);
  1110. }
  1111. }
  1112. /// <summary>
  1113. /// 查找类似 您提交的数据已被其他用户修改,
  1114. ///请重新确认编辑后再保存。 的本地化字符串。
  1115. /// </summary>
  1116. public static string W_CMN_S_005 {
  1117. get {
  1118. return ResourceManager.GetString("W_CMN_S_005", resourceCulture);
  1119. }
  1120. }
  1121. /// <summary>
  1122. /// 查找类似 您提交的数据{0}在系统中已存在,
  1123. ///请重新确认后再保存。 的本地化字符串。
  1124. /// </summary>
  1125. public static string W_CMN_S_006 {
  1126. get {
  1127. return ResourceManager.GetString("W_CMN_S_006", resourceCulture);
  1128. }
  1129. }
  1130. /// <summary>
  1131. /// 查找类似 权限问题 的本地化字符串。
  1132. /// </summary>
  1133. public static string W_CMN_SQ_001 {
  1134. get {
  1135. return ResourceManager.GetString("W_CMN_SQ_001", resourceCulture);
  1136. }
  1137. }
  1138. /// <summary>
  1139. /// 查找类似 系统在验证当前用户的信息时没有通过。
  1140. ///是否重新登录本系统? 的本地化字符串。
  1141. /// </summary>
  1142. public static string WYN_CMN_S_002 {
  1143. get {
  1144. return ResourceManager.GetString("WYN_CMN_S_002", resourceCulture);
  1145. }
  1146. }
  1147. /// <summary>
  1148. /// 查找类似 用户{0}已经在其他终端登录。
  1149. ///是否重新登录系统? 的本地化字符串。
  1150. /// </summary>
  1151. public static string WYN_CMN_S_003 {
  1152. get {
  1153. return ResourceManager.GetString("WYN_CMN_S_003", resourceCulture);
  1154. }
  1155. }
  1156. }
  1157. }