From 48540940b6c28bb4378abfeb500ec45a625b37b6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 May 2012 10:38:20 +0000 Subject: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/tabsrmm/icons/ICONSXP/.cvsignore | 2 + plugins/tabsrmm/icons/ICONSXP/ICONSXP.dsp | 74 +++++ plugins/tabsrmm/icons/ICONSXP/ICONSXP.mak | 192 +++++++++++ plugins/tabsrmm/icons/ICONSXP/ICONSXP.rc | 176 ++++++++++ plugins/tabsrmm/icons/ICONSXP/ICONSXP.vcproj | 442 +++++++++++++++++++++++++ plugins/tabsrmm/icons/ICONSXP/iconsxp_8.sln | 23 ++ plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vcproj | 278 ++++++++++++++++ plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vpj | 251 ++++++++++++++ plugins/tabsrmm/icons/ICONSXP/iconsxp_9.vcproj | 402 ++++++++++++++++++++++ plugins/tabsrmm/icons/ICONSXP/resource.h | 127 +++++++ 10 files changed, 1967 insertions(+) create mode 100644 plugins/tabsrmm/icons/ICONSXP/.cvsignore create mode 100644 plugins/tabsrmm/icons/ICONSXP/ICONSXP.dsp create mode 100644 plugins/tabsrmm/icons/ICONSXP/ICONSXP.mak create mode 100644 plugins/tabsrmm/icons/ICONSXP/ICONSXP.rc create mode 100644 plugins/tabsrmm/icons/ICONSXP/ICONSXP.vcproj create mode 100644 plugins/tabsrmm/icons/ICONSXP/iconsxp_8.sln create mode 100644 plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vcproj create mode 100644 plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vpj create mode 100644 plugins/tabsrmm/icons/ICONSXP/iconsxp_9.vcproj create mode 100644 plugins/tabsrmm/icons/ICONSXP/resource.h (limited to 'plugins/tabsrmm/icons/ICONSXP') diff --git a/plugins/tabsrmm/icons/ICONSXP/.cvsignore b/plugins/tabsrmm/icons/ICONSXP/.cvsignore new file mode 100644 index 0000000000..76b025ad1f --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/.cvsignore @@ -0,0 +1,2 @@ +Debug +Release diff --git a/plugins/tabsrmm/icons/ICONSXP/ICONSXP.dsp b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.dsp new file mode 100644 index 0000000000..ac61cb795c --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.dsp @@ -0,0 +1,74 @@ +# Microsoft Developer Studio Project File - Name="ICONSXP" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** NICHT BEARBEITEN ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=ICONSXP - Win32 Release +!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE +!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl +!MESSAGE +!MESSAGE NMAKE /f "ICONSXP.mak". +!MESSAGE +!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben +!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: +!MESSAGE +!MESSAGE NMAKE /f "ICONSXP.mak" CFG="ICONSXP - Win32 Release" +!MESSAGE +!MESSAGE Für die Konfiguration stehen zur Auswahl: +!MESSAGE +!MESSAGE "ICONSXP - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 1 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "ICONSXP_EXPORTS" /D "_MBCS" /Yu"stdafx.h" /c +# ADD CPP /nologo /MT /W3 /GX /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "ICONSXP_EXPORTS" /D "_MBCS" /Yu"stdafx.h" /c +# ADD BASE MTL /nologo /win32 +# ADD MTL /nologo /win32 +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:IX86 /out:"Release\tabsrmm_icons.dll" /implib:"$(OutDir)/ICONSXP.lib" /pdbtype:sept /opt:ref /opt:icf /noentry +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:IX86 /nodefaultlib /out:"Release\tabsrmm_icons.dll" /implib:"$(OutDir)/ICONSXP.lib" /pdbtype:sept /opt:ref /opt:icf /noentry +# SUBTRACT LINK32 /debug +# Begin Target + +# Name "ICONSXP - Win32 Release" +# Begin Group "Headerdateien" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd" +# Begin Source File + +SOURCE=.\resource.h +# End Source File +# End Group +# Begin Group "Ressourcendateien" + +# PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" +# Begin Source File + +SOURCE=.\ICONSXP.rc +# End Source File +# End Group +# End Target +# End Project diff --git a/plugins/tabsrmm/icons/ICONSXP/ICONSXP.mak b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.mak new file mode 100644 index 0000000000..6029d6bed0 --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.mak @@ -0,0 +1,192 @@ +# Microsoft Developer Studio Generated NMAKE File, Based on ICONSXP.dsp +!IF "$(CFG)" == "" +CFG=ICONSXP - Win32 Debug +!MESSAGE No configuration specified. Defaulting to ICONSXP - Win32 Debug. +!ENDIF + +!IF "$(CFG)" != "ICONSXP - Win32 Debug" && "$(CFG)" != "ICONSXP - Win32 Release" +!MESSAGE Invalid configuration "$(CFG)" specified. +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ICONSXP.mak" CFG="ICONSXP - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ICONSXP - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "ICONSXP - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE +!ERROR An invalid configuration is specified. +!ENDIF + +!IF "$(OS)" == "Windows_NT" +NULL= +!ELSE +NULL=nul +!ENDIF + +!IF "$(CFG)" == "ICONSXP - Win32 Debug" + +OUTDIR=.\Debug +INTDIR=.\Debug +# Begin Custom Macros +OutDir=.\Debug +# End Custom Macros + +ALL : "$(OUTDIR)\ICONSXP.dll" + + +CLEAN : + -@erase "$(INTDIR)\ICONSXP.res" + -@erase "$(OUTDIR)\ICONSXP.dll" + -@erase "$(OUTDIR)\ICONSXP.ilk" + -@erase "$(OUTDIR)\ICONSXP.pdb" + -@erase ".\$(OutDir)\ICONSXP.exp" + -@erase ".\$(OutDir)\ICONSXP.lib" + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +CPP=cl.exe +CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "ICONSXP_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\ICONSXP.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c + +.c{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.c{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +MTL=midl.exe +MTL_PROJ=/nologo /win32 +RSC=rc.exe +RSC_PROJ=/l 0x409 /fo"$(INTDIR)\ICONSXP.res" +BSC32=bscmake.exe +BSC32_FLAGS=/nologo /o"$(OUTDIR)\ICONSXP.bsc" +BSC32_SBRS= \ + +LINK32=link.exe +LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\ICONSXP.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\ICONSXP.dll" /implib:"$(OutDir)/ICONSXP.lib" /pdbtype:sept +LINK32_OBJS= \ + "$(INTDIR)\ICONSXP.res" + +"$(OUTDIR)\ICONSXP.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) + $(LINK32) @<< + $(LINK32_FLAGS) $(LINK32_OBJS) +<< + +!ELSEIF "$(CFG)" == "ICONSXP - Win32 Release" + +OUTDIR=.\Release +INTDIR=.\Release +# Begin Custom Macros +OutDir=.\Release +# End Custom Macros + +ALL : "$(OUTDIR)\tabsrmm_icons.dll" + + +CLEAN : + -@erase "$(INTDIR)\ICONSXP.res" + -@erase "$(OUTDIR)\tabsrmm_icons.dll" + -@erase ".\$(OutDir)\ICONSXP.exp" + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +CPP=cl.exe +CPP_PROJ=/nologo /MT /W3 /GX /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "ICONSXP_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\ICONSXP.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /c + +.c{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.c{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +MTL=midl.exe +MTL_PROJ=/nologo /win32 +RSC=rc.exe +RSC_PROJ=/l 0x409 /fo"$(INTDIR)\ICONSXP.res" +BSC32=bscmake.exe +BSC32_FLAGS=/nologo /o"$(OUTDIR)\ICONSXP.bsc" +BSC32_SBRS= \ + +LINK32=link.exe +LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\tabsrmm_icons.pdb" /machine:IX86 /nodefaultlib /out:"$(OUTDIR)\tabsrmm_icons.dll" /implib:"$(OutDir)/ICONSXP.lib" /pdbtype:sept /opt:ref /opt:icf /noentry +LINK32_OBJS= \ + "$(INTDIR)\ICONSXP.res" + +"$(OUTDIR)\tabsrmm_icons.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) + $(LINK32) @<< + $(LINK32_FLAGS) $(LINK32_OBJS) +<< + +!ENDIF + + +!IF "$(NO_EXTERNAL_DEPS)" != "1" +!IF EXISTS("ICONSXP.dep") +!INCLUDE "ICONSXP.dep" +!ELSE +!MESSAGE Warning: cannot find "ICONSXP.dep" +!ENDIF +!ENDIF + + +!IF "$(CFG)" == "ICONSXP - Win32 Debug" || "$(CFG)" == "ICONSXP - Win32 Release" +SOURCE=.\ICONSXP.rc + +"$(INTDIR)\ICONSXP.res" : $(SOURCE) "$(INTDIR)" + $(RSC) $(RSC_PROJ) $(SOURCE) + + + +!ENDIF + diff --git a/plugins/tabsrmm/icons/ICONSXP/ICONSXP.rc b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.rc new file mode 100644 index 0000000000..1cce21c489 --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.rc @@ -0,0 +1,176 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.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_HISTORY ICON "../../res/proxal/history.ico" +IDI_MSGLOGOPT ICON "../../res/proxal/options.ico" +IDI_ADDCONTACT ICON "../../res/proxal/plus.ico" +IDI_MULTISEND ICON "../../res/proxal/multisend.ico" +IDI_TYPING ICON "../../res/proxal/pencil.ico" +IDI_QUOTE ICON "../../res/proxal/quote.ico" +IDI_SAVE ICON "../../res/proxal/file.ico" +IDI_SEND ICON "../../res/proxal/check.ico" +IDI_CONTACTPIC ICON "../../res/proxal/avatar.ico" +IDI_USERMENU ICON "../../res/proxal/info.ico" +IDI_MSGERROR ICON "../../res/proxal/block.ico" +IDI_CLOSEMSGDLG ICON "../../res/proxal/delete.ico" +IDI_ICONIN ICON "../../res/proxal/Incom.ico" +IDI_ICONOUT ICON "../../res/proxal/outg.ico" +IDI_SMILEYICON ICON "../../res/proxal/emoticon.ico" +IDI_SELFTYPING_ON ICON "../../res/proxal/mtn.ico" +IDI_SELFTYPING_OFF ICON "../../res/proxal/nomtn.ico" +IDI_CONTAINER ICON "../../res/proxal/message.ico" +IDI_SECUREIM_ENABLED ICON "../../res/proxal/secureOn.ico" +IDI_SECUREIM_DISABLED ICON "../../res/proxal/secureOff.ico" +IDI_STATUSCHANGE ICON "../../res/proxal/Status change.ico" +IDI_FONTBOLD ICON "../../res/proxal/bold.ico" +IDI_FONTITALIC ICON "../../res/proxal/italic.ico" +IDI_FONTUNDERLINE ICON "../../res/proxal/underline.ico" +IDI_STRIKEOUT ICON "../../res/proxal/strikethrough.ico" +IDI_FONTFACE ICON "../../res/proxal/font.ico" +IDI_FONTCOLOR ICON "../../res/proxal/font2.ico" +IDI_SOUNDSON ICON "../../res/proxal/sounds_on.ico" +IDI_SOUNDSOFF ICON "../../res/proxal/overlay_disabled.ico" +IDI_EMPTY ICON "../../res/empty.ico" +IDI_RESERVED10 ICON "../../res/empty.ico" +IDI_SESSIONLIST ICON "../../res/proxal/slist.ico" +IDI_CONFIGSIDEBAR ICON "../../res/proxal/sbaroptions.ico" +IDI_FAVLIST ICON "../../res/proxal/favlist.ico" +IDI_RECENTLIST ICON "../../res/proxal/recentlist.ico" +IDI_USERPREFS ICON "../../res/proxal/userprefs.ico" +IDI_TRAYANIM1 ICON "../../res/MessAnim/m1.ico" +IDI_TRAYANIM2 ICON "../../res/MessAnim/m2.ico" +IDI_TRAYANIM3 ICON "../../res/MessAnim/m3.ico" +IDI_TRAYANIM4 ICON "../../res/MessAnim/m4.ico" +IDI_TAG1 ICON "../../chat/Icons/tag1.ico" +IDI_TAG2 ICON "../../chat/Icons/tag2.ico" +IDI_TOPICBUT ICON "../../chat/Icons/topicbut.ico" +IDI_JOIN ICON "../../chat/Icons/join.ico" +IDI_TOPIC ICON "../../chat/Icons/topic.ico" +IDI_ADDSTATUS ICON "../../chat/Icons/addmode.ico" +IDI_INFO ICON "../../chat/Icons/info.ico" +IDI_KICK ICON "../../chat/Icons/kick.ico" +IDI_MESSAGE ICON "../../chat/Icons/message.ico" +IDI_NICK ICON "../../chat/Icons/nick.ico" +IDI_NOTICE ICON "../../chat/Icons/notice.ico" +IDI_PART ICON "../../chat/Icons/part.ico" +IDI_QUIT ICON "../../chat/Icons/quit.ico" +IDI_REMSTATUS ICON "../../chat/Icons/removestatus.ico" +IDI_HIGHLIGHT ICON "../../chat/Icons/highlight.ico" +IDI_MESSAGEOUT ICON "../../chat/Icons/messageout.ico" +IDI_ACTION ICON "../../chat/Icons/action.ico" +IDI_BKGCOLOR ICON "../../chat/Icons/bkgcolor.ico" +IDI_CHANMGR ICON "../../chat/Icons/window.ico" +IDI_FILTER ICON "../../chat/Icons/filter.ico" +IDI_BLANK ICON "../../chat/Icons/blank.ico" +IDI_STATUS3 ICON "../../chat/Icons/4.ico" +IDI_STATUS2 ICON "../../chat/Icons/3.ico" +IDI_STATUS4 ICON "../../chat/Icons/5.ico" +IDI_STATUS1 ICON "../../chat/Icons/2.ico" +IDI_STATUS0 ICON "../../chat/Icons/blank.ico" +IDI_STATUS5 ICON "../../chat/Icons/6.ico" +IDI_OVERLAY ICON "../../chat/Icons/overlay.ico" +IDI_FILTER2 ICON "../../chat/Icons/filter2.ico" +IDI_SHOWNICKLIST ICON "../../chat/icons/nicklist_show.ico" +IDI_HIDENICKLIST ICON "../../chat/icons/nicklist_hide.ico" +IDI_PULLDOWNARROW ICON "../../res/pulldown.ico" +IDI_LEFTARROW ICON "../../res/leftarrow.ico" +IDI_PULLUPARROW ICON "../../res/pullup.ico" +IDI_RIGHTARROW ICON "../../res/rightarrow.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Bitmap +// + +IDB_UNKNOWNAVATAR BITMAP "../../res/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 3.5__" +END + +#endif // German (Austria) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/plugins/tabsrmm/icons/ICONSXP/ICONSXP.vcproj b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.vcproj new file mode 100644 index 0000000000..61831c008b --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/ICONSXP.vcproj @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.sln b/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.sln new file mode 100644 index 0000000000..4e91730275 --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.sln @@ -0,0 +1,23 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ICONSXP", "iconsxp_8.vcproj", "{987C5A57-A46B-4779-BB85-077E21F7BF7F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release Unicode 98|Win32 = Release Unicode 98|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {987C5A57-A46B-4779-BB85-077E21F7BF7F}.Debug|Win32.ActiveCfg = Debug|Win32 + {987C5A57-A46B-4779-BB85-077E21F7BF7F}.Debug|Win32.Build.0 = Debug|Win32 + {987C5A57-A46B-4779-BB85-077E21F7BF7F}.Release Unicode 98|Win32.ActiveCfg = Release Unicode 98|Win32 + {987C5A57-A46B-4779-BB85-077E21F7BF7F}.Release Unicode 98|Win32.Build.0 = Release Unicode 98|Win32 + {987C5A57-A46B-4779-BB85-077E21F7BF7F}.Release|Win32.ActiveCfg = Release|Win32 + {987C5A57-A46B-4779-BB85-077E21F7BF7F}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vcproj b/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vcproj new file mode 100644 index 0000000000..a9de3892a2 --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vcproj @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vpj b/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vpj new file mode 100644 index 0000000000..59c21d96f5 --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/iconsxp_8.vpj @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/tabsrmm/icons/ICONSXP/iconsxp_9.vcproj b/plugins/tabsrmm/icons/ICONSXP/iconsxp_9.vcproj new file mode 100644 index 0000000000..cd6b11ec61 --- /dev/null +++ b/plugins/tabsrmm/icons/ICONSXP/iconsxp_9.vcproj @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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