diff options
Diffstat (limited to 'utils/itemtest/res')
| -rw-r--r-- | utils/itemtest/res/itemtest.ico | bin | 0 -> 505462 bytes | |||
| -rw-r--r-- | utils/itemtest/res/itemtest.rc | 72 | ||||
| -rw-r--r-- | utils/itemtest/res/resource.h | 19 | ||||
| -rw-r--r-- | utils/itemtest/res/src/hat.icns | bin | 0 -> 90988 bytes | |||
| -rw-r--r-- | utils/itemtest/res/src/hat.ico | bin | 0 -> 134306 bytes | |||
| -rw-r--r-- | utils/itemtest/res/src/readme.txt | 5 | ||||
| -rw-r--r-- | utils/itemtest/res/src/testitem.png | bin | 0 -> 65811 bytes | |||
| -rw-r--r-- | utils/itemtest/res/src/testitem.psd | bin | 0 -> 1287939 bytes |
8 files changed, 96 insertions, 0 deletions
diff --git a/utils/itemtest/res/itemtest.ico b/utils/itemtest/res/itemtest.ico Binary files differnew file mode 100644 index 0000000..bf3a3ea --- /dev/null +++ b/utils/itemtest/res/itemtest.ico diff --git a/utils/itemtest/res/itemtest.rc b/utils/itemtest/res/itemtest.rc new file mode 100644 index 0000000..74ee390 --- /dev/null +++ b/utils/itemtest/res/itemtest.rc @@ -0,0 +1,72 @@ +//Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ITEMTEST ICON DISCARDABLE "res/itemtest.ico" + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE DISCARDABLE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE DISCARDABLE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE DISCARDABLE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/utils/itemtest/res/resource.h b/utils/itemtest/res/resource.h new file mode 100644 index 0000000..b767b29 --- /dev/null +++ b/utils/itemtest/res/resource.h @@ -0,0 +1,19 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +//============================================================================= +//{{NO_DEPENDENCIES}} +// Microsoft Developer Studio generated include file. +// Used by launcher_main.rc +// +#define IDI_ITEMTEST 101 + +// 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 1000 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/utils/itemtest/res/src/hat.icns b/utils/itemtest/res/src/hat.icns Binary files differnew file mode 100644 index 0000000..6ef9cee --- /dev/null +++ b/utils/itemtest/res/src/hat.icns diff --git a/utils/itemtest/res/src/hat.ico b/utils/itemtest/res/src/hat.ico Binary files differnew file mode 100644 index 0000000..9dfcb5f --- /dev/null +++ b/utils/itemtest/res/src/hat.ico diff --git a/utils/itemtest/res/src/readme.txt b/utils/itemtest/res/src/readme.txt new file mode 100644 index 0000000..268493a --- /dev/null +++ b/utils/itemtest/res/src/readme.txt @@ -0,0 +1,5 @@ +This is the PSD source for the ICON as well as a a Mac and a PNG compressed +Windows ICON. + +VS 2005 cannot handle PNG compressed icons so an uncompressed version +is used in the parent directory for the time being. diff --git a/utils/itemtest/res/src/testitem.png b/utils/itemtest/res/src/testitem.png Binary files differnew file mode 100644 index 0000000..7f72d33 --- /dev/null +++ b/utils/itemtest/res/src/testitem.png diff --git a/utils/itemtest/res/src/testitem.psd b/utils/itemtest/res/src/testitem.psd Binary files differnew file mode 100644 index 0000000..adc25e3 --- /dev/null +++ b/utils/itemtest/res/src/testitem.psd |