summaryrefslogtreecommitdiff
path: root/utils/itemtest/res
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /utils/itemtest/res
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'utils/itemtest/res')
-rw-r--r--utils/itemtest/res/itemtest.icobin0 -> 505462 bytes
-rw-r--r--utils/itemtest/res/itemtest.rc72
-rw-r--r--utils/itemtest/res/resource.h19
-rw-r--r--utils/itemtest/res/src/hat.icnsbin0 -> 90988 bytes
-rw-r--r--utils/itemtest/res/src/hat.icobin0 -> 134306 bytes
-rw-r--r--utils/itemtest/res/src/readme.txt5
-rw-r--r--utils/itemtest/res/src/testitem.pngbin0 -> 65811 bytes
-rw-r--r--utils/itemtest/res/src/testitem.psdbin0 -> 1287939 bytes
8 files changed, 96 insertions, 0 deletions
diff --git a/utils/itemtest/res/itemtest.ico b/utils/itemtest/res/itemtest.ico
new file mode 100644
index 0000000..bf3a3ea
--- /dev/null
+++ b/utils/itemtest/res/itemtest.ico
Binary files differ
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
new file mode 100644
index 0000000..6ef9cee
--- /dev/null
+++ b/utils/itemtest/res/src/hat.icns
Binary files differ
diff --git a/utils/itemtest/res/src/hat.ico b/utils/itemtest/res/src/hat.ico
new file mode 100644
index 0000000..9dfcb5f
--- /dev/null
+++ b/utils/itemtest/res/src/hat.ico
Binary files differ
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
new file mode 100644
index 0000000..7f72d33
--- /dev/null
+++ b/utils/itemtest/res/src/testitem.png
Binary files differ
diff --git a/utils/itemtest/res/src/testitem.psd b/utils/itemtest/res/src/testitem.psd
new file mode 100644
index 0000000..adc25e3
--- /dev/null
+++ b/utils/itemtest/res/src/testitem.psd
Binary files differ