home *** CD-ROM | disk | FTP | other *** search
-
-
- #define DV_CURVER "1.10\0"
- #ifdef DEBUG
- #define DV_SPECIALINFO "Checked (debug) build"
- #else
- #define DV_SPECIALINFO "Free (retail) build"
- #endif
- #define IDC_STATIC -1
-
- #define ID_TOOLBAR 1
-
- #define IDR_MENU1 100
- #define IDD_ABOUT 101
- #define IDB_TOOLBAR 102
- #define IDB_STATUS 103
-
- #define IDD_DIALOG_CAPSIZE 104
- #define IDD_DIALOG_CHOOSEMODE 105
- #define IDD_DIALOG_DECODESIZE 106
-
-
-
- #define IDM_STOP 1000
- #define IDM_PLAY 1001
- #define IDM_PAUSE 1002
- #define IDM_RECORD 1003
- #define IDM_FF 1004
- #define IDM_REW 1005
- #define IDM_PLAY_FAST_FF 1006
- #define IDM_PLAY_FAST_REV 1007
-
- #define IDM_STEP_FWD 1010
- #define IDM_STEP_REV 1011
- #define IDM_SEEKTIMECODE 1012
-
- #define IDM_SETOUTPUT 1020
- #define IDM_SETINPUT 1021
- #define IDM_CAPSIZE 1022
- #define IDM_EXIT 1023
-
- #define IDM_PREVIEW 1030
- #define IDM_FILETODV 1031
- #define IDM_FILETODV_NOPRE 1032
- #define IDM_DVTOFILE 1033
- #define IDM_DVTOFILE_NOPRE 1034
- #define IDM_FILETODV_TYPE2 1035
- #define IDM_FILETODV_NOPRE_TYPE2 1036
- #define IDM_DVTOFILE_TYPE2 1037
- #define IDM_DVTOFILE_NOPRE_TYPE2 1038
-
- #define IDM_DECODESIZE 1040
- #define IDM_CHECKTAPE 1041
- #define IDM_REFRESHMODE 1042
- #define IDM_OPTIONS_SAVEGRAPH 1043
-
- #define IDM_ABOUT 1060
-
- #define IDM_LEVEL_SUCCINCT 1100
- #define IDM_LEVEL_MEDIUM 1101
- #define IDM_LEVEL_VERBOSE 1102
- #define IDM_PRIORITY_ERROR 1103
- #define IDM_PRIORITY_WARN 1104
- #define IDM_PRIORITY_INFO 1105
-
- #define IDC_EDIT_HOUR 2000
- #define IDC_EDIT_MINUTE 2001
- #define IDC_EDIT_SECOND 2002
- #define IDC_EDIT_FRAME 2003
- #define IDC_TCCHECKBOX 2004
- #define IDC_BUTTON_GOTOTC 2005
-
-
- #define IDC_RADIO_TIME 2010
- #define IDC_RADIO_SIZE 2011
- #define IDC_RADIO_NOLIMIT 2012
- #define IDC_EDIT_TIME 2013
- #define IDC_EDIT_SIZE 2014
- #define IDC_SPIN_SIZE 2015
- #define IDC_SPIN_TIME 2016
- #define IDC_BUTTON_CAMERA 2017
- #define IDC_BUTTON_VCR 2018
-
-
- #define IDC_RADIO_88x60 3000
- #define IDC_RADIO_180x120 3001
- #define IDC_RADIO_360x240 3002
- #define IDC_RADIO_720x480 3003
-
-
- #define WM_FGNOTIFY WM_USER+1
-
-
-
-