blob: 7e9a8f06cc84179b1da9c89e86c46025b91b44ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ICONSXP.rc
//
// standard toolbar icons
#define IDI_HISTORY 1 /* history button */
#define IDI_MSGLOGOPT 2 /* message log options */
#define IDI_ADDCONTACT 3 /* add contact symbol (not a button anymore) */
#define IDI_MULTISEND 4 /* multisend (not a button anymore, symbol still needed) */
#define IDI_TYPING 5 /* typing notify icon in the statusbar */
#define IDI_QUOTE 6 /* quote button */
#define IDI_SAVE 7 /* close tab (with non-empty message area) */
#define IDI_SEND 8 /* send button */
#define IDI_CONTACTPIC 9 /* avatar button */
#define IDI_CLOSEMSGDLG 10 /* close tab (when message area is empty) */
#define IDI_USERMENU 11 /* user menu pulldown */
#define IDI_CLOCK 12 /* clock for infobar */
// extended toolbar icons (formatting, etc..)
#define IDI_SMILEYICON 50 /* smiley button fallback */
#define IDI_FONTBOLD 51 /* bold */
#define IDI_FONTITALIC 52 /* italic */
#define IDI_FONTUNDERLINE 53 /* underline */
#define IDI_FONTFACE 54 /* font face (currently not in use) */
#define IDI_FONTCOLOR 55 /* font color (not in use yet) */
#define IDI_STRIKEOUT 56 /* strikedout */
//Message log events
#define IDI_ICONIN 110 /* incoming message icon */
#define IDI_ICONOUT 111 /* outgoing message icon */
#define IDI_STATUSCHANGE 112 /* status changes */
#define IDI_MSGERROR 113 /* error message */
// misc icons, status bar etc.
#define IDI_SELFTYPING_ON 130 /* sending typing notify is on */
#define IDI_SELFTYPING_OFF 131 /* sending typing notify is off */
#define IDI_SECUREIM_ENABLED 132 /* connection is secured via secureim */
#define IDI_SECUREIM_DISABLED 133 /* connection is not secured */
#define IDI_SOUNDSON 134 /* msg window sounds are enabled */
#define IDI_CONTAINER 136 /* static container icon */
#define IDI_SESSIONLIST 137 /* session list */
#define IDI_IMGTAG 138 /* image tag button */
#define IDI_RECENTLIST 139 /* recent contact list */
#define IDI_CONFIGSIDEBAR 140 /* sidebar config */
#define IDI_USERPREFS 141 /* user preferences */
/* arrows */
#define IDI_PULLDOWNARROW 160
#define IDI_LEFTARROW 161
#define IDI_PULLUPARROW 162
#define IDI_RIGHTARROW 163
// reserved icons
#define IDI_EMPTY 170
#define IDI_IMAGETAG 171
#define IDI_TRAYANIM1 190
#define IDI_TRAYANIM2 191
#define IDI_TRAYANIM3 192
#define IDI_TRAYANIM4 193
// chat misc
#define IDI_TOPICBUT 200
#define IDI_BKGCOLOR 201
#define IDI_CHANMGR 202
#define IDI_FILTER 203
#define IDI_FILTER2 204
#define IDI_OVERLAY 205
#define IDI_STATUS3 206
#define IDI_STATUS2 207
#define IDI_STATUS4 208
#define IDI_STATUS1 209
#define IDI_STATUS0 210
#define IDI_STATUS5 211
#define IDI_BLANK 212
#define IDI_SHOWNICKLIST 213
#define IDI_HIDENICKLIST 214
// chat log
#define IDI_JOIN 250
#define IDI_PART 251
#define IDI_QUIT 252
#define IDI_KICK 253
#define IDI_NICK 254
#define IDI_NOTICE 255
#define IDI_MESSAGE 256
#define IDI_MESSAGEOUT 257
#define IDI_TOPIC 258
#define IDI_INFO 259
#define IDI_ADDSTATUS 260
#define IDI_REMSTATUS 261
#define IDI_ACTION 262
#define IDI_HIGHLIGHT 263
#define IDI_TAG1 264
#define IDI_TAG2 265
// non icon related
//
#define IDB_UNKNOWNAVATAR 100
#define IDS_IDENTIFY 101 /* id string resource */
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|