Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
315 B

  1. #ifndef RES_H
  2. #define RES_H
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Icon
  6. //
  7. #define IDI_ICONMENU 1
  8. #define IDI_ICONPOPUPON 2
  9. #define IDI_ICONPOPUPOFF 3
  10. #define IDI_ICONCLOSE 4
  11. #define IDI_ICONTIPON 5
  12. #define IDI_ICONTIPOFF 6
  13. #endif /* RES_H */