AppResource_ZH.xml 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Resource>
  3. <!-- OTSSysMgrApp -->
  4. <Form>
  5. <Name>OTSSystemManagerForms</Name>
  6. <Controls>
  7. <Control name="tabHardwareSet" text="硬件" />
  8. <Control name="tabLanguage" text="语言" />
  9. <Control name="rdb_ch" text="中文[ZH]" />
  10. <Control name="rdb_en" text="英文[EN]" />
  11. <Control name="btnEDSTest" text="EDS测试" />
  12. <Control name="btnSEMTest" text="SEM测试" />
  13. <Control name="lblHEDSController" text="EDS控制器" />
  14. <Control name="lblHSEMController" text="SEM控制器" />
  15. <Control name="label1" text="Bruker版本" />
  16. <Control name="lblLanguage" text="语言" />
  17. <Control name="str1" text="请选择要设置的电镜类型!" />
  18. </Controls>
  19. </Form>
  20. <Form>
  21. <Name>ControllerSettingForm</Name>
  22. <Controls>
  23. <Control name="tabXRay" text="X-Ray设置" />
  24. <Control name="lblCollectionTime" text="采集时间" />
  25. <Control name="groupBox1" text="图像显示" />
  26. <Control name="btnDisplayXRay" text="单点采集" />
  27. <Control name="tabImage" text="BSE设置" />
  28. <Control name="groupBox2" text="图像显示" />
  29. <Control name="btnDisplay" text="图像采集" />
  30. <Control name="lblDwellTime" text="采集时间" />
  31. <Control name="lblResolution" text="分辨率" />
  32. <Control name="btnSaveImage" text="保存图片" />
  33. <Control name="btnAreaRay" text="面积采集" />
  34. <Control name="btnPointXRay" text="多点采集" />
  35. <Control name="btnClearData" text="清空" />
  36. <Control name="btnEanalysis" text="元素分析" />
  37. <Control name="str1" text="正在采集" />
  38. <Control name="str2" text="未获取到图像信息!" />
  39. <Control name="message1" text="请输入要设置的参数!" />
  40. <Control name="message2" text="连接硬件设备成功!" />
  41. <Control name="message3" text="连接硬件设备失败!" />
  42. <Control name="message4" text="设置成功!" />
  43. <Control name="message5" text="设置失败,请检查硬件是否连接!" />
  44. <Control name="message6" text="获取成功!" />
  45. <Control name="message7" text="获取失败,请检查硬件是否连接!" />
  46. <Control name="message8" text="设置的内容格式有错误!" />
  47. <Control name="message9" text="未连接硬件设备!" />
  48. <Control name="message10" text="与硬件设备已断开!" />
  49. </Controls>
  50. </Form>
  51. <Form>
  52. <Name>SemTestForms</Name>
  53. <Controls>
  54. <Control name="BtnConnect" text="连接" />
  55. <Control name="gbGetMethods" text="获取参数" />
  56. <Control name="lblGSemScanFieldY" text="扫描矩阵Y轴" />
  57. <Control name="lblGSemScanFieldX" text="扫描矩阵X轴" />
  58. <Control name="lblGHT" text="电压" />
  59. <Control name="lblGScanMode" text="扫描方式" />
  60. <Control name="lblGKV" text="电压值" />
  61. <Control name="lblGFWD" text="工作距离" />
  62. <Control name="lblGContrast" text="对比度" />
  63. <Control name="lblGBrightness" text="亮度" />
  64. <Control name="lblGSpotSize" text="光斑尺寸" />
  65. <Control name="lblGMagnification" text="放大倍数" />
  66. <Control name="lblGPositionR" text="角度" />
  67. <Control name="lblGBeamBlank" text="光束挡板" />
  68. <Control name="lblGPositionY" text="Y轴" />
  69. <Control name="lblGPositionX" text="X轴" />
  70. <Control name="btnDone" text="完成" />
  71. <Control name="btnGPositionXYR" text="获取" />
  72. <Control name="btnGContrast" text="获取" />
  73. <Control name="btnGBrightness" text="获取" />
  74. <Control name="btnGScanMode" text="获取" />
  75. <Control name="btnGLienTime" text="获取" />
  76. <Control name="btnGFWD" text="获取" />
  77. <Control name="btnGMagnification" text="获取" />
  78. <Control name="btnGBeamBlank" text="获取" />
  79. <Control name="btnGKV" text="获取" />
  80. <Control name="btnGSpotSize" text="获取" />
  81. <Control name="btnGSemScanFieldXY" text="获取" />
  82. <Control name="gbSetMethods" text="设置参数" />
  83. <Control name="btnSContrast" text="设置" />
  84. <Control name="btnScanMode" text="设置" />
  85. <Control name="btnSLienTime" text="设置" />
  86. <Control name="btnSFWD" text="设置" />
  87. <Control name="btnSMagnification" text="设置" />
  88. <Control name="btnSBeamBlank" text="设置" />
  89. <Control name="btnSKV" text="设置" />
  90. <Control name="btnSBrightness" text="设置" />
  91. <Control name="btnSSpotSize" text="设置" />
  92. <Control name="btnSPositionXYR" text="设置" />
  93. <Control name="btnHT" text="获取" />
  94. <Control name="btnSHT" text="设置" />
  95. <Control name="btnSSemScanFieldXY" text="设置" />
  96. <Control name="label15" text="扫描矩阵Y轴" />
  97. <Control name="label14" text="扫描矩阵X轴" />
  98. <Control name="label13" text="电压" />
  99. <Control name="label12" text="扫描方式" />
  100. <Control name="label11" text="电压值" />
  101. <Control name="label1" text="X轴" />
  102. <Control name="label10" text="工作距离" />
  103. <Control name="label3" text="Y轴" />
  104. <Control name="label9" text="对比度" />
  105. <Control name="label4" text="光束挡板" />
  106. <Control name="label5" text="角度" />
  107. <Control name="label8" text="亮度" />
  108. <Control name="label6" text="放大倍数" />
  109. <Control name="label7" text="光斑尺寸" />
  110. <Control name="message1" text="请输入要设置的参数!" />
  111. <Control name="message2" text="连接硬件设备成功!" />
  112. <Control name="message3" text="连接硬件设备失败!" />
  113. <Control name="message4" text="设置成功!" />
  114. <Control name="message5" text="设置失败,请检查硬件是否连接!" />
  115. <Control name="message6" text="获取成功!" />
  116. <Control name="message7" text="获取失败,请检查硬件是否连接!" />
  117. <Control name="message8" text="设置的内容格式有错误!" />
  118. <Control name="message9" text="未连接硬件设备!" />
  119. <Control name="message10" text="与硬件设备已断开!" />
  120. <Control name="str1" text="关闭连接" />
  121. <Control name="str2" text="连接" />
  122. </Controls>
  123. </Form>
  124. <!-- OTSIncAReportApp -->
  125. <Form>
  126. <Name>frmReportApp</Name>
  127. <Controls>
  128. <Control name="dpbNew" text="新建" />
  129. <Control name="dpbOpen" text="打开" />
  130. <Control name="dpbSave" text="保存" />
  131. <Control name="dpbSaveAS" text="另存为" />
  132. <Control name="dpbExport" text="输出" />
  133. <Control name="dpbCopy" text="复制" />
  134. <Control name="dpbCopyAll" text="复制全部" />
  135. <Control name="dpbUnDo" text="取消删除" />
  136. <Control name="dpbReDo" text="重做删除" />
  137. <Control name="ribbonOrbOptionButton1" text="程序管理" />
  138. <Control name="ribbonTab1" text="基本功能" />
  139. <Control name="ribbonPanel3" text="文件" />
  140. <Control name="rbSelTool" text="显示图匹配" />
  141. <Control name="rbAllImage" text="全图匹配" />
  142. <Control name="rbWidthImage" text="宽度匹配" />
  143. <Control name="rbChoiceTools" text="选择工具" />
  144. <Control name="rbReverseSelection" text="反选" />
  145. <Control name="rbCircular" text="圆形" />
  146. <Control name="rbRectangle" text="矩形" />
  147. <Control name="rbCancel" text="取消" />
  148. <Control name="rbOther" text="其它" />
  149. <Control name="rbRecap" text="重新分类" />
  150. <Control name="rbMenu" text="视域菜单" />
  151. <Control name="rbOpen" text="打开" />
  152. <Control name="rbStaff" text="标尺" />
  153. <Control name="ribbonPanel2" text="图形功能" />
  154. <Control name="rbFrame" text="帧图边框" />
  155. <Control name="rbRenew" text="恢复" />
  156. <Control name="rbGB1" text="国标一" />
  157. <Control name="rbGB2" text="国标二" />
  158. <Control name="RSGrayVal" text="灰度值" />
  159. <Control name="mouseMatter" text="鼠标点的物质" />
  160. <Control name="ribbonOrbMenuItem5" text="复制" />
  161. <Control name="ribbonOrbMenuItem_Extremum" text="极值分析法 " />
  162. <Control name="message1" text="现已经有打开的测量结果文件新建项目后将不保存,是否确定新建?" />
  163. <Control name="AnalysisDiagram" text="分析图" />
  164. <Control name="AnalysisDataSheet" text="分析数据表" />
  165. <Control name="AnalysisDataChart" text="分析数据图" />
  166. </Controls>
  167. </Form>
  168. <Form>
  169. <Name>frmPartSizeEditorNew</Name>
  170. <Controls>
  171. <Control name="frmPartSizeEditorNew" text="粒级文件编辑器" />
  172. <Control name="label3" text="路径" />
  173. <Control name="label1" text="粒级名" />
  174. <Control name="label2" text="粒级值" />
  175. <Control name="button4" text="另存"/>
  176. <Control name="button1" text="保存" />
  177. <Control name="button2" text="确定" />
  178. <Control name="button3" text="返回" />
  179. </Controls>
  180. </Form>
  181. <Form>
  182. <Name>frmMeasureRstMgr</Name>
  183. <Controls>
  184. <Control name="RDeleteNode" text="删除测量结果" />
  185. <Control name="AddSample" text="增加样品测量结果" />
  186. <Control name="button1" text="多选数据源" />
  187. <Control name="frmMeasureRstMgr" text="测量结果窗口" />
  188. <Control name="str1" text="Delete " />
  189. <Control name="str2" text=" file?" />
  190. </Controls>
  191. </Form>
  192. <Form>
  193. <Name>frmMultiSourceSelect</Name>
  194. <Controls>
  195. <Control name="button1" text="确定" />
  196. <Control name="button2" text="取消" />
  197. <Control name="frmMultiSourceSelect" text="多数据源选择" />
  198. </Controls>
  199. </Form>
  200. <Form>
  201. <Name>OTSReportDockWindow</Name>
  202. <Controls>
  203. <Control name="SampleImageWindowName" text="分析图" />
  204. <Control name="CTablesWindowName" text="分析数据表 " />
  205. <Control name="CChartssWindowName" text="分析数据图" />
  206. </Controls>
  207. </Form>
  208. <Form>
  209. <Name>frmParticleSizeAdd</Name>
  210. <Controls>
  211. <Control name="label1" text="粒级值" />
  212. <Control name="btn_Sure" text="确定 " />
  213. <Control name="btn_Cancel" text="取消" />
  214. <Control name="frmParticleSizeAdd" text="增加粒级" />
  215. <Control name="str1" text="填写的粒级值最大值不能为空" />
  216. </Controls>
  217. </Form>
  218. <Form>
  219. <Name>frmPartSizeEditor</Name>
  220. <Controls>
  221. <Control name="groupBox1" text="粒级" />
  222. <Control name="btn_Level" text="增加粒级 " />
  223. <Control name="btn_ljedit" text="确定" />
  224. <Control name="btn_ljdqpsf" text="打开" />
  225. <Control name="btn_save" text="另存为" />
  226. <Control name="btn_ljqx" text="取消" />
  227. <Control name="groupBox2" text="粒级名" />
  228. <Control name="GrainSize" text="粒级值" />
  229. <Control name="Delete" text="删除" />
  230. <Control name="frmPartSizeEditor" text="粒级文件" />
  231. </Controls>
  232. </Form>
  233. <Form>
  234. <Name>Triangulation_List</Name>
  235. <Controls>
  236. <Control name="Triangulation_List" text="三元相图模板列表" />
  237. <Control name="button1" text="添 加" />
  238. <Control name="button2" text="返 回" />
  239. </Controls>
  240. </Form>
  241. <Form>
  242. <Name>Triangulation_Edit</Name>
  243. <Controls>
  244. <Control name="Triangulation_Edit" text="三元相图模板编辑" />
  245. </Controls>
  246. </Form>
  247. <Form>
  248. <Name>frmSampleImage</Name>
  249. <Controls>
  250. <Control name="GeneralParameters" text="常规参数" />
  251. </Controls>
  252. </Form>
  253. <Form>
  254. <Name>frmTables</Name>
  255. <Controls>
  256. <Control name="GeneralParameters" text="常规参数" />
  257. </Controls>
  258. </Form>
  259. <Form>
  260. <Name>frmReportSysConfig</Name>
  261. <Controls>
  262. <Control name="button18" text="增加" />
  263. <Control name="button17" text="修改 " />
  264. <Control name="button16" text="删除" />
  265. <Control name="button15" text="取消" />
  266. <Control name="groupBox3" text="粒级设置" />
  267. <Control name="label16" text="文件" />
  268. <Control name="label4" text="文件夹" />
  269. <Control name="label20" text="文件" />
  270. <Control name="btn_ybcsqx" text="取 消" />
  271. <Control name="btn_ybcsbc" text="确 定" />
  272. <Control name="label7" text="文件夹" />
  273. <Control name="label17" text="文件" />
  274. <Control name="label5" text="文件夹" />
  275. <Control name="groupBox6" text="三元相图模板设置" />
  276. <Control name="groupBox7" text="颗粒分析标准库设置" />
  277. <Control name="groupBox9" text="纳入指数计算" />
  278. <Control name="label22" text="比例因子" />
  279. <Control name="label1" text="显示元素" />
  280. <Control name="groupBox2" text="显示信息设置" />
  281. <Control name="cb_EquivalentCircleDiameter" text="等效圆直径um" />
  282. <Control name="cb_FerretDiameter" text="费雷特直径um" />
  283. <Control name="cb_DiameterRatio" text="长短直径比" />
  284. <Control name="cb_MinDiameter" text="最短直径um" />
  285. <Control name="cb_MaxDiameter" text="最长直径um" />
  286. <Control name="cb_Area" text="面积um" />
  287. <Control name="label2" text="显示类型" />
  288. <Control name="label21" text="文件" />
  289. <Control name="label6" text="文件夹" />
  290. <Control name="groupBox8" text="报告导出模板设置" />
  291. <Control name="frmReportSysConfig" text="程序管理" />
  292. <Control name="cb_PERP" text="正交直径um" />
  293. <Control name="cb_PERI" text="周长um" />
  294. <Control name="cb_INSCR" text="内接圆直径um" />
  295. <Control name="cb_MEAN" text="内接圆平均直径" />
  296. <Control name="cb_ELONG" text="展开长度um" />
  297. <Control name="cb_ASPECT_ELONG" text="展开长宽比" />
  298. <Control name="cb_Orientation" text="朝向角度°" />
  299. </Controls>
  300. </Form>
  301. <Form>
  302. <Name>frmSTD</Name>
  303. <Controls>
  304. <Control name="groupBox3" text="按指定标准库分类" />
  305. <Control name="label1" text="工 艺" />
  306. <Control name="button2" text="重新分类" />
  307. <Control name="groupBox2" text="按原标准库分类" />
  308. <Control name="button1" text="重新分类" />
  309. <Control name="frmSTD" text="标准库设置窗口" />
  310. <Control name="str1" text="通用处理" />
  311. <Control name="str2" text="钙处理" />
  312. <Control name="str3" text="镁处理" />
  313. <Control name="str4" text="稀土处理" />
  314. <Control name="str5" text="无" />
  315. <Control name="str6" text="是否按原标准库对测量结果重新进行分类?" />
  316. <Control name="str7" text="按原标准库重新分类完成,请重新加载" />
  317. <Control name="str8" text="重新分类" />
  318. <Control name="str9" text="按指定标准库重新分类完成,请重新加载" />
  319. <Control name="str10" text="请先添加测量结果文件,才可以重新分类" />
  320. </Controls>
  321. </Form>
  322. <Form>
  323. <Name>OTSReport_Condition</Name>
  324. <Controls>
  325. <Control name="button1" text="确 定" />
  326. <Control name="button2" text="取 消" />
  327. <Control name="lb_sjlx" text="数据类型" />
  328. <Control name="lb_ccjsff" text="尺寸计算方法" />
  329. <Control name="lb_ljb" text="粒级表" />
  330. <Control name="lb_syxtmb" text="三元相图模板" />
  331. <Control name="OTSReport_Condition" text="编辑模板条件" />
  332. </Controls>
  333. </Form>
  334. <Form>
  335. <Name>OTSReport_Export</Name>
  336. <Controls>
  337. <Control name="label2" text="当前导出进度" />
  338. <Control name="label3" text="选择模板" />
  339. <Control name="btn_export" text="导出" />
  340. <Control name="btn_exit" text="退出" />
  341. <Control name="label1" text="保存路径" />
  342. <Control name="btn_TempDes" text="编辑模板" />
  343. <Control name="label4" text="数 据 源" />
  344. <Control name="btn_preview" text="打开报表" />
  345. <Control name="OTSReport_Export" text="报告程序输`界面" />
  346. <Control name="MessageBox1" text="正在导出报告,请稍候!" />
  347. <Control name="MessageBox2" text="请稍候" />
  348. <Control name="MessageBox3" text="报告已打开,请先关闭!" />
  349. <Control name="MessageBox4" text="提示" />
  350. <Control name="MessageBox5" text="[Yes]直接打开报表,[No]重新生成报表,[Cancal]取消操作" />
  351. <Control name="MessageBox6" text="报表已有生成数据,请选择操作" />
  352. <Control name="MessageBox7" text="报表模板数据库文件已存在,直接打开" />
  353. <Control name="RictBox1" text="开始执行导出操作" />
  354. <Control name="RictBox2" text="未找到文件" />
  355. <Control name="RictBox3" text=",是否未导出?" />
  356. <Control name="RictBox4" text="已获取模板中设置内容为:" />
  357. <Control name="RictBox5" text="加载测量结果信息表模块中...." />
  358. <Control name="RictBox6" text="加载:测量结果信息表" />
  359. <Control name="RictBox7" text="等待" />
  360. <Control name="RictBox8" text="加载测量结果信息表模块完成" />
  361. <Control name="RictBox9" text="加载颗粒列表模块中...." />
  362. <Control name="RictBox10" text="加载:颗粒列表" />
  363. <Control name="RictBox11" text="测量结果信息表" />
  364. <Control name="RictBox12" text="加载:" />
  365. <Control name="RictBox13" text="颗粒列表" />
  366. <Control name="RictBox14" text="加载颗粒列表模块完成" />
  367. <Control name="RictBox15" text="加载平均元素含量表模块中...." />
  368. <Control name="RictBox16" text="加载:平均元素含量表" />
  369. <Control name="RictBox17" text="加载平均元素含量表模块完成" />
  370. <Control name="RictBox18" text="平均元素含量表" />
  371. <Control name="RictBox19" text="加载颗粒尺寸表模块中...." />
  372. <Control name="RictBox20" text="加载:颗粒尺寸表" />
  373. <Control name="RictBox21" text="加载颗粒尺寸表模块完成" />
  374. <Control name="RictBox22" text="颗粒尺寸表" />
  375. <Control name="RictBox23" text="加载颗粒成份图模块中...." />
  376. <Control name="RictBox24" text="加载:颗粒成份图" />
  377. <Control name="RictBox25" text="加载颗粒成份图模块完成" />
  378. <Control name="RictBox26" text="颗粒成份图" />
  379. <Control name="RictBox27" text="加载元素成份图模块中...." />
  380. <Control name="RictBox28" text="加载:元素成份图" />
  381. <Control name="RictBox29" text="加载元素成份图模块完成" />
  382. <Control name="RictBox30" text="元素成份图" />
  383. <Control name="RictBox31" text="加载三元相图模块中...." />
  384. <Control name="RictBox32" text="加载:三元相图" />
  385. <Control name="RictBox33" text="加载三元相图模块完成" />
  386. <Control name="RictBox34" text="三元相图" />
  387. <Control name="RictBox35" text="生成模板临时数据库文件...." />
  388. <Control name="RictBox36" text="加载:生成模板临时数据库文件" />
  389. <Control name="RictBox37" text="模板临时数据库文件完成" />
  390. <Control name="RictBox38" text="生成模板临时数据库文件" />
  391. <Control name="RictBox39" text="正在导入到报告模板中,已经完成:" />
  392. <Control name="RictBox40" text="无" />
  393. <Control name="RictBox41" text="导出了:" />
  394. <Control name="RictBox42" text="表" />
  395. <Control name="RictBox43" text="导出完成!" />
  396. <Control name="RictBox44" text="报告模板已打开,请先关闭!" />
  397. <Control name="RictBox45" text="提示" />
  398. </Controls>
  399. </Form>
  400. <Form>
  401. <Name>OTSReport_TemplateDesignerRM</Name>
  402. <Controls>
  403. <Control name="label5" text="副标题" />
  404. <Control name="label3" text="主标题" />
  405. <Control name="button1" text="另存" />
  406. <Control name="button2" text="返 回" />
  407. <Control name="label1" text="样品编号" />
  408. <Control name="label4" text="参考标准" />
  409. <Control name="tabPage1" text="首页" />
  410. <Control name="label7" text="显示结果概况" />
  411. <Control name="label6" text="显示样品说明" />
  412. <Control name="tabPage2" text="页眉页脚" />
  413. <Control name="groupBox2" text="页脚设置" />
  414. <Control name="label10" text="页脚文本" />
  415. <Control name="label9" text="页码" />
  416. <Control name="label2" text="客户号" />
  417. <Control name="groupBox1" text="页眉设置" />
  418. <Control name="label8" text="页眉文本" />
  419. <Control name="tabPage3" text="颗粒分析结果>>" />
  420. <Control name="groupBox3" text="颗粒分类图" />
  421. <Control name="label18" text="显示该模块" />
  422. <Control name="label13" text="颗粒范围" />
  423. <Control name="label19" text="显示图形" />
  424. <Control name="label11" text="计算方式" />
  425. <Control name="groupBox4" text="颗粒尺寸分析结果" />
  426. <Control name="label17" text="显示该模块" />
  427. <Control name="label16" text="颗粒范围" />
  428. <Control name="label14" text="计算方式" />
  429. <Control name="tabPage4" text="元素分析结果" />
  430. <Control name="groupBox5" text="元素成份图" />
  431. <Control name="label20" text="显示该模块" />
  432. <Control name="label21" text="颗粒范围" />
  433. <Control name="label22" text="显示图形" />
  434. <Control name="label23" text="计算方式" />
  435. <Control name="label24" text="元素信息" />
  436. <Control name="groupBox6" text="元素分析表" />
  437. <Control name="label25" text="显示该模块" />
  438. <Control name="label26" text="颗粒范围" />
  439. <Control name="label27" text="显示元素" />
  440. <Control name="label28" text="计算方式" />
  441. <Control name="tabPage5" text="三元相图" />
  442. <Control name="groupBox7" text="三元相图" />
  443. <Control name="label40" text="显示该模块" />
  444. <Control name="label41" text="颗粒范围" />
  445. <Control name="label33" text="三元相图模板列表" />
  446. <Control name="label42" text="每行显示数量" />
  447. <Control name="label44" text="计算方式" />
  448. <Control name="tabPage6" text="颗粒列表信息" />
  449. <Control name="groupBox8" text="颗粒列表" />
  450. <Control name="label32" text="能谱信息" />
  451. <Control name="label31" text="放大图像" />
  452. <Control name="label30" text="原始图像" />
  453. <Control name="label34" text="显示该模块" />
  454. <Control name="label35" text="颗粒范围" />
  455. <Control name="label29" text="数量上限" />
  456. <Control name="label36" text="显示元素" />
  457. <Control name="label37" text="计算方式" />
  458. <Control name="button6" text="保存" />
  459. <Control name="OTSReport_TemplateDesignerRM" text="报告预览信息设置" />
  460. <Control name="report1" text="饼图" />
  461. <Control name="report2" text="圈图" />
  462. <Control name="report3" text="柱形图" />
  463. <Control name="report4" text="线状图" />
  464. <Control name="report5" text="堆叠图" />
  465. <Control name="report10" text="三元相图模板选择项需2整倍数,请重新选择!" />
  466. <Control name="report11" text="三元相图模板选择项需3整倍数,请重新选择!" />
  467. <Control name="report12" text="提示" />
  468. <Control name="groupBox9" text="首页设置信息" />
  469. <Control name="label39" text="模板设置" />
  470. <Control name="label38" text="粒级表信息" />
  471. <Control name="label12" text="粒级表信息" />
  472. <Control name="label15" text="粒级表信息" />
  473. </Controls>
  474. </Form>
  475. <Form>
  476. <Name>frmCharts</Name>
  477. <Controls>
  478. <Control name="cbCustomTemplate" text="自定义模板" />
  479. <Control name="btnApplyTemplate" text="应用模板" />
  480. <Control name="label3" text="右下点" />
  481. <Control name="label2" text="左下点" />
  482. <Control name="label1" text="顶点" />
  483. <Control name="str1" text="常规参数" />
  484. <Control name="str2" text="颗粒成分图" />
  485. <Control name="str3" text="请将模板中信息选择完整!" />
  486. <Control name="str4" text="模板中有相同选项是否生成!" />
  487. </Controls>
  488. </Form>
  489. <Form>
  490. <Name>Frm_UserProgress</Name>
  491. <Controls>
  492. <Control name="str1" text="当前进度" />
  493. </Controls>
  494. </Form>
  495. <Form>
  496. <Name>Control_XRayTable</Name>
  497. <Controls>
  498. <Control name="str1" text="计数:" />
  499. <Control name="str2" text="物质:" />
  500. </Controls>
  501. </Form>
  502. <Form>
  503. <Name>OTSIncAReportFun</Name>
  504. <Controls>
  505. <Control name="str1" text="分布图准备开始连接SEM电镜" />
  506. <Control name="str2" text="调用连接后状态" />
  507. <Control name="str3" text="获得电镜的ID" />
  508. <Control name="str4" text="电镜是已经连接的状态,准备断开" />
  509. <Control name="str5" text="电镜是已经连接的状态,完成断开后状态" />
  510. <Control name="str6" text="分布图准备开始连接SEM电镜" />
  511. <Control name="str7" text="调用连接后状态" />
  512. <Control name="str8" text="获得电镜的ID" />
  513. <Control name="str9" text="电镜是已经连接的状态,准备断开" />
  514. <Control name="str10" text="电镜是已经连接的状态,完成断开后状态" />
  515. <Control name="str11" text="分布图准备开始移动电镜到" />
  516. <Control name="str12" text="获取原先电镜位置为X" />
  517. <Control name="str13" text="获取电镜位置时状态错误" />
  518. <Control name="str14" text="移动电镜到指定位置" />
  519. <Control name="str15" text="移动电镜时状态错误" />
  520. <Control name="str16" text="分布图准备开始移动电镜到" />
  521. <Control name="str17" text="获取原先电镜位置为X" />
  522. <Control name="str18" text="获取电镜位置时状态错误" />
  523. <Control name="str19" text="移动电镜到指定位置" />
  524. <Control name="str20" text="移动电镜时状态错误" />
  525. <Control name="str21" text="准备关闭电镜连接" />
  526. <Control name="str22" text="准备关闭电镜连接" />
  527. <Control name="str23" text="准备释放DLL" />
  528. <Control name="str24" text="准备关闭电镜连接" />
  529. <Control name="str25" text="准备释放DLL" />
  530. <Control name="str26" text="选择" />
  531. <Control name="str27" text="开始从底层加载数据...." />
  532. <Control name="str28" text="底层返回视域数据数量为0...." />
  533. <Control name="str29" text="开始组建图像视域...." />
  534. <Control name="str30" text="计算标尺...." />
  535. <Control name="str31" text="组建整图数据...." />
  536. <Control name="str32" text="已完成第" />
  537. <Control name="str33" text="个视域数据组建,共" />
  538. <Control name="str34" text="个视域..." />
  539. <Control name="str35" text="转换分辨率..." />
  540. <Control name="str36" text="完成其它工作..." />
  541. <Control name="str37" text="分钟" />
  542. <Control name="str38" text="秒 共(" />
  543. <Control name="str39" text=")毫秒" />
  544. <Control name="str40" text="在对分布图进行条件计算时,传入组件的CGridDataClr为空,请检查!" />
  545. <Control name="str41" text="删除" />
  546. <Control name="str42" text="不显示" />
  547. <Control name="str43" text="在对分布图进行条件计算时,传入组件的CGridDataClr中的列为空GetGridColumnList,请检查!" />
  548. <Control name="str44" text="在对分布图进行条件计算时,传入组件的CGridDataClr中的行为空GetRowList,请检查!" />
  549. <Control name="str45" text="显示" />
  550. <Control name="str46" text="不显示" />
  551. <Control name="str47" text="选择" />
  552. <Control name="str48" text="开始从底层加载数据...." />
  553. <Control name="str49" text="开始组建图像资源...." />
  554. <Control name="str50" text="计算标尺...." />
  555. <Control name="str51" text="组建整图数据...." />
  556. <Control name="str52" text="已完成第" />
  557. <Control name="str53" text="个数据,共" />
  558. <Control name="str54" text="个数据..." />
  559. <Control name="str55" text="从框架向组件传送CGridDataClr对象为空,请检查!" />
  560. <Control name="str56" text="不显示" />
  561. <Control name="str57" text="从框架向组件传送CGridDataClr对象的GetGridColumnList,请检查!" />
  562. <Control name="str58" text="从框架向组件传送CGridDataClr对象的GetRowList为空,请检查!" />
  563. <Control name="str59" text="显示" />
  564. <Control name="partcletype0" text="过小颗粒" />
  565. <Control name="partcletype1" text="过大颗粒" />
  566. <Control name="partcletype2" text="亮度不在分析范围内的颗粒" />
  567. <Control name="partcletype4" text="低计数率颗粒" />
  568. <Control name="partcletype6" text="不含分析元素的颗粒" />
  569. <Control name="partcletype7" text="非夹杂物颗粒SiC" />
  570. <Control name="partcletype8" text="非夹杂物颗粒FeO" />
  571. <Control name="partcletype9" text="未识别颗粒" />
  572. <Control name="partcletype10" text="分析颗粒" />
  573. </Controls>
  574. </Form>
  575. <Form>
  576. <Name>ChineseStandardABCDDS</Name>
  577. <Controls>
  578. <Control name="label1" text="A类" />
  579. <Control name="label2" text="B类" />
  580. <Control name="label3" text="C类" />
  581. <Control name="label4" text="D类" />
  582. <Control name="label5" text="DS类" />
  583. <Control name="ToolStripMenuItem1" text="复制整个表" />
  584. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  585. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  586. <Control name="toolStripMenuItem4" text="复制整个表" />
  587. <Control name="toolStripMenuItem5" text="复制选择区域" />
  588. <Control name="toolStripMenuItem6" text="恢复至初始状态" />
  589. <Control name="toolStripMenuItem7" text="复制整个表" />
  590. <Control name="toolStripMenuItem8" text="复制选择区域" />
  591. <Control name="toolStripMenuItem9" text="恢复至初始状态" />
  592. <Control name="toolStripMenuItem10" text="复制整个表" />
  593. <Control name="toolStripMenuItem11" text="复制选择区域" />
  594. <Control name="toolStripMenuItem12" text="恢复至初始状态" />
  595. <Control name="toolStripMenuItem13" text="复制整个表" />
  596. <Control name="toolStripMenuItem14" text="复制选择区域" />
  597. <Control name="toolStripMenuItem15" text="恢复至初始状态" />
  598. </Controls>
  599. </Form>
  600. <Form>
  601. <Name>NationalStandardMethodTwo</Name>
  602. <Controls>
  603. <Control name="label1" text="A类" />
  604. <Control name="label2" text="B类" />
  605. <Control name="label3" text="C类" />
  606. <Control name="label4" text="D类" />
  607. <Control name="label5" text="D硫化物类" />
  608. <Control name="label6" text="DS类" />
  609. </Controls>
  610. </Form>
  611. <Form>
  612. <Name>OTSIncAReportGridsFun</Name>
  613. <Controls>
  614. <Control name="str1" text="传入分解表格数据的CGridDataClr对象为空!" />
  615. <Control name="str2" text="加载颗粒列表,开始从底层加载数据...." />
  616. <Control name="str3" text="颗粒名" />
  617. <Control name="str4" text="颗粒图像" />
  618. <Control name="str5" text="颗粒面积um²" />
  619. <Control name="str6" text="最长直径um" />
  620. <Control name="str7" text="最短直径um" />
  621. <Control name="str8" text="长短直径比" />
  622. <Control name="str9" text="等效圆直径um" />
  623. <Control name="str10" text="费雷特直径um" />
  624. <Control name="str11" text="传入分解表格数据的CGridDataClr对象为空!" />
  625. <Control name="str12" text="加载颗粒列表,开始创建表结构列...." />
  626. <Control name="str13" text="加载颗粒列表,开始创建表结构行...." />
  627. <Control name="str14" text="加载颗粒列表,开始生成表数据...." />
  628. <Control name="str15" text="加载颗粒列表,正在获取" />
  629. <Control name="str16" text="名称" />
  630. <Control name="str17" text="图像" />
  631. <Control name="str18" text="数值" />
  632. <Control name="str19" text="传入分解表格数据的CGridDataClr对象为空!" />
  633. <Control name="str20" text="分布图准备开始连接SEM电镜" />
  634. <Control name="str21" text="调用连接后状态" />
  635. <Control name="str22" text="获得电镜的ID" />
  636. <Control name="str23" text="电镜是已经连接的状态,准备断开" />
  637. <Control name="str24" text="电镜是已经连接的状态,完成断开后状态" />
  638. <Control name="str25" text="分布图准备开始移动电镜到" />
  639. <Control name="str26" text="获取原先电镜位置为X" />
  640. <Control name="str27" text="获取电镜位置时状态错误" />
  641. <Control name="str28" text="移动电镜到指定位置" />
  642. <Control name="str29" text="移动电镜时状态错误" />
  643. <Control name="str30" text="准备关闭电镜连接" />
  644. <Control name="str31" text="准备释放DLL" />
  645. <Control name="str32" text="正交直径um" />
  646. <Control name="str33" text="周长um" />
  647. <Control name="str34" text="内接圆直径um" />
  648. <Control name="str35" text="内接圆平均直径um" />
  649. <Control name="str36" text="展开长度um" />
  650. <Control name="str37" text="展开长度比" />
  651. <Control name="str38" text="展开直径比" />
  652. <Control name="str39" text="朝向角度°" />
  653. </Controls>
  654. </Form>
  655. <Form>
  656. <Name>ElementCompositionAvgGrid</Name>
  657. <Controls>
  658. <Control name="ToolStripMenuItem1" text="复制整个表" />
  659. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  660. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  661. <Control name="str1" text="序号" />
  662. <Control name="str2" text="颗粒类型" />
  663. <Control name="str3" text="面积μm²" />
  664. <Control name="str4" text="颗粒名" />
  665. <Control name="str5" text="小颗粒μm²" />
  666. <Control name="str6" text="颗粒数" />
  667. <Control name="partcletype0" text="过小颗粒" />
  668. <Control name="partcletype1" text="过大颗粒" />
  669. <Control name="partcletype2" text="亮度不在分析范围内的颗粒" />
  670. <Control name="partcletype4" text="低计数率颗粒" />
  671. <Control name="partcletype6" text="不含分析元素的颗粒" />
  672. <Control name="partcletype7" text="非夹杂物颗粒SiC" />
  673. <Control name="partcletype8" text="非夹杂物颗粒FeO" />
  674. <Control name="partcletype9" text="未识别颗粒" />
  675. </Controls>
  676. </Form>
  677. <Form>
  678. <Name>CompositionDistributionGrid</Name>
  679. <Controls>
  680. <Control name="ToolStripMenuItem1" text="复制整个表" />
  681. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  682. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  683. <Control name="str1" text="序号" />
  684. <Control name="str2" text="平均um级" />
  685. <Control name="str3" text="平均面积μm²" />
  686. <Control name="str4" text="平均直径μm" />
  687. <Control name="str5" text="最大um级" />
  688. <Control name="str6" text="最大面积μm²" />
  689. <Control name="str7" text="最大直径μm" />
  690. <Control name="str8" text="颗粒名" />
  691. <Control name="str9" text="代表色" />
  692. <Control name="str10" text="颗粒数" />
  693. <Control name="str11" text="小颗粒" />
  694. <Control name="str13" text="面积占比%" />
  695. <Control name="partcletype0" text="过小颗粒" />
  696. <Control name="partcletype1" text="过大颗粒" />
  697. <Control name="partcletype2" text="亮度不在分析范围内的颗粒" />
  698. <Control name="partcletype4" text="低计数率颗粒" />
  699. <Control name="partcletype6" text="不含分析元素的颗粒" />
  700. <Control name="partcletype7" text="非夹杂物颗粒SiC" />
  701. <Control name="partcletype8" text="非夹杂物颗粒FeO" />
  702. <Control name="partcletype9" text="未识别颗粒" />
  703. <Control name="str20" text="尖晶石" />
  704. <Control name="str21" text="氧化物" />
  705. <Control name="str22" text="硫氧化物" />
  706. <Control name="str23" text="氮化物" />
  707. <Control name="str24" text="硫化物" />
  708. </Controls>
  709. </Form>
  710. <Form>
  711. <Name>ParticlesSizeGrid</Name>
  712. <Controls>
  713. <Control name="ToolStripMenuItem1" text="复制整个表" />
  714. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  715. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  716. <Control name="str1" text="序号" />
  717. <Control name="str8" text="颗粒名" />
  718. <Control name="str9" text="代表色" />
  719. <Control name="str10" text="最大颗粒" />
  720. <Control name="str11" text="总数" />
  721. <Control name="partcletype0" text="过小颗粒" />
  722. <Control name="partcletype1" text="过大颗粒" />
  723. <Control name="partcletype2" text="亮度不在分析范围内的颗粒" />
  724. <Control name="partcletype4" text="低计数率颗粒" />
  725. <Control name="partcletype6" text="不含分析元素的颗粒" />
  726. <Control name="partcletype7" text="非夹杂物颗粒SiC" />
  727. <Control name="partcletype8" text="非夹杂物颗粒FeO" />
  728. <Control name="partcletype9" text="未识别颗粒" />
  729. </Controls>
  730. </Form>
  731. <Form>
  732. <Name>ResultGrid</Name>
  733. <Controls>
  734. <Control name="ToolStripMenuItem1" text="复制整个表" />
  735. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  736. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  737. <Control name="str1" text="标题" />
  738. <Control name="str8" text="信息" />
  739. <Control name="col1" text="测量结果名称" />
  740. <Control name="col2" text="运行开始" />
  741. <Control name="col3" text="运行结束" />
  742. <Control name="col4" text="运行时间" />
  743. <Control name="col5" text="视场总数" />
  744. <Control name="col6" text="分析标准库" />
  745. <Control name="col7" text="已检测特征" />
  746. <Control name="col8" text="视场面积(sq.μm)" />
  747. <Control name="col9" text="已分析特征总面积 (sq.μm)" />
  748. <Control name="col10" text="已检测的特征面积比" />
  749. <Control name="col11" text="纳入指数/比例因子" />
  750. </Controls>
  751. </Form>
  752. <Form>
  753. <Name>frmReportConditionChoose</Name>
  754. <Controls>
  755. <Control name="sscaptionname1" text="测量结果数据" />
  756. <Control name="sscaptionname2" text="颗粒显示方式" />
  757. <Control name="sscaptionname3" text="测量图显示方式" />
  758. <Control name="sscaptionname4" text="颗粒类型" />
  759. <Control name="sscaptionname5" text="粒级" />
  760. <Control name="sscaptionname6" text="最小颗粒" />
  761. <Control name="sscaptionname7" text="最大颗粒" />
  762. <Control name="sscaptionname8" text="尺寸计算法" />
  763. <Control name="sscaptionname9" text="数据类型" />
  764. <Control name="sscaptionname10" text="数据表类型" />
  765. <Control name="sscaptionname11" text="数据图类型" />
  766. <Control name="sscaptionname12" text="三元相图" />
  767. <Control name="sscaptionname13" text="颗粒分类图" />
  768. <Control name="sscaptionname14" text="颗粒分布图" />
  769. <Control name="sscaptionname15" text="颗粒排列图" />
  770. <Control name="sscaptionname16" text="全部" />
  771. <Control name="sscaptionname17" text="分析颗粒" />
  772. <Control name="sscaptionname18" text="自定义" />
  773. <Control name="sscaptionname19" text="全部颗粒类型" />
  774. <Control name="sscaptionname20" text="按类型排列" />
  775. <Control name="sscaptionname21" text="按尺寸排列" />
  776. <Control name="sscaptionname22" text="排列方式" />
  777. <Control name="sscaptionname23" text="全部颗粒" />
  778. <Control name="sscaptionname24" text="选择颗粒" />
  779. <Control name="sscaptionname25" text="测量结果概况" />
  780. <Control name="sscaptionname26" text="样品测量信息" />
  781. <Control name="sscaptionname27" text="颗粒成分子分类" />
  782. <Control name="sscaptionname29" text="颗粒尺寸分布" />
  783. <Control name="sscaptionname30" text="平均元素成分" />
  784. <Control name="m_reportname1" text="颗粒成分分类" />
  785. <Control name="m_str_axisy1" text="颗粒数" />
  786. <Control name="str_operatonmodule1" text="常用颗粒分类图" />
  787. <Control name="m_reportname2" text="颗粒成分子分类" />
  788. <Control name="m_str_axisy2" text="颗粒数" />
  789. <Control name="str_operatonmodule2" text="颗粒成份图" />
  790. <Control name="m_reportname4" text="颗粒尺寸分布" />
  791. <Control name="m_str_axisy4" text="颗粒数" />
  792. <Control name="str_operatonmodule4" text="颗粒尺寸分布图" />
  793. <Control name="str_operatonmodule5" text="三元相图" />
  794. <Control name="str1" text="参数" />
  795. <Control name="str2" text="常规参数" />
  796. <Control name="BSEOriginal" text="BSE原图" />
  797. <Control name="ClassifiedDisplay" text="分类显示" />
  798. <Control name="OriginalSplicing" text="原图拼接" />
  799. <Control name="OriginalDistribution" text="原图颗粒分布" />
  800. <Control name="ParticleSizeTable" text="粒级表" />
  801. <Control name="ChineseStandard1" text="国标方法一" />
  802. <Control name="ChineseStandard2" text="国标方法二" />
  803. <Control name="AmericanStandard" text="美标" />
  804. <Control name="GermanStandard" text="德标" />
  805. <Control name="CommonClassification" text="颗粒成分分类" />
  806. <Control name="AllParticles" text="全部颗粒" />
  807. <Control name="SelectParticles" text="选择颗粒" />
  808. <Control name="DataSourceType" text="数据源类型" />
  809. <Control name="InclusionAreaRatio" text="颗粒面积比" />
  810. <Control name="IncaAreascale" text="颗粒面积比" />
  811. </Controls>
  812. </Form>
  813. <Form>
  814. <Name>Control_DrawDistrbutionImageAndBSE</Name>
  815. <Controls>
  816. <Control name="ToolStripMenuItem_selected" text="选中这些颗粒" />
  817. <Control name="ToolStripMenuItem_delete" text="排除这些颗粒" />
  818. <Control name="另存选择颗粒ToolStripMenuItem" text="另存为" />
  819. <Control name="ToolStripMenuItem_movesempoint" text="移动SEM到当前位置" />
  820. <Control name="toolStripMenuItem_copyimage" text="导出原图拼接图" />
  821. <control name="ExportoriginalspliceToolStripMenuItem" text="导出原图拼接分类图"/>
  822. <Control name="str1" text="开始加载分布图信息" />
  823. <Control name="str2" text="已完成加载" />
  824. <Control name="str3" text="SEM位置:" />
  825. <Control name="str4" text="灰度#:" />
  826. <Control name="str5" text="撤销" />
  827. <Control name="str6" text="选中这些颗粒" />
  828. <Control name="str7" text="视域位置:" />
  829. <Control name="str8" text="复制当前屏幕图像" />
  830. <Control name="str9" text="移动SEM到当前位置" />
  831. <Control name="str10" text="移动SEM到颗粒视域位置" />
  832. <Control name="MouseMove1" text="颗粒SEM位置:" />
  833. <Control name="MouseMove2" text="灰度#" />
  834. <Control name="BSEOriginal" text="BSE原图" />
  835. <Control name="ClassifiedDisplay" text="分类显示" />
  836. <Control name="OriginalSplicing" text="原图拼接" />
  837. <Control name="OriginalDistribution" text="原图颗粒分布" />
  838. </Controls>
  839. </Form>
  840. <Form>
  841. <Name>Control_DrawDistrbutionSortImage</Name>
  842. <Controls>
  843. <Control name="ToolStripMenuItem_selected" text="选择颗粒" />
  844. <Control name="ToolStripMenuItem_delete" text="排除颗粒" />
  845. <Control name="另存选择颗粒ToolStripMenuItem" text="另存为" />
  846. <Control name="ToolStripMenuItem_movesempoint" text="移动SEM到当前位置" />
  847. <Control name="toolStripMenuItem_copyimage" text="复制图像" />
  848. <Control name="str1" text="开始加载排序图信息" />
  849. <Control name="str2" text="已完成加载" />
  850. <Control name="str3" text="SEM位置:" />
  851. <Control name="str4" text="灰度#:" />
  852. <Control name="str5" text="撤销" />
  853. <Control name="str6" text="选择颗粒" />
  854. <Control name="str7" text="视域位置:" />
  855. <Control name="str8" text="灰度#" />
  856. <Control name="str9" text="移动SEM到当前位置" />
  857. <Control name="str10" text="移动SEM到颗粒视域位置" />
  858. <Control name="partcletype9" text="未识别颗粒" />
  859. <Control name="partcletype10" text="分析颗粒" />
  860. </Controls>
  861. </Form>
  862. <Form>
  863. <Name>DlgStageMgr</Name>
  864. <Controls>
  865. <Control name="button_edit" text="编辑" />
  866. <Control name="button_New" text="新建" />
  867. </Controls>
  868. </Form>
  869. <!-- OTSIncAMeasureApp -->
  870. <Form>
  871. <Name>OTSIncAMeasureAppForm</Name>
  872. <Controls>
  873. <Control name="rbOpen" text="打开" />
  874. <Control name="rbNewDocument" text="新建" />
  875. <Control name="rbOpenFile" text="打开" />
  876. <Control name="rbSaveFile" text="保存" />
  877. <Control name="rvSaveAsFile" text="另存为" />
  878. <Control name="rbSTDEditor" text="标准库编辑器" />
  879. <Control name="rbExitApp" text="退出" />
  880. <Control name="rbSelectDlg" text="程序管理" />
  881. <Control name="rbTabHome" text="基本功能" />
  882. <Control name="rbPanelFile" text="项目文件" />
  883. <Control name="rbPanelSample" text="样品操作及测量区域选择" />
  884. <Control name="rbAddSample" text="添加" />
  885. <Control name="rbDeleteSample" text="删除" />
  886. <Control name="ribReset" text="复位" />
  887. <Control name="rbMeasureCircle" text="圆形" />
  888. <Control name="rbMeasureRectangle" text="矩形" />
  889. <Control name="ribCircle" text="圆形" />
  890. <Control name="ribRectangle" text="矩形" />
  891. <Control name="ribPolygon" text="多边形" />
  892. <Control name="rbPanelFunction" text="测量控制" />
  893. <Control name="rbStart" text="开始" />
  894. <Control name="rbStop" text="停止" />
  895. <Control name="rbCheckParam" text="检测" />
  896. <Control name="rbPReport" text="查看分析结果" />
  897. <Control name="rbReport" text="打开报告" />
  898. <Control name="rbTabView" text="视图功能" />
  899. <Control name="ribView" text="视图" />
  900. <Control name="rbRuler" text="标尺" />
  901. <Control name="rbSmaplePhoto" text="样品孔照片" />
  902. <Control name="rbSmapleName" text="样品孔名称" />
  903. <Control name="rbRecover" text="恢复布局" />
  904. <Control name="TSGrayVal" text="灰度值" />
  905. <Control name="STSemCoordinate" text="SEM坐标" />
  906. <Control name="ribbonButton3" text="复位" />
  907. <Control name="ribbonButton1" text="打开" />
  908. <Control name="ribbonOrbRecentItem1" text="打开" />
  909. <Control name="rbConnectHardware" text="连接电镜" />
  910. <Control name="rbDisconnectHardware" text="断开连接" />
  911. <Control name="rbAutoBeamOff" text="自动关枪" />
  912. <Control name="rbinterrupt" text="强制停止" />
  913. <Control name="m_SamplespaceWindowName" text="样品台" />
  914. <Control name="m_MeasureStauWindowName" text="测量状态" />
  915. <Control name="m_MeasureRetWindowName" text="测量结果" />
  916. <Control name="m_NoWindowName" text="未知工作窗口" />
  917. <Control name="rbSTDEdit" text="编辑标准库" />
  918. <Control name="rbReClassify" text="重新分类" />
  919. <Control name="language" text="ZH" />
  920. <Control name="message1" text="无OTSIncA有效通行证!" />
  921. <Control name="message2" text="当前文件已修改是否保存?" />
  922. <Control name="message3" text="错误日志" />
  923. <Control name="message4" text="是否保存修改信息" />
  924. <Control name="message5" text="确定删除 " />
  925. <Control name="message6" text=" 信息 ?" />
  926. <Control name="message7" text="测量条件正常!" />
  927. </Controls>
  928. </Form>
  929. <Form>
  930. <Name>ProgMgrInfoForm</Name>
  931. <Controls>
  932. <Control name="groupBox1" text="样品台" />
  933. <Control name="label41" text="默认样品台配置编辑" />
  934. <Control name="label1" text="样品台模板选择" />
  935. <Control name="groupBox2" text="SEM样品台信息" />
  936. <Control name="label36" text="最小放大倍数" />
  937. <Control name="label6" text="y轴行程/mm" />
  938. <Control name="label5" text="y轴方向" />
  939. <Control name="label4" text="x轴行程/mm" />
  940. <Control name="label3" text="x轴方向" />
  941. <Control name="label2" text="100倍时屏幕尺寸/µm" />
  942. <Control name="groupBox3" text="图像扫描参数" />
  943. <Control name="label13" text="扫描图尺寸" />
  944. <Control name="label12" text="扫描图精度" />
  945. <Control name="label11" text="取图方式" />
  946. <Control name="label10" text="终止颗粒数" />
  947. <Control name="label9" text="终止帧图数" />
  948. <Control name="label8" text="终止时间(秒)" />
  949. <Control name="label7" text="测量终止方式" />
  950. <Control name="groupBox4" text="常规测量参数" />
  951. <Control name="label42" text="精炼工艺" />
  952. <Control name="label19" text="用户分析库编辑" />
  953. <Control name="label18" text="系统分析库文件夹" />
  954. <Control name="label40" text="μm" />
  955. <Control name="label16" text="测量参数文件夹" />
  956. <Control name="label15" text="执行开关" />
  957. <Control name="label14" text="样品名" />
  958. <Control name="groupBox5" text="图像处理参数" />
  959. <Control name="label22" text="颗粒灰度范围" />
  960. <Control name="label21" text="背景灰度范围" />
  961. <Control name="label25" text="最小" />
  962. <Control name="label24" text="最小" />
  963. <Control name="label28" text="最大" />
  964. <Control name="label27" text="最大" />
  965. <Control name="label26" text="最大" />
  966. <Control name="label23" text="最小" />
  967. <Control name="label20" text="颗粒尺寸范围" />
  968. <Control name="lbShape" text="测量区域形状" />
  969. <Control name="lbArea" text="测量区域面积/mm2" />
  970. <Control name="groupBox6" text="X-ray参数" />
  971. <Control name="label17" text="使用系统库开关" />
  972. <Control name="label30" text="搜索X-ray最低计数" />
  973. <Control name="label29" text="搜索X-ray精度" />
  974. <Control name="label32" text="大颗粒X-ray时间" />
  975. <Control name="label45" text="小颗粒Xray时间" />
  976. <Control name="label33" text="分析X-ray计数期望值" />
  977. <Control name="label31" text="扫描方式(大颗粒)" />
  978. <Control name="label37" text="分析阈值" />
  979. <Control name="groupBox7" text="模式选择" />
  980. <Control name="lbModelSel" text="模式选择" />
  981. <Control name="lbLaboratoty" text="实验室" />
  982. <Control name="lbAnalysisReferenceNumber" text="分析参考编号" />
  983. <Control name="lbCustomerName" text="客户名称" />
  984. <Control name="lbOperatorName" text="操作员姓名" />
  985. <Control name="lbSampleDescription" text="样本描述" />
  986. <Control name="lbComment" text="评论" />
  987. <Control name="label_AUTOBGREMOVE_TYPE" text="AUTOBGREMOVE_TYPE" />
  988. <Control name="label_Auto" text="自动" />
  989. <Control name="label_FrameEndMode" text="帧结束模式" />
  990. <Control name="groupBox9" text="标准库选择" />
  991. <Control name="label43" text="背景处理方式" />
  992. <Control name="label44" text="是否使用X-ray" />
  993. <Control name="btnok" text="确 定" />
  994. <Control name="btncancel" text="取 消" />
  995. <Control name="button1" text="特殊灰度颗粒识别设置" />
  996. <Control name="ProgMgrInfoForm" text="程序管理" />
  997. <Control name="message1" text="样品台信息不能为空" />
  998. <Control name="message2" text="100倍时屏幕尺寸不能为空" />
  999. <Control name="message3" text="x轴方向不能为空" />
  1000. <Control name="message4" text="x轴行程起不能为空" />
  1001. <Control name="message5" text="y轴行程不能为空" />
  1002. <Control name="message6" text="y轴行程起不能为空" />
  1003. <Control name="message7" text="终止时间不能为空" />
  1004. <Control name="message8" text="终止帧图数不能为空" />
  1005. <Control name="message9" text="终止夹杂物数不能为空" />
  1006. <Control name="message10" text="取图方式不能为空" />
  1007. <Control name="message11" text="扫描图精度不能为空" />
  1008. <Control name="message12" text="扫描图尺寸不能为空" />
  1009. <Control name="message13" text="最小放大倍数不可以为空" />
  1010. <Control name="message14" text="颗粒面积范围最小值不能为空" />
  1011. <Control name="message15" text="颗粒面积范围最大值不能为空" />
  1012. <Control name="message16" text="背景灰度范围小值不能为空" />
  1013. <Control name="message17" text="背景灰度范围大值不能为空" />
  1014. <Control name="message18" text="颗粒灰度范围最小值不能为空" />
  1015. <Control name="message19" text="颗粒灰度范围最大值不能为空" />
  1016. <Control name="message20" text="X-ray扫描方式不能为空" />
  1017. <Control name="message21" text="分析X-ray精度不能为空" />
  1018. <Control name="message22" text="分析X-ray计数期望值不能为空" />
  1019. <Control name="message23" text="请输入正确的数值格式" />
  1020. <Control name="message24" text="请输入正确的数值格式" />
  1021. <Control name="message25" text="请输入正确的数值格式" />
  1022. <Control name="message26" text="请输入正确的数值格式" />
  1023. <Control name="message27" text="请输入正确的数值格式" />
  1024. <Control name="message28" text="请输入正确的数值格式" />
  1025. <Control name="message29" text="请输入正确的数值格式" />
  1026. <Control name="message30" text="请输入正确的数值格式" />
  1027. <Control name="message31" text="请输入正确的数值格式" />
  1028. <Control name="message32" text="请输入正确的数值格式" />
  1029. <Control name="message33" text="请输入正确的数值格式" />
  1030. <Control name="message34" text="请输入0-255之间的整数" />
  1031. <Control name="message35" text="请输入正确的数值格式" />
  1032. <Control name="message36" text="请输入0-255之间的整数" />
  1033. <Control name="message37" text="请输入正确的数值格式" />
  1034. <Control name="message38" text="请输入0-255之间的整数" />
  1035. <Control name="message39" text="请输入正确的数值格式" />
  1036. <Control name="message40" text="请输入0-255之间的整数" />
  1037. <Control name="message41" text="请输入正确的数值格式" />
  1038. <Control name="message42" text="请输入正确的数值格式" />
  1039. <Control name="message43" text="请输入正确的数值格式" />
  1040. <Control name="message44" text="输入的数值过大!" />
  1041. <Control name="message45" text="输入的数值过大" />
  1042. <Control name="message46" text="输入的数值过大" />
  1043. <Control name="message47" text="输入的数值过大" />
  1044. <Control name="message48" text="输入的数值过小" />
  1045. <Control name="message49" text="输入的数值过小" />
  1046. <Control name="message50" text="请输入正确的数值范围" />
  1047. <Control name="message51" text="输入的数值过小" />
  1048. <Control name="message52" text="输入的数值过小" />
  1049. <Control name="message53" text="请输入正确的数值范围" />
  1050. <Control name="message54" text="保存样品台时失败!" />
  1051. <Control name="message55" text="请输入正确的数值格式!" />
  1052. <Control name="message56" text="输入的数值过大!" />
  1053. <Control name="message57" text="输入的数值过大!" />
  1054. <Control name="message58" text="输入的数值过大!" />
  1055. <Control name="message59" text="请输入正确的数值格式!" />
  1056. <Control name="message60" text="请输入正确的数值格式!" />
  1057. <Control name="message61" text="是否使用X-ray项不能为空" />
  1058. <Control name="message62" text="输入的测量区域面积不可以为空!" />
  1059. <Control name="message63" text="请输入正确的数值范围!" />
  1060. <Control name="message64" text="请输入正确的数值范围!" />
  1061. </Controls>
  1062. </Form>
  1063. <Form>
  1064. <Name>OTSSolutionWindow</Name>
  1065. <Controls>
  1066. <Control name="toolStripMenuItem1" text="增加样品测量" />
  1067. <Control name="DeleteNode" text="删除样品" />
  1068. <Control name="SampleParaLock" text="样品参数编辑锁" />
  1069. <Control name="ClearMeasureData" text="清除测量数据" />
  1070. <Control name="OTSSolutionWindow" text="样品窗口" />
  1071. <Control name="m_DefaultSolutionName" text="未加载样品名" />
  1072. <Control name="m_DefaultSampleName" text="样品" />
  1073. <Control name="message1" text="是否确定删除?" />
  1074. </Controls>
  1075. </Form>
  1076. <Form>
  1077. <Name>DlgStageEdit</Name>
  1078. <Controls>
  1079. <Control name="label1" text="样品台名称:" />
  1080. <Control name="label2" text="坐标系统:" />
  1081. <Control name="radioButton_OTS" text="OTS坐标系统" />
  1082. <Control name="radioButton_SEM" text="SEM坐标系统" />
  1083. <Control name="groupBox1" text="样品台边框" />
  1084. <Control name="label3" text="样品台边框形状:" />
  1085. <Control name="radioButton_BoundaryCircle" text="圆形" />
  1086. <Control name="radioButton_BoundarySquare" text="方形" />
  1087. <Control name="label4" text="中心点坐标:" />
  1088. <Control name="str1" text="样品孔名称" />
  1089. <Control name="str2" text="样品孔形状" />
  1090. <Control name="str3" text="中心x坐标" />
  1091. <Control name="str4" text="中心y坐标" />
  1092. <Control name="str5" text="宽度或直径" />
  1093. <Control name="str6" text="高度或0" />
  1094. <Control name="str7" text="圆形" />
  1095. <Control name="str8" text="方形" />
  1096. <Control name="str9" text="样品台名不能为空字串,不能含\',\'字符!" />
  1097. <Control name="label7" text="宽度:" />
  1098. <Control name="label8" text="高度:" />
  1099. <Control name="groupBox2" text="标样" />
  1100. <Control name="label14" text="标样形状:" />
  1101. <Control name="radioButton_StandardsampleCircle" text="圆形" />
  1102. <Control name="radioButton_StandardsampleSqare" text="方形" />
  1103. <Control name="label13" text="中心点坐标:" />
  1104. <Control name="label10" text="宽度:" />
  1105. <Control name="label9" text="高度:" />
  1106. <Control name="groupBox3" text="样品孔信息:" />
  1107. <Control name="button_AddHole" text="增加样品孔" />
  1108. <Control name="button_DelHole" text="删除样品孔" />
  1109. <Control name="button_Generate" text="生成" />
  1110. <Control name="button_Coordinate" text="坐标系显示" />
  1111. <Control name="button_Ok" text="保存" />
  1112. </Controls>
  1113. </Form>
  1114. <Form>
  1115. <Name>OTSPropertyWindow</Name>
  1116. <Controls>
  1117. <Control name="OTSPropertyWindow" text="属性窗口" />
  1118. </Controls>
  1119. </Form>
  1120. <Form>
  1121. <Name>MeasureCheckReportInfoWindow</Name>
  1122. <Controls>
  1123. <Control name="label6" text="帧 数:" />
  1124. <Control name="label5" text="颗 粒 数:" />
  1125. <Control name="label4" text="开始时间:" />
  1126. <Control name="label3" text="测量时间:" />
  1127. <Control name="label1" text="测 量 数:" />
  1128. <Control name="label2" text="测量状态:" />
  1129. <Control name="label7" text="结束时间:" />
  1130. <Control name="MeasureCheckReportInfoWindow" text="测量结果" />
  1131. <Control name="str1" text="天" />
  1132. <Control name="str2" text="时" />
  1133. <Control name="str3" text="分" />
  1134. <Control name="str4" text="秒" />
  1135. <Control name="str5" text="0秒" />
  1136. </Controls>
  1137. </Form>
  1138. <Form>
  1139. <Name>MeasureProgressInfoWindow</Name>
  1140. <Controls>
  1141. <Control name="label1" text="样品名" />
  1142. <Control name="label6" text="帧图数" />
  1143. <Control name="label5" text="颗粒数量" />
  1144. <Control name="label4" text="开始时间" />
  1145. <Control name="label3" text="测量时间" />
  1146. <Control name="label2" text="状态" />
  1147. <Control name="str1" text="天" />
  1148. <Control name="str2" text="时" />
  1149. <Control name="str3" text="分" />
  1150. <Control name="str4" text="秒" />
  1151. <Control name="MeasureProgressInfoWindow" text="测量进度" />
  1152. </Controls>
  1153. </Form>
  1154. <Form>
  1155. <Name>OTSMeasureResultWindow</Name>
  1156. <Controls>
  1157. <Control name="label5" text="当前颗粒数量" />
  1158. <Control name="label6" text="帧图数" />
  1159. <Control name="label1" text="样品名" />
  1160. <Control name="label2" text="测量进度" />
  1161. <Control name="label3" text="测量时间" />
  1162. <Control name="label4" text="开始时间" />
  1163. <Control name="TypeId" text="分类" />
  1164. <Control name="strName" text="名称" />
  1165. <Control name="Number" text="数量" />
  1166. <Control name="Area" text="面积" />
  1167. <Control name="str1" text="天" />
  1168. <Control name="str2" text="时" />
  1169. <Control name="str3" text="分" />
  1170. <Control name="str4" text="秒" />
  1171. <Control name="str5" text="设置当前测量列表错误信息:" />
  1172. <Control name="str6" text="颗粒总数:" />
  1173. <Control name="str7" text="面积总数:" />
  1174. <Control name="str8" text="设置当前测量列表错误信息:" />
  1175. <Control name="state1" text="完成" />
  1176. <Control name="state2" text="失败" />
  1177. <Control name="state3" text="停止" />
  1178. </Controls>
  1179. </Form>
  1180. <Form>
  1181. <Name>OTSMeasureStatusWindow</Name>
  1182. <Controls>
  1183. <Control name="SampleParaLock" text="获取BSE图" />
  1184. <Control name="ViewStripMenuItem" text="设置BSE图可视化灰度范围" />
  1185. <Control name="ChangeDiffImageShow" text="切换至BSE图" />
  1186. <Control name="ToolStripMenuItem" text="BSE去背景图" />
  1187. <Control name="grayToolStripMenuItem" text="显示BSE灰度曲线图" />
  1188. <Control name="AbandonGrayStripMenuItem" text="显示BSE去背景灰度曲线图" />
  1189. <Control name="MenuItemLineScam" text="线扫描曲线" />
  1190. <Control name="PointScanElementMenuItem" text="单点采集" />
  1191. <Control name="ExportScanInfoMenuItem" text="导出采集信息" />
  1192. <Control name="message1" text="切换显示至BSE图" />
  1193. <Control name="message2" text="切换显示至BSE图" />
  1194. <Control name="message3" text="数据小于2!" />
  1195. <Control name="message4" text="灰度值:" />
  1196. <Control name="message5" text="切换显示至BSE图" />
  1197. <Control name="message6" text="切换显示至BSE去背景图" />
  1198. <Control name="message7" text="曲线图" />
  1199. <Control name="message8" text="灰度曲线图" />
  1200. <Control name="message9" text="去背景灰度曲线图" />
  1201. <Control name="message10" text="--获取单点扫描数据:元素数量:'" />
  1202. <Control name="message11" text=",元素名称:'" />
  1203. <Control name="message12" text="默认标准库" />
  1204. <Control name="message13" text="用户定义标准库" />
  1205. <Control name="message14" text="系统标准库" />
  1206. <Control name="message15" text="保存图片错误日志:" />
  1207. <Control name="message16" text="元素名称" />
  1208. <Control name="message17" text="原子数" />
  1209. <Control name="message18" text="质量百分比" />
  1210. <Control name="message19" text="摩尔比" />
  1211. <Control name="message20" text="获取图像错误AcquireBSEImage_Click:" />
  1212. <Control name="message21" text="删除单点采集信息与显示标尺信息:" />
  1213. <Control name="message22" text="数据小于2!" />
  1214. <Control name="message23" text="错误" />
  1215. <Control name="message24" text="获取SEM当前位置:" />
  1216. </Controls>
  1217. </Form>
  1218. <Form>
  1219. <Name>OTSSamplespaceWindow</Name>
  1220. <Controls>
  1221. <Control name="CMStrip" text="添加样品" />
  1222. <Control name="AddStage" text="增加样品测量" />
  1223. <Control name="DeleteStage" text="删除样品测量" />
  1224. <Control name="ReadSEMData" text="读取SEM数据" />
  1225. <Control name="SetSemData" text="设定SEM数据" />
  1226. <Control name="SetSEMCenterLocation" text="定位到当前位置" />
  1227. <Control name="DriveSEMToCenterLocation" text="驱动SEM到中心位置" />
  1228. <Control name="DriveSEMToCurrentLocation" text="驱动SEM到当前位置" />
  1229. <Control name="ShootBSEPicture" text="拍摄样品孔BSE照片" />
  1230. <Control name="DeleteBSEPicture" text="删除BSE照片" />
  1231. <Control name="message1" text="开始获取帧图信息" />
  1232. <Control name="message2" text="错误日志" />
  1233. <Control name="message3" text="驱动SEM到当前位置:--错误日志信息" />
  1234. <Control name="message4" text="设置SEM到中心:--错误日志信息" />
  1235. <Control name="message5" text="获取SEM当前位置:--错误日志信息" />
  1236. <Control name="message6" text="连接电镜" />
  1237. <Control name="message7" text="按Yes确认删除BSE扫描图" />
  1238. <Control name="message8" text="按Yes确认删除样品孔BSE扫描图" />
  1239. <Control name="message9" text="删除BSE图片错误信息:" />
  1240. <Control name="message10" text="多边形区域是否绘制完成?" />
  1241. <Control name="message11" text="提示" />
  1242. <Control name="message12" text="SEM当前位置已经超出样品台范围,无法移动!" />
  1243. </Controls>
  1244. </Form>
  1245. <Form>
  1246. <Name>CStageManage</Name>
  1247. <Controls>
  1248. <Control name="ShootBSEPicture1" text="拍摄样品孔BSE照片" />
  1249. <Control name="ShootBSEPicture2" text="拍摄测量区域BSE照片" />
  1250. </Controls>
  1251. </Form>
  1252. <Form>
  1253. <Name>SampleGrid</Name>
  1254. <Controls>
  1255. <Control name="m_reportname1" text="颗粒成分分类" />
  1256. <Control name="m_str_axisy1" text="颗粒数" />
  1257. <Control name="str_operatonmodule1" text="常用颗粒分类图" />
  1258. <Control name="m_reportname2" text="颗粒成份" />
  1259. <Control name="m_str_axisy2" text="颗粒数" />
  1260. <Control name="str_operatonmodule2" text="颗粒成份图" />
  1261. <Control name="m_reportname3" text="元素成份" />
  1262. <Control name="m_str_axisy3" text="元素含量" />
  1263. <Control name="str_operatonmodule3" text="元素成份图" />
  1264. <Control name="m_reportname4" text="颗粒尺寸分布" />
  1265. <Control name="m_str_axisy4" text="颗粒数" />
  1266. <Control name="str_operatonmodule4" text="颗粒尺寸分布图" />
  1267. <Control name="str_operatonmodule5" text="三元相图" />
  1268. <Control name="str1" text="参数" />
  1269. <Control name="str2" text="常规参数" />
  1270. </Controls>
  1271. </Form>
  1272. <Form>
  1273. <Name>ParticlesGrid</Name>
  1274. <Controls>
  1275. <Control name="ToolStripMenuItem1" text="复制整个表" />
  1276. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  1277. <Control name="toolStripMenuItem4" text="复制图像" />
  1278. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  1279. <Control name="ToolStripMenuItem5" text="移动SEM到颗粒视域位置" />
  1280. <Control name="ToolStripMenuItem_selectparticle" text="选择颗粒" />
  1281. <Control name="ToolStripMenuItem_exportimagefile" text="导出图像文件" />
  1282. <Control name="ToolStripMenuItem_exportzoomimagefile" text="导出放大图像文件" />
  1283. <Control name="str1" text="选择颗粒" />
  1284. <Control name="str2" text="已选定" />
  1285. <Control name="str3" text="颗颗粒,请切换到分析图查看!" />
  1286. <Control name="str4" text="序号" />
  1287. <Control name="str5" text="颗粒图像" />
  1288. <Control name="str6" text="颗粒名" />
  1289. <Control name="str7" text="开始加载颗粒列表信息" />
  1290. <Control name="str8" text="颗粒列表,已完成加载" />
  1291. <Control name="str9" text="导出完成,图像共" />
  1292. <Control name="str12" text="加载颗粒列表,开始创建表结构列...." />
  1293. <Control name="str15" text="加载颗粒列表,正在获取" />
  1294. <Control name="str18" text="数值" />
  1295. <Control name="partcletype0" text="过小颗粒" />
  1296. <Control name="partcletype1" text="过大颗粒" />
  1297. <Control name="partcletype2" text="亮度不在分析范围内的颗粒" />
  1298. <Control name="partcletype4" text="低计数率颗粒" />
  1299. <Control name="partcletype6" text="不含分析元素的颗粒" />
  1300. <Control name="partcletype7" text="非夹杂物颗粒SiC" />
  1301. <Control name="partcletype8" text="非夹杂物颗粒FeO" />
  1302. <Control name="partcletype9" text="未识别颗粒" />
  1303. </Controls>
  1304. </Form>
  1305. <Form>
  1306. <Name>ParticlesGridDevidePage</Name>
  1307. <Controls>
  1308. <Control name="ToolStripMenuItem1" text="复制整个表" />
  1309. <Control name="ToolStripMenuItem2" text="复制选择区域" />
  1310. <Control name="toolStripMenuItem4" text="复制当前显示列表图像" />
  1311. <Control name="ToolStripMenuItem3" text="恢复至初始状态" />
  1312. <Control name="ToolStripMenuItem5" text="移动SEM到颗粒视域位置" />
  1313. <Control name="ToolStripMenuItem_selectparticle" text="选择颗粒" />
  1314. <Control name="ToolStripMenuItem_exportimagefile" text="导出图像文件" />
  1315. <Control name="ToolStripMenuItem_exportzoomimagefile" text="导出放大图像文件" />
  1316. <Control name="label_Condition" text="条件查询:" />
  1317. <Control name="label_Area" text="面积(μm²)" />
  1318. <Control name="label_Dmax" text="Dmax(μm)" />
  1319. <Control name="label_ParticleName" text="颗粒名称" />
  1320. <Control name="btn_Sel" text="查询" />
  1321. <Control name="label_order" text="排序方式:" />
  1322. <Control name="label1" text="共" />
  1323. <Control name="label4" text="条记录,每页" />
  1324. <Control name="label2" text="条,共" />
  1325. <Control name="label6" text="页" />
  1326. <Control name="str1" text="选择颗粒" />
  1327. <Control name="str2" text="已选定" />
  1328. <Control name="str3" text="颗颗粒,请切换到分析图查看!" />
  1329. <Control name="str4" text="序号" />
  1330. <Control name="str5" text="颗粒图像" />
  1331. <Control name="str6" text="颗粒名" />
  1332. <Control name="str7" text="开始加载颗粒列表信息" />
  1333. <Control name="str8" text="颗粒列表,已完成加载" />
  1334. <Control name="str9" text="导出完成,图像共" />
  1335. <Control name="str10" text="输入类型错误!" />
  1336. <Control name="str11" text="请注意输入数值的对应大小关系!"/>
  1337. <Control name="str12" text="加载粒度列表并开始创建表结构列" />
  1338. <Control name="str15" text="正在加载颗粒列表,正在获取" />
  1339. <Control name="str18" text="Value" />
  1340. <Control name="partcletype0" text="过小颗粒" />
  1341. <Control name="partcletype1" text="过大颗粒" />
  1342. <Control name="partcletype2" text="亮度不在分析范围内的颗粒" />
  1343. <Control name="partcletype4" text="低计数率颗粒" />
  1344. <Control name="partcletype6" text="不含分析元素的颗粒" />
  1345. <Control name="partcletype7" text="非夹杂物颗粒SiC" />
  1346. <Control name="partcletype8" text="非夹杂物颗粒FeO" />
  1347. <Control name="partcletype9" text="未识别颗粒" />
  1348. <Control name="str21" text="面积μm²" />
  1349. <Control name="str22" text="等效圆直径μm" />
  1350. <Control name="str23" text="最长直径μm" />
  1351. <Control name="str24" text="最短直径μm" />
  1352. <Control name="str25" text="长短直径比" />
  1353. <Control name="str26" text="费雷特直径μm" />
  1354. <Control name="str27" text="正交直径μm" />
  1355. <Control name="str28" text="周长μm" />
  1356. <Control name="str29" text="内接圆直径μm" />
  1357. <Control name="str30" text="内接圆平均直径μm!" />
  1358. <Control name="str31" text="展开长度μm" />
  1359. <Control name="str32" text="展开长宽比" />
  1360. <Control name="str33" text="朝向角度°" />
  1361. </Controls>
  1362. </Form>
  1363. <Form>
  1364. <Name>OTSSysSTDMgrClass</Name>
  1365. <Controls>
  1366. <Control name="str1" text="无效颗粒" />
  1367. <Control name="str2" text="过小颗粒" />
  1368. <Control name="str3" text="过大颗粒" />
  1369. <Control name="str4" text="亮度不在分析范围内的颗粒" />
  1370. <Control name="str5" text="不进行搜索x-ray分析的颗粒" />
  1371. <Control name="str6" text="低x-ray计数颗粒" />
  1372. <Control name="str7" text="不含分析元素的颗粒" />
  1373. <Control name="str8" text="不进行x-ray分析的颗粒" />
  1374. <Control name="str9" text="非夹杂物颗粒SiC" />
  1375. <Control name="str10" text="非夹杂物颗粒FeO" />
  1376. <Control name="str11" text="未识别颗粒" />
  1377. </Controls>
  1378. </Form>
  1379. <!-- OTSPeriodicTable -->
  1380. <Form>
  1381. <Name>ClassinicationRuleForm</Name>
  1382. <Controls>
  1383. <Control name="btnadd" text="添加" />
  1384. <Control name="label3" text="最大" />
  1385. <Control name="label2" text="灰度最小" />
  1386. <Control name="label4" text="代表色" />
  1387. <Control name="label1" text="形态参数(长宽比)" />
  1388. <Control name="groupBox4" text="颗粒名称" />
  1389. <Control name="btndel" text="删除" />
  1390. <Control name="groupBox5" text="元素信息" />
  1391. <Control name="btnRuleAdd" text="从手动编辑添加+" />
  1392. <Control name="btnAddFromSysSTD" text="从系统库中添加+" />
  1393. <Control name="btn_selectperiodic" text="从元素周期表添加+" />
  1394. <Control name="btn_dbs" text="[点击选择]" />
  1395. <Control name="btn_ok" text="确 定" />
  1396. <Control name="btn_saveas" text="另存为" />
  1397. <Control name="btn_exit" text="退 出" />
  1398. <Control name="btn_open" text="打 开" />
  1399. <Control name="groupBox3" text="标准库名称" />
  1400. <Control name="btn_clear" text="清 空" />
  1401. <Control name="ClassinicationRuleForm" text="颗粒分析标准库编辑窗口" />
  1402. <Control name="str1" text="元素名" />
  1403. <Control name="str2" text="最小" />
  1404. <Control name="str3" text="最大" />
  1405. <Control name="str4" text="修改" />
  1406. <Control name="str5" text="删除" />
  1407. <Control name="str6" text="颗粒编号" />
  1408. <Control name="str7" text="颗粒名称" />
  1409. <Control name="str8" text="颗粒名" />
  1410. <Control name="str9" text="代表色" />
  1411. <Control name="str10" text="形态参数" />
  1412. <Control name="str11" text="灰度最小值" />
  1413. <Control name="str12" text="灰度最大值" />
  1414. <Control name="str13" text="元素编号" />
  1415. <Control name="str14" text="颗粒编号" />
  1416. <Control name="str15" text="元素名" />
  1417. <Control name="str16" text="原子数" />
  1418. <Control name="str17" text="规则" />
  1419. <Control name="str18" text="最小" />
  1420. <Control name="str19" text="最大" />
  1421. <Control name="str20" text="请输入要添加的分类名称" />
  1422. <Control name="str21" text="请选择要删除的颗粒" />
  1423. <Control name="str22" text="是否要删除颗粒?" />
  1424. <Control name="str23" text="灰度区间最小值不能大于最大值" />
  1425. <Control name="str24" text="输入错误" />
  1426. <Control name="str25" text="分类编号" />
  1427. <Control name="str26" text="颗粒分析标准库,保存元素列表失败" />
  1428. <Control name="str27" text="颗粒分析标准库,保存颗粒列表失败" />
  1429. <Control name="str28" text="颗粒分析标准库失败" />
  1430. <Control name="str29" text="请输入标准库名" />
  1431. <Control name="str30" text="请输入分类规则" />
  1432. <Control name="str31" text="请先输入库名" />
  1433. <Control name="str32" text="是否要退出?" />
  1434. <Control name="str33" text="退出" />
  1435. <Control name="str34" text="请选择对应的颗粒再进行编辑!" />
  1436. <Control name="str35" text="请先选择颗粒后再添加元素规则!" />
  1437. <Control name="str36" text="是否要删除全部信息?" />
  1438. </Controls>
  1439. </Form>
  1440. <Form>
  1441. <Name>ClassinicationRuleForm_Edit</Name>
  1442. <Controls>
  1443. <Control name="label1" text="元素名" />
  1444. <Control name="label2" text="最小" />
  1445. <Control name="label3" text="最大" />
  1446. <Control name="btn_ok" text="确定" />
  1447. <Control name="btn_esc" text="取消" />
  1448. <Control name="ClassinicationRuleForm_Edit" text="元素规则" />
  1449. <Control name="str1" text="修改" />
  1450. <Control name="str2" text="[修改元素规则]" />
  1451. <Control name="str3" text="增加" />
  1452. <Control name="str4" text="[增加元素规则]" />
  1453. <Control name="str5" text="填写的元素名不能为空" />
  1454. <Control name="str6" text="填写的元素最小值不能为空" />
  1455. <Control name="str7" text="填写的元素最大值不能为空" />
  1456. <Control name="str8" text="填写的元素名不正确" />
  1457. <Control name="str9" text="填写的元素名不存在请重新填写" />
  1458. <Control name="str10" text="输入的元素已经存在,请重新输入" />
  1459. <Control name="str11" text="元素编号" />
  1460. <Control name="str12" text="颗粒编号" />
  1461. <Control name="str13" text="元素名" />
  1462. <Control name="str14" text="原子数" />
  1463. <Control name="str15" text="规则" />
  1464. <Control name="str16" text="最小" />
  1465. <Control name="str17" text="最大" />
  1466. </Controls>
  1467. </Form>
  1468. <Form>
  1469. <Name>ClassinicationRuleFromSysSTDForm</Name>
  1470. <Controls>
  1471. <Control name="groupBox1" text="系统定义夹杂物列表" />
  1472. <Control name="label1" text="选择标准库" />
  1473. <Control name="groupBox2" text="所包含元素" />
  1474. <Control name="btn_ok" text="添 加" />
  1475. <Control name="btn_exit" text="退 出" />
  1476. <Control name="button1" text="全部添加" />
  1477. <Control name="ClassinicationRuleFromSysSTDForm" text="从系统标准库中添加" />
  1478. <Control name="str1" text="未找到系统标准库文件!" />
  1479. <Control name="str2" text="符号" />
  1480. <Control name="str3" text="元素名" />
  1481. <Control name="str4" text="中文名" />
  1482. <Control name="str5" text="颗粒ID" />
  1483. <Control name="str6" text="起" />
  1484. <Control name="str7" text="止" />
  1485. <Control name="str8" text="原子数" />
  1486. <Control name="str9" text="名称" />
  1487. <Control name="str10" text="编号" />
  1488. <Control name="str11" text="代表色" />
  1489. <Control name="str12" text="宽高比" />
  1490. <Control name="str13" text="元素号" />
  1491. <Control name="str14" text="原子数" />
  1492. <Control name="str15" text="规则" />
  1493. <Control name="str16" text="最小" />
  1494. <Control name="str17" text="最大" />
  1495. </Controls>
  1496. </Form>
  1497. <Form>
  1498. <Name>OTSPeriodicTableForm</Name>
  1499. <Controls>
  1500. <Control name="OTSPeriodicTableForm" text="元素周期表" />
  1501. </Controls>
  1502. </Form>
  1503. <Form>
  1504. <Name>OTSPeriodicTableForm_Small</Name>
  1505. <Controls>
  1506. <Control name="OTSPeriodicTableForm_Small" text="元素周期表" />
  1507. </Controls>
  1508. </Form>
  1509. <Form>
  1510. <Name>OTSMeasureOutputNlog</Name>
  1511. <Controls>
  1512. <Control name="OTSMeasureOutputNlog" text="log输出" />
  1513. <Control name="label1" text="log输出类型:" />
  1514. <Control name="button_clear" text="清屏" />
  1515. <Control name="button_stop" text="停止" />
  1516. </Controls>
  1517. </Form>
  1518. <Form>
  1519. <Name>ToolWindow</Name>
  1520. <Controls>
  1521. <Control name="ToolWindow" text="设置BSE图可视化灰度范围" />
  1522. <Control name="groupBox1" text="设置参数" />
  1523. <Control name="label1" text="灰度范围" />
  1524. <Control name="btnYes" text="确认" />
  1525. <Control name="btnCancel" text="取消" />
  1526. </Controls>
  1527. </Form>
  1528. <Form>
  1529. <Name>DINStandardABCDDS</Name>
  1530. <Controls>
  1531. <Control name="str1" text="夹杂物级别" />
  1532. <Control name="str2" text="结果" />
  1533. <Control name="str3" text="K0指数" />
  1534. </Controls>
  1535. </Form>
  1536. <Form>
  1537. <Name>frmParticleClassification</Name>
  1538. <Controls>
  1539. <Control name="frmParticleClassification" text="设置颗粒分类" />
  1540. <Control name="label1" text="选择类型" />
  1541. <Control name="button1" text="确 定" />
  1542. </Controls>
  1543. </Form>
  1544. <Form>
  1545. <Name>OTSDisplaySampleGrid</Name>
  1546. <Controls>
  1547. <Control name="str1" text="夹杂物级别" />
  1548. <Control name="str2" text="结果" />
  1549. <Control name="str3" text="K0指数" />
  1550. <Control name="str4" text="中文名" />
  1551. <Control name="str5" text="夹杂物ID" />
  1552. <Control name="str6" text="起" />
  1553. <Control name="str7" text="止" />
  1554. <Control name="str8" text="原子数" />
  1555. <Control name="str9" text="名称" />
  1556. <Control name="str10" text="编号" />
  1557. <Control name="str11" text="代表色" />
  1558. <Control name="str12" text="宽高比" />
  1559. <Control name="str13" text="元素号" />
  1560. <Control name="str14" text="原子数" />
  1561. <Control name="str15" text="规则" />
  1562. <Control name="str16" text="最小" />
  1563. <Control name="str17" text="最大" />
  1564. </Controls>
  1565. </Form>
  1566. </Resource>