home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building OCXs
/
Building_OCXs_Que_1995.iso
/
code
/
ch10
/
timer.rc2
< prev
next >
Wrap
Text File
|
1994-12-14
|
2KB
|
76 lines
//
// TIMER.RC2 - resources App Studio does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by App Studio
#endif //APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
// Version stamp for this DLL
#ifdef _WIN32
#include "winver.h"
#else
#include "ver.h"
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
#else
FILEFLAGS 0 // final version
#endif
#ifdef _WIN32
FILEOS VOS__WINDOWS32
#else
FILEOS VOS__WINDOWS16
#endif
FILETYPE VFT_DLL
FILESUBTYPE 0 // not used
BEGIN
BLOCK "StringFileInfo"
BEGIN
#ifdef _WIN32
BLOCK "040904B0" // Lang=US English, CharSet=Unicode
#else
BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
#endif
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "TIMER OLE Control DLL\0"
VALUE "FileVersion", "1.0.001\0"
VALUE "InternalName", "TIMER\0"
VALUE "LegalCopyright", "Copyright \251 1994, Edward B. Toupin\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","TIMER.DLL\0"
VALUE "ProductName", "TIMER\0"
VALUE "ProductVersion", "1.0.001\0"
VALUE "OLESelfRegister", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
#ifdef _WIN32
VALUE "Translation", 0x409, 1200
// English language (0x409) and the Unicode codepage (1200)
#else
VALUE "Translation", 0x409, 1252
// English language (0x409) and the Windows ANSI codepage (1252)
#endif
END
END
/////////////////////////////////////////////////////////////////////////////
// Type library for controls in this DLL
1 TYPELIB timer.tlb
/////////////////////////////////////////////////////////////////////////////
// Add additional manually edited resources here...
/////////////////////////////////////////////////////////////////////////////