home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8a_sdk.exe / samples / multimedia / directshow / bda / bdasample / resource.h < prev   
Encoding:
C/C++ Source or Header  |  2000-09-28  |  1.1 KB  |  47 lines

  1. // resource header
  2.  
  3. // Dialogs
  4. #define IDD_ABOUT               400
  5. #define IDD_SELECT_CHANNEL        401
  6.  
  7. // Menus
  8. #define IDM_EXIT                502
  9.  
  10. #define IDM_BUILD_ATSC            503
  11. #define IDM_BUILD_DVB            504
  12.  
  13. #define IDM_RUN_GRAPH            505
  14. #define IDM_STOP_GRAPH            506
  15.  
  16. #define IDM_SELECT_CHANNEL        508
  17. #define IDM_ABOUT                509
  18.  
  19. // Buttons
  20. #define IDC_DVB_UP                608
  21. #define IDC_DVB_DOWN            609
  22.  
  23. #define IDC_CHANNEL             1001
  24. #define IDC_MAJOR_CHANNEL       1002
  25. #define IDC_MINOR_CHANNEL       1003
  26. #define IDC_MAJOR_CHANNEL_UP    1004
  27. #define IDC_MAJOR_CHANNEL_DOWN  1005
  28. #define IDC_MINOR_CHANNEL_UP    1006
  29. #define IDC_MINOR_CHANNEL_DOWN    1007
  30. #define IDC_ENTER               1008
  31. #define IDC_STATIC              -1
  32.  
  33. // Accel
  34. #define ACC_GRAPH                 1100
  35.  
  36.  
  37. #ifdef APSTUDIO_INVOKED
  38. #ifndef APSTUDIO_READONLY_SYMBOLS
  39. #define _APS_NO_MFC                     1
  40. #define _APS_NEXT_RESOURCE_VALUE        101
  41. #define _APS_NEXT_COMMAND_VALUE         40001
  42. #define _APS_NEXT_CONTROL_VALUE         1007
  43. #define _APS_NEXT_SYMED_VALUE           101
  44. #endif
  45. #endif
  46.  
  47.