resource.h
上传用户:sanxfzhen
上传日期:2014-12-28
资源大小:2324k
文件大小:3k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by TextClassify.rc
  4. //
  5. #define sdf                             0
  6. #define IDD_ABOUTBOX                    100
  7. #define IDR_MAINFRAME                   128
  8. #define IDR_TEXTCLTYPE                  129
  9. #define IDD_WORDSEG                     130
  10. #define IDD_TRAINPARAMS                 133
  11. #define IDD_TESTPARAMS                  134
  12. #define IDD_SVMPARAMS                   135
  13. #define IDC_EDIT_SOURCE                 1000
  14. #define IDC_EDIT_TARGET                 1001
  15. #define IDC_BTN_BROWSE1                 1002
  16. #define IDC_BTN_BROWSE2                 1003
  17. #define IDC_MULTI_DOCS                  1004
  18. #define IDC_DEL_STOPWORDS               1005
  19. #define IDC_TXT_TRAIN_DIR               1006
  20. #define IDC_TXT_RESULT                  1007
  21. #define IDC_BTN_TRAIN                   1008
  22. #define IDC_BTN_RESULTS                 1009
  23. #define IDC_RADIO_FS_IG                 1010
  24. #define IDC_RADIO_FS_MI                 1011
  25. #define IDC_RADIO_FS_CE                 1012
  26. #define IDC_RADIO_FS_X2                 1013
  27. #define IDC_RADIO_FS_WE                 1014
  28. #define IDC_RADIO_FS_XXMODE             1015
  29. #define IDC_TXT_WORD_SIZE               1016
  30. #define IDC_RADIO_WEIGHT                1017
  31. #define IDC_TXT_TEST_DIR                1018
  32. #define IDC_BTN_TEST                    1020
  33. #define IDC_CLASSIFYTYPE                1021
  34. #define IDC_MULTI                       1022
  35. #define IDC_EDIT_KNN                    1023
  36. #define IDC_THRESHOLD                   1024
  37. #define IDC_EVALUATE                    1025
  38. #define IDC_EDIT_C1                     1026
  39. #define IDC_CHECK_I                     1027
  40. #define IDC_CHECK_B                     1028
  41. #define IDC_EDIT_J                      1029
  42. #define IDC_EDIT_D                      1030
  43. #define IDC_EDIT_G                      1031
  44. #define IDC_EDIT_S                      1032
  45. #define IDC_EDIT_C                      1033
  46. #define IDC_EDIT_U                      1034
  47. #define IDC_COMBO_T                     1035
  48. #define IDC_CHECK_X                     1037
  49. #define IDC_EDIT_O                      1038
  50. #define IDC_EDIT_K                      1039
  51. #define IDC_EDIT_P                      1040
  52. #define IDC_EDIT_Q                      1041
  53. #define IDC_EDIT_N                      1042
  54. #define IDC_EDIT_M                      1043
  55. #define IDC_EDIT_E                      1044
  56. #define IDC_EDIT_H                      1045
  57. #define IDC_FINAL_CHECK                 1046
  58. #define IDC_RADIO_CLASSIFIER_TYPE       1047
  59. #define IDC_RADIO2                      1048
  60. #define IDC_DOCFORMAT                   1052
  61. #define ID_MAIN_TRAINKNN                32771
  62. #define ID_MAIN_TRAINSVM                32772
  63. #define ID_TOOLS_WORDSEG                32773
  64. #define ID_MAIN_OPENMODEL               32774
  65. #define ID_MAIN_TEST                    32775
  66. #define ID_MAIN_RESULTS                 32776
  67. #define ID_MAIN_TRAINBAYES              32780
  68. #define ID_INDICATOR_TIME               61448
  69. // Next default values for new objects
  70. // 
  71. #ifdef APSTUDIO_INVOKED
  72. #ifndef APSTUDIO_READONLY_SYMBOLS
  73. #define _APS_3D_CONTROLS                     1
  74. #define _APS_NEXT_RESOURCE_VALUE        137
  75. #define _APS_NEXT_COMMAND_VALUE         32781
  76. #define _APS_NEXT_CONTROL_VALUE         1053
  77. #define _APS_NEXT_SYMED_VALUE           101
  78. #endif
  79. #endif