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.

33 lines
1.4 KiB

  1. #ifndef __IconIndices_h__
  2. #define __IconIndices_h__
  3. #define II_Announcement 0
  4. #define II_Decision 1
  5. #define II_ForDiscussion 2
  6. #define II_Presentation 3
  7. #define II_Action 4
  8. #define II_DocLink 5
  9. #define II_Minutes 6
  10. #define II_ScriptableAction 7
  11. #define II_ChatScript 8
  12. #define II_WhiteboardScript 9
  13. #define II_Call 10
  14. #define II_HangUpwStop 11
  15. #define II_Refresh 12
  16. #define II_Delete 13
  17. #define II_SendMail 14
  18. #define II_Chat 15
  19. #define II_NewChatMessage 16
  20. #define II_Whiteboard 17
  21. #define II_WhiteboardNewActivity 18
  22. #define II_AgendaApplet 19
  23. #define II_Roster 20
  24. #define II_RosterSomeoneJoined 21
  25. #define II_RosterSomeoneLeft 22
  26. #define II_OutgoingVideo 23
  27. #define II_OutgoingVideoNotSending 24
  28. #define II_IncommingVideo 25
  29. #define II_IncommingVideoReceiving 26
  30. #define II_IncommingVideoNotReceiving 27
  31. #define II_Dot 30
  32. #endif // __IconIndices_h__