home *** CD-ROM | disk | FTP | other *** search
- //------------------------------------------------------------------------------------------------------
- // Name : import.rc
- // Date : 13.01.1997 Author : SM / OK Language : E
- //------------------------------------------------------------------------------------------------------
- // This file contains all language-dependent resources definitions of the module IMPORT_.DLL. Together
- // with the file IMPORT.C, it is used to build the language library IMPORT.DLL.
- // The library file IMPORT.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 "040904e4"
- BEGIN
- VALUE "CompanyName", "TommySoftware«\0"
- VALUE "FileDescription", "Sample Import Filter\0"
- VALUE "FileVersion", "1.10\0"
- VALUE "InternalName", "\0"
- VALUE "LegalCopyright", "Copyright 1997 TommySoftware«\0"
- VALUE "OriginalFilename", "IMPORT.DLL\0"
- VALUE "ProductName", "TommySoftware« Sample Import Filter (32bit)\0"
- VALUE "ProductVersion", "1.10\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1252
- END
- END
-
- //------------------------------------------------------------------------------------------------------
-
- IDB_COMMAND BITMAP "..\\command.bmp"
-
- //------------------------------------------------------------------------------------------------------
-