diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 13:35:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 13:35:25 +0000 |
commit | 50feaa0ffc1b2e120eb6b22b2970f5bc2f7dc7a4 (patch) | |
tree | 369eb024d7b0b851f0d34482c93a994fec80d728 /plugins/TabSRMM/TabSRMM_icons | |
parent | ab290eb57836929b5b87a796ac4dfa06292515c8 (diff) |
TabSRMM: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/TabSRMM_icons')
147 files changed, 786 insertions, 0 deletions
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_10.vcxproj b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_10.vcxproj new file mode 100644 index 0000000000..27470f1a43 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_10.vcxproj @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectName>TabSRMM_icons</ProjectName>
+ <ProjectGuid>{F553F140-B7D3-4984-90B1-00D4831B8A6E}</ProjectGuid>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Icons\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Icons\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Icons\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Icons\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
+ <IgnoreImportLibrary>true</IgnoreImportLibrary>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Link>
+ <NoEntryPoint>true</NoEntryPoint>
+ <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Link>
+ <NoEntryPoint>true</NoEntryPoint>
+ <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Link>
+ <NoEntryPoint>true</NoEntryPoint>
+ <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Link>
+ <NoEntryPoint>true</NoEntryPoint>
+ <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="..\resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\ICONS_NOVA.rc" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_10.vcxproj.filters b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_10.vcxproj.filters new file mode 100644 index 0000000000..3da2b78840 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_10.vcxproj.filters @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\resource.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\ICONS_NOVA.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Font2.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Font2.ico Binary files differnew file mode 100644 index 0000000000..0accc238f5 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Font2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc new file mode 100644 index 0000000000..4b819348ad --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/ICONS_NOVA.rc @@ -0,0 +1,179 @@ +// Microsoft Visual C++ generated resource script.
+//
+
+#include "..\..\resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// German (Germany) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
+#ifdef _WIN32
+LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_IMAGETAG ICON "..\\..\\imgopen.ico"
+IDI_PULLDOWNARROW ICON "..\\..\\pulldown.ico"
+IDI_LEFTARROW ICON "..\\..\\leftarrow.ico"
+IDI_PULLUPARROW ICON "..\\..\\pullup.ico"
+IDI_RIGHTARROW ICON "..\\..\\rightarrow.ico"
+
+IDI_TRAYANIM1 ICON "..\\..\\MessAnim\\m1.ico"
+IDI_TRAYANIM2 ICON "..\\..\\MessAnim\\m2.ico"
+IDI_TRAYANIM3 ICON "..\\..\\MessAnim\\m3.ico"
+IDI_TRAYANIM4 ICON "..\\..\\MessAnim\\m4.ico"
+
+IDI_HISTORY ICON "history.ico"
+IDI_MSGLOGOPT ICON "options.ico"
+IDI_ADDCONTACT ICON "plus.ico"
+IDI_MULTISEND ICON "multisend.ico"
+IDI_TYPING ICON "pencil.ico"
+IDI_QUOTE ICON "quote.ico"
+IDI_SAVE ICON "file.ico"
+IDI_SEND ICON "check.ico"
+IDI_CONTACTPIC ICON "avatar.ico"
+IDI_USERMENU ICON "info.ico"
+IDI_MSGERROR ICON "block.ico"
+IDI_CLOSEMSGDLG ICON "delete.ico"
+IDI_CLOCK ICON "clock.ico"
+IDI_ICONIN ICON "Incom.ico"
+IDI_ICONOUT ICON "outg.ico"
+IDI_SMILEYICON ICON "emoticon.ico"
+IDI_SELFTYPING_ON ICON "mtn.ico"
+IDI_SELFTYPING_OFF ICON "nomtn.ico"
+IDI_CONTAINER ICON "message.ico"
+IDI_SECUREIM_ENABLED ICON "secureOn.ico"
+IDI_SECUREIM_DISABLED ICON "secureOff.ico"
+IDI_STATUSCHANGE ICON "Status change.ico"
+IDI_FONTBOLD ICON "bold.ico"
+IDI_FONTITALIC ICON "italic.ico"
+IDI_FONTUNDERLINE ICON "underline.ico"
+IDI_STRIKEOUT ICON "strike.ico"
+IDI_FONTFACE ICON "font.ico"
+IDI_FONTCOLOR ICON "font2.ico"
+IDI_SOUNDSON ICON "sounds_on.ico"
+IDI_SESSIONLIST ICON "slist.ico"
+IDI_CONFIGSIDEBAR ICON "sbaroptions.ico"
+IDI_RECENTLIST ICON "recentlist.ico"
+IDI_USERPREFS ICON "userprefs.ico"
+
+IDI_TAG1 ICON "chat\\tag1.ico"
+IDI_TAG2 ICON "chat\\tag2.ico"
+IDI_TOPICBUT ICON "chat\\topicbut.ico"
+IDI_JOIN ICON "chat\\join.ico"
+IDI_TOPIC ICON "chat\\topic.ico"
+IDI_ADDSTATUS ICON "chat\\addmode.ico"
+IDI_INFO ICON "chat\\info.ico"
+IDI_KICK ICON "chat\\kick.ico"
+IDI_MESSAGE ICON "chat\\message.ico"
+IDI_NICK ICON "chat\\nick.ico"
+IDI_NOTICE ICON "chat\\notice.ico"
+IDI_PART ICON "chat\\part.ico"
+IDI_QUIT ICON "chat\\quit.ico"
+IDI_REMSTATUS ICON "chat\\removestatus.ico"
+IDI_HIGHLIGHT ICON "chat\\highlight.ico"
+IDI_MESSAGEOUT ICON "chat\\messageout.ico"
+IDI_ACTION ICON "chat\\action.ico"
+IDI_BKGCOLOR ICON "chat\\bkgcolor.ico"
+IDI_CHANMGR ICON "chat\\window.ico"
+IDI_FILTER ICON "chat\\filter.ico"
+IDI_BLANK ICON "chat\\blank.ico"
+IDI_STATUS3 ICON "chat\\4.ico"
+IDI_STATUS2 ICON "chat\\3.ico"
+IDI_STATUS4 ICON "chat\\5.ico"
+IDI_STATUS1 ICON "chat\\2.ico"
+IDI_STATUS0 ICON "chat\\blank.ico"
+IDI_STATUS5 ICON "chat\\6.ico"
+IDI_OVERLAY ICON "chat\\overlay.ico"
+IDI_FILTER2 ICON "chat\\filter2.ico"
+IDI_SHOWNICKLIST ICON "chat\\nicklist_show.ico"
+IDI_HIDENICKLIST ICON "chat\\nicklist_hide.ico"
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Bitmap
+//
+
+IDB_UNKNOWNAVATAR BITMAP "..\\..\\unknown.bmp"
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\..\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // German (Germany) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// German (Austria) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
+#ifdef _WIN32
+LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_IDENTIFY "__tabSRMM_ICONPACK 5.0__"
+END
+
+#endif // German (Austria) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Incom.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Incom.ico Binary files differnew file mode 100644 index 0000000000..19957e4ac8 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Incom.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Outg.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Outg.ico Binary files differnew file mode 100644 index 0000000000..637196b745 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Outg.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Status change.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Status change.ico Binary files differnew file mode 100644 index 0000000000..8bfe42bf39 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/Status change.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/avatar.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/avatar.ico Binary files differnew file mode 100644 index 0000000000..cad68be597 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/avatar.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/block.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/block.ico Binary files differnew file mode 100644 index 0000000000..bdb0086c5b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/block.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/bold.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/bold.ico Binary files differnew file mode 100644 index 0000000000..fc34113b6b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/bold.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/2.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/2.ico Binary files differnew file mode 100644 index 0000000000..819ecc1d7a --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/3.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/3.ico Binary files differnew file mode 100644 index 0000000000..0928e257fe --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/3.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/4.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/4.ico Binary files differnew file mode 100644 index 0000000000..5dcea114fa --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/4.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/5.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/5.ico Binary files differnew file mode 100644 index 0000000000..6aa5806c53 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/5.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/6.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/6.ico Binary files differnew file mode 100644 index 0000000000..c35cc39ebc --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/6.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/Bkgcolor.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/Bkgcolor.ico Binary files differnew file mode 100644 index 0000000000..e3322ef34b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/Bkgcolor.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/action.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/action.ico Binary files differnew file mode 100644 index 0000000000..44816c42d7 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/action.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/addmode.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/addmode.ico Binary files differnew file mode 100644 index 0000000000..a6a7e6f38c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/addmode.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/blank.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/blank.ico Binary files differnew file mode 100644 index 0000000000..7845f62fed --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/blank.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/filter.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/filter.ico Binary files differnew file mode 100644 index 0000000000..7c99edb58c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/filter.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/filter2.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/filter2.ico Binary files differnew file mode 100644 index 0000000000..701890522b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/filter2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/highlight.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/highlight.ico Binary files differnew file mode 100644 index 0000000000..552c912eaa --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/highlight.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/history.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/history.ico Binary files differnew file mode 100644 index 0000000000..537c9b52c5 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/history.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/info.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/info.ico Binary files differnew file mode 100644 index 0000000000..1acdb7190b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/info.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/join.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/join.ico Binary files differnew file mode 100644 index 0000000000..151cd93211 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/join.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/kick.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/kick.ico Binary files differnew file mode 100644 index 0000000000..c93e92dd77 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/kick.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/message.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/message.ico Binary files differnew file mode 100644 index 0000000000..19957e4ac8 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/message.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/messageout.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/messageout.ico Binary files differnew file mode 100644 index 0000000000..637196b745 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/messageout.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nick.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nick.ico Binary files differnew file mode 100644 index 0000000000..3f199ffd50 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nick.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nicklist_hide.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nicklist_hide.ico Binary files differnew file mode 100644 index 0000000000..f2f611d6a4 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nicklist_hide.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nicklist_show.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nicklist_show.ico Binary files differnew file mode 100644 index 0000000000..cba204fe5e --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/nicklist_show.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/notice.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/notice.ico Binary files differnew file mode 100644 index 0000000000..1ba34d7244 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/notice.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/overlay.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/overlay.ico Binary files differnew file mode 100644 index 0000000000..28742d898d --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/overlay.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/part.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/part.ico Binary files differnew file mode 100644 index 0000000000..39c24868aa --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/part.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/quit.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/quit.ico Binary files differnew file mode 100644 index 0000000000..d7fbdaf4b7 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/quit.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/removestatus.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/removestatus.ico Binary files differnew file mode 100644 index 0000000000..ea3cef3fef --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/removestatus.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/tag1.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/tag1.ico Binary files differnew file mode 100644 index 0000000000..1dc687becd --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/tag1.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/tag2.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/tag2.ico Binary files differnew file mode 100644 index 0000000000..4fac50a4c8 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/tag2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/topic.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/topic.ico Binary files differnew file mode 100644 index 0000000000..e4bb7da7e0 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/topic.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/topicbut.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/topicbut.ico Binary files differnew file mode 100644 index 0000000000..ddb72fb8ca --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/topicbut.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/window.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/window.ico Binary files differnew file mode 100644 index 0000000000..5c21ea3052 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/chat/window.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/check.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/check.ico Binary files differnew file mode 100644 index 0000000000..9649501087 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/check.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/clock.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/clock.ico Binary files differnew file mode 100644 index 0000000000..6ae180c48f --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/clock.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/delete.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/delete.ico Binary files differnew file mode 100644 index 0000000000..6e39da592b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/delete.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/emoticon.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/emoticon.ico Binary files differnew file mode 100644 index 0000000000..e0d066ce33 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/emoticon.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/file.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/file.ico Binary files differnew file mode 100644 index 0000000000..fadf04c4da --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/file.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/font.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/font.ico Binary files differnew file mode 100644 index 0000000000..ce8272a715 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/font.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/history.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/history.ico Binary files differnew file mode 100644 index 0000000000..e757b93e54 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/history.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/info.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/info.ico Binary files differnew file mode 100644 index 0000000000..715b7a1bec --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/info.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/italic.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/italic.ico Binary files differnew file mode 100644 index 0000000000..5c61422a71 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/italic.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/message.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/message.ico Binary files differnew file mode 100644 index 0000000000..92f2b6cbfe --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/message.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/mtn.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/mtn.ico Binary files differnew file mode 100644 index 0000000000..f50625f7c7 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/mtn.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/multisend.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/multisend.ico Binary files differnew file mode 100644 index 0000000000..8f15a489f0 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/multisend.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/nomtn.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/nomtn.ico Binary files differnew file mode 100644 index 0000000000..0f398a2ae6 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/nomtn.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/options.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/options.ico Binary files differnew file mode 100644 index 0000000000..ddb72fb8ca --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/options.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/pencil.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/pencil.ico Binary files differnew file mode 100644 index 0000000000..a2dcf7fd17 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/pencil.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/plus.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/plus.ico Binary files differnew file mode 100644 index 0000000000..a6a7e6f38c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/plus.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/quote.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/quote.ico Binary files differnew file mode 100644 index 0000000000..7e0a596ddc --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/quote.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/recentlist.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/recentlist.ico Binary files differnew file mode 100644 index 0000000000..9e4c60d9d3 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/recentlist.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sbaroptions.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sbaroptions.ico Binary files differnew file mode 100644 index 0000000000..0693dd7f27 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sbaroptions.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/secureOff.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/secureOff.ico Binary files differnew file mode 100644 index 0000000000..e47cde2a31 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/secureOff.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/secureon.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/secureon.ico Binary files differnew file mode 100644 index 0000000000..9db93af58c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/secureon.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/slist.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/slist.ico Binary files differnew file mode 100644 index 0000000000..86139d5e23 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/slist.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sounds_off.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sounds_off.ico Binary files differnew file mode 100644 index 0000000000..a4d8f9093d --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sounds_off.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sounds_on.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sounds_on.ico Binary files differnew file mode 100644 index 0000000000..f27798f6ed --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/sounds_on.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/strike.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/strike.ico Binary files differnew file mode 100644 index 0000000000..6ecace8a51 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/strike.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/underline.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/underline.ico Binary files differnew file mode 100644 index 0000000000..01cf64a36a --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/underline.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/res/userprefs.ico b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/userprefs.ico Binary files differnew file mode 100644 index 0000000000..7028f10d03 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/res/userprefs.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_10.vcxproj b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_10.vcxproj new file mode 100644 index 0000000000..6922ceabf2 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_10.vcxproj @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectName>TabSRMM_icons_XP</ProjectName>
+ <ProjectGuid>{987C5A57-A46B-4779-BB85-077E21F7BF7F}</ProjectGuid>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Icons\TabSRMM_icons_XP\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Icons\TabSRMM_icons_XP\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Icons\TabSRMM_icons_XP\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Icons\TabSRMM_icons_XP\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
+ <TargetName>TabSRMM_icons</TargetName>
+ <IgnoreImportLibrary>true</IgnoreImportLibrary>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <NoEntryPoint>true</NoEntryPoint>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <NoEntryPoint>true</NoEntryPoint>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <NoEntryPoint>true</NoEntryPoint>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <NoEntryPoint>true</NoEntryPoint>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <AdditionalLibraryDirectories>$(SolutionDir)\lib</AdditionalLibraryDirectories>
+ </Link>
+ <ResourceCompile>
+ <AdditionalIncludeDirectories>..\..\..\..\include\msapi</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="..\resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\ICONSXP.rc" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_10.vcxproj.filters b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_10.vcxproj.filters new file mode 100644 index 0000000000..092e761f09 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_10.vcxproj.filters @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\resource.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\ICONSXP.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/Font2.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/Font2.ico Binary files differnew file mode 100644 index 0000000000..40ba164cfe --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/Font2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/ICONSXP.rc b/plugins/TabSRMM/TabSRMM_icons/XP/res/ICONSXP.rc new file mode 100644 index 0000000000..4b819348ad --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/ICONSXP.rc @@ -0,0 +1,179 @@ +// Microsoft Visual C++ generated resource script.
+//
+
+#include "..\..\resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// German (Germany) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
+#ifdef _WIN32
+LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_IMAGETAG ICON "..\\..\\imgopen.ico"
+IDI_PULLDOWNARROW ICON "..\\..\\pulldown.ico"
+IDI_LEFTARROW ICON "..\\..\\leftarrow.ico"
+IDI_PULLUPARROW ICON "..\\..\\pullup.ico"
+IDI_RIGHTARROW ICON "..\\..\\rightarrow.ico"
+
+IDI_TRAYANIM1 ICON "..\\..\\MessAnim\\m1.ico"
+IDI_TRAYANIM2 ICON "..\\..\\MessAnim\\m2.ico"
+IDI_TRAYANIM3 ICON "..\\..\\MessAnim\\m3.ico"
+IDI_TRAYANIM4 ICON "..\\..\\MessAnim\\m4.ico"
+
+IDI_HISTORY ICON "history.ico"
+IDI_MSGLOGOPT ICON "options.ico"
+IDI_ADDCONTACT ICON "plus.ico"
+IDI_MULTISEND ICON "multisend.ico"
+IDI_TYPING ICON "pencil.ico"
+IDI_QUOTE ICON "quote.ico"
+IDI_SAVE ICON "file.ico"
+IDI_SEND ICON "check.ico"
+IDI_CONTACTPIC ICON "avatar.ico"
+IDI_USERMENU ICON "info.ico"
+IDI_MSGERROR ICON "block.ico"
+IDI_CLOSEMSGDLG ICON "delete.ico"
+IDI_CLOCK ICON "clock.ico"
+IDI_ICONIN ICON "Incom.ico"
+IDI_ICONOUT ICON "outg.ico"
+IDI_SMILEYICON ICON "emoticon.ico"
+IDI_SELFTYPING_ON ICON "mtn.ico"
+IDI_SELFTYPING_OFF ICON "nomtn.ico"
+IDI_CONTAINER ICON "message.ico"
+IDI_SECUREIM_ENABLED ICON "secureOn.ico"
+IDI_SECUREIM_DISABLED ICON "secureOff.ico"
+IDI_STATUSCHANGE ICON "Status change.ico"
+IDI_FONTBOLD ICON "bold.ico"
+IDI_FONTITALIC ICON "italic.ico"
+IDI_FONTUNDERLINE ICON "underline.ico"
+IDI_STRIKEOUT ICON "strike.ico"
+IDI_FONTFACE ICON "font.ico"
+IDI_FONTCOLOR ICON "font2.ico"
+IDI_SOUNDSON ICON "sounds_on.ico"
+IDI_SESSIONLIST ICON "slist.ico"
+IDI_CONFIGSIDEBAR ICON "sbaroptions.ico"
+IDI_RECENTLIST ICON "recentlist.ico"
+IDI_USERPREFS ICON "userprefs.ico"
+
+IDI_TAG1 ICON "chat\\tag1.ico"
+IDI_TAG2 ICON "chat\\tag2.ico"
+IDI_TOPICBUT ICON "chat\\topicbut.ico"
+IDI_JOIN ICON "chat\\join.ico"
+IDI_TOPIC ICON "chat\\topic.ico"
+IDI_ADDSTATUS ICON "chat\\addmode.ico"
+IDI_INFO ICON "chat\\info.ico"
+IDI_KICK ICON "chat\\kick.ico"
+IDI_MESSAGE ICON "chat\\message.ico"
+IDI_NICK ICON "chat\\nick.ico"
+IDI_NOTICE ICON "chat\\notice.ico"
+IDI_PART ICON "chat\\part.ico"
+IDI_QUIT ICON "chat\\quit.ico"
+IDI_REMSTATUS ICON "chat\\removestatus.ico"
+IDI_HIGHLIGHT ICON "chat\\highlight.ico"
+IDI_MESSAGEOUT ICON "chat\\messageout.ico"
+IDI_ACTION ICON "chat\\action.ico"
+IDI_BKGCOLOR ICON "chat\\bkgcolor.ico"
+IDI_CHANMGR ICON "chat\\window.ico"
+IDI_FILTER ICON "chat\\filter.ico"
+IDI_BLANK ICON "chat\\blank.ico"
+IDI_STATUS3 ICON "chat\\4.ico"
+IDI_STATUS2 ICON "chat\\3.ico"
+IDI_STATUS4 ICON "chat\\5.ico"
+IDI_STATUS1 ICON "chat\\2.ico"
+IDI_STATUS0 ICON "chat\\blank.ico"
+IDI_STATUS5 ICON "chat\\6.ico"
+IDI_OVERLAY ICON "chat\\overlay.ico"
+IDI_FILTER2 ICON "chat\\filter2.ico"
+IDI_SHOWNICKLIST ICON "chat\\nicklist_show.ico"
+IDI_HIDENICKLIST ICON "chat\\nicklist_hide.ico"
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Bitmap
+//
+
+IDB_UNKNOWNAVATAR BITMAP "..\\..\\unknown.bmp"
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\..\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // German (Germany) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// German (Austria) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
+#ifdef _WIN32
+LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_IDENTIFY "__tabSRMM_ICONPACK 5.0__"
+END
+
+#endif // German (Austria) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/Incom.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/Incom.ico Binary files differnew file mode 100644 index 0000000000..285cb6053b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/Incom.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/Outg.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/Outg.ico Binary files differnew file mode 100644 index 0000000000..5680900f59 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/Outg.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/Pencil.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/Pencil.ico Binary files differnew file mode 100644 index 0000000000..95ce9ef31c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/Pencil.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/Status change.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/Status change.ico Binary files differnew file mode 100644 index 0000000000..6ff4abcdb6 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/Status change.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/avatar.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/avatar.ico Binary files differnew file mode 100644 index 0000000000..f6ef57240b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/avatar.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/block.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/block.ico Binary files differnew file mode 100644 index 0000000000..e46440788a --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/block.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/bold.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/bold.ico Binary files differnew file mode 100644 index 0000000000..9940db4ba9 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/bold.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/2.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/2.ico Binary files differnew file mode 100644 index 0000000000..f212c16855 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/3.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/3.ico Binary files differnew file mode 100644 index 0000000000..680cfd63e1 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/3.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/4.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/4.ico Binary files differnew file mode 100644 index 0000000000..d39ae9ea76 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/4.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/5.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/5.ico Binary files differnew file mode 100644 index 0000000000..a7186bed69 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/5.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/6.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/6.ico Binary files differnew file mode 100644 index 0000000000..550c72285e --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/6.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/action.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/action.ico Binary files differnew file mode 100644 index 0000000000..1bccf99db6 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/action.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/addmode.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/addmode.ico Binary files differnew file mode 100644 index 0000000000..844b7c5d46 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/addmode.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/bkgcolor.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/bkgcolor.ico Binary files differnew file mode 100644 index 0000000000..11c54ab502 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/bkgcolor.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/blank.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/blank.ico Binary files differnew file mode 100644 index 0000000000..7845f62fed --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/blank.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/filter.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/filter.ico Binary files differnew file mode 100644 index 0000000000..02aa5455f6 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/filter.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/filter2.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/filter2.ico Binary files differnew file mode 100644 index 0000000000..3473eb9979 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/filter2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/highlight.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/highlight.ico Binary files differnew file mode 100644 index 0000000000..abdf6a0c2c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/highlight.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/history.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/history.ico Binary files differnew file mode 100644 index 0000000000..b2477bc7d3 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/history.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/info.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/info.ico Binary files differnew file mode 100644 index 0000000000..db229094dc --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/info.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/join.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/join.ico Binary files differnew file mode 100644 index 0000000000..3e062a1a95 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/join.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/kick.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/kick.ico Binary files differnew file mode 100644 index 0000000000..e7de687686 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/kick.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/message.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/message.ico Binary files differnew file mode 100644 index 0000000000..cb543ce737 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/message.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/messageout.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/messageout.ico Binary files differnew file mode 100644 index 0000000000..4376f1e756 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/messageout.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nick.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nick.ico Binary files differnew file mode 100644 index 0000000000..97b681f0c7 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nick.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nicklist_hide.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nicklist_hide.ico Binary files differnew file mode 100644 index 0000000000..7abd838725 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nicklist_hide.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nicklist_show.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nicklist_show.ico Binary files differnew file mode 100644 index 0000000000..9390b173b3 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/nicklist_show.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/notice.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/notice.ico Binary files differnew file mode 100644 index 0000000000..31ebb310f6 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/notice.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/overlay.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/overlay.ico Binary files differnew file mode 100644 index 0000000000..a3f7cf6c36 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/overlay.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/part.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/part.ico Binary files differnew file mode 100644 index 0000000000..1444253dee --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/part.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/quit.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/quit.ico Binary files differnew file mode 100644 index 0000000000..2d54d764cf --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/quit.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/removestatus.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/removestatus.ico Binary files differnew file mode 100644 index 0000000000..7f4711e8a9 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/removestatus.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/tag1.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/tag1.ico Binary files differnew file mode 100644 index 0000000000..1dc687becd --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/tag1.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/tag2.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/tag2.ico Binary files differnew file mode 100644 index 0000000000..4fac50a4c8 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/tag2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/topic.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/topic.ico Binary files differnew file mode 100644 index 0000000000..5c7fff78a1 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/topic.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/topicbut.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/topicbut.ico Binary files differnew file mode 100644 index 0000000000..48bec51143 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/topicbut.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/window.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/window.ico Binary files differnew file mode 100644 index 0000000000..d64d924548 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/chat/window.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/check.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/check.ico Binary files differnew file mode 100644 index 0000000000..1472a6e681 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/check.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/clock.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/clock.ico Binary files differnew file mode 100644 index 0000000000..6ae180c48f --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/clock.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/delete.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/delete.ico Binary files differnew file mode 100644 index 0000000000..c5266a6b84 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/delete.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/emoticon.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/emoticon.ico Binary files differnew file mode 100644 index 0000000000..d22cd0c95b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/emoticon.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/file.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/file.ico Binary files differnew file mode 100644 index 0000000000..7a130f520e --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/file.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/font.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/font.ico Binary files differnew file mode 100644 index 0000000000..e866b666e0 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/font.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/history.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/history.ico Binary files differnew file mode 100644 index 0000000000..b2477bc7d3 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/history.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/info.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/info.ico Binary files differnew file mode 100644 index 0000000000..c8b2beb955 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/info.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/italic.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/italic.ico Binary files differnew file mode 100644 index 0000000000..c94d290436 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/italic.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/message.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/message.ico Binary files differnew file mode 100644 index 0000000000..963cec572c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/message.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/mtn.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/mtn.ico Binary files differnew file mode 100644 index 0000000000..c66482a55f --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/mtn.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/multisend.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/multisend.ico Binary files differnew file mode 100644 index 0000000000..adb0a7bf3b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/multisend.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/nomtn.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/nomtn.ico Binary files differnew file mode 100644 index 0000000000..76d70f0182 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/nomtn.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/options.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/options.ico Binary files differnew file mode 100644 index 0000000000..e72c9e75a2 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/options.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/plus.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/plus.ico Binary files differnew file mode 100644 index 0000000000..664f6c87a7 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/plus.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/quote.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/quote.ico Binary files differnew file mode 100644 index 0000000000..156f4e6805 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/quote.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/recentlist.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/recentlist.ico Binary files differnew file mode 100644 index 0000000000..1902ff2c9d --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/recentlist.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/sbaroptions.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/sbaroptions.ico Binary files differnew file mode 100644 index 0000000000..3bf4dc2d5c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/sbaroptions.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/secureOff.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/secureOff.ico Binary files differnew file mode 100644 index 0000000000..085bdb6d6b --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/secureOff.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/secureon.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/secureon.ico Binary files differnew file mode 100644 index 0000000000..e17fb86f6f --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/secureon.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/slist.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/slist.ico Binary files differnew file mode 100644 index 0000000000..0ca1f31b90 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/slist.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/sounds_off.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/sounds_off.ico Binary files differnew file mode 100644 index 0000000000..f797c207c8 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/sounds_off.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/sounds_on.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/sounds_on.ico Binary files differnew file mode 100644 index 0000000000..7e5f84f8d5 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/sounds_on.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/strike.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/strike.ico Binary files differnew file mode 100644 index 0000000000..f7be9ce972 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/strike.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/underline.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/underline.ico Binary files differnew file mode 100644 index 0000000000..5137d8cb66 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/underline.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/res/userprefs.ico b/plugins/TabSRMM/TabSRMM_icons/XP/res/userprefs.ico Binary files differnew file mode 100644 index 0000000000..86753ad578 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/XP/res/userprefs.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/imgopen.ico b/plugins/TabSRMM/TabSRMM_icons/imgopen.ico Binary files differnew file mode 100644 index 0000000000..c1a5c7514e --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/imgopen.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/leftarrow.ico b/plugins/TabSRMM/TabSRMM_icons/leftarrow.ico Binary files differnew file mode 100644 index 0000000000..f225f4889c --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/leftarrow.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/messAnim/M1.ico b/plugins/TabSRMM/TabSRMM_icons/messAnim/M1.ico Binary files differnew file mode 100644 index 0000000000..351ea67b42 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/messAnim/M1.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/messAnim/M2.ico b/plugins/TabSRMM/TabSRMM_icons/messAnim/M2.ico Binary files differnew file mode 100644 index 0000000000..f13dedaca8 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/messAnim/M2.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/messAnim/M3.ico b/plugins/TabSRMM/TabSRMM_icons/messAnim/M3.ico Binary files differnew file mode 100644 index 0000000000..635a7c20f0 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/messAnim/M3.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/messAnim/M4.ico b/plugins/TabSRMM/TabSRMM_icons/messAnim/M4.ico Binary files differnew file mode 100644 index 0000000000..752e97005d --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/messAnim/M4.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/pulldown.ico b/plugins/TabSRMM/TabSRMM_icons/pulldown.ico Binary files differnew file mode 100644 index 0000000000..372482f6c1 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/pulldown.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/pullup.ico b/plugins/TabSRMM/TabSRMM_icons/pullup.ico Binary files differnew file mode 100644 index 0000000000..735916cca1 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/pullup.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/resource.h b/plugins/TabSRMM/TabSRMM_icons/resource.h new file mode 100644 index 0000000000..7e9a8f06cc --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/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
diff --git a/plugins/TabSRMM/TabSRMM_icons/rightarrow.ico b/plugins/TabSRMM/TabSRMM_icons/rightarrow.ico Binary files differnew file mode 100644 index 0000000000..7a62791682 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/rightarrow.ico diff --git a/plugins/TabSRMM/TabSRMM_icons/unknown.bmp b/plugins/TabSRMM/TabSRMM_icons/unknown.bmp Binary files differnew file mode 100644 index 0000000000..96bdb0fd83 --- /dev/null +++ b/plugins/TabSRMM/TabSRMM_icons/unknown.bmp |