From 6bcf419d2e8f739b432d4790d1ba9d48ab65365b Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 18 Nov 2011 12:14:12 +0000 Subject: --- ARMFCaptureD3D/resource.h | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 ARMFCaptureD3D/resource.h (limited to 'ARMFCaptureD3D/resource.h') diff --git a/ARMFCaptureD3D/resource.h b/ARMFCaptureD3D/resource.h new file mode 100644 index 0000000..67cd108 --- /dev/null +++ b/ARMFCaptureD3D/resource.h @@ -0,0 +1,66 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by ARMFCaptureD3D.rc +// +#define IDR_MENU1 101 +#define IDD_CHOOSE_DEVICE 102 +#define IDD_CHOOSE_VIDEO 103 +#define IDC_LIST1 1001 +#define IDC_DEVICE_LIST 1001 +#define IDC_VIDEO_LIST 1001 +#define ID_ACTION_CHOOSEDEVICE 40001 +#define ID_ACTION_DISPLAYVIDEO 40002 +#define ID_ACTION_CALIBRATE 40003 +#define ID_ACTION_CHOOSEFORMAT 40004 +#define ID_CONFIDENCE_MIN 40005 +#define ID_CONFIDENCE_MAX 40006 +#define ID_CONFIDENCE_ID 40007 +#define ID_FILE_CONFIDENCE 40008 +#define ID_BUTTON2 40009 +#define ID_ACTION_AUTOTHRESHOLD 40010 +#define ID_ACTION_TRANSFORM 40014 +#define ID_DOWNSAMPLE_FACTEUR2 40015 +#define ID_DOWNSAMPLE_FACTEUR4 40016 +#define ID_DOWNSAMPLE_FACTEUR8 40017 +#define ID_BLURPASSE_1PASS 40018 +#define ID_BLURPASSE_2PASSES 40019 +#define ID_BLURPASSE_3PASSES 40020 +#define ID_BLURPASSE_4PASSES 40021 +#define ID_BLURPASSE_2PASS 40022 +#define ID_BLURPASSE_3PASS 40023 +#define ID_BLURPASSE_4PASS 40024 +#define ID_BLURPASSE_5PASSES 40025 +#define ID_BLURPASSE_6PASSES 40026 +#define ID_BLURPASSE_6PASS 40027 +#define ID_BLURPASSE_5PASS 40028 +#define ID_BLURPASSE_10PASSES 40029 +#define ID_BLURPASSE_10PASS 40030 +#define ID_AFFICHAGE_GRAYSCALE 40031 +#define ID_AFFICHAGE_BLUR 40032 +#define ID_AFFICHAGE_DIFF 40033 +#define ID_AFFICHAGE_THRESHOLD 40034 +#define ID_BLURPASSE_0PASSES 40035 +#define ID_DOWNSAMPLE_FACTEUR1 40036 +#define ID_BLURPASSE_0PASS 40037 +#define ID_AFFICHAGE_MOYEN 40038 +#define ID_ACTION_CALCMOYEN 40039 +#define ID_FILTER_MOYEN 40040 +#define ID_FILTER_LAPLACIEN4 40041 +#define ID_FILTER_LAPLACIEN8 40042 +#define ID_FILTER_LAPLACIEND 40043 +#define ID_FILTER_SOBEL 40044 +#define ID_FILTER_PREWITT 40045 +#define ID_FILTER_GAUSSIAN 40046 +#define ID_ACTION_SAVEPROJECTIONDATA 40047 +#define IDC_STATIC -1 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 111 +#define _APS_NEXT_COMMAND_VALUE 40048 +#define _APS_NEXT_CONTROL_VALUE 1002 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.1