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

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