home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / spy / app / dialogs.h < prev    next >
Text File  |  1997-10-05  |  2KB  |  48 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1993-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12.  
  13. #define DID_ABOUT                   100
  14.  
  15. #define DID_SELECTWINDOW            200
  16. #define DID_SELWINLIST              201
  17. #define DID_SELWINWINDOW            202
  18. #define DID_SELWINCLASS             203
  19. #define DID_SELWINPARENT            204
  20. #define DID_SELWINRECT              205
  21. #define DID_SELWINSTYLE             206
  22. #define DID_SELWINALLWINDOWS        207
  23.  
  24. #define DID_OUTPUT                  300
  25. #define DID_OUTPUTWINDOW            301
  26. #define DID_OUTPUTLINES             302
  27. #define DID_OUTPUTCOM1              303
  28. #define DID_OUTPUTFILE              304
  29. #define DID_OUTPUTFILENAME          305
  30.  
  31. #define DID_MESSAGES                400
  32. #define DID_MSGSLIST                401
  33. #define DID_MSGSALL                 402
  34. #define DID_MSGSNONE                403
  35. #define DID_MSGSDDE                 404
  36. #define DID_MSGSCLIP                405
  37. #define DID_MSGSMOUSE               406
  38. #define DID_MSGSNC                  407
  39. #define DID_MSGSKEYBD               408
  40. #define DID_MSGSBM                  409
  41. #define DID_MSGSCB                  410
  42. #define DID_MSGSEM                  411
  43. #define DID_MSGSLB                  412
  44. #define DID_MSGSSTM                 413
  45. #define DID_MSGSUSER                414
  46. #define DID_MSGSUNKNOWN             415
  47. #define DID_MSGSIME                 416
  48.