1 #ifndef RESOURCE_H 2 #define RESOURCE_H 3 4 #define IDS_XML_FILE 1 5 #define IDS_XLS_FILE 2 6 7 #endif /* RESOURCE_H */ 8