Source code of Windows XP (NT5)
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.

43 lines
1.7 KiB

  1. ;****************************************************************************/
  2. ;* wtrc.rc */
  3. ;* */
  4. ;* DC-Groupware trace DLL resources. */
  5. ;* */
  6. ;* Copyright(c) Microsoft 1997 */
  7. ;* */
  8. ;****************************************************************************/
  9. ;* Changes */
  10. ;* $Log: Y:/logs/trc/wtrc.rcv $
  11. ;*
  12. ;* Rev 1.3 03 Jul 1997 12:18:14 AK
  13. ;* SFR0000: Initial development completed
  14. ;*
  15. ;****************************************************************************/
  16. #include <windows.h>
  17. #ifndef OS_WINCE
  18. #include <winver.h>
  19. #include <ntverp.h>
  20. #endif
  21. #include <wtrcrc.h>
  22. #define VER_FILETYPE VFT_DLL
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "MSTSC Trace DLL"
  25. #define VER_INTERNALNAME_STR "tsctrc.dll"
  26. #define VER_ORIGINALFILENAME_STR "tsctrc.dll"
  27. #ifndef OS_WINCE
  28. #include "common.ver"
  29. #endif
  30. TRC_IDD_ASSERT DIALOG DISCARDABLE 0, 0, 200, 79
  31. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  32. CAPTION ""
  33. FONT 8, "MS Shell Dlg"
  34. BEGIN
  35. DEFPUSHBUTTON "&Terminate",IDABORT , 10, 59, 50, 14
  36. PUSHBUTTON "&Debug", IDRETRY , 70, 59, 50, 14
  37. PUSHBUTTON "&Ignore", IDIGNORE, 130,59, 50, 14
  38. CTEXT "", TRC_ID_TEXT, 5, 11, 190, 40
  39. END