1 #pragma once 2 3 /* Dialog ids */ 4 #define IDD_SAFE_REMOVE_HARDWARE_DIALOG 100 5 #define IDD_CONFIRM_STOP_HARDWARE_DIALOG 101 6 7 /* Resource strings ids */ 8 #define IDS_CPLNAME 1000 9 #define IDS_CPLDESCRIPTION 1001 10 11 /* Control ids */ 12 #define IDC_CPLICON 10000 13