SCRAWL.RC
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- /**************************************************************************
- SCRAWL.RC - A dumb drawing app demo for DirectInput
- **************************************************************************/
- /**************************************************************************
- (C) Copyright 1995-1997 Microsoft Corp. All rights reserved.
- You have a royalty-free right to use, modify, reproduce and
- distribute the Sample Files (and/or any modified version) in
- any way you find useful, provided that you agree that
- Microsoft has no warranty obligations or liability for any
- Sample Application Files which are modified.
- **************************************************************************/
- #include "scrawl.h"
- IDI_MAIN ICON SCRAWL2.ICO
- IDM_SENSITIVITY MENU
- BEGIN
- MENUITEM "&Lowt1", IDC_SENSITIVITY_LOW
- MENUITEM "&Normalt2", IDC_SENSITIVITY_NORMAL
- MENUITEM "&Hight3", IDC_SENSITIVITY_HIGH
- END