resources.h 590 B

1234567891011121314151617181920212223242526272829303132
  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_TIME2STR 24
  12. #define IDC_STR2TIME 25
  13. #define IDM_MAIN 100
  14. #define IDM_BASE64 101
  15. #define IDM_URL 102
  16. #define IDM_MD5 103
  17. #define IDM_SHA1 104
  18. #define IDM_JSON 105
  19. #define IDM_TIME 106
  20. #define IDM_ABOUT 107
  21. #define IDD_ACCEL 200
  22. #define IDD_SELECT 201
  23. #define IDD_QUIT 202
  24. #define IDD_FOCUS 203
  25. #define IDD_UTF8 204
  26. #define IDD_GBK 205
  27. #endif