AppResource_EN.xml 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581
  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="HardwareSet" />
  8. <Control name="tabLanguage" text="LanguageSet" />
  9. <Control name="rdb_ch" text="Chinese[ZH]" />
  10. <Control name="rdb_en" text="English[EN]" />
  11. <Control name="btnEDSTest" text="EDSTest" />
  12. <Control name="btnSEMTest" text="SEMTest" />
  13. <Control name="lblHEDSController" text="EDSController" />
  14. <Control name="lblHSEMController" text="SEMController" />
  15. <Control name="label1" text="BrukerVersion" />
  16. <Control name="lblLanguage" text="Language" />
  17. <Control name="str1" text="Please select the type of electron microscope you want to set up!" />
  18. </Controls>
  19. </Form>
  20. <Form>
  21. <Name>ControllerSettingForm</Name>
  22. <Controls>
  23. <Control name="tabXRay" text="X-RaySettings" />
  24. <Control name="lblCollectionTime" text="Collection" />
  25. <Control name="groupBox1" text="ImageDisplay" />
  26. <Control name="btnDisplayXRay" text="DisplayXRay" />
  27. <Control name="tabImage" text="BSESettings" />
  28. <Control name="groupBox2" text="ImageDisplay" />
  29. <Control name="btnDisplay" text="ImageAcquisition" />
  30. <Control name="lblDwellTime" text="Collection" />
  31. <Control name="lblResolution" text="Resolution" />
  32. <Control name="btnSaveImage" text="SaveImage" />
  33. <Control name="btnAreaRay" text="AreaRay" />
  34. <Control name="btnPointXRay" text="PointXRay" />
  35. <Control name="btnClearData" text="ClearData" />
  36. <Control name="btnEanalysis" text="Eanalysis" />
  37. <Control name="str1" text="Collecting" />
  38. <Control name="str2" text="No image information was obtained! " />
  39. <Control name="message1" text="Please enter the parameters to be set!" />
  40. <Control name="message2" text="Successful connection of hardware devices!" />
  41. <Control name="message3" text="Failed to connect hardware device!" />
  42. <Control name="message4" text="Successful setup!" />
  43. <Control name="message5" text="Setting failed, please check whether the hardware is connected!" />
  44. <Control name="message6" text="Achieve success!" />
  45. <Control name="message7" text="Access failed, please check whether the hardware is connected!" />
  46. <Control name="message8" text="Error in content format!" />
  47. <Control name="message9" text="Unconnected hardware device!" />
  48. <Control name="message10" text="Disconnected from hardware device!" />
  49. </Controls>
  50. </Form>
  51. <Form>
  52. <Name>SemTestForms</Name>
  53. <Controls>
  54. <Control name="BtnConnect" text="Connect" />
  55. <Control name="gbGetMethods" text="gbGetMethods" />
  56. <Control name="lblGSemScanFieldY" text="SemScanFieldY" />
  57. <Control name="lblGSemScanFieldX" text="SemScanFieldX" />
  58. <Control name="lblGHT" text="Voltage" />
  59. <Control name="lblGScanMode" text="ScanMode" />
  60. <Control name="lblGKV" text="VoltageValue" />
  61. <Control name="lblGFWD" text="WorkingDistance" />
  62. <Control name="lblGContrast" text="Contrast" />
  63. <Control name="lblGBrightness" text="Brightness" />
  64. <Control name="lblGSpotSize" text="SpotSize" />
  65. <Control name="lblGMagnification" text="Magnification" />
  66. <Control name="lblGPositionR" text="PositionR" />
  67. <Control name="lblGBeamBlank" text="BeamBlank" />
  68. <Control name="lblGPositionY" text="Y-axis" />
  69. <Control name="lblGPositionX" text="X-axis" />
  70. <Control name="btnDone" text="Done" />
  71. <Control name="btnGPositionXYR" text="Obtain" />
  72. <Control name="btnGContrast" text="Obtain" />
  73. <Control name="btnGBrightness" text="Obtain" />
  74. <Control name="btnGScanMode" text="Obtain" />
  75. <Control name="btnGLienTime" text="Obtain" />
  76. <Control name="btnGFWD" text="Obtain" />
  77. <Control name="btnGMagnification" text="Obtain" />
  78. <Control name="btnGBeamBlank" text="Obtain" />
  79. <Control name="btnGKV" text="Obtain" />
  80. <Control name="btnGSpotSize" text="Obtain" />
  81. <Control name="btnGSemScanFieldXY" text="Obtain" />
  82. <Control name="gbSetMethods" text="SetMethods" />
  83. <Control name="btnSContrast" text="SetUp" />
  84. <Control name="btnScanMode" text="SetUp" />
  85. <Control name="btnSLienTime" text="SetUp" />
  86. <Control name="btnSFWD" text="SetUp" />
  87. <Control name="btnSMagnification" text="SetUp" />
  88. <Control name="btnSBeamBlank" text="SetUp" />
  89. <Control name="btnSKV" text="SetUp" />
  90. <Control name="btnSBrightness" text="SetUp" />
  91. <Control name="btnSSpotSize" text="SetUp" />
  92. <Control name="btnSPositionXYR" text="SetUp" />
  93. <Control name="btnHT" text="Obtain" />
  94. <Control name="btnSHT" text="SetUp" />
  95. <Control name="btnSSemScanFieldXY" text="SetUp" />
  96. <Control name="label15" text="ScanningMatrixY-axis" />
  97. <Control name="label14" text="ScanningMatrixX-axis" />
  98. <Control name="label13" text="Voltage" />
  99. <Control name="label12" text="ScanningMode" />
  100. <Control name="label11" text="VoltageValue" />
  101. <Control name="label1" text="X-axis" />
  102. <Control name="label10" text="WorkDistance" />
  103. <Control name="label3" text="Y-axis" />
  104. <Control name="label9" text="Contrast" />
  105. <Control name="label4" text="BeamBaffle" />
  106. <Control name="label5" text="Angle" />
  107. <Control name="label8" text="Brightness" />
  108. <Control name="label6" text="Magnification" />
  109. <Control name="label7" text="SpotSize" />
  110. <Control name="message1" text="Please enter the parameters to be set!" />
  111. <Control name="message2" text="Successful connection of hardware devices!" />
  112. <Control name="message3" text="Failed to connect hardware device!" />
  113. <Control name="message4" text="Successful setup!" />
  114. <Control name="message5" text="Setting failed, please check whether the hardware is connected!" />
  115. <Control name="message6" text="Achieve success!" />
  116. <Control name="message7" text="Access failed, please check whether the hardware is connected!" />
  117. <Control name="message8" text="Error in content format!" />
  118. <Control name="message9" text="Unconnected hardware device!" />
  119. <Control name="message10" text="Disconnected from hardware device!" />
  120. <Control name="str1" text="Close connection" />
  121. <Control name="str2" text="Connect" />
  122. </Controls>
  123. </Form>
  124. <!-- OTSIncAReportApp -->
  125. <Form>
  126. <Name>frmReportApp</Name>
  127. <Controls>
  128. <Control name="dpbNew" text="New" />
  129. <Control name="dpbOpen" text="Open" />
  130. <Control name="dpbSave" text="Save" />
  131. <Control name="dpbSaveAS" text="SaveAs" />
  132. <Control name="dpbExport" text="Export" />
  133. <Control name="dpbCopy" text="Copy" />
  134. <Control name="dpbCopyAll" text="CopyAll" />
  135. <Control name="dpbUnDo" text="UnDo" />
  136. <Control name="dpbReDo" text="ReDo" />
  137. <Control name="ribbonOrbOptionButton1" text="Management" />
  138. <Control name="ribbonTab1" text="BasicFunction" />
  139. <Control name="ribbonPanel3" text="File" />
  140. <Control name="rbSelTool" text="Matching" />
  141. <Control name="rbAllImage" text="FullMatching" />
  142. <Control name="rbWidthImage" text="WidthMatching" />
  143. <Control name="rbChoiceTools" text="ChoiceTools" />
  144. <Control name="rbReverseSelection" text="ReverseSelection" />
  145. <Control name="rbCircular" text="Circular" />
  146. <Control name="rbRectangle" text="Rectangle" />
  147. <Control name="rbCancel" text="Cancel" />
  148. <Control name="rbOther" text="Other" />
  149. <Control name="rbRecap" text="Reclassification" />
  150. <Control name="rbMenu" text="Menu" />
  151. <Control name="rbOpen" text="Open" />
  152. <Control name="rbStaff" text="Staff" />
  153. <Control name="ribbonPanel2" text="Graphic" />
  154. <Control name="rbFrame" text="FrameBorder" />
  155. <Control name="rbRenew" text="Renew" />
  156. <Control name="rbGB1" text="StandardOne" />
  157. <Control name="rbGB2" text="StandardTwo" />
  158. <Control name="RSGrayVal" text="GrayValue" />
  159. <Control name="mouseMatter" text="MouseMatter" />
  160. <Control name="ribbonOrbMenuItem5" text="Copy" />
  161. <Control name="ribbonOrbMenuItem_Extremum" text="Extremum analysis" />
  162. <Control name="message1" text="Now there are open measurement results files which will not be saved after new projects are built. Are you sure to build a new one?" />
  163. <Control name="AnalysisDiagram" text="Analysis diagram" />
  164. <Control name="AnalysisDataSheet" text="Analysis data sheet" />
  165. <Control name="AnalysisDataChart" text="Analysis data chart" />
  166. </Controls>
  167. </Form>
  168. <Form>
  169. <Name>frmPartSizeEditorNew</Name>
  170. <Controls>
  171. <Control name="frmPartSizeEditorNew" text="Granular file editor" />
  172. <Control name="label3" text="route" />
  173. <Control name="label1" text="ParticleSizeName" />
  174. <Control name="label2" text="ParticleSizeValue" />
  175. <Control name="button4" text="Save as"/>
  176. <Control name="button1" text="Save" />
  177. <Control name="button2" text="determine" />
  178. <Control name="button3" text="close" />
  179. </Controls>
  180. </Form>
  181. <Form>
  182. <Name>frmMeasureRstMgr</Name>
  183. <Controls>
  184. <Control name="RDeleteNode" text="DeleteNode" />
  185. <Control name="AddSample" text="AddSample" />
  186. <Control name="button1" text="MultipleDataSources" />
  187. <Control name="frmMeasureRstMgr" text="MeasurementResult" />
  188. <Control name="str1" text="Delete " />
  189. <Control name="str2" text=" file?" />
  190. </Controls>
  191. </Form>
  192. <Form>
  193. <Name>frmReportConditionChoose</Name>
  194. <Controls>
  195. <Control name="frmReportConditionChoose" text="QueryParameter" />
  196. </Controls>
  197. </Form>
  198. <Form>
  199. <Name>frmMultiSourceSelect</Name>
  200. <Controls>
  201. <Control name="button1" text="Determine" />
  202. <Control name="button2" text="Cancel " />
  203. <Control name="frmMultiSourceSelect" text="MultiSourceSelect" />
  204. </Controls>
  205. </Form>
  206. <Form>
  207. <Name>OTSReportDockWindow</Name>
  208. <Controls>
  209. <Control name="SampleImageWindowName" text="AnalysisChart" />
  210. <Control name="CTablesWindowName" text="AnalyticalDataTable " />
  211. <Control name="CChartssWindowName" text="AnalyticalDataGraph" />
  212. </Controls>
  213. </Form>
  214. <Form>
  215. <Name>frmParticleSizeAdd</Name>
  216. <Controls>
  217. <Control name="label1" text="Size" />
  218. <Control name="btn_Sure" text="Sure " />
  219. <Control name="btn_Cancel" text="Cancel" />
  220. <Control name="frmParticleSizeAdd" text="ParticleSizeAdd" />
  221. <Control name="str1" text="The maximum value of filling in grain size can not be empty." />
  222. </Controls>
  223. </Form>
  224. <Form>
  225. <Name>frmPartSizeEditor</Name>
  226. <Controls>
  227. <Control name="groupBox1" text="ParticleSize" />
  228. <Control name="btn_Level" text="ParticleSizeADD" />
  229. <Control name="btn_ljedit" text="Sure" />
  230. <Control name="btn_ljdqpsf" text="OPen" />
  231. <Control name="btn_save" text="SaveAs" />
  232. <Control name="btn_ljqx" text="Cancel" />
  233. <Control name="groupBox2" text="ParticleSizeName" />
  234. <Control name="GrainSize" text="ParticleSize" />
  235. <Control name="Delete" text="Delete" />
  236. <Control name="frmPartSizeEditor" text="PartSizeEditor" />
  237. </Controls>
  238. </Form>
  239. <Form>
  240. <Name>Triangulation_List</Name>
  241. <Controls>
  242. <Control name="Triangulation_List" text="Ternary phase diagram template list" />
  243. <Control name="button1" text="add" />
  244. <Control name="button2" text="close" />
  245. </Controls>
  246. </Form>
  247. <Form>
  248. <Name>Triangulation_Edit</Name>
  249. <Controls>
  250. <Control name="Triangulation_Edit" text="Ternary phase diagram template editing" />
  251. </Controls>
  252. </Form>
  253. <Form>
  254. <Name>frmSampleImage</Name>
  255. <Controls>
  256. <Control name="GeneralParameters" text="General parameters" />
  257. </Controls>
  258. </Form>
  259. <Form>
  260. <Name>frmTables</Name>
  261. <Controls>
  262. <Control name="GeneralParameters" text="General parameters" />
  263. </Controls>
  264. </Form>
  265. <Form>
  266. <Name>frmReportSysConfig</Name>
  267. <Controls>
  268. <Control name="button18" text="Add" />
  269. <Control name="button17" text="Update" />
  270. <Control name="button16" text="Delete" />
  271. <Control name="button15" text="Cancel" />
  272. <Control name="groupBox3" text="ParticleSizeFile" />
  273. <Control name="label16" text="ParticleSize" />
  274. <Control name="label4" text="ParticleSizeFolder" />
  275. <Control name="label20" text="AnalysisStandard" />
  276. <Control name="btn_ybcsqx" text="Cancel" />
  277. <Control name="btn_ybcsbc" text="Sure" />
  278. <Control name="label7" text="AnalysisLibrary" />
  279. <Control name="label17" text="TemplateFile" />
  280. <Control name="label5" text="TemplateFolder" />
  281. <Control name="groupBox6" text="TemplateFile" />
  282. <Control name="groupBox7" text="StandardForParticleAnalysis" />
  283. <Control name="groupBox9" text="InclusionOfIndexCalculation" />
  284. <Control name="label22" text="ScaleFactor" />
  285. <Control name="label1" text="DisplayElement" />
  286. <Control name="groupBox2" text="DisplayInformationSettings" />
  287. <Control name="cb_EquivalentCircleDiameter" text="Equivalent" />
  288. <Control name="cb_FerretDiameter" text="Ferret" />
  289. <Control name="cb_DiameterRatio" text="Contrast" />
  290. <Control name="cb_MinDiameter" text="Min" />
  291. <Control name="cb_MaxDiameter" text="Max" />
  292. <Control name="cb_Area" text="Area" />
  293. <Control name="label2" text="DisplayType" />
  294. <Control name="label21" text="ReportTemplateFile" />
  295. <Control name="label6" text="TemplateFolder" />
  296. <Control name="groupBox8" text="TemplateFile" />
  297. <Control name="frmReportSysConfig" text="ProgramManagement" />
  298. <Control name="cb_PERP" text="Orthogonal diameter" />
  299. <Control name="cb_PERI" text="Perimeter" />
  300. <Control name="cb_INSCR" text="Inscribed circle diameter" />
  301. <Control name="cb_MEAN" text="Average diameter of inscribed circle" />
  302. <Control name="cb_ELONG" text="Expansion length" />
  303. <Control name="cb_ASPECT_ELONG" text="Expanded aspect ratio" />
  304. <Control name="cb_Orientation" text="Orientation angle" />
  305. </Controls>
  306. </Form>
  307. <Form>
  308. <Name>frmSTD</Name>
  309. <Controls>
  310. <Control name="groupBox3" text="DesignatedStandardLibrary" />
  311. <Control name="label1" text="Technology" />
  312. <Control name="button2" text="Reclassification" />
  313. <Control name="groupBox2" text="OriginalStandardLibrary" />
  314. <Control name="button1" text="Reclassification" />
  315. <Control name="frmSTD" text="StandardLibrarySettings" />
  316. <Control name="str1" text="General processing" />
  317. <Control name="str2" text="Calcium treatment" />
  318. <Control name="str3" text="Magnesium treatment" />
  319. <Control name="str4" text="Rare earth treatment" />
  320. <Control name="str5" text="Nothing" />
  321. <Control name="str6" text="Whether to reclassify the measurement results according to the original standard library?" />
  322. <Control name="str7" text="Re-classified according to the original standard library, please reload" />
  323. <Control name="str8" text="Reclassification" />
  324. <Control name="str9" text="Re-categorized by specified standard library, please reload" />
  325. <Control name="str10" text="Please add the measurement result file before you can reclassify it." />
  326. </Controls>
  327. </Form>
  328. <Form>
  329. <Name>OTSReport_Condition</Name>
  330. <Controls>
  331. <Control name="button1" text="Sure" />
  332. <Control name="button2" text="Cancel" />
  333. <Control name="lb_sjlx" text="DataType" />
  334. <Control name="lb_ccjsff" text="DimensionCalculationMethod" />
  335. <Control name="lb_ljb" text="ParticleSizeTable" />
  336. <Control name="lb_syxtmb" text="TernaryPhaseDiagramTemplate" />
  337. <Control name="OTSReport_Condition" text="EditingTemplateConditions" />
  338. </Controls>
  339. </Form>
  340. <Form>
  341. <Name>OTSReport_Export</Name>
  342. <Controls>
  343. <Control name="label2" text="CurrentProgress" />
  344. <Control name="label3" text="SelectTemplate" />
  345. <Control name="btn_export" text="Export" />
  346. <Control name="btn_exit" text="SignOut" />
  347. <Control name="label1" text="SavePath" />
  348. <Control name="btn_TempDes" text="EditTemplate" />
  349. <Control name="label4" text="DataSource" />
  350. <Control name="btn_preview" text="OpenReport" />
  351. <Control name="OTSReport_Export" text="ReportingProgramOutput" />
  352. <Control name="MessageBox1" text="Exporting report, please wait!" />
  353. <Control name="MessageBox2" text="Later" />
  354. <Control name="MessageBox3" text="The report has been opened, please close it first!" />
  355. <Control name="MessageBox4" text="Tips" />
  356. <Control name="MessageBox5" text="[yes] directly open the report, [no] regenerate the report, [canonical] cancel the operation" />
  357. <Control name="MessageBox6" text="The report has generated data, please select an operation" />
  358. <Control name="MessageBox7" text="Report template database file already exists, open it directly" />
  359. <Control name="RictBox1" text="Start export operation" />
  360. <Control name="RictBox2" text="no files found" />
  361. <Control name="RictBox3" text=", was it not exported?" />
  362. <Control name="RictBox4" text="The settings in the obtained template are:" />
  363. <Control name="RictBox5" text="Load the measurement result information table module" />
  364. <Control name="RictBox6" text="Loading: measurement result information table" />
  365. <Control name="RictBox7" text="wait for" />
  366. <Control name="RictBox8" text="Loading the measurement result information table module is completed" />
  367. <Control name="RictBox9" text="Load granule list module..." />
  368. <Control name="RictBox10" text="Loading: Particle List" />
  369. <Control name="RictBox11" text="measurement result information table" />
  370. <Control name="RictBox12" text="Loading:" />
  371. <Control name="RictBox13" text="Particle List" />
  372. <Control name="RictBox14" text="Loading granule list module complete" />
  373. <Control name="RictBox15" text="Load Average Element Content Table module..." />
  374. <Control name="RictBox16" text="Loading: Average Element Content Table" />
  375. <Control name="RictBox17" text="Loading Average Element Content Table Module Completed" />
  376. <Control name="RictBox18" text="Average Element Content Table" />
  377. <Control name="RictBox19" text="Loading in the particle size table module...." />
  378. <Control name="RictBox20" text="Loading: particle size table" />
  379. <Control name="RictBox21" text="Loading the particle size table module is complete" />
  380. <Control name="RictBox22" text="particle size table" />
  381. <Control name="RictBox23" text="Loading Particle Composition Diagram Module...." />
  382. <Control name="RictBox24" text="Loading: Particle composition diagram" />
  383. <Control name="RictBox25" text="Loading Particle Composition Diagram Module Completed" />
  384. <Control name="RictBox26" text="Particle composition diagram" />
  385. <Control name="RictBox27" text="Loading Element Component Diagram Module...." />
  386. <Control name="RictBox28" text="Loading: Elemental composition diagram" />
  387. <Control name="RictBox29" text="Loading Element Component Diagram Module Completed" />
  388. <Control name="RictBox30" text="Elemental composition diagram" />
  389. <Control name="RictBox31" text="Loading a ternary phase diagram module...." />
  390. <Control name="RictBox32" text="Loading: Ternary Phase Diagram" />
  391. <Control name="RictBox33" text="Loading ternary phase diagram module complete" />
  392. <Control name="RictBox34" text="Ternary Phase Diagram" />
  393. <Control name="RictBox35" text="Generate Template Template Database File...." />
  394. <Control name="RictBox36" text="Loading: Generate Template Template Database File" />
  395. <Control name="RictBox37" text="Template Temporary Database File Completion" />
  396. <Control name="RictBox38" text="Generate Template Template Database File" />
  397. <Control name="RictBox39" text="Importing into report template, completed" />
  398. <Control name="RictBox40" text="Null" />
  399. <Control name="RictBox41" text="Exported:" />
  400. <Control name="RictBox42" text="surface" />
  401. <Control name="RictBox43" text="Export complete!" />
  402. <Control name="RictBox44" text="The report template has been opened. Please close it first!" />
  403. <Control name="RictBox45" text="Tips" />
  404. </Controls>
  405. </Form>
  406. <Form>
  407. <Name>OTSReport_TemplateDesignerRM</Name>
  408. <Controls>
  409. <Control name="label5" text="Subtitle" />
  410. <Control name="label3" text="MainTitle" />
  411. <Control name="button1" text="SaveAs" />
  412. <Control name="button2" text="Return" />
  413. <Control name="label1" text="SampleNumber" />
  414. <Control name="label4" text="Standard" />
  415. <Control name="tabPage1" text="HomePage" />
  416. <Control name="label7" text="ResultsOverview" />
  417. <Control name="label6" text="SampleDescription" />
  418. <Control name="tabPage2" text="HeaderFooter" />
  419. <Control name="groupBox2" text="FootersSettings" />
  420. <Control name="label10" text="FootersText" />
  421. <Control name="label9" text="PageNumber" />
  422. <Control name="label2" text="CustomerNumber" />
  423. <Control name="groupBox1" text="HeaderSettings" />
  424. <Control name="label8" text="HeaderText" />
  425. <Control name="tabPage3" text="AnalysisResults" />
  426. <Control name="groupBox3" text="ParticlesClassificationChart" />
  427. <Control name="label18" text="DisplayTheModule" />
  428. <Control name="label13" text="ParticleRange" />
  429. <Control name="label19" text="DisplayGraphics" />
  430. <Control name="label11" text="CalculationMethod" />
  431. <Control name="groupBox4" text="ParticleSizeAnalysisResults" />
  432. <Control name="label17" text="DisplayTheModule" />
  433. <Control name="label16" text="ParticleRange" />
  434. <Control name="label14" text="CalculationMethod" />
  435. <Control name="tabPage4" text="ResultsOfElementAnalysis" />
  436. <Control name="groupBox5" text="ElementCompositionDiagram" />
  437. <Control name="label20" text="DisplayTheModule" />
  438. <Control name="label21" text="ParticleRange" />
  439. <Control name="label22" text="DisplayGraphics" />
  440. <Control name="label23" text="CalculationMethod" />
  441. <Control name="label24" text="ElementInformation" />
  442. <Control name="groupBox6" text="ElementAnalysisTable" />
  443. <Control name="label25" text="DisplayTheModule" />
  444. <Control name="label26" text="ParticleRange" />
  445. <Control name="label27" text="DisplayElements" />
  446. <Control name="label28" text="CalculationMethod" />
  447. <Control name="tabPage5" text="TernaryPhaseDiagram" />
  448. <Control name="groupBox7" text="TernaryPhaseDiagram" />
  449. <Control name="label40" text="DisplayTheModule" />
  450. <Control name="label41" text="ParticleRange" />
  451. <Control name="label33" text="TernaryPhaseDiagramTemplate" />
  452. <Control name="label42" text="QuantityPerLine" />
  453. <Control name="label44" text="CalculationMethod" />
  454. <Control name="tabPage6" text="ParticleListInformation" />
  455. <Control name="groupBox8" text="ParticleList" />
  456. <Control name="label32" text="EDSInformation" />
  457. <Control name="label31" text="EnlargeTheImage" />
  458. <Control name="label30" text="OriginalImage " />
  459. <Control name="label34" text="DisplayTheModule" />
  460. <Control name="label35" text="ParticleRange" />
  461. <Control name="label29" text="UpperLimit" />
  462. <Control name="label36" text="DisplayElements" />
  463. <Control name="label37" text="CalculationMethod" />
  464. <Control name="button6" text="Save" />
  465. <Control name="OTSReport_TemplateDesignerRM" text="Report preview information settings" />
  466. <Control name="report1" text="Pie chart" />
  467. <Control name="report2" text="Circle graph" />
  468. <Control name="report3" text="Column chart" />
  469. <Control name="report4" text="Linear graph" />
  470. <Control name="report5" text="Stacking diagram" />
  471. <Control name="report10" text="Ternary phase diagram template selection requires 2 integral multiples, please re select!" />
  472. <Control name="report11" text="Ternary phase diagram template selection requires 3 integral multiples, please re select!" />
  473. <Control name="report12" text="Tips" />
  474. <Control name="groupBox9" text="Home page setting information" />
  475. <Control name="label39" text="Template settings" />
  476. <Control name="label38" text="Particle size table information" />
  477. <Control name="label12" text="Particle size table information" />
  478. <Control name="label15" text="Particle size table information" />
  479. </Controls>
  480. </Form>
  481. <Form>
  482. <Name>frmCharts</Name>
  483. <Controls>
  484. <Control name="cbCustomTemplate" text="CustomTemplate" />
  485. <Control name="btnApplyTemplate" text="ApplicationTemplate" />
  486. <Control name="label3" text="Right" />
  487. <Control name="label2" text="Left" />
  488. <Control name="label1" text="Vertex " />
  489. <Control name="str1" text="Conventional parameters" />
  490. <Control name="str2" text="Particle Composition Map" />
  491. <Control name="str3" text="Please complete the information in the template!" />
  492. <Control name="str4" text="Are the same options generated in the template?" />
  493. </Controls>
  494. </Form>
  495. <Form>
  496. <Name>Frm_UserProgress</Name>
  497. <Controls>
  498. <Control name="str1" text="Current progress" />
  499. </Controls>
  500. </Form>
  501. <Form>
  502. <Name>Control_XRayTable</Name>
  503. <Controls>
  504. <Control name="str1" text="Count:" />
  505. <Control name="str2" text="Material:" />
  506. </Controls>
  507. </Form>
  508. <Form>
  509. <Name>OTSIncAReportFun</Name>
  510. <Controls>
  511. <Control name="str1" text="Distribution map ready to start connecting SEM" />
  512. <Control name="str2" text="Post-connection status invoked" />
  513. <Control name="str3" text="Obtain the ID of the electron microscope" />
  514. <Control name="str4" text="The electron microscope is connected and ready to disconnect." />
  515. <Control name="str5" text="Electron microscopy is a connected state, after completion of disconnection state" />
  516. <Control name="str6" text="Distribution map ready to start connecting SEM" />
  517. <Control name="str7" text="Post-connection status invoked" />
  518. <Control name="str8" text="Obtain the ID of the electron microscope" />
  519. <Control name="str9" text="The electron microscope is connected and ready to disconnect." />
  520. <Control name="str10" text="Electron microscopy is a connected state, after completion of disconnection state" />
  521. <Control name="str11" text="Distribution map ready to start moving EM to" />
  522. <Control name="str12" text="Obtain the original position of the electron microscope as X" />
  523. <Control name="str13" text="Error in obtaining the position of the electron microscope" />
  524. <Control name="str14" text="Move the electron microscope to the designated position" />
  525. <Control name="str15" text="Error in Moving Electron Microscope" />
  526. <Control name="str16" text="Distribution map ready to start moving EM to" />
  527. <Control name="str17" text="Obtain the original position of the electron microscope as X" />
  528. <Control name="str18" text="Error in obtaining the position of the electron microscope" />
  529. <Control name="str19" text="Move the electron microscope to the designated position" />
  530. <Control name="str20" text="Error in Moving Electron Microscope" />
  531. <Control name="str21" text="Prepare to close the electron microscope connection" />
  532. <Control name="str22" text="Prepare to close the electron microscope connection" />
  533. <Control name="str23" text="Ready to release DLL" />
  534. <Control name="str24" text="Prepare to close the electron microscope connection" />
  535. <Control name="str25" text="Ready to release DLL" />
  536. <Control name="str26" text="Choice" />
  537. <Control name="str27" text="Start loading data from the bottom...." />
  538. <Control name="str28" text="The number of bottom returned view data is 0...." />
  539. <Control name="str29" text="Start building image horizons...." />
  540. <Control name="str30" text="Calculating scale...." />
  541. <Control name="str31" text="Constructing whole map data...." />
  542. <Control name="str32" text="Completed" />
  543. <Control name="str33" text="Horizon Data Formation,Total" />
  544. <Control name="str34" text="field of vision..." />
  545. <Control name="str35" text="Conversion resolution..." />
  546. <Control name="str36" text="Complete other tasks..." />
  547. <Control name="str37" text="Minute " />
  548. <Control name="str38" text="second Total(" />
  549. <Control name="str39" text=")Millisecond" />
  550. <Control name="str40" text="The CGridDataClr of the incoming component is empty when calculating the condition of the distribution map. Please check!" />
  551. <Control name="str41" text="Delete" />
  552. <Control name="str42" text="No Display" />
  553. <Control name="str43" text="When calculating the condition of the distribution map, the empty GetGridColumnList is listed in the CGridDataClr of the incoming component. Please check!" />
  554. <Control name="str44" text="When calculating the condition of the distribution map, the behavior in the CGridDataClr of the incoming component is empty GetRowList, please check!" />
  555. <Control name="str45" text="Display" />
  556. <Control name="str46" text="No Display" />
  557. <Control name="str47" text="Choice" />
  558. <Control name="str48" text="Start loading data from the bottom...." />
  559. <Control name="str49" text="Start building image resources...." />
  560. <Control name="str50" text="Calculating scale...." />
  561. <Control name="str51" text="Constructing whole map data...." />
  562. <Control name="str52" text="Completed" />
  563. <Control name="str53" text="data,Total" />
  564. <Control name="str54" text="data..." />
  565. <Control name="str55" text="The CGridDataClr object transferred from the framework to the component is empty, please check!" />
  566. <Control name="str56" text="No Display" />
  567. <Control name="str57" text="Pass the GetGridColumnList of the CGridDataClr object from the framework to the component. Check!" />
  568. <Control name="str58" text="GetRowList, which transfers CGridDataClr objects from the framework to components, is empty. Check!" />
  569. <Control name="str59" text="Display" />
  570. <Control name="partcletype0" text="SMALL" />
  571. <Control name="partcletype1" text="OVERSIZE" />
  572. <Control name="partcletype2" text="AVE_GRAY_NOT_INRANRE" />
  573. <Control name="partcletype4" text="LOW_COUNT" />
  574. <Control name="partcletype6" text="NO_ANALYSIS_X_RAY" />
  575. <Control name="partcletype7" text="NOT_IDENTIFIED_SIC" />
  576. <Control name="partcletype8" text="NOT_IDENTIFIED_FEO" />
  577. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  578. <Control name="partcletype10" text="Analytical Particles" />
  579. </Controls>
  580. </Form>
  581. <Form>
  582. <Name>ChineseStandardABCDDS</Name>
  583. <Controls>
  584. <Control name="label1" text="A" />
  585. <Control name="label2" text="B" />
  586. <Control name="label3" text="C" />
  587. <Control name="label4" text="D" />
  588. <Control name="label5" text="DS" />
  589. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  590. <Control name="ToolStripMenuItem2" text="Copy the selected area" />
  591. <Control name="ToolStripMenuItem3" text="Restore to the initial state" />
  592. <Control name="toolStripMenuItem4" text="Copy the entire table" />
  593. <Control name="toolStripMenuItem5" text="Copy the selected area" />
  594. <Control name="toolStripMenuItem6" text="Restore to the initial state" />
  595. <Control name="toolStripMenuItem7" text="Copy the entire table" />
  596. <Control name="toolStripMenuItem8" text="Copy the selected area" />
  597. <Control name="toolStripMenuItem9" text="Restore to the initial state" />
  598. <Control name="toolStripMenuItem10" text="Copy the entire table" />
  599. <Control name="toolStripMenuItem11" text="Copy the selected area" />
  600. <Control name="toolStripMenuItem12" text="Restore to the initial state" />
  601. <Control name="toolStripMenuItem13" text="Copy the entire table" />
  602. <Control name="toolStripMenuItem14" text="Copy the selected area" />
  603. <Control name="toolStripMenuItem15" text="Restore to the initial state" />
  604. </Controls>
  605. </Form>
  606. <Form>
  607. <Name>NationalStandardMethodTwo</Name>
  608. <Controls>
  609. <Control name="label1" text="A" />
  610. <Control name="label2" text="B" />
  611. <Control name="label3" text="C" />
  612. <Control name="label4" text="D" />
  613. <Control name="label5" text="Sulfides" />
  614. <Control name="label6" text="DS" />
  615. </Controls>
  616. </Form>
  617. <Form>
  618. <Name>OTSIncAReportGridsFun</Name>
  619. <Controls>
  620. <Control name="str1" text="The CGridDataClr object passed into the decomposed table data is empty!" />
  621. <Control name="str2" text="Load the particle list and start loading data from the bottom..." />
  622. <Control name="str3" text="Name" />
  623. <Control name="str4" text="Image" />
  624. <Control name="str5" text="Area(um²)" />
  625. <Control name="str6" text="MaxDiameter(um)" />
  626. <Control name="str7" text="MinDiameter(um)" />
  627. <Control name="str8" text="RatioOfDiameter" />
  628. <Control name="str9" text="IdentifyCircle" />
  629. <Control name="str10" text="FeretDiameter" />
  630. <Control name="str11" text="The CGridDataClr object passed into the decomposed table data is empty!" />
  631. <Control name="str12" text="Load the granular list and start creating table structure columns..." />
  632. <Control name="str13" text="Load the granular list and start creating table structure rows..." />
  633. <Control name="str14" text="Load the particle list and start generating table data..." />
  634. <Control name="str15" text="Load the particle list, getting it" />
  635. <Control name="str16" text="Name" />
  636. <Control name="str17" text="Image" />
  637. <Control name="str18" text="Value" />
  638. <Control name="str19" text="The CGridDataClr object passed into the decomposed table data is empty!" />
  639. <Control name="str20" text="Distribution map ready to start connecting SEM" />
  640. <Control name="str21" text="Post-connection status invoked" />
  641. <Control name="str22" text="Obtain the ID of the electron microscope" />
  642. <Control name="str23" text="The electron microscope is connected and ready to disconnect." />
  643. <Control name="str24" text="Electron microscopy is a connected state, after completion of disconnection state" />
  644. <Control name="str25" text="Distribution map ready to start moving EM to" />
  645. <Control name="str26" text="Obtain the original position of the electron microscope as X" />
  646. <Control name="str27" text="Error in obtaining the position of the electron microscope" />
  647. <Control name="str28" text="Move the electron microscope to the designated position" />
  648. <Control name="str29" text="Error in Moving Electron Microscope" />
  649. <Control name="str30" text="Prepare to close the electron microscope connection" />
  650. <Control name="str31" text="Ready to release DLL" />
  651. <Control name="str32" text="PERP" />
  652. <Control name="str33" text="PERI" />
  653. <Control name="str34" text="INSCR" />
  654. <Control name="str35" text="MEAN" />
  655. <Control name="str36" text="ELONG" />
  656. <Control name="str37" text="ASPECT_ELONG" />
  657. <Control name="str38" text="ASPECT_MAX" />
  658. <Control name="str39" text="Orientation" />
  659. </Controls>
  660. </Form>
  661. <Form>
  662. <Name>ElementCompositionAvgGrid</Name>
  663. <Controls>
  664. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  665. <Control name="ToolStripMenuItem2" text="Replication Selection Area" />
  666. <Control name="ToolStripMenuItem3" text="Duplicate image" />
  667. <Control name="str1" text="No" />
  668. <Control name="str2" text="Particle Type" />
  669. <Control name="str3" text="Area(μm²)" />
  670. <Control name="str4" text="Name" />
  671. <Control name="str5" text="Small(μm²)" />
  672. <Control name="str6" text="Total " />
  673. <Control name="partcletype0" text="SMALL" />
  674. <Control name="partcletype1" text="OVERSIZE" />
  675. <Control name="partcletype2" text="AVE_GRAY_NOT_INRANRE" />
  676. <Control name="partcletype4" text="LOW_COUNT" />
  677. <Control name="partcletype6" text="NO_ANALYSIS_X_RAY" />
  678. <Control name="partcletype7" text="NOT_IDENTIFIED_SIC" />
  679. <Control name="partcletype8" text="NOT_IDENTIFIED_FEO" />
  680. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  681. </Controls>
  682. </Form>
  683. <Form>
  684. <Name>CompositionDistributionGrid</Name>
  685. <Controls>
  686. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  687. <Control name="ToolStripMenuItem2" text="Replication Selection Area" />
  688. <Control name="ToolStripMenuItem3" text="Duplicate image" />
  689. <Control name="str1" text="Number" />
  690. <Control name="str2" text="Average(um)Level" />
  691. <Control name="str3" text="Area(um²)" />
  692. <Control name="str4" text="Diameter(um)" />
  693. <Control name="str5" text="Max(um)Level" />
  694. <Control name="str6" text="MaxArea(um²)" />
  695. <Control name="str7" text="MaxDiameter(um)" />
  696. <Control name="str8" text="Particle Name" />
  697. <Control name="str9" text="Color" />
  698. <Control name="str10" text="TotalParticles" />
  699. <Control name="str11" text="Small" />
  700. <Control name="str13" text="AreaRadio%" />
  701. <Control name="partcletype0" text="SMALL" />
  702. <Control name="partcletype1" text="OVERSIZE" />
  703. <Control name="partcletype2" text="AVE_GRAY_NOT_INRANRE" />
  704. <Control name="partcletype4" text="LOW_COUNT" />
  705. <Control name="partcletype6" text="NO_ANALYSIS_X_RAY" />
  706. <Control name="partcletype7" text="NOT_IDENTIFIED_SIC" />
  707. <Control name="partcletype8" text="NOT_IDENTIFIED_FEO" />
  708. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  709. <Control name="str20" text="spinel" />
  710. <Control name="str21" text="oxide" />
  711. <Control name="str22" text="SulfurOxide" />
  712. <Control name="str23" text="nitrides" />
  713. <Control name="str24" text="sulfide" />
  714. </Controls>
  715. </Form>
  716. <Form>
  717. <Name>ParticlesSizeGrid</Name>
  718. <Controls>
  719. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  720. <Control name="ToolStripMenuItem2" text="Replication Selection Area" />
  721. <Control name="ToolStripMenuItem3" text="Duplicate image" />
  722. <Control name="str1" text="No" />
  723. <Control name="str8" text="Name" />
  724. <Control name="str9" text="Color" />
  725. <Control name="str10" text="Largest" />
  726. <Control name="str11" text="Total" />
  727. <Control name="partcletype0" text="SMALL" />
  728. <Control name="partcletype1" text="OVERSIZE" />
  729. <Control name="partcletype2" text="AVE_GRAY_NOT_INRANRE" />
  730. <Control name="partcletype4" text="LOW_COUNT" />
  731. <Control name="partcletype6" text="NO_ANALYSIS_X_RAY" />
  732. <Control name="partcletype7" text="NOT_IDENTIFIED_SIC" />
  733. <Control name="partcletype8" text="NOT_IDENTIFIED_FEO" />
  734. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  735. </Controls>
  736. </Form>
  737. <Form>
  738. <Name>ResultGrid</Name>
  739. <Controls>
  740. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  741. <Control name="ToolStripMenuItem2" text="Replication Selection Area" />
  742. <Control name="ToolStripMenuItem3" text="Duplicate image" />
  743. <Control name="str1" text="Title" />
  744. <Control name="str8" text="information" />
  745. <Control name="col1" text="Measurement result" />
  746. <Control name="col2" text="Start of operation" />
  747. <Control name="col3" text="End of operation" />
  748. <Control name="col4" text="Running time" />
  749. <Control name="col5" text="Total field of view" />
  750. <Control name="col6" text="Analysis standard library" />
  751. <Control name="col7" text="Detected features" />
  752. <Control name="col8" text="Field of view area(sq.μ m)" />
  753. <Control name="col9" text="Total area of analyzed features(sq.μm)" />
  754. <Control name="col10" text="Detected characteristic area ratio " />
  755. <Control name="col11" text="Inclusion/scale" />
  756. </Controls>
  757. </Form>
  758. <Form>
  759. <Name>frmReportConditionChoose</Name>
  760. <Controls>
  761. <Control name="sscaptionname1" text="Measurement Result" />
  762. <Control name="sscaptionname2" text="Survey Chart Type" />
  763. <Control name="sscaptionname3" text="Chart Display Mode" />
  764. <Control name="sscaptionname4" text="Particle Type" />
  765. <Control name="sscaptionname5" text="Grain Size" />
  766. <Control name="sscaptionname6" text="Smallest Particle" />
  767. <Control name="sscaptionname7" text="Maximum Particle" />
  768. <Control name="sscaptionname8" text="Computing Method" />
  769. <Control name="sscaptionname9" text="Data Type" />
  770. <Control name="sscaptionname10" text="Data Table Type" />
  771. <Control name="sscaptionname11" text="Data Graph Type" />
  772. <Control name="sscaptionname12" text="Ternary Phase Ciagram" />
  773. <Control name="sscaptionname13" text="Classification" />
  774. <Control name="sscaptionname14" text="Distribution Map" />
  775. <Control name="sscaptionname15" text="Permutation Diagram" />
  776. <Control name="sscaptionname16" text="ALL" />
  777. <Control name="sscaptionname17" text="Analytical Particles" />
  778. <Control name="sscaptionname18" text="Custom" />
  779. <Control name="sscaptionname19" text="All Particle Types" />
  780. <Control name="sscaptionname20" text="Analysis Particle Type" />
  781. <Control name="sscaptionname21" text="Particle Size Type" />
  782. <Control name="sscaptionname22" text="Measured Data" />
  783. <Control name="sscaptionname23" text="All Particles" />
  784. <Control name="sscaptionname24" text="Select Particles" />
  785. <Control name="sscaptionname25" text="Results Overview" />
  786. <Control name="sscaptionname26" text="Sample Information" />
  787. <Control name="sscaptionname27" text="Particle Composition" />
  788. <Control name="sscaptionname29" text="Size Distribution" />
  789. <Control name="sscaptionname30" text="Average Composition" />
  790. <Control name="m_reportname1" text="Classification of Common Particles" />
  791. <Control name="m_str_axisy1" text="ParticleNumber" />
  792. <Control name="str_operatonmodule1" text="Classification Chart of Common Particles" />
  793. <Control name="m_reportname2" text="ParticleComposition" />
  794. <Control name="m_str_axisy2" text="ParticleNumber" />
  795. <Control name="str_operatonmodule2" text="ParticleCompositionMap" />
  796. <Control name="m_reportname4" text="Particle Distribution" />
  797. <Control name="m_str_axisy4" text="ParticleNumber" />
  798. <Control name="str_operatonmodule4" text="Particle Size Distribution Map" />
  799. <Control name="str_operatonmodule5" text="Three phase diagram" />
  800. <Control name="str1" text="Parameter" />
  801. <Control name="str2" text="ConventionalParameters" />
  802. <Control name="BSEOriginal" text="BSE original"/>
  803. <Control name="ClassifiedDisplay" text="Classified display"/>
  804. <Control name="OriginalSplicing" text="Original splicing"/>
  805. <Control name="OriginalDistribution" text="Original distribution"/>
  806. <Control name="ParticleSizeTable" text="Particle size table"/>
  807. <Control name="ChineseStandard1" text="GB1"/>
  808. <Control name="ChineseStandard2" text="GB2"/>
  809. <Control name="AmericanStandard" text="American Standard"/>
  810. <Control name="GermanStandard" text="German standard"/>
  811. <Control name="CommonClassification" text="Common classification"/>
  812. <Control name="AllParticles" text="AllParticles" />
  813. <Control name="SelectParticles" text="SelectParticles" />
  814. <Control name="DataSourceType" text="DataSourceType" />
  815. <Control name="InclusionAreaRatio" text="ParticleAreaRatio" />
  816. <Control name="IncaArea scale" text="ParticleAreaRatio" />
  817. </Controls>
  818. </Form>
  819. <Form>
  820. <Name>Control_DrawDistrbutionImageAndBSE</Name>
  821. <Controls>
  822. <Control name="ToolStripMenuItem_selected" text="Select Particles" />
  823. <Control name="ToolStripMenuItem_delete" text="Delete" />
  824. <Control name="另存选择颗粒ToolStripMenuItem" text="SaveAs" />
  825. <Control name="ToolStripMenuItem_movesempoint" text="Move SEM to the Particle Horizon Position" />
  826. <Control name="toolStripMenuItem_copyimage" text="Duplicate image" />
  827. <Control name="str1" text="Start loading distribution map information" />
  828. <Control name="str2" text="Loading completed" />
  829. <Control name="str3" text="SEM location:" />
  830. <Control name="str4" text="Gray scale#:" />
  831. <Control name="str5" text="UnDo" />
  832. <Control name="str6" text="Select Particles" />
  833. <Control name="str7" text="Horizon location:" />
  834. <Control name="str8" text="Copy Image" />
  835. <Control name="str9" text="Move SEM to current position" />
  836. <Control name="str10" text="Move SEM to particle view position" />
  837. <Control name="MouseMove1" text="Particle SEM location:" />
  838. <Control name="MouseMove2" text="Grayscale#" />
  839. <Control name="BSEOriginal" text="BSE original"/>
  840. <Control name="ClassifiedDisplay" text="Classified display"/>
  841. <Control name="OriginalSplicing" text="Original splicing"/>
  842. <Control name="OriginalDistribution" text="Original distribution"/>
  843. </Controls>
  844. </Form>
  845. <Form>
  846. <Name>Control_DrawDistrbutionSortImage</Name>
  847. <Controls>
  848. <Control name="ToolStripMenuItem_selected" text="Select Particles" />
  849. <Control name="ToolStripMenuItem_delete" text="Delete" />
  850. <Control name="另存选择颗粒ToolStripMenuItem" text="SaveAs" />
  851. <Control name="ToolStripMenuItem_movesempoint" text="Move SEM to the Particle Horizon Position" />
  852. <Control name="toolStripMenuItem_copyimage" text="Duplicate image" />
  853. <Control name="str1" text="Start loading sort graph information" />
  854. <Control name="str2" text="Loading completed" />
  855. <Control name="str3" text="SEM location:" />
  856. <Control name="str4" text="Gray scale#:" />
  857. <Control name="str5" text="UnDo" />
  858. <Control name="str6" text="Select Particles" />
  859. <Control name="str7" text="Horizon location:" />
  860. <Control name="str8" text="Gray scale#" />
  861. <Control name="str9" text="Move SEM to current position" />
  862. <Control name="str10" text="Move SEM to particle view position" />
  863. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  864. <Control name="partcletype10" text="Analytical Particles" />
  865. </Controls>
  866. </Form>
  867. <!-- OTSIncAMeasureApp -->
  868. <Form>
  869. <Name>OTSIncAMeasureAppForm</Name>
  870. <Controls>
  871. <Control name="rbOpen" text="Open" />
  872. <Control name="rbNewDocument" text="New" />
  873. <Control name="rbOpenFile" text="Open" />
  874. <Control name="rbSaveFile" text="Save" />
  875. <Control name="rvSaveAsFile" text="SaveAs" />
  876. <Control name="rbSTDEditor" text="STDManage" />
  877. <Control name="rbExitApp" text="Exit" />
  878. <Control name="rbSelectDlg" text="ProgramManagement" />
  879. <Control name="rbTabHome" text="BasicFunction" />
  880. <Control name="rbPanelFile" text="ProjectDocuments" />
  881. <Control name="rbPanelSample" text="Sample operation and measurement area selection" />
  882. <Control name="rbAddSample" text="Add" />
  883. <Control name="rbDeleteSample" text="Delete" />
  884. <Control name="ribReset" text="Reset" />
  885. <Control name="rbMeasureCircle" text="Circle" />
  886. <Control name="rbMeasureRectangle" text="Rectangle" />
  887. <Control name="ribCircle" text="Circle" />
  888. <Control name="ribRectangle" text="Rectangle" />
  889. <Control name="ribPolygon" text="polygon" />
  890. <Control name="rbPanelFunction" text="MeasurementControl" />
  891. <Control name="rbStart" text="Start" />
  892. <Control name="rbStop" text="Stop" />
  893. <Control name="rbCheckParam" text="CheckParam" />
  894. <Control name="rbPReport" text="Report" />
  895. <Control name="rbReport" text="OpenReport" />
  896. <Control name="rbTabView" text="TabView" />
  897. <Control name="ribView" text="View" />
  898. <Control name="rbRuler" text="Ruler" />
  899. <Control name="rbSmaplePhoto" text="SmaplePhoto" />
  900. <Control name="rbSmapleName" text="SmapleName" />
  901. <Control name="rbRecover" text="Recover" />
  902. <Control name="TSGrayVal" text="GrayVal" />
  903. <Control name="STSemCoordinate" text="SemCoordinate" />
  904. <Control name="ribbonButton3" text="Reset" />
  905. <Control name="ribbonButton1" text="Open" />
  906. <Control name="ribbonOrbRecentItem1" text="Special Gray Grain Recognition Settings " />
  907. <Control name="m_SamplespaceWindowName" text="SampleStage" />
  908. <Control name="m_MeasureStauWindowName" text="MeasurementState" />
  909. <Control name="m_MeasureRetWindowName" text="MeasurementResult" />
  910. <Control name="m_NoWindowName" text="UnknownWorkingWindow" />
  911. <Control name="rbSTDEdit" text="Edit standard library" />
  912. <Control name="rbReClassify" text="Reclassification" />
  913. <Control name="rbConnectHardware" text="ConnectSem" />
  914. <Control name="rbDisconnectHardware" text="DisConnectSem" />
  915. <Control name="rbAutoBeamOff" text="AutoBeamOff" />
  916. <Control name="rbinterrupt" text="Interrupt" />
  917. <Control name="language" text="EN" />
  918. <Control name="message1" text="No OTSIncA valid pass!" />
  919. <Control name="message2" text="Is the current file modified or saved?" />
  920. <Control name="message3" text="Error log" />
  921. <Control name="message4" text="Whether to save modification information" />
  922. <Control name="message5" text="Confirm deletion " />
  923. <Control name="message6" text=" ?" />
  924. <Control name="message7" text="The measurement condition is normal!" />
  925. </Controls>
  926. </Form>
  927. <Form>
  928. <Name>DlgStageMgr</Name>
  929. <Controls>
  930. <Control name="button_edit" text="Edit" />
  931. <Control name="button_New" text="New" />
  932. </Controls>
  933. </Form>
  934. <Form>
  935. <Name>ProgMgrInfoForm</Name>
  936. <Controls>
  937. <Control name="groupBox1" text="SampleStage" />
  938. <Control name="label41" text="DefaultSample" />
  939. <Control name="label1" text="Template" />
  940. <Control name="groupBox2" text="SEMSampleStageInformation" />
  941. <Control name="label36" text="MinMagnification" />
  942. <Control name="label6" text="YStroke/mm" />
  943. <Control name="label5" text="YAxisDirection" />
  944. <Control name="label4" text="XStroke/mm" />
  945. <Control name="label3" text="XAxisDirection" />
  946. <Control name="label2" text="Screen100times/µm" />
  947. <Control name="groupBox3" text="ImageScanningParameters" />
  948. <Control name="label13" text="Dimension" />
  949. <Control name="label12" text="Accuracy" />
  950. <Control name="label11" text="Drawing" />
  951. <Control name="label10" text="Particles" />
  952. <Control name="label9" text="Number of terminated frames" />
  953. <Control name="label8" text="Termination time (seconds)" />
  954. <Control name="label7" text="Termination mode" />
  955. <Control name="groupBox4" text="ConventionalMeasurementParameters" />
  956. <Control name="label42" text="Refining" />
  957. <Control name="label19" text="UserLib" />
  958. <Control name="label18" text="SysLib" />
  959. <Control name="label40" text="μm" />
  960. <Control name="label16" text="Measurement" />
  961. <Control name="label15" text="Switch" />
  962. <Control name="label14" text="Name" />
  963. <Control name="groupBox5" text="ImageProcessingParameters" />
  964. <Control name="label22" text="ParticleRange" />
  965. <Control name="label21" text="BackgRange" />
  966. <Control name="label25" text="Min" />
  967. <Control name="label24" text="Min" />
  968. <Control name="label28" text="Max" />
  969. <Control name="label27" text="Max" />
  970. <Control name="label26" text="Max" />
  971. <Control name="label23" text="Min" />
  972. <Control name="label20" text="SizeRange" />
  973. <Control name="lbShape" text="DefualtMeasureShape" />
  974. <Control name="lbArea" text="DefualtMeasureArea" />
  975. <Control name="groupBox6" text="Parameter" />
  976. <Control name="label17" text="Time" />
  977. <Control name="label30" text="MinimumCount" />
  978. <Control name="label29" text="Accuracy" />
  979. <Control name="label32" text="LargeParticleX-rayTime" />
  980. <Control name="label45" text="SmallParticleX-rayTime" />
  981. <Control name="label33" text="CountingExpectations" />
  982. <Control name="label31" text="ScanningMode(Large particles)" />
  983. <Control name="label37" text="Analysis threshold" />
  984. <Control name="groupBox7" text="ModeSelection" />
  985. <Control name="lbModelSel" text="ModeSelection" />
  986. <Control name="lbLaboratoty" text="Laboratoty" />
  987. <Control name="lbAnalysisReferenceNumber" text="AnalysisReferenceNumber" />
  988. <Control name="lbCustomerName" text="CustomerName" />
  989. <Control name="lbOperatorName" text="OperatorName" />
  990. <Control name="lbSampleDescription" text="SampleDescription" />
  991. <Control name="lbComment" text="Comment" />
  992. <Control name="label_AUTOBGREMOVE_TYPE" text="AUTOBGREMOVE_TYPE" />
  993. <Control name="label_Auto" text="Auto" />
  994. <Control name="label_FrameEndMode" text="FrameEndMode" />
  995. <Control name="groupBox9" text="Standard library selection" />
  996. <Control name="label43" text="Background processing mode:" />
  997. <Control name="label44" text="Using X-ray" />
  998. <Control name="btnok" text="Sure" />
  999. <Control name="btncancel" text="Cancel" />
  1000. <Control name="button1" text="Special Gray Grain Recognition Settings" />
  1001. <Control name="ProgMgrInfoForm" text="ProgramManagement" />
  1002. <Control name="message1" text="Sample Stage information cannot be empty" />
  1003. <Control name="message2" text="Screen size cannot be empty at 100 times" />
  1004. <Control name="message3" text="The X-axis direction cannot be empty" />
  1005. <Control name="message4" text="X-axis travel cannot be empty" />
  1006. <Control name="message5" text="Y-axis travel cannot be empty" />
  1007. <Control name="message6" text="Y-Axis Travel Start Can't Be Empty" />
  1008. <Control name="message7" text="Termination time cannot be empty" />
  1009. <Control name="message8" text="The number of terminated frames cannot be null" />
  1010. <Control name="message9" text="The number of terminated inclusions should not be empty" />
  1011. <Control name="message10" text="Graphics cannot be empty" />
  1012. <Control name="message11" text="Scanning Graph Accuracy Can't Be Empty" />
  1013. <Control name="message12" text="Scanning map size cannot be empty" />
  1014. <Control name="message13" text="Minimum magnification cannot be empty" />
  1015. <Control name="message14" text="The minimum of particle area can not be empty" />
  1016. <Control name="message15" text="The maximum area of particles can not be empty" />
  1017. <Control name="message16" text="The small value of background gray scale can not be empty" />
  1018. <Control name="message17" text="The large range of background gray can not be empty" />
  1019. <Control name="message18" text="The minimum gray-scale range of particles can not be empty" />
  1020. <Control name="message19" text="The maximum gray-scale range of particles can not be empty" />
  1021. <Control name="message20" text="X-ray scanning mode cannot be empty" />
  1022. <Control name="message21" text="Analysis of X-ray accuracy cannot be empty" />
  1023. <Control name="message22" text="Analysis of X-ray Counting Expectations Can't Be Empty" />
  1024. <Control name="message23" text="Please enter the correct numerical format" />
  1025. <Control name="message24" text="Please enter the correct numerical format" />
  1026. <Control name="message25" text="Please enter the correct numerical format" />
  1027. <Control name="message26" text="Please enter the correct numerical format" />
  1028. <Control name="message27" text="Please enter the correct numerical format" />
  1029. <Control name="message28" text="Please enter the correct numerical format" />
  1030. <Control name="message29" text="Please enter the correct numerical format" />
  1031. <Control name="message30" text="Please enter the correct numerical format" />
  1032. <Control name="message31" text="Please enter the correct numerical format" />
  1033. <Control name="message32" text="Please enter the correct numerical format" />
  1034. <Control name="message33" text="Please enter the correct numerical format" />
  1035. <Control name="message34" text="Enter integers between 0 and 255" />
  1036. <Control name="message35" text="Please enter the correct numerical format" />
  1037. <Control name="message36" text="Enter integers between 0 and 255" />
  1038. <Control name="message37" text="Please enter the correct numerical format" />
  1039. <Control name="message38" text="Enter integers between 0 and 255" />
  1040. <Control name="message39" text="Please enter the correct numerical format" />
  1041. <Control name="message40" text="Enter integers between 0 and 255" />
  1042. <Control name="message41" text="Please enter the correct numerical format" />
  1043. <Control name="message42" text="Please enter the correct numerical format" />
  1044. <Control name="message43" text="Please enter a value not less than 40" />
  1045. <Control name="message44" text="Excessive input value!" />
  1046. <Control name="message45" text="Excessive input value" />
  1047. <Control name="message46" text="Excessive input value" />
  1048. <Control name="message47" text="Excessive input value" />
  1049. <Control name="message48" text="Input value is too small" />
  1050. <Control name="message49" text="Input value is too small" />
  1051. <Control name="message50" text="Please enter the correct range of values" />
  1052. <Control name="message51" text="Input value is too small" />
  1053. <Control name="message52" text="Input value is too small" />
  1054. <Control name="message53" text="Please enter the correct range of values" />
  1055. <Control name="message54" text="Failed to save sample desk!" />
  1056. <Control name="message55" text="Please enter the correct numerical format" />
  1057. <Control name="message56" text="Input value is too Large!" />
  1058. <Control name="message57" text="Input value is too Large!" />
  1059. <Control name="message58" text="Input value is too Large!" />
  1060. <Control name="message59" text="Please enter the correct numerical format" />
  1061. <Control name="message60" text="Please enter the correct numerical format" />
  1062. <Control name="message61" text="The item which called Using X-ray cannot be empty!" />
  1063. <Control name="message62" text="The entered measurement area area cannot be empty!" />
  1064. <Control name="message63" text="Please enter the correct numerical format!" />
  1065. <Control name="message64" text="Please enter the correct numerical format!" />
  1066. </Controls>
  1067. </Form>
  1068. <Form>
  1069. <Name>OTSSolutionWindow</Name>
  1070. <Controls>
  1071. <Control name="toolStripMenuItem1" text="IncreaseSample" />
  1072. <Control name="DeleteNode" text="DeleteSample" />
  1073. <Control name="SampleParaLock" text="EditLock" />
  1074. <Control name="ClearMeasureData" text="ClearData" />
  1075. <Control name="OTSSolutionWindow" text="SampleWindow" />
  1076. <Control name="m_DefaultSolutionName" text="Unloaded sample name" />
  1077. <Control name="m_DefaultSampleName" text="sample" />
  1078. <Control name="message1" text="Are you sure you want to delete it?" />
  1079. </Controls>
  1080. </Form>
  1081. <Form>
  1082. <Name>DlgStageEdit</Name>
  1083. <Controls>
  1084. <Control name="str1" text="HoleName" />
  1085. <Control name="str2" text="HoleShape" />
  1086. <Control name="str3" text="Center X coordinate" />
  1087. <Control name="str4" text="Center Y coordinate" />
  1088. <Control name="str5" text="WidthorDiameter" />
  1089. <Control name="str6" text="Heightor0" />
  1090. <Control name="str7" text="Circle" />
  1091. <Control name="str8" text="Square" />
  1092. <Control name="str9" text="The sample station name cannot be an empty string and cannot contain \ \ ', \ \' characters!" />
  1093. <Control name="str2" text="HoleShape" />
  1094. <Control name="str3" text="Center X coordinate" />
  1095. <Control name="str4" text="Center Y coordinate" />
  1096. <Control name="str5" text="WidthorDiameter" />
  1097. <Control name="str6" text="Heightor0" />
  1098. <Control name="str7" text="Circle" />
  1099. <Control name="str8" text="Square" />
  1100. <Control name="label1" text="StageName:" />
  1101. <Control name="label2" text="coordinate system:" />
  1102. <Control name="radioButton_OTS" text="OTS coordinate system" />
  1103. <Control name="radioButton_SEM" text="SEM coordinate system" />
  1104. <Control name="groupBox1" text="Sample stage border" />
  1105. <Control name="label3" text="StageFrameShape: " />
  1106. <Control name="radioButton_BoundaryCircle" text="Circle" />
  1107. <Control name="radioButton_BoundarySquare" text="Square" />
  1108. <Control name="label4" text="CenterPointCoordinates:" />
  1109. <Control name="label7" text="Width:" />
  1110. <Control name="label8" text="Height:" />
  1111. <Control name="groupBox2" text="Standard sample" />
  1112. <Control name="label14" text="Standard shape:" />
  1113. <Control name="radioButton_StandardsampleCircle" text="Circle" />
  1114. <Control name="radioButton_StandardsampleSqare" text="Sqare" />
  1115. <Control name="label13" text="CenterPointCoordinates: " />
  1116. <Control name="label10" text="Width:" />
  1117. <Control name="groupBox3" text="SampleHoleInformation:" />
  1118. <Control name="button_AddHole" text="AddHole" />
  1119. <Control name="button_DelHole" text="DelHole" />
  1120. <Control name="button_Generate" text="Generate" />
  1121. <Control name="button_Coordinate" text="CoordinateDisplay" />
  1122. <Control name="button_Ok" text="Save" />
  1123. </Controls>
  1124. </Form>
  1125. <Form>
  1126. <Name>OTSPropertyWindow</Name>
  1127. <Controls>
  1128. <Control name="OTSPropertyWindow" text="PropertiesWindow" />
  1129. </Controls>
  1130. </Form>
  1131. <Form>
  1132. <Name>MeasureCheckReportInfoWindow</Name>
  1133. <Controls>
  1134. <Control name="label6" text="Frames:" />
  1135. <Control name="label5" text="Particles:" />
  1136. <Control name="label4" text="Start:" />
  1137. <Control name="label3" text="MeasuringTime:" />
  1138. <Control name="label1" text="Measurements:" />
  1139. <Control name="label2" text="Status:" />
  1140. <Control name="label7" text="EndingTime:" />
  1141. <Control name="MeasureCheckReportInfoWindow" text="MeasurementResult" />
  1142. <Control name="str1" text="day" />
  1143. <Control name="str2" text="hour" />
  1144. <Control name="str3" text="minute" />
  1145. <Control name="str4" text="second" />
  1146. <Control name="str5" text="0second" />
  1147. </Controls>
  1148. </Form>
  1149. <Form>
  1150. <Name>MeasureProgressInfoWindow</Name>
  1151. <Controls>
  1152. <Control name="label1" text="SampleName" />
  1153. <Control name="label6" text="FrameCount" />
  1154. <Control name="label5" text="ParticleNumber" />
  1155. <Control name="label4" text="StartTime" />
  1156. <Control name="label3" text="MeasuringTime" />
  1157. <Control name="label2" text="State" />
  1158. <Control name="str1" text="day" />
  1159. <Control name="str2" text="hour" />
  1160. <Control name="str3" text="minute" />
  1161. <Control name="str4" text="second" />
  1162. <Control name="MeasureProgressInfoWindow" text="MeasurementProgress" />
  1163. </Controls>
  1164. </Form>
  1165. <Form>
  1166. <Name>OTSMeasureResultWindow</Name>
  1167. <Controls>
  1168. <Control name="label5" text="CurParticleSize" />
  1169. <Control name="label6" text="FrameCount" />
  1170. <Control name="label1" text="SampleName" />
  1171. <Control name="label2" text="Progress" />
  1172. <Control name="label3" text="MeasuringTime" />
  1173. <Control name="label4" text="StartTime" />
  1174. <Control name="TypeId" text="Classification " />
  1175. <Control name="strName" text="Name" />
  1176. <Control name="Number" text="Count" />
  1177. <Control name="Area" text="Area" />
  1178. <Control name="str1" text="day" />
  1179. <Control name="str2" text="hour" />
  1180. <Control name="str3" text="minute" />
  1181. <Control name="str4" text="second" />
  1182. <Control name="str5" text="Set the current measurement list error message:" />
  1183. <Control name="str6" text="Total particles:" />
  1184. <Control name="str7" text="Total area:" />
  1185. <Control name="str8" text="Set the current measurement list error message:" />
  1186. <Control name="state1" text="Complete" />
  1187. <Control name="state2" text="Fail" />
  1188. <Control name="state3" text="Stop" />
  1189. </Controls>
  1190. </Form>
  1191. <Form>
  1192. <Name>OTSMeasureStatusWindow</Name>
  1193. <Controls>
  1194. <Control name="SampleParaLock" text="GetBSEDiagram" />
  1195. <Control name="ViewStripMenuItem" text="Set the visual gray range of BSE image" />
  1196. <Control name="ChangeDiffImageShow" text="SwitchToBSE" />
  1197. <Control name="ToolStripMenuItem" text="De-backgroundImage " />
  1198. <Control name="grayToolStripMenuItem" text="DisplayB-GrayCurve" />
  1199. <Control name="AbandonGrayStripMenuItem" text="DisplayBackground-freeGray-scaleCurve" />
  1200. <Control name="MenuItemLineScam" text="LineScanningCurve" />
  1201. <Control name="PointScanElementMenuItem" text="PointScanElement" />
  1202. <Control name="ExportScanInfoMenuItem" text="ExportScanInfo" />
  1203. <Control name="message1" text="SwitchBSEDiagram" />
  1204. <Control name="message2" text="SwitchBSEDiagram" />
  1205. <Control name="message3" text="Data less than 2!" />
  1206. <Control name="message4" text="Gray value:" />
  1207. <Control name="message5" text="SwitchBSEDiagram" />
  1208. <Control name="message6" text="SwitchToBSEDe-backgroundImage" />
  1209. <Control name="message7" text="Diagram" />
  1210. <Control name="message8" text="GrayScaleCurve" />
  1211. <Control name="message9" text="De-backgroundGrayscaleCurve" />
  1212. <Control name="message10" text="Get single-point scanning data: number of elements: '" />
  1213. <Control name="message11" text=",the element name: '" />
  1214. <Control name="message12" text="DefaultLibrary" />
  1215. <Control name="message13" text="UserDefinedLibrary" />
  1216. <Control name="message14" text="SystemLibrary" />
  1217. <Control name="message15" text="Save the picture error log:" />
  1218. <Control name="message16" text="ElementName" />
  1219. <Control name="message17" text="AtomicNumber" />
  1220. <Control name="message18" text="PercentageOfMass" />
  1221. <Control name="message19" text="MoleRatio" />
  1222. <Control name="message20" text="Acquire image error acquirebseimage_ Click:" />
  1223. <Control name="message21" text="Delete single point acquisition information and display ruler information:" />
  1224. <Control name="message22" text="Data is less than 2!" />
  1225. <Control name="message23" text="error" />
  1226. <Control name="message24" text="Get SEM current location:" />
  1227. </Controls>
  1228. </Form>
  1229. <Form>
  1230. <Name>OTSSamplespaceWindow</Name>
  1231. <Controls>
  1232. <Control name="CMStrip" text="AddSample" />
  1233. <Control name="AddStage" text="AddMeasurement" />
  1234. <Control name="DeleteStage" text="DelMeasurement" />
  1235. <Control name="ReadSEMData" text="ReadSEMData" />
  1236. <Control name="SetSemData" text="SetSemData" />
  1237. <Control name="SetSEMCenterLocation" text="SetToTheCurrentLocation" />
  1238. <Control name="DriveSEMToCenterLocation" text="DriveSEMToCenterLocation" />
  1239. <Control name="DriveSEMToCurrentLocation" text="DriveSEMToCurrentLocation" />
  1240. <Control name="ShootBSEPicture" text="ShootBSEPicture" />
  1241. <Control name="DeleteBSEPicture" text="DeleteBSEPicture" />
  1242. <Control name="message1" text="Start acquiring frame information " />
  1243. <Control name="message2" text="Error log" />
  1244. <Control name="message3" text="DriveSEMToCurrentLocation:--Error log" />
  1245. <Control name="message4" text="DriveSEMToCenterLocation:--Error log" />
  1246. <Control name="message5" text="Get the current position of SEM:--Error log" />
  1247. <Control name="message6" text="Connecting electron microscope" />
  1248. <Control name="message7" text="Delete BSE Scanning Chart by Yes Confirmation" />
  1249. <Control name="message8" text="Delete BSE Scanning Chart of Sample Hole by Yes Confirmation" />
  1250. <Control name="message9" text="Delete BSE picture error message:" />
  1251. <Control name="message10" text="Is the polygon area drawn?" />
  1252. <Control name="message11" text="Tip" />
  1253. <Control name="message12" text="The current position of the SEM has exceeded the range of the sample stage and cannot be moved!" />
  1254. </Controls>
  1255. </Form>
  1256. <Form>
  1257. <Name>CStageManage</Name>
  1258. <Controls>
  1259. <Control name="ShootBSEPicture1" text="HoleMode" />
  1260. <Control name="ShootBSEPicture2" text="MeasureMode" />
  1261. </Controls>
  1262. </Form>
  1263. <Form>
  1264. <Name>SampleGrid</Name>
  1265. <Controls>
  1266. <Control name="m_reportname1" text="Classification of Common Particles" />
  1267. <Control name="m_str_axisy1" text="ParticleNumber" />
  1268. <Control name="str_operatonmodule1" text="Classification Chart of Common Particles" />
  1269. <Control name="m_reportname2" text="ParticleComposition" />
  1270. <Control name="m_str_axisy2" text="ParticleNumber" />
  1271. <Control name="str_operatonmodule2" text="ParticleCompositionMap" />
  1272. <Control name="m_reportname3" text="ElementComposition" />
  1273. <Control name="m_str_axisy3" text="ElementContent" />
  1274. <Control name="str_operatonmodule3" text="Elemental Component Map" />
  1275. <Control name="m_reportname4" text="Particle Distribution" />
  1276. <Control name="m_str_axisy4" text="ParticleNumber" />
  1277. <Control name="str_operatonmodule4" text="Particle Size Distribution Map" />
  1278. <Control name="str_operatonmodule5" text="Three phase diagram" />
  1279. <Control name="str1" text="Parameter" />
  1280. <Control name="str2" text="ConventionalParameters" />
  1281. </Controls>
  1282. </Form>
  1283. <Form>
  1284. <Name>ParticlesGrid</Name>
  1285. <Controls>
  1286. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  1287. <Control name="ToolStripMenuItem2" text="Replication Selection Area" />
  1288. <Control name="toolStripMenuItem4" text="Duplicate image" />
  1289. <Control name="ToolStripMenuItem3" text="Restore to the initial state" />
  1290. <Control name="ToolStripMenuItem5" text="Move SEM to the Particle Horizon Position" />
  1291. <Control name="ToolStripMenuItem_selectparticle" text="Selected granules" />
  1292. <Control name="ToolStripMenuItem_exportimagefile" text="Export image file" />
  1293. <Control name="ToolStripMenuItem_exportzoomimagefile" text="Export enlarged image file" />
  1294. <Control name="str1" text="Selected particles" />
  1295. <Control name="str2" text="Selected" />
  1296. <Control name="str3" text="Please switch to the analysis chart!" />
  1297. <Control name="str4" text="No" />
  1298. <Control name="str5" text="Image" />
  1299. <Control name="str6" text="Name" />
  1300. <Control name="str7" text="Start loading granular list information" />
  1301. <Control name="str8" text="Particle list, loaded" />
  1302. <Control name="str9" text="Export completed, image total" />
  1303. <Control name="str12" text="Load the granular list and start creating table structured Columns" />
  1304. <Control name="str15" text="Loading particle list, getting" />
  1305. <Control name="str18" text="Value" />
  1306. <Control name="partcletype0" text="SMALL" />
  1307. <Control name="partcletype1" text="OVERSIZE" />
  1308. <Control name="partcletype2" text="AVE_GRAY_NOT_INRANRE" />
  1309. <Control name="partcletype4" text="LOW_COUNT" />
  1310. <Control name="partcletype6" text="NO_ANALYSIS_X_RAY" />
  1311. <Control name="partcletype7" text="NOT_IDENTIFIED_SIC" />
  1312. <Control name="partcletype8" text="NOT_IDENTIFIED_FEO" />
  1313. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  1314. </Controls>
  1315. </Form>
  1316. <Form>
  1317. <Name>ParticlesGridDevidePage</Name>
  1318. <Controls>
  1319. <Control name="ToolStripMenuItem1" text="Copy the entire table" />
  1320. <Control name="ToolStripMenuItem2" text="Replication Selection Area" />
  1321. <Control name="toolStripMenuItem4" text="Copy the entire list image that is currently displayed" />
  1322. <Control name="ToolStripMenuItem3" text="Restore to the initial state" />
  1323. <Control name="ToolStripMenuItem5" text="Move SEM to the Particle Horizon Position" />
  1324. <Control name="ToolStripMenuItem_selectparticle" text="Selected granules" />
  1325. <Control name="ToolStripMenuItem_exportimagefile" text="Export image file" />
  1326. <Control name="ToolStripMenuItem_exportzoomimagefile" text="Export enlarged image file" />
  1327. <Control name="label_Condition" text="Condition query:" />
  1328. <Control name="label_Area" text="Area(μm²)" />
  1329. <Control name="label_Dmax" text="Dmax(μm)" />
  1330. <Control name="label_ParticleName" text="ParticleName" />
  1331. <Control name="btn_Sel" text="Sel" />
  1332. <Control name="label_order" text="Sort by:" />
  1333. <Control name="label1" text="common" />
  1334. <Control name="label4" text="Records per page" />
  1335. <Control name="label2" text="Article of" />
  1336. <Control name="label6" text="page" />
  1337. <Control name="str1" text="Selected particles" />
  1338. <Control name="str2" text="Selected" />
  1339. <Control name="str3" text="Please switch to the analysis chart!" />
  1340. <Control name="str4" text="No" />
  1341. <Control name="str5" text="Image" />
  1342. <Control name="str6" text="Name" />
  1343. <Control name="str7" text="Start loading granular list information" />
  1344. <Control name="str8" text="Particle list, loaded" />
  1345. <Control name="str9" text="Export completed, image total" />
  1346. <Control name="str10" text="The type of input is error!" />
  1347. <Control name="str11" text="Please pay attention to the corresponding size relationship of the input value! "/>
  1348. <Control name="str12" text="Load the granular list and start creating table structured Columns" />
  1349. <Control name="str15" text="Loading particle list, getting" />
  1350. <Control name="str18" text="Value" />
  1351. <Control name="partcletype0" text="SMALL" />
  1352. <Control name="partcletype1" text="OVERSIZE" />
  1353. <Control name="partcletype2" text="AVE_GRAY_NOT_INRANRE" />
  1354. <Control name="partcletype4" text="LOW_COUNT" />
  1355. <Control name="partcletype6" text="NO_ANALYSIS_X_RAY" />
  1356. <Control name="partcletype7" text="NOT_IDENTIFIED_SIC" />
  1357. <Control name="partcletype8" text="NOT_IDENTIFIED_FEO" />
  1358. <Control name="partcletype9" text="NOT_IDENTIFIED" />
  1359. <Control name="str21" text="Areaμm²" />
  1360. <Control name="str22" text="Equivalent circle diameterμm" />
  1361. <Control name="str23" text="Longest diameterμm" />
  1362. <Control name="str24" text="Minimum diameterμm" />
  1363. <Control name="str25" text="Long short diameter ratio" />
  1364. <Control name="str26" text="Ferret diameterμm" />
  1365. <Control name="str27" text="Orthogonal diameterμm" />
  1366. <Control name="str28" text="Perimeterμm" />
  1367. <Control name="str29" text="Inscribed circle diameterμm" />
  1368. <Control name="str30" text="Average diameter of inscribed circleμm!" />
  1369. <Control name="str31" text="Expansion lengthμm" />
  1370. <Control name="str32" text="Expanded aspect ratio" />
  1371. <Control name="str33" text="Orientation angle °" />
  1372. </Controls>
  1373. </Form>
  1374. <Form>
  1375. <Name>OTSSysSTDMgrClass</Name>
  1376. <Controls>
  1377. <Control name="str1" text="INVALID" />
  1378. <Control name="str2" text="SMALL" />
  1379. <Control name="str3" text="OVERSIZE" />
  1380. <Control name="str4" text="AVE_GRAY_NOT_INRANRE" />
  1381. <Control name="str5" text="SEARCH_X_RAY" />
  1382. <Control name="str6" text="LOW_COUNT" />
  1383. <Control name="str7" text="NO_INTEREST_ELEMENTS" />
  1384. <Control name="str8" text="ALAYSIS_X_RAY" />
  1385. <Control name="str9" text="NOT_IDENTIFIED_SiC" />
  1386. <Control name="str10" text="NOT_IDENTIFIED_FeO" />
  1387. <Control name="str11" text="Unidentified particles" />
  1388. </Controls>
  1389. </Form>
  1390. <!-- OTSPeriodicTable -->
  1391. <Form>
  1392. <Name>ClassinicationRuleForm</Name>
  1393. <Controls>
  1394. <Control name="btnadd" text="Add" />
  1395. <Control name="label3" text="Max" />
  1396. <Control name="label2" text="MinGray" />
  1397. <Control name="label4" text="Representative" />
  1398. <Control name="label1" text="AspectRatio" />
  1399. <Control name="groupBox4" text="ParticleName" />
  1400. <Control name="btndel" text="Delete" />
  1401. <Control name="groupBox5" text="ElementalInfo" />
  1402. <Control name="btnRuleAdd" text="RuleAdd+" />
  1403. <Control name="btnAddFromSysSTD" text="AddFromSysSTD+" />
  1404. <Control name="btn_selectperiodic" text="AddFromPeriodic+" />
  1405. <Control name="btn_dbs" text="[ClickSelect]" />
  1406. <Control name="btn_ok" text="OK" />
  1407. <Control name="btn_saveas" text="Saveas" />
  1408. <Control name="btn_exit" text="Exit" />
  1409. <Control name="btn_open" text="Open" />
  1410. <Control name="groupBox3" text="StandardLibraryName" />
  1411. <Control name="btn_clear" text="Clear" />
  1412. <Control name="ClassinicationRuleForm" text="ClassinicationRuleForm" />
  1413. <Control name="str1" text="ElementName" />
  1414. <Control name="str2" text="Min" />
  1415. <Control name="str3" text="Max" />
  1416. <Control name="str4" text="Upd" />
  1417. <Control name="str5" text="Del" />
  1418. <Control name="str6" text="ParticleId" />
  1419. <Control name="str7" text="ParticleName" />
  1420. <Control name="str8" text="Name" />
  1421. <Control name="str9" text="Representative" />
  1422. <Control name="str10" text="Parameters" />
  1423. <Control name="str11" text="MinGray" />
  1424. <Control name="str12" text="MaxGray" />
  1425. <Control name="str13" text="ElementNumber" />
  1426. <Control name="str14" text="ParticleId" />
  1427. <Control name="str15" text="ElementName" />
  1428. <Control name="str16" text="NumberOfAtoms" />
  1429. <Control name="str17" text="Rule" />
  1430. <Control name="str18" text="Min" />
  1431. <Control name="str19" text="Max" />
  1432. <Control name="str20" text="Please enter the category name you want to add" />
  1433. <Control name="str21" text="Please select the Particle to be removed" />
  1434. <Control name="str22" text="Do you want to remove Particle?" />
  1435. <Control name="str23" text="The minimum value of gray scale interval cannot be greater than the maximum value" />
  1436. <Control name="str24" text="Input error" />
  1437. <Control name="str25" text="ClassificationNumber" />
  1438. <Control name="str26" text="Standard library for particle analysis, failed to save element list" />
  1439. <Control name="str27" text="Standard database for particle analysis failed to save particle list" />
  1440. <Control name="str28" text="Failure of Standard Library for Particle Analysis" />
  1441. <Control name="str29" text="Please enter the standard library name" />
  1442. <Control name="str30" text="Please enter Classification rules" />
  1443. <Control name="str31" text="Please enter the library name first." />
  1444. <Control name="str32" text="Do you want to quit?" />
  1445. <Control name="str33" text="SignOut" />
  1446. <Control name="str34" text="Please select the corresponding Particle and edit it again!" />
  1447. <Control name="str35" text="Please select particles before adding element rules!" />
  1448. <Control name="str36" text="Do you want to delete all information?" />
  1449. </Controls>
  1450. </Form>
  1451. <Form>
  1452. <Name>ClassinicationRuleForm_Edit</Name>
  1453. <Controls>
  1454. <Control name="label1" text="ElementName" />
  1455. <Control name="label2" text="Min" />
  1456. <Control name="label3" text="Max" />
  1457. <Control name="btn_ok" text="OK" />
  1458. <Control name="btn_esc" text="Cancel" />
  1459. <Control name="ClassinicationRuleForm_Edit" text="ClassinicationRuleForm_Edit" />
  1460. <Control name="str1" text="Modify" />
  1461. <Control name="str2" text="[ModifyingElementRules]" />
  1462. <Control name="str3" text="Add" />
  1463. <Control name="str4" text="[AddingRules]" />
  1464. <Control name="str5" text="The element name cannot be empty" />
  1465. <Control name="str6" text="The minimum value of the element to be filled in cannot be empty" />
  1466. <Control name="str7" text="The maximum value of the element to be filled in cannot be empty" />
  1467. <Control name="str8" text="Incorrect element name" />
  1468. <Control name="str9" text="The element name you filled in does not exist. Please fill it in again." />
  1469. <Control name="str10" text="The input element already exists. Please re-enter it." />
  1470. <Control name="str11" text="ElementNumber" />
  1471. <Control name="str12" text="ParticleId" />
  1472. <Control name="str13" text="ElementName" />
  1473. <Control name="str14" text="AtomsNum" />
  1474. <Control name="str15" text="Rule" />
  1475. <Control name="str16" text="Min" />
  1476. <Control name="str17" text="Max" />
  1477. </Controls>
  1478. </Form>
  1479. <Form>
  1480. <Name>ClassinicationRuleFromSysSTDForm</Name>
  1481. <Controls>
  1482. <Control name="groupBox1" text="System Definition Inclusion List" />
  1483. <Control name="label1" text="SelectionOfLibrary" />
  1484. <Control name="groupBox2" text="IncludedElements" />
  1485. <Control name="btn_ok" text="Add" />
  1486. <Control name="btn_exit" text="SignOut" />
  1487. <Control name="button1" text="AddAll" />
  1488. <Control name="ClassinicationRuleFromSysSTDForm" text="AddFromSystemStandardLibrary" />
  1489. <Control name="str1" text="System Standard Library File Not Found!" />
  1490. <Control name="str2" text="Symbol" />
  1491. <Control name="str3" text="ElementName" />
  1492. <Control name="str4" text="ChineseName" />
  1493. <Control name="str5" text="Particle ID" />
  1494. <Control name="str6" text="Start" />
  1495. <Control name="str7" text="End" />
  1496. <Control name="str8" text=" AtomsNumber" />
  1497. <Control name="str9" text="Name" />
  1498. <Control name="str10" text="Number" />
  1499. <Control name="str11" text="Representative" />
  1500. <Control name="str12" text="AspectRatio" />
  1501. <Control name="str13" text="ElementNumber" />
  1502. <Control name="str14" text="AtomsNumber" />
  1503. <Control name="str15" text="Rule" />
  1504. <Control name="str16" text="Min" />
  1505. <Control name="str17" text="Max" />
  1506. </Controls>
  1507. </Form>
  1508. <Form>
  1509. <Name>OTSPeriodicTableForm</Name>
  1510. <Controls>
  1511. <Control name="OTSPeriodicTableForm" text="Periodic table of elements" />
  1512. </Controls>
  1513. </Form>
  1514. <Form>
  1515. <Name>OTSPeriodicTableForm_Small</Name>
  1516. <Controls>
  1517. <Control name="OTSPeriodicTableForm_Small" text="Periodic table of elements" />
  1518. </Controls>
  1519. </Form>
  1520. <Form>
  1521. <Name>OTSMeasureOutputNlog</Name>
  1522. <Controls>
  1523. <Control name="OTSMeasureOutputNlog" text="LogOutput" />
  1524. <Control name="label1" text="LogOutputStype:" />
  1525. <Control name="button_clear" text="Clear" />
  1526. <Control name="button_stop" text="Stop" />
  1527. </Controls>
  1528. </Form>
  1529. <Form>
  1530. <Name>ToolWindow</Name>
  1531. <Controls>
  1532. <Control name="ToolWindow" text="Set the visual gray range of BSE image" />
  1533. <Control name="groupBox1" text="Set parameters" />
  1534. <Control name="label1" text="Grayscale range" />
  1535. <Control name="btnYes" text="confirm" />
  1536. <Control name="btnCancel" text="cancel" />
  1537. </Controls>
  1538. </Form>
  1539. <Form>
  1540. <Name>DINStandardABCDDS</Name>
  1541. <Controls>
  1542. <Control name="str1" text="Inclusion grade" />
  1543. <Control name="str2" text="result" />
  1544. <Control name="str3" text="K0 index" />
  1545. </Controls>
  1546. </Form>
  1547. <Form>
  1548. <Name>frmParticleClassification</Name>
  1549. <Controls>
  1550. <Control name="frmParticleClassification" text="Set particle classification" />
  1551. <Control name="label1" text="Select type" />
  1552. <Control name="button1" text="determine" />
  1553. </Controls>
  1554. </Form>
  1555. </Resource>