resources.h 580 B

123456789101112131415161718192021222324252627282930313233
  1. #ifndef _RESOURCES_H
  2. #define _RESOURCES_H
  3. #define IDI_APP 2
  4. #define IDC_EDIT 10
  5. #define IDC_LABEL 11
  6. #define IDC_UTF8 12
  7. #define IDC_GBK 13
  8. #define IDC_ENC 21
  9. #define IDC_DEC 22
  10. #define IDC_FORMAT 23
  11. #define IDC_MINIFY 24
  12. #define IDC_TIME2STR 25
  13. #define IDC_STR2TIME 26
  14. #define IDM_MAIN 100
  15. #define IDM_BASE64 101
  16. #define IDM_URL 102
  17. #define IDM_MD5 103
  18. #define IDM_SHA1 104
  19. #define IDM_JSON 105
  20. #define IDM_TIME 106
  21. #define IDM_ABOUT 107
  22. #define IDD_ACCEL 200
  23. #define IDD_SELECT 201
  24. #define IDD_QUIT 202
  25. #define IDD_FOCUS 203
  26. #define IDD_UTF8 204
  27. #define IDD_GBK 205
  28. #endif