resource.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:

VC书籍

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // File: Resource.h
  3. //
  4. // Desc: Sample code for BDA graph building.
  5. //
  6. // Copyright (c) 2000-2002, Microsoft Corporation. All rights reserved.
  7. //------------------------------------------------------------------------------
  8. // Dialogs
  9. #define IDD_ABOUT               400
  10. #define IDD_SELECT_CHANNEL      401
  11. // Menus
  12. #define IDM_EXIT                500
  13. #define IDM_BUILD_ATSC          501
  14. #define IDM_RUN_GRAPH           502
  15. #define IDM_STOP_GRAPH          503
  16. #define IDM_SELECT_CHANNEL      504
  17. #define IDM_ABOUT               505
  18.                                    
  19. // Buttons
  20. #define IDC_CHANNEL             1001
  21. #define IDC_SPIN_MAJOR          1002
  22. #define IDC_SPIN_MINOR          1003
  23. #define IDC_MAJOR_CHANNEL       1004
  24. #define IDC_MINOR_CHANNEL       1005
  25. #define IDC_ENTER               1008
  26. #define IDC_PHYSICAL_CHANNEL    1009
  27. #define IDC_SPIN_PHYSICAL       1010
  28. #define IDC_STATIC              -1
  29. // Accel
  30. #define ACC_GRAPH               1100
  31. #ifdef APSTUDIO_INVOKED
  32. #ifndef APSTUDIO_READONLY_SYMBOLS
  33. #define _APS_NO_MFC                     1
  34. #define _APS_NEXT_RESOURCE_VALUE        101
  35. #define _APS_NEXT_COMMAND_VALUE         40001
  36. #define _APS_NEXT_CONTROL_VALUE         1011
  37. #define _APS_NEXT_SYMED_VALUE           101
  38. #endif
  39. #endif