SPOLY2.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #define NOKERNEL
  2. #define NOGDI
  3. #define NOSOUND
  4. #define NOCOMM
  5. #define NODRIVERS
  6. #include "windows.h"
  7. #include "spoly.h"
  8. SPOLY ICON spoly2.ico
  9. SPolyMenu MENU
  10. BEGIN
  11.     MENUITEM "&Clear" IDM_CLEAR
  12.     MENUITEM "&Dump" IDM_DUMP
  13. END