#ifndef _RC_H #define _RC_H /////////////////////////////////////////////////////////////////////////////// // // RC.H // // defines for this project's resources // /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// // Icons #define IDI_DISPLAY 100 /////////////////////////////////////////////////////////////////////////////// // Strings #define IDS_DISPLAY_TITLE 100 #define IDS_DISPLAY_EXPLAIN 101 #define IDS_DISPLAY_DISABLED 102 #define IDS_ERRRegistryWrite 103 #define IDC_STATIC -1 #endif