home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / scrawl / scrawl.rc < prev    next >
Text File  |  1997-07-14  |  1KB  |  28 lines

  1. /**************************************************************************
  2.  
  3.     SCRAWL.RC - A dumb drawing app demo for DirectInput
  4.  
  5.  **************************************************************************/
  6. /**************************************************************************
  7.  
  8.     (C) Copyright 1995-1997 Microsoft Corp.  All rights reserved.
  9.  
  10.     You have a royalty-free right to use, modify, reproduce and 
  11.     distribute the Sample Files (and/or any modified version) in 
  12.     any way you find useful, provided that you agree that 
  13.     Microsoft has no warranty obligations or liability for any 
  14.     Sample Application Files which are modified. 
  15.  
  16.  **************************************************************************/
  17.  
  18. #include "scrawl.h"
  19.  
  20. IDI_MAIN    ICON    SCRAWL2.ICO
  21.  
  22. IDM_SENSITIVITY MENU
  23. BEGIN
  24.     MENUITEM        "&Low\t1",              IDC_SENSITIVITY_LOW
  25.     MENUITEM        "&Normal\t2",           IDC_SENSITIVITY_NORMAL
  26.     MENUITEM        "&High\t3",             IDC_SENSITIVITY_HIGH
  27. END
  28.