Resources.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Aitex.RT.Properties {
  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", "17.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  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 Resources() {
  27. }
  28. /// <summary>
  29. /// 返回此类使用的缓存的 ResourceManager 实例。
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal 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("Aitex.RT.Properties.Resources", typeof(Resources).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. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// 查找类似 Backpanel door not closed 的本地化字符串。
  56. /// </summary>
  57. internal static string CommonRoutine_CheckDoor_BackpanelDoorNotClosed {
  58. get {
  59. return ResourceManager.GetString("CommonRoutine_CheckDoor_BackpanelDoorNotClosed", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// 查找类似 Chamber door not closed 的本地化字符串。
  64. /// </summary>
  65. internal static string CommonRoutine_CheckDoor_ChamberDoorNotClosed {
  66. get {
  67. return ResourceManager.GetString("CommonRoutine_CheckDoor_ChamberDoorNotClosed", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// 查找类似 check backpanel door 的本地化字符串。
  72. /// </summary>
  73. internal static string CommonRoutine_CheckDoor_CheckBackpanelDoor {
  74. get {
  75. return ResourceManager.GetString("CommonRoutine_CheckDoor_CheckBackpanelDoor", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// 查找类似 check chamber door 的本地化字符串。
  80. /// </summary>
  81. internal static string CommonRoutine_CheckDoor_CheckChamberDoor {
  82. get {
  83. return ResourceManager.GetString("CommonRoutine_CheckDoor_CheckChamberDoor", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// 查找类似 Pump below {0} 的本地化字符串。
  88. /// </summary>
  89. internal static string CommonRoutine_CheckVAC_PumpBelow0 {
  90. get {
  91. return ResourceManager.GetString("CommonRoutine_CheckVAC_PumpBelow0", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// 查找类似 can not close valve {0}, {1} 的本地化字符串。
  96. /// </summary>
  97. internal static string CommonRoutine_CloseAllValve_CanNotCloseValve01 {
  98. get {
  99. return ResourceManager.GetString("CommonRoutine_CloseAllValve_CanNotCloseValve01", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// 查找类似 can not close valve {0} in {1} s 的本地化字符串。
  104. /// </summary>
  105. internal static string CommonRoutine_CloseAllValve_CanNotCloseValve0In1S {
  106. get {
  107. return ResourceManager.GetString("CommonRoutine_CloseAllValve_CanNotCloseValve0In1S", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// 查找类似 {0} Can Not Be Close 的本地化字符串。
  112. /// </summary>
  113. internal static string CommonRoutine_CloseValve_0CanNotBeClose {
  114. get {
  115. return ResourceManager.GetString("CommonRoutine_CloseValve_0CanNotBeClose", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// 查找类似 Close {0} 的本地化字符串。
  120. /// </summary>
  121. internal static string CommonRoutine_CloseValve_Close0 {
  122. get {
  123. return ResourceManager.GetString("CommonRoutine_CloseValve_Close0", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// 查找类似 pumping pressure to {0} mTor 的本地化字符串。
  128. /// </summary>
  129. internal static string CommonRoutine_CyclePump_PumpingPressureTo0MTor {
  130. get {
  131. return ResourceManager.GetString("CommonRoutine_CyclePump_PumpingPressureTo0MTor", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// 查找类似 vent pressure to {0} mtor 的本地化字符串。
  136. /// </summary>
  137. internal static string CommonRoutine_CycleVent_VentPressureTo0Mtor {
  138. get {
  139. return ResourceManager.GetString("CommonRoutine_CycleVent_VentPressureTo0Mtor", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// 查找类似 {0} Finished in {1} minitues 的本地化字符串。
  144. /// </summary>
  145. internal static string CommonRoutine_End_0FinishedIn1Minitues {
  146. get {
  147. return ResourceManager.GetString("CommonRoutine_End_0FinishedIn1Minitues", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// 查找类似 {0} Can Not Be Open 的本地化字符串。
  152. /// </summary>
  153. internal static string CommonRoutine_OpenValve_0CanNotBeOpen {
  154. get {
  155. return ResourceManager.GetString("CommonRoutine_OpenValve_0CanNotBeOpen", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// 查找类似 Open {0} 的本地化字符串。
  160. /// </summary>
  161. internal static string CommonRoutine_OpenValve_Open0 {
  162. get {
  163. return ResourceManager.GetString("CommonRoutine_OpenValve_Open0", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// 查找类似 Are you sure you want to exit control system? 的本地化字符串。
  168. /// </summary>
  169. internal static string ConfirmExit {
  170. get {
  171. return ResourceManager.GetString("ConfirmExit", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// 查找类似 Cycle Purge 的本地化字符串。
  176. /// </summary>
  177. internal static string CyclePurgeRoutine_CyclePurgeRoutine_CyclePurge {
  178. get {
  179. return ResourceManager.GetString("CyclePurgeRoutine_CyclePurgeRoutine_CyclePurge", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// 查找类似 Check if the pump valve open 的本地化字符串。
  184. /// </summary>
  185. internal static string CyclePurgeRoutine_Monitor_CheckIfThePumpValveOpen {
  186. get {
  187. return ResourceManager.GetString("CyclePurgeRoutine_Monitor_CheckIfThePumpValveOpen", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// 查找类似 CyclePurge finished 的本地化字符串。
  192. /// </summary>
  193. internal static string CyclePurgeRoutine_Monitor_CyclePurgeFinished {
  194. get {
  195. return ResourceManager.GetString("CyclePurgeRoutine_Monitor_CyclePurgeFinished", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// 查找类似 keep in pumping status 的本地化字符串。
  200. /// </summary>
  201. internal static string CyclePurgeRoutine_Monitor_KeepInPumpingStatus {
  202. get {
  203. return ResourceManager.GetString("CyclePurgeRoutine_Monitor_KeepInPumpingStatus", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// 查找类似 pumping 的本地化字符串。
  208. /// </summary>
  209. internal static string CyclePurgeRoutine_Monitor_Pumping {
  210. get {
  211. return ResourceManager.GetString("CyclePurgeRoutine_Monitor_Pumping", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// 查找类似 Start cycle purge 的本地化字符串。
  216. /// </summary>
  217. internal static string CyclePurgeRoutine_Monitor_StartCyclePurge {
  218. get {
  219. return ResourceManager.GetString("CyclePurgeRoutine_Monitor_StartCyclePurge", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// 查找类似 venting 的本地化字符串。
  224. /// </summary>
  225. internal static string CyclePurgeRoutine_Monitor_Venting {
  226. get {
  227. return ResourceManager.GetString("CyclePurgeRoutine_Monitor_Venting", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// 查找类似 Gas flow pressure not stable in {0} seconds 的本地化字符串。
  232. /// </summary>
  233. internal static string GasFlowRoutine_CheckStable_GasFlowPressureNotStableIn0Seconds {
  234. get {
  235. return ResourceManager.GetString("GasFlowRoutine_CheckStable_GasFlowPressureNotStableIn0Seconds", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// 查找类似 Gas Flow 的本地化字符串。
  240. /// </summary>
  241. internal static string GasFlowRoutine_GasFlowRoutine_GasFlow {
  242. get {
  243. return ResourceManager.GetString("GasFlowRoutine_GasFlowRoutine_GasFlow", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// 查找类似 Gas flow completed 的本地化字符串。
  248. /// </summary>
  249. internal static string GasFlowRoutine_Monitor_GasFlowCompleted {
  250. get {
  251. return ResourceManager.GetString("GasFlowRoutine_Monitor_GasFlowCompleted", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// 查找类似 Open valve and flow mfc 的本地化字符串。
  256. /// </summary>
  257. internal static string GasFlowRoutine_Monitor_OpenValveAndFlowMfc {
  258. get {
  259. return ResourceManager.GetString("GasFlowRoutine_Monitor_OpenValveAndFlowMfc", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// 查找类似 Pumping valve not open, open pump valve first 的本地化字符串。
  264. /// </summary>
  265. internal static string GasFlowRoutine_Start_PumpingValveNotOpenOpenPumpValveFirst {
  266. get {
  267. return ResourceManager.GetString("GasFlowRoutine_Start_PumpingValveNotOpenOpenPumpValveFirst", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// 查找类似 Auto Mode 的本地化字符串。
  272. /// </summary>
  273. internal static string GlobalLableAutoMode {
  274. get {
  275. return ResourceManager.GetString("GlobalLableAutoMode", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// 查找类似 ManualMode 的本地化字符串。
  280. /// </summary>
  281. internal static string GlobalLableManualMode {
  282. get {
  283. return ResourceManager.GetString("GlobalLableManualMode", resourceCulture);
  284. }
  285. }
  286. /// <summary>
  287. /// 查找类似 Host Control mode change to OnlineRemote, notify system change to auto mode 的本地化字符串。
  288. /// </summary>
  289. internal static string HostControlModeChangeTo_stateNotifySystemChangeToAutoMode {
  290. get {
  291. return ResourceManager.GetString("HostControlModeChangeTo_stateNotifySystemChangeToAutoMode", resourceCulture);
  292. }
  293. }
  294. /// <summary>
  295. /// 查找类似 Emergency Off button was pressed 的本地化字符串。
  296. /// </summary>
  297. internal static string IoEmo_Monitor_EmergencyOffButtonWasPressed {
  298. get {
  299. return ResourceManager.GetString("IoEmo_Monitor_EmergencyOffButtonWasPressed", resourceCulture);
  300. }
  301. }
  302. /// <summary>
  303. /// 查找类似 Main contactor is off 的本地化字符串。
  304. /// </summary>
  305. internal static string IoEmo_Monitor_MainContactorIsOff {
  306. get {
  307. return ResourceManager.GetString("IoEmo_Monitor_MainContactorIsOff", resourceCulture);
  308. }
  309. }
  310. /// <summary>
  311. /// 查找类似 BackPanel door is opened 的本地化字符串。
  312. /// </summary>
  313. internal static string IoSensorFactory_Product_BackPanelDoorIsOpened {
  314. get {
  315. return ResourceManager.GetString("IoSensorFactory_Product_BackPanelDoorIsOpened", resourceCulture);
  316. }
  317. }
  318. /// <summary>
  319. /// 查找类似 Chamber door is opened 的本地化字符串。
  320. /// </summary>
  321. internal static string IoSensorFactory_Product_ChamberDoorIsOpened {
  322. get {
  323. return ResourceManager.GetString("IoSensorFactory_Product_ChamberDoorIsOpened", resourceCulture);
  324. }
  325. }
  326. /// <summary>
  327. /// 查找类似 Precursor door is opened 的本地化字符串。
  328. /// </summary>
  329. internal static string IoSensorFactory_Product_PrecursorDoorIsOpened {
  330. get {
  331. return ResourceManager.GetString("IoSensorFactory_Product_PrecursorDoorIsOpened", resourceCulture);
  332. }
  333. }
  334. /// <summary>
  335. /// 查找类似 Pump door is opened 的本地化字符串。
  336. /// </summary>
  337. internal static string IoSensorFactory_Product_PumpDoorIsOpened {
  338. get {
  339. return ResourceManager.GetString("IoSensorFactory_Product_PumpDoorIsOpened", resourceCulture);
  340. }
  341. }
  342. /// <summary>
  343. /// 查找类似 Reset statistics of {0} 的本地化字符串。
  344. /// </summary>
  345. internal static string IoStatistics_Initialize_ResetStatisticsOf0 {
  346. get {
  347. return ResourceManager.GetString("IoStatistics_Initialize_ResetStatisticsOf0", resourceCulture);
  348. }
  349. }
  350. /// <summary>
  351. /// 查找类似 Reset statistics of {0} failed, not define config entry 的本地化字符串。
  352. /// </summary>
  353. internal static string IoStatistics_Initialize_ResetStatisticsOf0FailedNotDefineConfigEntry {
  354. get {
  355. return ResourceManager.GetString("IoStatistics_Initialize_ResetStatisticsOf0FailedNotDefineConfigEntry", resourceCulture);
  356. }
  357. }
  358. /// <summary>
  359. /// 查找类似 Leak Check time: {0}, Start Pressure: {1}, Stop Pressure: {2}, Leak Time: {3}, Leak Rate: {4} 的本地化字符串。
  360. /// </summary>
  361. internal static string LeakCheckRoutine_CalcLeakCheck_LeakCheckTime0StartPressure1StopPressure2LeakTime3LeakRate4 {
  362. get {
  363. return ResourceManager.GetString("LeakCheckRoutine_CalcLeakCheck_LeakCheckTime0StartPressure1StopPressure2LeakTime3" +
  364. "LeakRate4", resourceCulture);
  365. }
  366. }
  367. /// <summary>
  368. /// 查找类似 Leak Check 的本地化字符串。
  369. /// </summary>
  370. internal static string LeakCheckRoutine_LeakCheckRoutine_LeakCheck {
  371. get {
  372. return ResourceManager.GetString("LeakCheckRoutine_LeakCheckRoutine_LeakCheck", resourceCulture);
  373. }
  374. }
  375. /// <summary>
  376. /// 查找类似 Calculate leak check rate 的本地化字符串。
  377. /// </summary>
  378. internal static string LeakCheckRoutine_Monitor_CalculateLeakCheckRate {
  379. get {
  380. return ResourceManager.GetString("LeakCheckRoutine_Monitor_CalculateLeakCheckRate", resourceCulture);
  381. }
  382. }
  383. /// <summary>
  384. /// 查找类似 Leak check delay {0} seconds 的本地化字符串。
  385. /// </summary>
  386. internal static string LeakCheckRoutine_Monitor_LeakCheckDelay0Seconds {
  387. get {
  388. return ResourceManager.GetString("LeakCheckRoutine_Monitor_LeakCheckDelay0Seconds", resourceCulture);
  389. }
  390. }
  391. /// <summary>
  392. /// 查找类似 Leak Check finished 的本地化字符串。
  393. /// </summary>
  394. internal static string LeakCheckRoutine_Monitor_LeakCheckFinished {
  395. get {
  396. return ResourceManager.GetString("LeakCheckRoutine_Monitor_LeakCheckFinished", resourceCulture);
  397. }
  398. }
  399. /// <summary>
  400. /// 查找类似 Open gas final valve 的本地化字符串。
  401. /// </summary>
  402. internal static string LeakCheckRoutine_Monitor_OpenGasFinalValve {
  403. get {
  404. return ResourceManager.GetString("LeakCheckRoutine_Monitor_OpenGasFinalValve", resourceCulture);
  405. }
  406. }
  407. /// <summary>
  408. /// 查找类似 pump delay {0} seconds 的本地化字符串。
  409. /// </summary>
  410. internal static string LeakCheckRoutine_Monitor_PumpDelay0Seconds {
  411. get {
  412. return ResourceManager.GetString("LeakCheckRoutine_Monitor_PumpDelay0Seconds", resourceCulture);
  413. }
  414. }
  415. /// <summary>
  416. /// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。
  417. /// </summary>
  418. internal static System.Drawing.Icon logo {
  419. get {
  420. object obj = ResourceManager.GetObject("logo", resourceCulture);
  421. return ((System.Drawing.Icon)(obj));
  422. }
  423. }
  424. /// <summary>
  425. /// 查找类似 recipe aborted 的本地化字符串。
  426. /// </summary>
  427. internal static string PMEntity_fAbortPostProcess_RecipeAborted {
  428. get {
  429. return ResourceManager.GetString("PMEntity_fAbortPostProcess_RecipeAborted", resourceCulture);
  430. }
  431. }
  432. /// <summary>
  433. /// 查找类似 run recipe, pumping down aborted 的本地化字符串。
  434. /// </summary>
  435. internal static string PMEntity_fAbortPreProcess_RunRecipePumpingDownAborted {
  436. get {
  437. return ResourceManager.GetString("PMEntity_fAbortPreProcess_RunRecipePumpingDownAborted", resourceCulture);
  438. }
  439. }
  440. /// <summary>
  441. /// 查找类似 running recipe aborted 的本地化字符串。
  442. /// </summary>
  443. internal static string PMEntity_fAbortProcess_RunningRecipeAborted {
  444. get {
  445. return ResourceManager.GetString("PMEntity_fAbortProcess_RunningRecipeAborted", resourceCulture);
  446. }
  447. }
  448. /// <summary>
  449. /// 查找类似 run recipe aborted 的本地化字符串。
  450. /// </summary>
  451. internal static string PMEntity_fAbortProcess_RunRecipeAborted {
  452. get {
  453. return ResourceManager.GetString("PMEntity_fAbortProcess_RunRecipeAborted", resourceCulture);
  454. }
  455. }
  456. /// <summary>
  457. /// 查找类似 recipe completed 的本地化字符串。
  458. /// </summary>
  459. internal static string PMEntity_fPostProcess_RecipeCompleted {
  460. get {
  461. return ResourceManager.GetString("PMEntity_fPostProcess_RecipeCompleted", resourceCulture);
  462. }
  463. }
  464. /// <summary>
  465. /// 查找类似 run recipe cycle purge 的本地化字符串。
  466. /// </summary>
  467. internal static string PMEntity_fPostProcess_RunRecipeCyclePurge {
  468. get {
  469. return ResourceManager.GetString("PMEntity_fPostProcess_RunRecipeCyclePurge", resourceCulture);
  470. }
  471. }
  472. /// <summary>
  473. /// 查找类似 run recipe cycle purge error 的本地化字符串。
  474. /// </summary>
  475. internal static string PMEntity_fPostProcess_RunRecipeCyclePurgeError {
  476. get {
  477. return ResourceManager.GetString("PMEntity_fPostProcess_RunRecipeCyclePurgeError", resourceCulture);
  478. }
  479. }
  480. /// <summary>
  481. /// 查找类似 run recipe, pumping down 的本地化字符串。
  482. /// </summary>
  483. internal static string PMEntity_fPreProcess_RunRecipePumpingDown {
  484. get {
  485. return ResourceManager.GetString("PMEntity_fPreProcess_RunRecipePumpingDown", resourceCulture);
  486. }
  487. }
  488. /// <summary>
  489. /// 查找类似 run recipe, pumping down failed 的本地化字符串。
  490. /// </summary>
  491. internal static string PMEntity_fPreProcess_RunRecipePumpingDownFailed {
  492. get {
  493. return ResourceManager.GetString("PMEntity_fPreProcess_RunRecipePumpingDownFailed", resourceCulture);
  494. }
  495. }
  496. /// <summary>
  497. /// 查找类似 running recipe 的本地化字符串。
  498. /// </summary>
  499. internal static string PMEntity_fProcess_RunningRecipe {
  500. get {
  501. return ResourceManager.GetString("PMEntity_fProcess_RunningRecipe", resourceCulture);
  502. }
  503. }
  504. /// <summary>
  505. /// 查找类似 loading recipe file... 的本地化字符串。
  506. /// </summary>
  507. internal static string PMEntity_fProcessLoadRecipe_LoadingRecipeFile {
  508. get {
  509. return ResourceManager.GetString("PMEntity_fProcessLoadRecipe_LoadingRecipeFile", resourceCulture);
  510. }
  511. }
  512. /// <summary>
  513. /// 查找类似 loading recipe file failed 的本地化字符串。
  514. /// </summary>
  515. internal static string PMEntity_fProcessLoadRecipe_LoadingRecipeFileFailed {
  516. get {
  517. return ResourceManager.GetString("PMEntity_fProcessLoadRecipe_LoadingRecipeFileFailed", resourceCulture);
  518. }
  519. }
  520. /// <summary>
  521. /// 查找类似 run recipe skipped 的本地化字符串。
  522. /// </summary>
  523. internal static string PMEntity_fSkipStep_RunRecipeSkipped {
  524. get {
  525. return ResourceManager.GetString("PMEntity_fSkipStep_RunRecipeSkipped", resourceCulture);
  526. }
  527. }
  528. /// <summary>
  529. /// 查找类似 run recipe post process 的本地化字符串。
  530. /// </summary>
  531. internal static string PMEntity_fStartPostProcess_RunRecipePostProcess {
  532. get {
  533. return ResourceManager.GetString("PMEntity_fStartPostProcess_RunRecipePostProcess", resourceCulture);
  534. }
  535. }
  536. /// <summary>
  537. /// 查找类似 preparing running recipe 的本地化字符串。
  538. /// </summary>
  539. internal static string PMEntity_fStartPreProcess_PreparingRunningRecipe {
  540. get {
  541. return ResourceManager.GetString("PMEntity_fStartPreProcess_PreparingRunningRecipe", resourceCulture);
  542. }
  543. }
  544. /// <summary>
  545. /// 查找类似 preparing running recipe failed 的本地化字符串。
  546. /// </summary>
  547. internal static string PMEntity_fStartPreProcess_PreparingRunningRecipeFailed {
  548. get {
  549. return ResourceManager.GetString("PMEntity_fStartPreProcess_PreparingRunningRecipeFailed", resourceCulture);
  550. }
  551. }
  552. /// <summary>
  553. /// 查找类似 run recipe failed 的本地化字符串。
  554. /// </summary>
  555. internal static string PMEntity_fStartProcess_RunRecipeFailed {
  556. get {
  557. return ResourceManager.GetString("PMEntity_fStartProcess_RunRecipeFailed", resourceCulture);
  558. }
  559. }
  560. /// <summary>
  561. /// 查找类似 start running recipe 的本地化字符串。
  562. /// </summary>
  563. internal static string PMEntity_fStartProcess_StartRunningRecipe {
  564. get {
  565. return ResourceManager.GetString("PMEntity_fStartProcess_StartRunningRecipe", resourceCulture);
  566. }
  567. }
  568. /// <summary>
  569. /// 查找类似 Post Process finished 的本地化字符串。
  570. /// </summary>
  571. internal static string PostProcess_Monitor_PostProcessFinished {
  572. get {
  573. return ResourceManager.GetString("PostProcess_Monitor_PostProcessFinished", resourceCulture);
  574. }
  575. }
  576. /// <summary>
  577. /// 查找类似 pump delay {0} seconds 的本地化字符串。
  578. /// </summary>
  579. internal static string PostProcess_Monitor_PumpDelay0Seconds {
  580. get {
  581. return ResourceManager.GetString("PostProcess_Monitor_PumpDelay0Seconds", resourceCulture);
  582. }
  583. }
  584. /// <summary>
  585. /// 查找类似 RF Power Off 的本地化字符串。
  586. /// </summary>
  587. internal static string PostProcess_Monitor_RFPowerOff {
  588. get {
  589. return ResourceManager.GetString("PostProcess_Monitor_RFPowerOff", resourceCulture);
  590. }
  591. }
  592. /// <summary>
  593. /// 查找类似 Stop all the gas flow 的本地化字符串。
  594. /// </summary>
  595. internal static string PostProcess_Monitor_StopAllTheGasFlow {
  596. get {
  597. return ResourceManager.GetString("PostProcess_Monitor_StopAllTheGasFlow", resourceCulture);
  598. }
  599. }
  600. /// <summary>
  601. /// 查找类似 vent delay {0} seconds 的本地化字符串。
  602. /// </summary>
  603. internal static string PostProcess_Monitor_VentDelay0Seconds {
  604. get {
  605. return ResourceManager.GetString("PostProcess_Monitor_VentDelay0Seconds", resourceCulture);
  606. }
  607. }
  608. /// <summary>
  609. /// 查找类似 wait for 10 seconds 的本地化字符串。
  610. /// </summary>
  611. internal static string PostProcess_Monitor_WaitFor10Seconds {
  612. get {
  613. return ResourceManager.GetString("PostProcess_Monitor_WaitFor10Seconds", resourceCulture);
  614. }
  615. }
  616. /// <summary>
  617. /// 查找类似 Post Process 的本地化字符串。
  618. /// </summary>
  619. internal static string PostProcess_PostProcess_PostProcess {
  620. get {
  621. return ResourceManager.GetString("PostProcess_PostProcess_PostProcess", resourceCulture);
  622. }
  623. }
  624. /// <summary>
  625. /// 查找类似 {0} failed after running recipe 的本地化字符串。
  626. /// </summary>
  627. internal static string PostProcess_Stop_0FailedAfterRunningRecipe {
  628. get {
  629. return ResourceManager.GetString("PostProcess_Stop_0FailedAfterRunningRecipe", resourceCulture);
  630. }
  631. }
  632. /// <summary>
  633. /// 查找类似 Load recipe &apos;{0}&apos; failed 的本地化字符串。
  634. /// </summary>
  635. internal static string PreProcess_LoadRecipe_LoadRecipe0Failed {
  636. get {
  637. return ResourceManager.GetString("PreProcess_LoadRecipe_LoadRecipe0Failed", resourceCulture);
  638. }
  639. }
  640. /// <summary>
  641. /// 查找类似 Check chamber pressure 的本地化字符串。
  642. /// </summary>
  643. internal static string PreProcess_Monitor_CheckChamberPressure {
  644. get {
  645. return ResourceManager.GetString("PreProcess_Monitor_CheckChamberPressure", resourceCulture);
  646. }
  647. }
  648. /// <summary>
  649. /// 查找类似 preprocess finished 的本地化字符串。
  650. /// </summary>
  651. internal static string PreProcess_Monitor_PreprocessFinished {
  652. get {
  653. return ResourceManager.GetString("PreProcess_Monitor_PreprocessFinished", resourceCulture);
  654. }
  655. }
  656. /// <summary>
  657. /// 查找类似 Set RF match mode {0} 的本地化字符串。
  658. /// </summary>
  659. internal static string PreProcess_Monitor_SetRFMatchMode {
  660. get {
  661. return ResourceManager.GetString("PreProcess_Monitor_SetRFMatchMode", resourceCulture);
  662. }
  663. }
  664. /// <summary>
  665. /// 查找类似 base pressure {0} not valid 的本地化字符串。
  666. /// </summary>
  667. internal static string PreProcess_Start_BasePressure0NotValid {
  668. get {
  669. return ResourceManager.GetString("PreProcess_Start_BasePressure0NotValid", resourceCulture);
  670. }
  671. }
  672. /// <summary>
  673. /// 查找类似 Can not run recipe because pump PM needed 的本地化字符串。
  674. /// </summary>
  675. internal static string PreProcess_Start_CanNotRunRecipeBecausePumpPMNeeded {
  676. get {
  677. return ResourceManager.GetString("PreProcess_Start_CanNotRunRecipeBecausePumpPMNeeded", resourceCulture);
  678. }
  679. }
  680. /// <summary>
  681. /// 查找类似 Can not run recipe because RF PM needed 的本地化字符串。
  682. /// </summary>
  683. internal static string PreProcess_Start_CanNotRunRecipeBecauseRFPMNeeded {
  684. get {
  685. return ResourceManager.GetString("PreProcess_Start_CanNotRunRecipeBecauseRFPMNeeded", resourceCulture);
  686. }
  687. }
  688. /// <summary>
  689. /// 查找类似 Pump Down Limit {0} not valid 的本地化字符串。
  690. /// </summary>
  691. internal static string PreProcess_Start_PumpDownLimit0NotValid {
  692. get {
  693. return ResourceManager.GetString("PreProcess_Start_PumpDownLimit0NotValid", resourceCulture);
  694. }
  695. }
  696. /// <summary>
  697. /// 查找类似 recipe:{0}\r\n failed reason:{1} 的本地化字符串。
  698. /// </summary>
  699. internal static string PreProcess_Stop_Recipe0RNFailedReason1 {
  700. get {
  701. return ResourceManager.GetString("PreProcess_Stop_Recipe0RNFailedReason1", resourceCulture);
  702. }
  703. }
  704. /// <summary>
  705. /// 查找类似 user aborted recipe 的本地化字符串。
  706. /// </summary>
  707. internal static string Process_AbortRecipe_UserAbortedRecipe {
  708. get {
  709. return ResourceManager.GetString("Process_AbortRecipe_UserAbortedRecipe", resourceCulture);
  710. }
  711. }
  712. /// <summary>
  713. /// 查找类似 {0} Recipe completely run 的本地化字符串。
  714. /// </summary>
  715. internal static string Process_Exit_0RecipeCompletelyRun {
  716. get {
  717. return ResourceManager.GetString("Process_Exit_0RecipeCompletelyRun", resourceCulture);
  718. }
  719. }
  720. /// <summary>
  721. /// 查找类似 {0} recipe was aborted 的本地化字符串。
  722. /// </summary>
  723. internal static string Process_Exit_0RecipeWasAborted {
  724. get {
  725. return ResourceManager.GetString("Process_Exit_0RecipeWasAborted", resourceCulture);
  726. }
  727. }
  728. /// <summary>
  729. /// 查找类似 Recipe:{0}\r\nStart time:{1}\r\nEnd time:{2}\r\nTotal time:{3} 的本地化字符串。
  730. /// </summary>
  731. internal static string Process_Exit_Recipe0RNStartTime1RNEndTime2RNTotalTime3 {
  732. get {
  733. return ResourceManager.GetString("Process_Exit_Recipe0RNStartTime1RNEndTime2RNTotalTime3", resourceCulture);
  734. }
  735. }
  736. /// <summary>
  737. /// 查找类似 recipe running:start step {0},({1}) 的本地化字符串。
  738. /// </summary>
  739. internal static string Process_Monitor_RecipeRunningStartStep01 {
  740. get {
  741. return ResourceManager.GetString("Process_Monitor_RecipeRunningStartStep01", resourceCulture);
  742. }
  743. }
  744. /// <summary>
  745. /// 查找类似 工艺运行中:当前第{0}步,暂停 的本地化字符串。
  746. /// </summary>
  747. internal static string Process_PauseRecipe_工艺运行中当前第0步暂停 {
  748. get {
  749. return ResourceManager.GetString("Process_PauseRecipe_工艺运行中当前第0步暂停", resourceCulture);
  750. }
  751. }
  752. /// <summary>
  753. /// 查找类似 Process 的本地化字符串。
  754. /// </summary>
  755. internal static string Process_Process_Process {
  756. get {
  757. return ResourceManager.GetString("Process_Process_Process", resourceCulture);
  758. }
  759. }
  760. /// <summary>
  761. /// 查找类似 Check door status 的本地化字符串。
  762. /// </summary>
  763. internal static string PumpDownRoutine_Monitor_CheckDoorStatus {
  764. get {
  765. return ResourceManager.GetString("PumpDownRoutine_Monitor_CheckDoorStatus", resourceCulture);
  766. }
  767. }
  768. /// <summary>
  769. /// 查找类似 Check pump status 的本地化字符串。
  770. /// </summary>
  771. internal static string PumpDownRoutine_Monitor_CheckPumpStatus {
  772. get {
  773. return ResourceManager.GetString("PumpDownRoutine_Monitor_CheckPumpStatus", resourceCulture);
  774. }
  775. }
  776. /// <summary>
  777. /// 查找类似 Close all the valves 的本地化字符串。
  778. /// </summary>
  779. internal static string PumpDownRoutine_Monitor_CloseAllTheValves {
  780. get {
  781. return ResourceManager.GetString("PumpDownRoutine_Monitor_CloseAllTheValves", resourceCulture);
  782. }
  783. }
  784. /// <summary>
  785. /// 查找类似 Open pumping valve 的本地化字符串。
  786. /// </summary>
  787. internal static string PumpDownRoutine_Monitor_OpenPumpingValve {
  788. get {
  789. return ResourceManager.GetString("PumpDownRoutine_Monitor_OpenPumpingValve", resourceCulture);
  790. }
  791. }
  792. /// <summary>
  793. /// 查找类似 Pumping Down completed 的本地化字符串。
  794. /// </summary>
  795. internal static string PumpDownRoutine_Monitor_PumpingDownCompleted {
  796. get {
  797. return ResourceManager.GetString("PumpDownRoutine_Monitor_PumpingDownCompleted", resourceCulture);
  798. }
  799. }
  800. /// <summary>
  801. /// 查找类似 Wait chamber pressure until below {0} 的本地化字符串。
  802. /// </summary>
  803. internal static string PumpDownRoutine_Monitor_WaitChamberPressureUntilBelow0 {
  804. get {
  805. return ResourceManager.GetString("PumpDownRoutine_Monitor_WaitChamberPressureUntilBelow0", resourceCulture);
  806. }
  807. }
  808. /// <summary>
  809. /// 查找类似 Pumping Down 的本地化字符串。
  810. /// </summary>
  811. internal static string PumpDownRoutine_PumpDownRoutine_PumpingDown {
  812. get {
  813. return ResourceManager.GetString("PumpDownRoutine_PumpDownRoutine_PumpingDown", resourceCulture);
  814. }
  815. }
  816. /// <summary>
  817. /// 查找类似 stop RF error 的本地化字符串。
  818. /// </summary>
  819. internal static string RfPowerRoutine_AbortRf_StopRFError {
  820. get {
  821. return ResourceManager.GetString("RfPowerRoutine_AbortRf_StopRFError", resourceCulture);
  822. }
  823. }
  824. /// <summary>
  825. /// 查找类似 Rf power completed 的本地化字符串。
  826. /// </summary>
  827. internal static string RfPowerRoutine_Monitor_RfPowerCompleted {
  828. get {
  829. return ResourceManager.GetString("RfPowerRoutine_Monitor_RfPowerCompleted", resourceCulture);
  830. }
  831. }
  832. /// <summary>
  833. /// 查找类似 RF Power On 的本地化字符串。
  834. /// </summary>
  835. internal static string RfPowerRoutine_Monitor_RFPowerOn {
  836. get {
  837. return ResourceManager.GetString("RfPowerRoutine_Monitor_RFPowerOn", resourceCulture);
  838. }
  839. }
  840. /// <summary>
  841. /// 查找类似 error during read recipe file {0} 的本地化字符串。
  842. /// </summary>
  843. internal static string RTEntity_Invoke_ErrorDuringReadRecipeFile0 {
  844. get {
  845. return ResourceManager.GetString("RTEntity_Invoke_ErrorDuringReadRecipeFile0", resourceCulture);
  846. }
  847. }
  848. /// <summary>
  849. /// 查找类似 Invoke {0} exception 的本地化字符串。
  850. /// </summary>
  851. internal static string RTEntity_Invoke_Invoke0Exception {
  852. get {
  853. return ResourceManager.GetString("RTEntity_Invoke_Invoke0Exception", resourceCulture);
  854. }
  855. }
  856. /// <summary>
  857. /// 查找类似 Operation {0}{1} 的本地化字符串。
  858. /// </summary>
  859. internal static string RTEntity_Invoke_Operation01 {
  860. get {
  861. return ResourceManager.GetString("RTEntity_Invoke_Operation01", resourceCulture);
  862. }
  863. }
  864. /// <summary>
  865. /// 查找类似 recipe file content not valid, {0} 的本地化字符串。
  866. /// </summary>
  867. internal static string RTEntity_Invoke_RecipeFileContentNotValid0 {
  868. get {
  869. return ResourceManager.GetString("RTEntity_Invoke_RecipeFileContentNotValid0", resourceCulture);
  870. }
  871. }
  872. /// <summary>
  873. /// 查找类似 recipe file not valid, {0} 的本地化字符串。
  874. /// </summary>
  875. internal static string RTEntity_Invoke_RecipeFileNotValid0 {
  876. get {
  877. return ResourceManager.GetString("RTEntity_Invoke_RecipeFileNotValid0", resourceCulture);
  878. }
  879. }
  880. /// <summary>
  881. /// 查找类似 Undefined operation {0} 的本地化字符串。
  882. /// </summary>
  883. internal static string RTEntity_Invoke_UndefinedOperation0 {
  884. get {
  885. return ResourceManager.GetString("RTEntity_Invoke_UndefinedOperation0", resourceCulture);
  886. }
  887. }
  888. /// <summary>
  889. /// 查找类似 System Initialize Failed, please check the log file for detail information. 的本地化字符串。
  890. /// </summary>
  891. internal static string RTLoadModuleFailed {
  892. get {
  893. return ResourceManager.GetString("RTLoadModuleFailed", resourceCulture);
  894. }
  895. }
  896. /// <summary>
  897. /// 查找类似 {0} setpoint should be in {1} and {2}, setting value {3} is not valid 的本地化字符串。
  898. /// </summary>
  899. internal static string SCManager_SetItemValue_0SetpointShouldBeIn1And2SettingValue3IsNotValid {
  900. get {
  901. return ResourceManager.GetString("SCManager_SetItemValue_0SetpointShouldBeIn1And2SettingValue3IsNotValid", resourceCulture);
  902. }
  903. }
  904. /// <summary>
  905. /// 查找类似 Close valve and stop mfc 的本地化字符串。
  906. /// </summary>
  907. internal static string StopGasFlowRoutine_Monitor_CloseValveAndStopMfc {
  908. get {
  909. return ResourceManager.GetString("StopGasFlowRoutine_Monitor_CloseValveAndStopMfc", resourceCulture);
  910. }
  911. }
  912. /// <summary>
  913. /// 查找类似 Stop gas flow completed 的本地化字符串。
  914. /// </summary>
  915. internal static string StopGasFlowRoutine_Monitor_StopGasFlowCompleted {
  916. get {
  917. return ResourceManager.GetString("StopGasFlowRoutine_Monitor_StopGasFlowCompleted", resourceCulture);
  918. }
  919. }
  920. /// <summary>
  921. /// 查找类似 Stop gas flow 的本地化字符串。
  922. /// </summary>
  923. internal static string StopGasFlowRoutine_StopGasFlowRoutine_StopGasFlow {
  924. get {
  925. return ResourceManager.GetString("StopGasFlowRoutine_StopGasFlowRoutine_StopGasFlow", resourceCulture);
  926. }
  927. }
  928. /// <summary>
  929. /// 查找类似 Check if the gas stopped flowing 的本地化字符串。
  930. /// </summary>
  931. internal static string StopPumpRoutine_Monitor_CheckIfTheGasStoppedFlowing {
  932. get {
  933. return ResourceManager.GetString("StopPumpRoutine_Monitor_CheckIfTheGasStoppedFlowing", resourceCulture);
  934. }
  935. }
  936. /// <summary>
  937. /// 查找类似 Check if the rf is on 的本地化字符串。
  938. /// </summary>
  939. internal static string StopPumpRoutine_Monitor_CheckIfTheRfIsOn {
  940. get {
  941. return ResourceManager.GetString("StopPumpRoutine_Monitor_CheckIfTheRfIsOn", resourceCulture);
  942. }
  943. }
  944. /// <summary>
  945. /// 查找类似 close pump valve 的本地化字符串。
  946. /// </summary>
  947. internal static string StopPumpRoutine_Monitor_ClosePumpValve {
  948. get {
  949. return ResourceManager.GetString("StopPumpRoutine_Monitor_ClosePumpValve", resourceCulture);
  950. }
  951. }
  952. /// <summary>
  953. /// 查找类似 Stop pumping completed 的本地化字符串。
  954. /// </summary>
  955. internal static string StopPumpRoutine_Monitor_StopPumpingCompleted {
  956. get {
  957. return ResourceManager.GetString("StopPumpRoutine_Monitor_StopPumpingCompleted", resourceCulture);
  958. }
  959. }
  960. /// <summary>
  961. /// 查找类似 Stop pump 的本地化字符串。
  962. /// </summary>
  963. internal static string StopPumpRoutine_StopPumpRoutine_StopPump {
  964. get {
  965. return ResourceManager.GetString("StopPumpRoutine_StopPumpRoutine_StopPump", resourceCulture);
  966. }
  967. }
  968. /// <summary>
  969. /// 查找类似 System in online remote mode, can not switch to manual. switch off host control first 的本地化字符串。
  970. /// </summary>
  971. internal static string SystemInOnlineRemoteModeCanNotSwitchToManualSwitchOffHostControlFirst {
  972. get {
  973. return ResourceManager.GetString("SystemInOnlineRemoteModeCanNotSwitchToManualSwitchOffHostControlFirst", resourceCulture);
  974. }
  975. }
  976. /// <summary>
  977. /// 查找类似 check sensor 的本地化字符串。
  978. /// </summary>
  979. internal static string VentRountine_Monitor_CheckSensor {
  980. get {
  981. return ResourceManager.GetString("VentRountine_Monitor_CheckSensor", resourceCulture);
  982. }
  983. }
  984. /// <summary>
  985. /// 查找类似 close all the valve 的本地化字符串。
  986. /// </summary>
  987. internal static string VentRountine_Monitor_CloseAllTheValve {
  988. get {
  989. return ResourceManager.GetString("VentRountine_Monitor_CloseAllTheValve", resourceCulture);
  990. }
  991. }
  992. /// <summary>
  993. /// 查找类似 pumping close valve 的本地化字符串。
  994. /// </summary>
  995. internal static string VentRountine_Monitor_PumpingCloseValve {
  996. get {
  997. return ResourceManager.GetString("VentRountine_Monitor_PumpingCloseValve", resourceCulture);
  998. }
  999. }
  1000. /// <summary>
  1001. /// 查找类似 pumping open valve 的本地化字符串。
  1002. /// </summary>
  1003. internal static string VentRountine_Monitor_PumpingOpenValve {
  1004. get {
  1005. return ResourceManager.GetString("VentRountine_Monitor_PumpingOpenValve", resourceCulture);
  1006. }
  1007. }
  1008. /// <summary>
  1009. /// 查找类似 vent {0} seconds 的本地化字符串。
  1010. /// </summary>
  1011. internal static string VentRountine_Monitor_Vent0Seconds {
  1012. get {
  1013. return ResourceManager.GetString("VentRountine_Monitor_Vent0Seconds", resourceCulture);
  1014. }
  1015. }
  1016. /// <summary>
  1017. /// 查找类似 vent completed 的本地化字符串。
  1018. /// </summary>
  1019. internal static string VentRountine_Monitor_VentCompleted {
  1020. get {
  1021. return ResourceManager.GetString("VentRountine_Monitor_VentCompleted", resourceCulture);
  1022. }
  1023. }
  1024. /// <summary>
  1025. /// 查找类似 vent delay {0} seconds before open vent valve 的本地化字符串。
  1026. /// </summary>
  1027. internal static string VentRountine_Monitor_VentDelay0SecondsBeforeOpenVentValve {
  1028. get {
  1029. return ResourceManager.GetString("VentRountine_Monitor_VentDelay0SecondsBeforeOpenVentValve", resourceCulture);
  1030. }
  1031. }
  1032. /// <summary>
  1033. /// 查找类似 vent valve 的本地化字符串。
  1034. /// </summary>
  1035. internal static string VentRountine_Monitor_VentValve {
  1036. get {
  1037. return ResourceManager.GetString("VentRountine_Monitor_VentValve", resourceCulture);
  1038. }
  1039. }
  1040. /// <summary>
  1041. /// 查找类似 Vent 的本地化字符串。
  1042. /// </summary>
  1043. internal static string VentRountine_VentRountine_Vent {
  1044. get {
  1045. return ResourceManager.GetString("VentRountine_VentRountine_Vent", resourceCulture);
  1046. }
  1047. }
  1048. }
  1049. }