home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / DLLTRACE / TRACER.RC$ / tracer
Encoding:
Text File  |  1992-01-15  |  1.3 KB  |  36 lines

  1. /* tracer.rc : Defines the resources for the TRACER DLL
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. */
  13.  
  14. #include <windows.h>
  15. #include <afxres.h>
  16.  
  17. PROMPT DIALOG 6, 18, 116, 79
  18. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  19. CAPTION "MFC Trace Options"
  20. FONT 8, "Helv"
  21. BEGIN
  22.     CONTROL         "EnableAll", 512, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 
  23.                     7, 7, 81, 10
  24.     CONTROL         "Multi-App Debugging", 256+0, "Button", BS_AUTOCHECKBOX | 
  25.                     WS_TABSTOP, 7, 17, 81, 10
  26.     CONTROL         "Main Message Pump", 256+1, "Button", BS_AUTOCHECKBOX | 
  27.                     WS_TABSTOP, 7, 27, 96, 10
  28.     CONTROL         "Main Message Dispatch", 256+2, "Button", BS_AUTOCHECKBOX | 
  29.                     WS_TABSTOP, 7, 37, 96, 10
  30.     CONTROL         "WM_COMMAND Dispatch", 256+3, "Button", BS_AUTOCHECKBOX | 
  31.                     WS_TABSTOP, 7, 47, 96, 10
  32.     CONTROL         "OLE Tracing", 256+4, "Button", BS_AUTOCHECKBOX | 
  33.                     WS_TABSTOP, 7, 57, 96, 10
  34.     DEFPUSHBUTTON   "OK", IDOK, 88, 5, 23, 14
  35. END
  36.