home *** CD-ROM | disk | FTP | other *** search
- //------------------------------------------------------------------------------------------------------
- // Name : tsample.rc
- // Date : 13.01.1997 Author : SM / OK Language : D
- //------------------------------------------------------------------------------------------------------
- // This file contains all language-dependent resources definitions of the module TSAMPLE_.DLL. Together
- // with the file TSAMPLE.C, it is used to build the language library TSAMPLE.DLL.
- // The library file TSAMPLE.LIB which is created during the compilation of this language DLL must be
- // linked to the module's main DLL in order to have access to the texts and resources defined here.
- //------------------------------------------------------------------------------------------------------
-
- #include "windows.h"
- #include "..\dialog.h" // Control ID definitions. You may either use these definitions
- // or create your own ones.
-
- //------------------------------------------------------------------------------------------------------
-
- VS_VERSION_INFO VERSIONINFO
-
- FILEVERSION 1,0,0,1
- PRODUCTVERSION 1,0,0,1
- FILEFLAGSMASK 0x3fL
-
- #ifdef _DEBUG
- FILEFLAGS 0x1L
- #else
- FILEFLAGS 0x0L
- #endif
-
- FILEOS 0x40004L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040704e4"
- BEGIN
- VALUE "CompanyName", "TommySoftware«\0"
- VALUE "FileDescription", "Sample Plug-In\0"
- VALUE "FileVersion", "1.10\0"
- VALUE "InternalName", "\0"
- VALUE "LegalCopyright", "Copyright 1997 TommySoftware«\0"
- VALUE "OriginalFilename", "TSAMPLE.DLL\0"
- VALUE "ProductName", "TommySoftware« Sample Plug-In (32bit)\0"
- VALUE "ProductVersion", "1.10\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x407, 1252
- END
- END
-
- //------------------------------------------------------------------------------------------------------
-
- #include "dialog.dlg" // Dialog window definitions
-
- //------------------------------------------------------------------------------------------------------
-
- IDB_COMMAND BITMAP "..\\command.bmp" // Command icons in monochrome BMP format
-