1 #pragma once 2 3 #ifndef IDC_STATIC 4 #define IDC_STATIC -1 5 #endif 6 7 /* Controls */ 8 #define IDC_CONNECTEDDRIVELIST 1071 9 #define ID_OK 100 10 11 /* Dialogs */ 12 #define IDD_DISCONNECTDRIVES 2100 13 14 /* Icons */ 15 #define IDI_DISCONNECT_NET_DRIVES 4400 16 17 /* Strings */ 18 #define IDS_DIALOG_CAPTION 13000 19 #define IDS_DRIVE_LETTER 13001 20 #define IDS_NETWORK_PATH 13002 21 #define IDS_NO_DRIVES 13003 22