diff options
Diffstat (limited to 'plugins/TabSRMM/icons/ICONSXP')
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/.cvsignore | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/ICONSXP.dsp | 74 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/ICONSXP.mak | 192 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/ICONSXP.rc | 176 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/ICONSXP.vcproj | 442 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/iconsxp_8.sln | 23 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/iconsxp_8.vcproj | 278 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/iconsxp_8.vpj | 251 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/iconsxp_9.vcproj | 402 | ||||
-rw-r--r-- | plugins/TabSRMM/icons/ICONSXP/resource.h | 127 |
10 files changed, 1967 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="ICONSXP"
+ ProjectGUID="{987C5A57-A46B-4779-BB85-077E21F7BF7F}"
+ SccProjectName=""
+ SccLocalPath=""
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release Unicode 98|Win32"
+ OutputDirectory=".\$(ConfigurationName)"
+ IntermediateDirectory=".\$(ConfigurationName)"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\$(ConfigurationName)/ICONSXP.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="4"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\$(ConfigurationName)/ICONSXP.pch"
+ AssemblerListingLocation=".\$(ConfigurationName)/"
+ ObjectFile=".\$(ConfigurationName)/"
+ ProgramDataBaseFileName=".\$(ConfigurationName)/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(ConfigurationName)\tabsrmm_icons.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\$(ConfigurationName)/tabsrmm_icons.pdb"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\$(ConfigurationName)/ICONSXP.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/ICONSXP.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="4"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Release/ICONSXP.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="Release\tabsrmm_icons.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Release/tabsrmm_icons.pdb"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\Release/ICONSXP.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/ICONSXP.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Debug/ICONSXP.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="Debug\ICONSXP.dll"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="Debug\ICONSXP.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\Debug/ICONSXP.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Headerdateien"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ >
+ <File
+ RelativePath="resource.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Ressourcendateien"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ >
+ <File
+ RelativePath="..\..\res\angeli-icons\AddXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.bold.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.fontface.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.italic.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.textcolor.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.underline.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\CloseXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\delete.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\empty.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\error.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\HistoryXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="ICONSXP.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Incom.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\InfoXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\Logo.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\MultiXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\OptXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Outg.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Pencil.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\PicXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Quote02.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\SaveXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\secureim_off.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\secureim_on.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Send.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\smbutton.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\statuschange.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\Typing32.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\unknown.bmp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Quelldateien"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ >
+ </Filter>
+ <File
+ RelativePath="ReadMe.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
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 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="ICONSXP"
+ ProjectGUID="{987C5A57-A46B-4779-BB85-077E21F7BF7F}"
+ RootNamespace="ICONSXP"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/ICONSXP.dll"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/ICONSXP.pdb"
+ SubSystem="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/tabsrmm_icons.dll"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release Unicode 98|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/tabsrmm_icons.dll"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Headerdateien"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\resource.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Ressourcendateien"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\ICONSXP.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
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 @@ +<!DOCTYPE Project SYSTEM "http://www.slickedit.com/dtd/vse/10.0/vpj.dtd">
+<Project
+ Version="10.0"
+ VendorName="SlickEdit"
+ WorkingDir="."
+ AssociatedFile="iconsxp_8.vcproj"
+ AssociatedFileType="microsoft visual studio visual c++">
+ <Config
+ Name="Debug|Win32"
+ OutputFile=""
+ CompilerConfigName="Visual Studio 2005">
+ <Includes>
+ <Include Dir="%(INCLUDE)"/>
+ </Includes>
+ <Menu>
+ <Target
+ Name="Compile"
+ MenuCaption="&Compile"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveCurrent"
+ RunFromDir="%rw">
+ <Exec CmdLine='vstudiocompile "%f"'/>
+ </Target>
+ <Target
+ Name="Build"
+ MenuCaption="&Build"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /build "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ <Target
+ Name="Rebuild"
+ MenuCaption="&Rebuild"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /rebuild "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ <Target
+ Name="Debug"
+ MenuCaption="&Debug"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w"'/>
+ </Target>
+ <Target
+ Name="Execute"
+ MenuCaption="E&xecute"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='"%o"'/>
+ </Target>
+ <Target
+ Name="Resource Editor"
+ MenuCaption="Resource Editor"
+ ShowOnMenu="HideIfNoCmdLine"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine="devenv"/>
+ </Target>
+ <Target
+ Name="Build Solution"
+ MenuCaption="Build Solution"
+ ShowOnMenu="HideIfNoCmdLine"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /build "%bn"'/>
+ </Target>
+ <Target
+ Name="Clean Solution"
+ MenuCaption="Clean Solution"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /clean "%bn"'/>
+ </Target>
+ <Target
+ Name="Clean Project"
+ MenuCaption="Clean Project"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /clean "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ </Menu>
+ </Config>
+ <Config
+ Name="Release|Win32"
+ OutputFile=""
+ CompilerConfigName="Visual Studio 2005">
+ <Includes>
+ <Include Dir="%(INCLUDE)"/>
+ </Includes>
+ <Menu>
+ <Target
+ Name="Compile"
+ MenuCaption="&Compile"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveCurrent"
+ RunFromDir="%rw">
+ <Exec CmdLine='vstudiocompile "%f"'/>
+ </Target>
+ <Target
+ Name="Build"
+ MenuCaption="&Build"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /build "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ <Target
+ Name="Rebuild"
+ MenuCaption="&Rebuild"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /rebuild "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ <Target
+ Name="Debug"
+ MenuCaption="&Debug"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w"'/>
+ </Target>
+ <Target
+ Name="Execute"
+ MenuCaption="E&xecute"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='"%o"'/>
+ </Target>
+ <Target
+ Name="Resource Editor"
+ MenuCaption="Resource Editor"
+ ShowOnMenu="HideIfNoCmdLine"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine="devenv"/>
+ </Target>
+ <Target
+ Name="Build Solution"
+ MenuCaption="Build Solution"
+ ShowOnMenu="HideIfNoCmdLine"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /build "%bn"'/>
+ </Target>
+ <Target
+ Name="Clean Solution"
+ MenuCaption="Clean Solution"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /clean "%bn"'/>
+ </Target>
+ <Target
+ Name="Clean Project"
+ MenuCaption="Clean Project"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /clean "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ </Menu>
+ </Config>
+ <Config
+ Name="Release Unicode 98|Win32"
+ OutputFile=""
+ CompilerConfigName="Visual Studio 2005">
+ <Includes>
+ <Include Dir="%(INCLUDE)"/>
+ </Includes>
+ <Menu>
+ <Target
+ Name="Compile"
+ MenuCaption="&Compile"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveCurrent"
+ RunFromDir="%rw">
+ <Exec CmdLine='vstudiocompile "%f"'/>
+ </Target>
+ <Target
+ Name="Build"
+ MenuCaption="&Build"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /build "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ <Target
+ Name="Rebuild"
+ MenuCaption="&Rebuild"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /rebuild "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ <Target
+ Name="Debug"
+ MenuCaption="&Debug"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w"'/>
+ </Target>
+ <Target
+ Name="Execute"
+ MenuCaption="E&xecute"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='"%o"'/>
+ </Target>
+ <Target
+ Name="Resource Editor"
+ MenuCaption="Resource Editor"
+ ShowOnMenu="HideIfNoCmdLine"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine="devenv"/>
+ </Target>
+ <Target
+ Name="Build Solution"
+ MenuCaption="Build Solution"
+ ShowOnMenu="HideIfNoCmdLine"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveWorkspaceFiles"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /build "%bn"'/>
+ </Target>
+ <Target
+ Name="Clean Solution"
+ MenuCaption="Clean Solution"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /clean "%bn"'/>
+ </Target>
+ <Target
+ Name="Clean Project"
+ MenuCaption="Clean Project"
+ CaptureOutputWith="ProcessBuffer"
+ SaveOption="SaveNone"
+ RunFromDir="%rw">
+ <Exec CmdLine='devenv "%w" /clean "%bn" /project "%rm" /projectconfig "%b"'/>
+ </Target>
+ </Menu>
+ </Config>
+</Project>
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 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="ICONSXP"
+ ProjectGUID="{987C5A57-A46B-4779-BB85-077E21F7BF7F}"
+ RootNamespace="ICONSXP"
+ Keyword="Win32Proj"
+ SccProjectName=""
+ SccLocalPath=""
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/ICONSXP.dll"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/ICONSXP.pdb"
+ SubSystem="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/tabsrmm_icons.dll"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release Unicode 98|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/tabsrmm_icons.dll"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ResourceOnlyDLL="true"
+ ImportLibrary="$(OutDir)/ICONSXP.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Quelldateien"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Headerdateien"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\resource.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Ressourcendateien"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath="..\..\res\angeli-icons\AddXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.bold.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.fontface.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.italic.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.textcolor.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\button.underline.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\CloseXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\delete.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\empty.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\error.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\HistoryXP.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\ICONSXP.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Incom.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\InfoXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\Logo.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\MultiXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\OptXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Outg.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Pencil.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\PicXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Quote02.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\SaveXP.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\secureim_off.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\secureim_on.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\angeli-icons\Send.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\smbutton.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\statuschange.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\Typing32.ico"
+ >
+ </File>
+ <File
+ RelativePath="..\..\res\unknown.bmp"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\ReadMe.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
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
|