Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.8 KiB

  1. ;
  2. ;
  3. ; disp.rc
  4. ;
  5. ; DC-Groupware Display Driver resource file.
  6. ;
  7. ; Copyright(c) Microsoft 1996
  8. ;
  9. ;
  10. ;
  11. ; Change history:
  12. ;
  13. ; 02Oct96 PAB Created.
  14. ;
  15. ;
  16. ;
  17. ; This data is VITAL for NT - the driver will not load correctly unless
  18. ; this resource table is present.
  19. ;
  20. 1 RCDATA
  21. BEGIN
  22. // Machine dependent parameters
  23. 17, // Height of vertical thumb
  24. 17, // Width of horizontal thumb
  25. 2, // Icon horiz compression factor
  26. 2, // Icon vert compression factor
  27. 1, // Cursor horz compression factor
  28. 1, // Cursor vert compression factor
  29. 0, // Kanji window height
  30. 1, // cxBorder (thickness of vertical lines)
  31. 1 // cyBorder (thickness of horizontal lines)
  32. END
  33. ; Version info
  34. #define VER_DESCRIPTION_STR "Application Sharing Display Driver\0"
  35. #define VER_INTERNALNAME_STR "mnmdd\0"
  36. #define VER_ORIGNAME_STR "mnmdd.dll\0"
  37. #define VER_FILETYPE VFT_DLL
  38. #define VER_FILEOS VOS_NT_WINDOWS32
  39. #include <version.rc>