//------------------------------------------------------------------------------------------------------
// Name       : tsample.rc
// Date       : 23.05.1996     Author : SM / OK    Language : E
//------------------------------------------------------------------------------------------------------
// 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 "040904e4"
        BEGIN
            VALUE "CompanyName",      "TommySoftware\0"
            VALUE "FileDescription",  "Sample Module\0"
            VALUE "FileVersion",      "1.00\0"
            VALUE "InternalName",     "\0"
            VALUE "LegalCopyright",   "Copyright 1996 TommySoftware\0"
            VALUE "OriginalFilename", "TSAMPLE.DLL\0"
            VALUE "ProductName",      "TommySoftware Sample Module (32bit)\0"
            VALUE "ProductVersion",   "1.00\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1252
    END
END

//------------------------------------------------------------------------------------------------------

#include        "dialog.dlg"            // Dialog window definitions

//------------------------------------------------------------------------------------------------------

IDB_COMMAND     BITMAP  "..\\command.bmp"       // Command icons in monochrome BMP format
