IDDescriptionResource.resx 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <!--
  4. Microsoft ResX Schema
  5. Version 2.0
  6. The primary goals of this format is to allow a simple XML format
  7. that is mostly human readable. The generation and parsing of the
  8. various data types are done through the TypeConverter classes
  9. associated with the data types.
  10. Example:
  11. ... ado.net/XML headers & schema ...
  12. <resheader name="resmimetype">text/microsoft-resx</resheader>
  13. <resheader name="version">2.0</resheader>
  14. <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  15. <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  16. <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
  17. <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  18. <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  19. <value>[base64 mime encoded serialized .NET Framework object]</value>
  20. </data>
  21. <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  22. <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  23. <comment>This is a comment</comment>
  24. </data>
  25. There are any number of "resheader" rows that contain simple
  26. name/value pairs.
  27. Each data row contains a name, and value. The row also contains a
  28. type or mimetype. Type corresponds to a .NET class that support
  29. text/value conversion through the TypeConverter architecture.
  30. Classes that don't support this are serialized and stored with the
  31. mimetype set.
  32. The mimetype is used for serialized objects, and tells the
  33. ResXResourceReader how to depersist the object. This is currently not
  34. extensible. For a given mimetype the value must be set accordingly:
  35. Note - application/x-microsoft.net.object.binary.base64 is the format
  36. that the ResXResourceWriter will generate, however the reader can
  37. read any of the formats listed below.
  38. mimetype: application/x-microsoft.net.object.binary.base64
  39. value : The object must be serialized with
  40. : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
  41. : and then encoded with base64 encoding.
  42. mimetype: application/x-microsoft.net.object.soap.base64
  43. value : The object must be serialized with
  44. : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  45. : and then encoded with base64 encoding.
  46. mimetype: application/x-microsoft.net.object.bytearray.base64
  47. value : The object must be serialized into a byte array
  48. : using a System.ComponentModel.TypeConverter
  49. : and then encoded with base64 encoding.
  50. -->
  51. <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  52. <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
  53. <xsd:element name="root" msdata:IsDataSet="true">
  54. <xsd:complexType>
  55. <xsd:choice maxOccurs="unbounded">
  56. <xsd:element name="metadata">
  57. <xsd:complexType>
  58. <xsd:sequence>
  59. <xsd:element name="value" type="xsd:string" minOccurs="0" />
  60. </xsd:sequence>
  61. <xsd:attribute name="name" use="required" type="xsd:string" />
  62. <xsd:attribute name="type" type="xsd:string" />
  63. <xsd:attribute name="mimetype" type="xsd:string" />
  64. <xsd:attribute ref="xml:space" />
  65. </xsd:complexType>
  66. </xsd:element>
  67. <xsd:element name="assembly">
  68. <xsd:complexType>
  69. <xsd:attribute name="alias" type="xsd:string" />
  70. <xsd:attribute name="name" type="xsd:string" />
  71. </xsd:complexType>
  72. </xsd:element>
  73. <xsd:element name="data">
  74. <xsd:complexType>
  75. <xsd:sequence>
  76. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  77. <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  78. </xsd:sequence>
  79. <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
  80. <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  81. <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  82. <xsd:attribute ref="xml:space" />
  83. </xsd:complexType>
  84. </xsd:element>
  85. <xsd:element name="resheader">
  86. <xsd:complexType>
  87. <xsd:sequence>
  88. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  89. </xsd:sequence>
  90. <xsd:attribute name="name" type="xsd:string" use="required" />
  91. </xsd:complexType>
  92. </xsd:element>
  93. </xsd:choice>
  94. </xsd:complexType>
  95. </xsd:element>
  96. </xsd:schema>
  97. <resheader name="resmimetype">
  98. <value>text/microsoft-resx</value>
  99. </resheader>
  100. <resheader name="version">
  101. <value>2.0</value>
  102. </resheader>
  103. <resheader name="reader">
  104. <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  105. </resheader>
  106. <resheader name="writer">
  107. <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  108. </resheader>
  109. <data name="ID1000" xml:space="preserve">
  110. <value>样品名, 需要测量的样品名,类型为String</value>
  111. <comment>类型 String</comment>
  112. </data>
  113. <data name="ID1001" xml:space="preserve">
  114. <value>执行开关</value>
  115. <comment>类型 bool, 使用checkbox按钮</comment>
  116. </data>
  117. <data name="ID1002" xml:space="preserve">
  118. <value>样品测量参数文件名</value>
  119. <comment>类型String</comment>
  120. </data>
  121. <data name="ID1003" xml:space="preserve">
  122. <value>颗粒分析标准库名</value>
  123. <comment>类型String</comment>
  124. </data>
  125. <data name="ID1004" xml:space="preserve">
  126. <value />
  127. </data>
  128. <data name="ID1005" xml:space="preserve">
  129. <value />
  130. </data>
  131. <data name="ID1006" xml:space="preserve">
  132. <value />
  133. </data>
  134. <data name="ID1007" xml:space="preserve">
  135. <value />
  136. </data>
  137. <data name="ID1008" xml:space="preserve">
  138. <value />
  139. </data>
  140. <data name="ID1009" xml:space="preserve">
  141. <value />
  142. </data>
  143. <data name="ID1010" xml:space="preserve">
  144. <value>测量终止方式</value>
  145. <comment>测量终止方式: 覆盖测量区域、测量时间、帧图数、夹杂物数 enum枚举, 当选择覆盖测量区域时,11,12,13都不用显示</comment>
  146. </data>
  147. <data name="ID1011" xml:space="preserve">
  148. <value>颗粒数</value>
  149. <comment>类型 int</comment>
  150. </data>
  151. <data name="ID1012" xml:space="preserve">
  152. <value>测量运行时间</value>
  153. <comment>类型 int ,单位分钟</comment>
  154. </data>
  155. <data name="ID1013" xml:space="preserve">
  156. <value>幁图数</value>
  157. <comment>类型 int</comment>
  158. </data>
  159. <data name="ID1014" xml:space="preserve">
  160. <value>取图方式</value>
  161. <comment>类型 int 取图方式: 中心,自上而下,自下而上,随机</comment>
  162. </data>
  163. <data name="ID1015" xml:space="preserve">
  164. <value>扫描图精度</value>
  165. <comment>类型 int 精度: 低、中、高</comment>
  166. </data>
  167. <data name="ID1016" xml:space="preserve">
  168. <value>扫描图精度(速度)</value>
  169. <comment>类型 int enum枚举值, 对应扫描图尺寸有8个选择:512x384、1024x684、1024x704、1024x768、2048x1408,2048x1536、3072x2048、4096x3072</comment>
  170. </data>
  171. <data name="ID1017" xml:space="preserve">
  172. <value />
  173. </data>
  174. <data name="ID1018" xml:space="preserve">
  175. <value />
  176. </data>
  177. <data name="ID1019" xml:space="preserve">
  178. <value />
  179. </data>
  180. <data name="ID1020" xml:space="preserve">
  181. <value />
  182. </data>
  183. <data name="ID1021" xml:space="preserve">
  184. <value />
  185. </data>
  186. <data name="ID1022" xml:space="preserve">
  187. <value />
  188. </data>
  189. <data name="ID1023" xml:space="preserve">
  190. <value />
  191. </data>
  192. <data name="ID1024" xml:space="preserve">
  193. <value />
  194. </data>
  195. <data name="ID1025" xml:space="preserve">
  196. <value>颗粒面积最大范围</value>
  197. <comment>类型 int</comment>
  198. </data>
  199. <data name="ID1026" xml:space="preserve">
  200. <value>颗粒面积最小范围</value>
  201. <comment>类型 int</comment>
  202. </data>
  203. <data name="ID1027" xml:space="preserve">
  204. <value>背景灰度最大范围</value>
  205. <comment>类型 int</comment>
  206. </data>
  207. <data name="ID1028" xml:space="preserve">
  208. <value>背景灰度最小范围</value>
  209. <comment>类型 int</comment>
  210. </data>
  211. <data name="ID1029" xml:space="preserve">
  212. <value>颗粒灰度最大范围</value>
  213. <comment>类型 int</comment>
  214. </data>
  215. <data name="ID1030" xml:space="preserve">
  216. <value>颗粒灰度最小范围</value>
  217. <comment>类型 int</comment>
  218. </data>
  219. <data name="ID1031" xml:space="preserve">
  220. <value />
  221. </data>
  222. <data name="ID1032" xml:space="preserve">
  223. <value />
  224. </data>
  225. <data name="ID1033" xml:space="preserve">
  226. <value />
  227. </data>
  228. <data name="ID1034" xml:space="preserve">
  229. <value />
  230. </data>
  231. <data name="ID1035" xml:space="preserve">
  232. <value />
  233. </data>
  234. <data name="ID1036" xml:space="preserve">
  235. <value />
  236. </data>
  237. <data name="ID1037" xml:space="preserve">
  238. <value />
  239. </data>
  240. <data name="ID1038" xml:space="preserve">
  241. <value />
  242. </data>
  243. <data name="ID1039" xml:space="preserve">
  244. <value />
  245. </data>
  246. <data name="ID1040" xml:space="preserve">
  247. <value>搜索x-ray精度</value>
  248. <comment>类型 int enum枚举, 搜索x-ray精度有3个选择:低、中、高</comment>
  249. </data>
  250. <data name="ID1041" xml:space="preserve">
  251. <value>搜索x-ray最低计数</value>
  252. <comment>类型 int</comment>
  253. </data>
  254. <data name="ID1042" xml:space="preserve">
  255. <value>x-ray扫描方式</value>
  256. <comment>类型 int enum枚举 x-ray扫描方式有2个选择:点扫描、面扫描。</comment>
  257. </data>
  258. <data name="ID1043" xml:space="preserve">
  259. <value>分析x-ray精度</value>
  260. <comment>类型 int enum枚举, 分析x-ray精度有3个选择:低、中、高</comment>
  261. </data>
  262. <data name="ID1044" xml:space="preserve">
  263. <value>分析x-ray计数期望值</value>
  264. <comment>类型 int</comment>
  265. </data>
  266. <data name="ID1045" xml:space="preserve">
  267. <value />
  268. </data>
  269. <data name="ID1046" xml:space="preserve">
  270. <value />
  271. </data>
  272. <data name="ID1047" xml:space="preserve">
  273. <value />
  274. </data>
  275. <data name="ID1048" xml:space="preserve">
  276. <value />
  277. </data>
  278. <data name="ID1049" xml:space="preserve">
  279. <value />
  280. </data>
  281. <data name="ID1050" xml:space="preserve">
  282. <value />
  283. </data>
  284. <data name="ID1051" xml:space="preserve">
  285. <value />
  286. </data>
  287. <data name="ID1052" xml:space="preserve">
  288. <value />
  289. </data>
  290. <data name="ID1053" xml:space="preserve">
  291. <value />
  292. </data>
  293. <data name="ID1054" xml:space="preserve">
  294. <value />
  295. </data>
  296. <data name="ID1055" xml:space="preserve">
  297. <value>放大倍数</value>
  298. <comment>类型 double,从电镜里获得</comment>
  299. </data>
  300. <data name="ID1056" xml:space="preserve">
  301. <value>测量精度</value>
  302. <comment>类型 double 例如放大倍数为100时,测量精度为 1142/1042</comment>
  303. </data>
  304. <data name="ID1057" xml:space="preserve">
  305. <value>工作距离</value>
  306. <comment>类型 double,从电镜里获得</comment>
  307. </data>
  308. <data name="ID1058" xml:space="preserve">
  309. <value>覆盖测量区域帧图数</value>
  310. <comment>类型 int</comment>
  311. </data>
  312. <data name="ID1059" xml:space="preserve">
  313. <value />
  314. </data>
  315. <data name="ID1060" xml:space="preserve">
  316. <value />
  317. </data>
  318. <data name="ID1061" xml:space="preserve">
  319. <value />
  320. </data>
  321. <data name="ID1062" xml:space="preserve">
  322. <value />
  323. </data>
  324. <data name="ID1063" xml:space="preserve">
  325. <value />
  326. </data>
  327. <data name="ID1064" xml:space="preserve">
  328. <value />
  329. </data>
  330. <data name="ID1065" xml:space="preserve">
  331. <value />
  332. </data>
  333. <data name="ID1066" xml:space="preserve">
  334. <value />
  335. </data>
  336. <data name="ID1067" xml:space="preserve">
  337. <value />
  338. </data>
  339. <data name="ID1068" xml:space="preserve">
  340. <value />
  341. </data>
  342. <data name="ID1069" xml:space="preserve">
  343. <value />
  344. </data>
  345. <data name="ID1070" xml:space="preserve">
  346. <value>测量状态</value>
  347. <comment>类型 int enum 枚举, 样品测量执行结果状态可以是:未测量、测量中、中止、完成、失败</comment>
  348. </data>
  349. <data name="ID1071" xml:space="preserve">
  350. <value>样品测量启动时间</value>
  351. <comment>类型 String 时间字符串</comment>
  352. </data>
  353. <data name="ID1072" xml:space="preserve">
  354. <value>测量时间</value>
  355. <comment>类型 double 已经测量完成Field的时间</comment>
  356. </data>
  357. <data name="ID1073" xml:space="preserve">
  358. <value>完成时间/剩余时间</value>
  359. <comment>类型 String</comment>
  360. </data>
  361. <data name="ID1074" xml:space="preserve">
  362. <value>完成幁图数</value>
  363. <comment>类型 int</comment>
  364. </data>
  365. <data name="ID1075" xml:space="preserve">
  366. <value />
  367. </data>
  368. <data name="ID1076" xml:space="preserve">
  369. <value />
  370. </data>
  371. <data name="ID1077" xml:space="preserve">
  372. <value />
  373. </data>
  374. <data name="ID1078" xml:space="preserve">
  375. <value />
  376. </data>
  377. <data name="ID1079" xml:space="preserve">
  378. <value />
  379. </data>
  380. <data name="ID1080" xml:space="preserve">
  381. <value />
  382. </data>
  383. <data name="ID1081" xml:space="preserve">
  384. <value />
  385. </data>
  386. <data name="ID1082" xml:space="preserve">
  387. <value />
  388. </data>
  389. <data name="ID1083" xml:space="preserve">
  390. <value />
  391. </data>
  392. <data name="ID1084" xml:space="preserve">
  393. <value />
  394. </data>
  395. <data name="ID1085" xml:space="preserve">
  396. <value>比率</value>
  397. </data>
  398. <data name="ID1086" xml:space="preserve">
  399. <value>测量面积</value>
  400. </data>
  401. <data name="ID1087" xml:space="preserve">
  402. <value>测量的颗粒数</value>
  403. </data>
  404. <data name="ID1088" xml:space="preserve">
  405. <value>测量面积</value>
  406. </data>
  407. <data name="ID1089" xml:space="preserve">
  408. <value />
  409. </data>
  410. <data name="ID1090" xml:space="preserve">
  411. <value />
  412. </data>
  413. </root>