mirror of https://github.com/tongzx/nt5src
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.
34 lines
1.4 KiB
34 lines
1.4 KiB
#ifndef __IconIndices_h__
|
|
#define __IconIndices_h__
|
|
|
|
#define II_Announcement 0
|
|
#define II_Decision 1
|
|
#define II_ForDiscussion 2
|
|
#define II_Presentation 3
|
|
#define II_Action 4
|
|
#define II_DocLink 5
|
|
#define II_Minutes 6
|
|
#define II_ScriptableAction 7
|
|
#define II_ChatScript 8
|
|
#define II_WhiteboardScript 9
|
|
#define II_Call 10
|
|
#define II_HangUpwStop 11
|
|
#define II_Refresh 12
|
|
#define II_Delete 13
|
|
#define II_SendMail 14
|
|
#define II_Chat 15
|
|
#define II_NewChatMessage 16
|
|
#define II_Whiteboard 17
|
|
#define II_WhiteboardNewActivity 18
|
|
#define II_AgendaApplet 19
|
|
#define II_Roster 20
|
|
#define II_RosterSomeoneJoined 21
|
|
#define II_RosterSomeoneLeft 22
|
|
#define II_OutgoingVideo 23
|
|
#define II_OutgoingVideoNotSending 24
|
|
#define II_IncommingVideo 25
|
|
#define II_IncommingVideoReceiving 26
|
|
#define II_IncommingVideoNotReceiving 27
|
|
#define II_Dot 30
|
|
|
|
#endif // __IconIndices_h__
|