VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc@ 5159

Last change on this file since 5159 was 2988, checked in by vboxsync, 17 years ago

InnoTek -> innotek part 4: more miscellaneous files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1#include <windows.h>
2
3LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
4
5VS_VERSION_INFO VERSIONINFO
6 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
7 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
8 FILEFLAGSMASK 0x3fL
9 FILEFLAGS 0x0L
10 FILEOS 0x40004L
11 FILETYPE 0x3L
12 FILESUBTYPE 0x4L
13BEGIN
14 BLOCK "StringFileInfo"
15 BEGIN
16 BLOCK "040904b0"
17 BEGIN
18 VALUE "CompanyName", "innotek GmbH\0"
19 VALUE "FileDescription", "VirtualBox Display Driver\0"
20 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
21 VALUE "InternalName", "VBoxDisp.dll\0"
22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"
23 VALUE "OriginalFilename", "VBoxDisp.dll\0"
24 VALUE "ProductName", "VirtualBox Guest Tools\0"
25 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
26 END
27 END
28 BLOCK "VarFileInfo"
29 BEGIN
30 VALUE "Translation", 0x409, 1200
31 END
32END
33
341 RCDATA
35BEGIN
36// Machine dependent parameters
37 17, // Height of vertical thumb
38 17, // Width of horizontal thumb
39 2, // Icon horiz compression factor
40 2, // Icon vert compression factor
41 1, // Cursor horz compression factor
42 1, // Cursor vert compression factor
43 0, // Kanji window height
44 1, // cxBorder (thickness of vertical lines)
45 1 // cyBorder (thickness of horizontal lines)
46END
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette