From f3d44bc057201407373012b7f682881bda7b3d98 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 23 May 2012 07:44:30 +0000 Subject: some includes restored, mir_full.sln updated, some renaming of folders and projects git-svn-id: http://svn.miranda-ng.org/main/trunk@140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/icons/ICONSXP/resource.h | 127 +++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 plugins/TabSRMM/icons/ICONSXP/resource.h (limited to 'plugins/TabSRMM/icons/ICONSXP/resource.h') diff --git a/plugins/TabSRMM/icons/ICONSXP/resource.h b/plugins/TabSRMM/icons/ICONSXP/resource.h new file mode 100644 index 0000000000..7e9a8f06cc --- /dev/null +++ b/plugins/TabSRMM/icons/ICONSXP/resource.h @@ -0,0 +1,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 -- cgit v1.2.3