home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8a_sdk.exe / samples / multimedia / directshow / capture / dvapp / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-02  |  3.1 KB  |  95 lines

  1.  
  2.  
  3. #define DV_CURVER                       "1.10\0"
  4. #ifdef DEBUG
  5. #define         DV_SPECIALINFO          "Checked (debug) build"
  6. #else
  7. #define         DV_SPECIALINFO          "Free (retail) build"
  8. #endif
  9. #define IDC_STATIC                      -1
  10.  
  11. #define ID_TOOLBAR                      1
  12.  
  13. #define IDR_MENU1                       100
  14. #define IDD_ABOUT                       101
  15. #define IDB_TOOLBAR                     102
  16. #define IDB_STATUS                      103
  17.  
  18. #define IDD_DIALOG_CAPSIZE              104
  19. #define IDD_DIALOG_CHOOSEMODE           105
  20. #define IDD_DIALOG_DECODESIZE           106
  21.  
  22.  
  23.  
  24. #define IDM_STOP                        1000
  25. #define IDM_PLAY                        1001
  26. #define IDM_PAUSE                       1002
  27. #define IDM_RECORD                      1003
  28. #define IDM_FF                          1004
  29. #define IDM_REW                         1005
  30. #define IDM_PLAY_FAST_FF                1006
  31. #define IDM_PLAY_FAST_REV               1007
  32.  
  33. #define IDM_STEP_FWD                    1010
  34. #define IDM_STEP_REV                    1011
  35. #define IDM_SEEKTIMECODE                1012
  36.  
  37. #define IDM_SETOUTPUT                   1020
  38. #define IDM_SETINPUT                    1021
  39. #define IDM_CAPSIZE                     1022
  40. #define IDM_EXIT                        1023
  41.  
  42. #define IDM_PREVIEW                     1030
  43. #define IDM_FILETODV                    1031
  44. #define IDM_FILETODV_NOPRE              1032
  45. #define IDM_DVTOFILE                    1033
  46. #define IDM_DVTOFILE_NOPRE              1034
  47. #define IDM_FILETODV_TYPE2              1035
  48. #define IDM_FILETODV_NOPRE_TYPE2        1036
  49. #define IDM_DVTOFILE_TYPE2              1037
  50. #define IDM_DVTOFILE_NOPRE_TYPE2        1038
  51.  
  52. #define IDM_DECODESIZE                  1040
  53. #define IDM_CHECKTAPE                   1041
  54. #define IDM_REFRESHMODE                 1042
  55. #define IDM_OPTIONS_SAVEGRAPH           1043
  56.  
  57. #define IDM_ABOUT                       1060
  58.  
  59. #define IDM_LEVEL_SUCCINCT              1100
  60. #define IDM_LEVEL_MEDIUM                1101
  61. #define IDM_LEVEL_VERBOSE               1102
  62. #define IDM_PRIORITY_ERROR              1103
  63. #define IDM_PRIORITY_WARN               1104
  64. #define IDM_PRIORITY_INFO               1105
  65.  
  66. #define IDC_EDIT_HOUR                   2000
  67. #define IDC_EDIT_MINUTE                 2001
  68. #define IDC_EDIT_SECOND                 2002
  69. #define IDC_EDIT_FRAME                  2003
  70. #define IDC_TCCHECKBOX                  2004
  71. #define IDC_BUTTON_GOTOTC               2005
  72.  
  73.  
  74. #define IDC_RADIO_TIME                  2010
  75. #define IDC_RADIO_SIZE                  2011
  76. #define IDC_RADIO_NOLIMIT               2012
  77. #define IDC_EDIT_TIME                   2013
  78. #define IDC_EDIT_SIZE                   2014
  79. #define IDC_SPIN_SIZE                   2015
  80. #define IDC_SPIN_TIME                   2016
  81. #define IDC_BUTTON_CAMERA               2017
  82. #define IDC_BUTTON_VCR                  2018
  83.  
  84.  
  85. #define IDC_RADIO_88x60                 3000
  86. #define IDC_RADIO_180x120               3001
  87. #define IDC_RADIO_360x240               3002
  88. #define IDC_RADIO_720x480               3003
  89.  
  90.  
  91. #define WM_FGNOTIFY                     WM_USER+1
  92.  
  93.  
  94.  
  95.