ResourceID.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace OTSModelSharp.ResourceManage
  7. {
  8. public class ResourceID
  9. {
  10. public const int GrpGeneral = 0;
  11. public const int GrpImageScan = 1;
  12. public const int GrpImageProcess = 2;
  13. public const int GrpXray = 3;
  14. public const int GrpSEMParameter = 5;
  15. public const int GrpMeasureState = 6;
  16. public const int GrpMeasureResult = 7;
  17. public const int GrpOtherParam = 9;
  18. //
  19. public const int IDS_SAMPLE_TITLE_FIRST = 20000;
  20. public const int IDS_SAMPLE_DES_FIRST = 20070;
  21. public const int IDS_SAMPLE_ITEM_GROUP_NAME_FIRST = 20140;
  22. public const int IDS_MEASURE_STATUS_FIRST = 20150;
  23. public const int IDS_IMAGE_MODE_FIRST = 20160;
  24. public const int IDS_MEASURE_STOP_MODE_FIRST = 20170;
  25. public const int IDS_THREE_TIES_OPTIONS_FIRST = 20180;
  26. public const int IDS_X_RAY_SCAN_MODE_FIRST = 20185;
  27. public const int IDS_STRING20189 = 20189;
  28. public const int IDS_REPORT_TITLE_FIRST = 20190;
  29. public const int IDS_REPORT_DES_FIRST = 20210;
  30. public const int IDS_DATA_SOUCE_TYPE_FIRST = 20230;
  31. public const int IDS_IMAGE_DISPLAY_TYPE_FIRST = 20235;
  32. public const int IDS_IMAGE_TYPE_FIRST = 20240;
  33. public const int IDS_MEASURE_DATA_TYPE_FIRST = 20245;
  34. public const int IDS_CALCULATE_TABLE_TYPE_FIRST = 20255;
  35. public const int IDS_CALCULATE_CHART_TYPE_FIRST = 20265;
  36. public const int IDS_PARTICLE_TYPE_FIRST = 20275;
  37. public const int IDS_STD_ID_DEFUALT_FIRST = 20285;
  38. //public const int IDS_SIZE_CLASS_DEFUALT_FIRST = 20295;
  39. public const int IDS_SIZE_CAL_METHOD_TYPE_FIRST = 20305;
  40. public const int IDS_STRING20314 = 20314;
  41. public const int IDS_SIZE_GRID_CAL_METHOD_TYPE_FIRST = 20315;
  42. public const int IDS_STRING20316 = 20316;
  43. public const int IDS_TRIANTEMPLATE_TYPE_FIRST = 20325;
  44. public const int IDS_SYSTEMSTD_NAME_FIRST = 20335;
  45. public const int IDS_STRING20350 = 20350;
  46. public const int IDS_STRING20351 = 20351;
  47. public const int IDS_MEMBRANE_TYPE = 12265;
  48. public const int IDS_FIELD_STOP_TYPE = 20401;
  49. public const int IDS_BGREMOVE_TYPE = 20027;
  50. public const int IDS_AUTOBGREMOVE_TYPE = 12291;
  51. public const int IDS_STEEL_TECHNOLOGY = 20353;
  52. public const int IDD_LICENSE_INFO = 12000;
  53. public const int IDC_BUTTON_SAVE = 12001;
  54. public const int IDC_BUTTON_LOAD = 12002;
  55. public const int IDC_EDIT_NICKNAME = 12003;
  56. public const int IDC_COMBO_PACKID = 12004;
  57. public const int IDD_PROG_MGR_INFO = 12004;
  58. public const int IDC_COMBO_LICESETYPE = 12005;
  59. public const int IDC_DATETIME_EXPIREDATE = 12006;
  60. public const int IDD_SAMPLE_PLANE_MGR_INFO = 12006;
  61. public const int IDD_STAGE_MGR = 12006;
  62. public const int IDC_EDIT_KEY = 12007;
  63. public const int IDC_EDIT_MACHEINEID = 12008;
  64. public const int IDD_DLG_RENAME = 12008;
  65. public const int IDC_COMBO_YDIRECT = 12009;
  66. public const int IDC_COMBO_XDIREC = 12010;
  67. public const int IDD_DIALOG_CHECK_PARAM_RESULT = 12010;
  68. public const int IDC_EDIT_XEND = 12011;
  69. public const int IDC_EDIT_SAMPLEPLANENAME = 12012;
  70. public const int IDC_COMBO_STAGE = 12012;
  71. public const int IDC_EDIT3 = 12013;
  72. public const int IDC_EDIT_YEND = 12013;
  73. public const int IDC_EDIT_YSTART = 12014;
  74. public const int IDC_BUTTON_MEASPRAMPATHSET = 12016;
  75. public const int IDC_BUTTON_SMAPLEPLANESET = 12017;
  76. public const int IDC_BUTTON_STAGE = 12017;
  77. public const int IDC_LIST_STAGE = 12017;
  78. public const int IDC_BUTTON_PARTSTDLIBPATHSET = 12018;
  79. public const int IDC_PIC_STAGE = 12018;
  80. public const int IDC_CHECK1 = 12019;
  81. public const int IDC_MEAS_SWITCH = 12019;
  82. public const int IDC_CHECK_WARN_DO = 12019;
  83. public const int IDC_BTN_DEL = 12020;
  84. public const int IDC_COMBO_MEASURESPEED = 12021;
  85. public const int IDC_BTN_RENAME = 12021;
  86. public const int IDC_EDIT_MAGFACTOR = 12022;
  87. public const int IDC_BTN_APLY = 12022;
  88. public const int IDC_EDIT_FIEDNUM = 12023;
  89. public const int IDC_BTN_IMPORT = 12023;
  90. public const int IDC_EDIT_WORKDISTNS = 12024;
  91. public const int IDC_BTN_EXPORT = 12024;
  92. public const int IDC_EDIT_SAMPLENAME = 12025;
  93. public const int IDC_SCROLLBAR1 = 12025;
  94. public const int IDC_COMBO_EXCUTESWITCH = 12026;
  95. public const int IDC_EDIT1 = 12026;
  96. public const int IDC_EDIT_NAME = 12026;
  97. public const int IDC_EDIT_RESULT = 12026;
  98. public const int IDC_COMBO_PARAMSWITCH = 12027;
  99. public const int IDC_BUTTON1 = 12027;
  100. public const int IDC_EDIT_STDLIBNAME = 12028;
  101. public const int IDC_COMBO_ANALYXRAYSPEED = 12029;
  102. public const int IDC_COMBO_XRAYSCANMODE = 12030;
  103. public const int IDC_COMBO_SEARCHXRAYSPEED = 12031;
  104. public const int IDC_COMBO_STOPMODE = 12032;
  105. public const int IDC_COMBO_FETCHIMGMODE = 12033;
  106. public const int IDC_EDIT_STOPPARAM = 12034;
  107. public const int IDC_EDIT_STOP_TIME = 12034;
  108. public const int IDC_COMBO_IMGSCANSPEED = 12035;
  109. public const int IDC_COMBO_IMGSIZE = 12036;
  110. public const int IDC_EDIT_SCREENWIDTH = 12037;
  111. public const int IDC_EDIT_PARTAREAMIN = 12038;
  112. public const int IDC_EDIT_BACKMAX = 12039;
  113. public const int IDC_EDIT_PARTMAX = 12040;
  114. public const int IDC_EDIT_STDLIBNAME2 = 12041;
  115. public const int IDC_EDIT_STOP_FIELD_NUM = 12041;
  116. public const int IDC_EDIT_STOPPARAM2 = 12042;
  117. public const int IDC_EDIT_STOP_INCA_NUM = 12042;
  118. public const int IDC_EDIT_STOPPARAM3 = 12043;
  119. public const int IDC_EDIT_STDLIBNAME3 = 12043;
  120. public const int IDC_EDIT_MESA_PARAM_FILE = 12043;
  121. public const int IDC_EDIT_SEARCHXRAYCOUNTLIMIT = 12044;
  122. public const int IDC_EDIT_ANALYXRAYAIMVALUE = 12047;
  123. public const int IDC_EDIT_PARTAREAMAX = 12048;
  124. public const int IDC_EDIT_BACKMIN = 12049;
  125. public const int IDC_EDIT_PARTMIN = 12050;
  126. public const int IDC_EDIT_XSTART = 12051;
  127. public const int IDC_EDIT_MEASUREPARAMPATH = 12052;
  128. public const int IDC_EDIT_ANALYSESTDLIBPATH = 12053;
  129. public const int IDS_SOFTWARETYPEID_FIRST = 12200;
  130. public const int IDS_LICENSETYPEID_FIRST = 12205;
  131. public const int IDS_LICENSE_INFO_TITLE_FIRST = 12210;
  132. public const int IDS_BUTTON_EMAIL = 12220;
  133. public const int IDS_STAGE_FILE_TITLE_FIRST = 12221;
  134. public const int IDS_STRING12229 = 12229;
  135. public const int IDS_PART_SIZE_FILE_TITLE_FIRST = 12231;
  136. public const int IDS_STRING12236 = 12236;
  137. public const int IDS_USER_DEFINE = 12238;
  138. public const int IDS_UNDEFINED_PARTICLE = 12239;
  139. public const int IDS_XAXISDIRECTION = 12240;
  140. public const int IDS_STRING12228 = 12242;
  141. public const int IDS_STRING12245 = 12245;
  142. public const int IDS_YAXISDIRECTION = 12246;
  143. public const int IDS_SCANSTOPMODE = 12252;
  144. public const int IDS_FETCHIMAGEMODE = 12261;
  145. public const int IDS_SCANSPEED = 12270;
  146. public const int IDS_SCANSIZE = 12278;
  147. public const int IDS_STRING12300 = 12300;
  148. public const int IDS_ANALYSPEED = 12303;
  149. public const int IDS_SAMPLE_CHECK_RESULT = 12311;
  150. public const int IDS_STRING12321 = 12321;
  151. public const int IDS_ERROR_WARNING = 12322;
  152. public const int IDS_STRING12328 = 12328;
  153. public const int IDS_STRING12329 = 12329;
  154. public const int IDS_DEFAULT = 12330;
  155. public const int IDS_PARTICLE_GEN_INFO_START = 12331;
  156. public const int IDS_PARTICLE_COMPONENT_START = 12341;
  157. public const int IDS_STRING12350 = 12350;
  158. public const int IDS_SORT_CLASS_START = 12351;
  159. public const int IDS_SIC = 12356;
  160. public const int IDS_FEO = 12357;
  161. public const int IDS_SORT_KIND_START = 12361;
  162. public const int IDS_SORT_SIZE_START = 12371;
  163. public const int IDS_SIZE_CLASS_DEFUALT_FIRST = 12381;
  164. public const int IDS_AVE_ELEMENT_START = 12391;
  165. public const int IDS_PARTICL_UNDEFINED = 12401;
  166. public const int IDS_PARTICL_ANALYSIS = 12402;
  167. public const int IDS_INCLUSION_INDEX = 12403;
  168. public const int IDS_OPEN_TAGE_FILE = 12404;
  169. public const int IDS_OPEN_STAGE_FILE = 12404;
  170. public const int IDS_ELEMENT_COMPONENT_START = 12411;
  171. public const int IDS_RESULT_INFOR_NAME_FIRST = 12419;
  172. public const int IDS_STRING12435 = 12435;
  173. public const int IDS_COMMON_FIVE_START = 12436;
  174. public const int IDS_STRING12437 = 12437;
  175. public const int IDS_NUM = 12446;
  176. public const int IDS_PERCENT = 12447;
  177. public const int IDS_PERCENT_SUM = 12448;
  178. //public const int GBStr1 = 12449;
  179. //public const int GBStr2 = 12450;
  180. //public const int GBStr3 = 12451;
  181. //public const int GBStr4 = 12452;
  182. //public const int GBStr5 = 12453;
  183. //public const int GBStr6 = 12454;
  184. //public const int GBStr7 = 12455;
  185. //public const int GBStr8 = 12456;
  186. //public const int GBStr9 = 12457;
  187. public const int DlgCheckParam_Title = 12458;
  188. public const int DlgCheckParam_OKBtn = 12459;
  189. public const int DlgCheckParam_CancelBtn = 12460;
  190. public const int DlgCheckParam_WarningStr = 12461;
  191. public const int DlgStageMgr_StageList = 12462;
  192. public const int DlgStageMgr_Apply = 12463;
  193. public const int DlgStageMgr_Delete = 12464;
  194. public const int DlgStageMgr_Rename = 12465;
  195. public const int DlgStageMgr_Import = 12466;
  196. public const int DlgStageMgr_Export = 12467;
  197. public const int DlgStageMgr_Title = 12468;
  198. public const int DlgStageRename_Ok = 12469;
  199. public const int DlgStageRename_Cancel = 12470;
  200. public const int DlgStageRename_Title = 12471;
  201. public const int IDS_MEASURE_SHAPE = 12540;
  202. public const int IDS_MEASURE_StartMode = 12542;
  203. public const int IDS_MEASURE_FrameEndMode = 12544;
  204. public const int IDS_MEASURE_AUTOBGREMOVETYPE = 12546;
  205. public const int IDS_MEASURE_IMAGE_MODE = 12548;
  206. public const int IDS_XRAYSCANMODE = 12288;
  207. public const int IDS_SEARCHSPEED = 12295;
  208. //public const int IDS_MEMBRANE_TYPE = 20353;
  209. public const int IDS_USINGXRAYS = 20178;
  210. #region 报告迁移
  211. //测量结果数据
  212. public const int Measurement_Result_Data_0 = 40000;
  213. //测量图类型 bse,颗粒分类图
  214. public const int Type_Of_Survey_Drawing_0 = 40001;
  215. //测量图显示方式
  216. public const int Display_mode_Of_Measurement_Diagram_0 = 40002;
  217. //颗粒类型
  218. public const int Particle_Type_0 = 40003;
  219. //粒级表
  220. public const int Particle_Size_Table_0 = 40004;
  221. //粒级
  222. public const int Particle_Size_0 = 40005;
  223. //尺寸计算法
  224. public const int Dimension_Calculation_Method_0 = 40009;
  225. //最小颗粒
  226. public const int Minimum_Particle_0 = 40006;
  227. //最大颗粒
  228. public const int Maximum_Particle_0 = 40007;
  229. //测量数据
  230. public const int measured_Data_0 = 40008;
  231. //全部
  232. public const int All_0 = 40010;
  233. //自定义
  234. public const int custom_0 = 40011;
  235. //测量结果数据
  236. public const int Measurement_Result_Data_1 = 40000;
  237. //数据类型
  238. public const int data_type_1 = 40001;
  239. //数据表类型
  240. public const int Data_Table_Type_1 = 40002;
  241. //粒级表
  242. public const int Particle_Size_Table_1 = 40003;
  243. //尺寸计算法
  244. public const int Dimension_Calculation_Method_1 = 40004;
  245. //测量结果数据
  246. public const int Measurement_Result_Data_2 = 40000;
  247. //数据类型
  248. public const int data_type_2 = 40001;
  249. //数据表类型
  250. public const int Data_Table_Type_2 = 40002;
  251. //三元相图
  252. public const int Ternary_Phase_Diagram_2 = 40003;
  253. //粒级表
  254. public const int Particle_Size_Table_2 = 40004;
  255. //尺寸计算法
  256. public const int Dimension_Calculation_Method_2 = 40005;
  257. #endregion
  258. }
  259. }