home *** CD-ROM | disk | FTP | other *** search
- // AutoPC resource include
- #include <asstyles.h>
-
- // App specific resource IDs
- #include "resource.h"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
- // Shell Icon must be resource ID 1 (ICON_APP_SHELL defined as 1 in asstyles.h)
- // It must also have 32x32 16 color and 32x32 Monochrome device
- // images.
- //
-
- ICON_APP_SHELL ICON DISCARDABLE "icon.ico"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
- // The name used to register the application has to
- // be resource ID 1 (STR_APP_SHELL_NAME defined as 1 in asstyles.h) for
- // AutoPC installation system.
-
- STRINGTABLE DISCARDABLE
- BEGIN
- STR_APP_SHELL_NAME "SimpleClock"
- IDS_EXITTEXT "Press the keypad to exit."
- END
-
-