stx_libview2WINrc.rc
author Claus Gittinger <cg@exept.de>
Thu, 23 Jan 2020 17:47:56 +0100
changeset 4431 732c2cd831b8
parent 4412 ca7a91a677c0
permissions -rw-r--r--
#OTHER by cg fix: if moving over an item within the same view, possibly suppress already forked and scheduled helptext (eg. when moving over close-icon in a tabList, moving within the same tab label, but away from the close icon, the tooltip was shown erronously in the previous version)

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_libview2.
//
#include "winver.h"

VS_VERSION_INFO VERSIONINFO
  FILEVERSION     7,2,1,101
  PRODUCTVERSION  7,2,0,0
#if (__BORLANDC__)
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
  FILEOS          VOS_NT_WINDOWS32
  FILETYPE        VFT_DLL
  FILESUBTYPE     VS_USER_DEFINED
#endif

BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Claus Gittinger / eXept Software AG\0"
      VALUE "FileDescription", "Smalltalk/X Additional Graphic Interfacing (LIB)\0"
      VALUE "FileVersion", "7.2.1.101\0"
      VALUE "InternalName", "stx:libview2\0"
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988\nCopyright eXept Software AG 2012\0"
      VALUE "ProductName", "Smalltalk/X\0"
      VALUE "ProductVersion", "7.2.0.0\0"
      VALUE "ProductDate", "Wed, 18 Dec 2019 18:07:45 GMT\0"
    END

  END

  BLOCK "VarFileInfo"
  BEGIN                               //  Language   |    Translation
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
  END
END