resource.h
上传用户:sz81710966
上传日期:2013-03-01
资源大小:409k
文件大小:3k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by FontTest.rc
  4. //
  5. #define IDM_ABOUTBOX                    0x0010
  6. #define IDD_ABOUTBOX                    100
  7. #define IDS_ABOUTBOX                    101
  8. #define IDD_FONTTEST_DIALOG             102
  9. #define IDS_TITLE                       102
  10. #define IDS_LANG_CHINESE_PRC            103
  11. #define IDS_LANG_CHINESE_TAIWAN         104
  12. #define IDS_LANG_JAPANESE               105
  13. #define IDS_LANG_KOREAN                 106
  14. #define IDS_LANG_UNSUPPORT              107
  15. #define IDS_COLOR_SINGLE                108
  16. #define IDS_COLOR_MULTICOLOR_8          109
  17. #define IDS_COLOR_MULTICOLOR_16         110
  18. #define IDS_COLOR_MULTICOLOR_32         111
  19. #define IDS_RES_UNICODE                 112
  20. #define IDS_RES_GB2312                  113
  21. #define IDS_RES_GBK                     114
  22. #define IDS_RES_GB18030                 115
  23. #define IDS_RES_BIG5                    116
  24. #define IDS_COLOR_MULTICOLOR_24         117
  25. #define IDS_SOURCE_ALL_CODE             118
  26. #define IDS_SOURCE_HAND_EDIT            119
  27. #define IDS_SOURCE_SELECT_FILE          120
  28. #define IDS_CREATE_LIBRARY_FAIL         121
  29. #define IDR_MAINFRAME                   128
  30. #define IDI_POINT                       129
  31. #define IDI_ICON1                       130
  32. #define IDI_ICON2                       135
  33. #define IDC_EDIT_SHOW                   1000
  34. #define IDC_EDIT_CODE                   1001
  35. #define IDC_BUTTON_STOP                 1002
  36. #define IDC_BUTTON_NEXT                 1003
  37. #define IDC_EDIT_BEGIN_CODE             1004
  38. #define IDC_BUTTON_APPLY                1005
  39. #define IDC_COMBO1                      1012
  40. #define IDC_COMBO_CODE_TYPE             1012
  41. #define IDC_STATIC_PREVIEW              1013
  42. #define IDC_EDIT_LANGUAGE               1014
  43. #define IDC_EDIT_FONT_WIDTH             1015
  44. #define IDC_SPIN_FONT_WIDTH             1016
  45. #define IDC_BUTTON_CREATE_FONT          1017
  46. #define IDC_EDIT_FONT_HEIGHT            1018
  47. #define IDC_SPIN_FONT_HEIGHT            1019
  48. #define IDC_BUTTON_TTF                  1020
  49. #define IDC_EDIT_TTF_NAME               1021
  50. #define IDC_COMBO_FONT_COLOR            1022
  51. #define IDC_EDIT_FONT_LIBRARY_URL       1023
  52. #define IDC_FONT_CURVE                  1024
  53. #define IDC_COMBO_FONT                  1025
  54. #define IDC_COMBO_SOURCE                1026
  55. #define IDC_EDIT_SOURCE                 1027
  56. #define IDC_BUTTON_SELECT_FILE          1028
  57. #define IDC_BUTTON_FILE_URL             1029
  58. #define IDC_EDIT_FIND_CHAR              1030
  59. // Next default values for new objects
  60. // 
  61. #ifdef APSTUDIO_INVOKED
  62. #ifndef APSTUDIO_READONLY_SYMBOLS
  63. #define _APS_NEXT_RESOURCE_VALUE        137
  64. #define _APS_NEXT_COMMAND_VALUE         32771
  65. #define _APS_NEXT_CONTROL_VALUE         1032
  66. #define _APS_NEXT_SYMED_VALUE           101
  67. #endif
  68. #endif