1 #pragma once 2 3 #define IDS_USAGE 0 4 #define IDS_USAGE_LOAD 1 5 #define IDS_USAGE_UNLOAD 2 6 #define IDS_USAGE_FILTERS 3 7 8 #define IDS_DISPLAY_FILTERS1 10 9 #define IDS_DISPLAY_FILTERS2 11 10 11 #define IDS_ERROR_PRIV 20 12 #define IDS_ERROR_FILTERS 21 13 #define IDS_ERROR_LOAD 22 14 #define IDS_ERROR_UNLOAD 23 15