#ifndef RESOURCE_H_ #define RESOURCE_H_ #define IDC_MYICON 2 #define IDD_DIALOGTEST01_DIALOG 102 #define IDR_MAINFRAME 128 #define IDD_DIALOG1 129 #define IDC_FPSDISPLAY 2003 #define IDC_RESET 2004 #define IDC_WAITVALUE 2005 #define IDC_SPEED 2006 #define IDC_NUMBER 2007 #define IDC_STATUS1 2008 #define IDC_STATIC -1 #endif