mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
1
This commit is contained in:
BIN
utils/itemtest/res/itemtest.ico
Normal file
BIN
utils/itemtest/res/itemtest.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 494 KiB |
72
utils/itemtest/res/itemtest.rc
Normal file
72
utils/itemtest/res/itemtest.rc
Normal file
@@ -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
|
||||
|
||||
19
utils/itemtest/res/resource.h
Normal file
19
utils/itemtest/res/resource.h
Normal file
@@ -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
|
||||
BIN
utils/itemtest/res/src/hat.icns
Normal file
BIN
utils/itemtest/res/src/hat.icns
Normal file
Binary file not shown.
BIN
utils/itemtest/res/src/hat.ico
Normal file
BIN
utils/itemtest/res/src/hat.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
5
utils/itemtest/res/src/readme.txt
Normal file
5
utils/itemtest/res/src/readme.txt
Normal file
@@ -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.
|
||||
BIN
utils/itemtest/res/src/testitem.png
Normal file
BIN
utils/itemtest/res/src/testitem.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
utils/itemtest/res/src/testitem.psd
Normal file
BIN
utils/itemtest/res/src/testitem.psd
Normal file
Binary file not shown.
Reference in New Issue
Block a user