xref: /reactos/base/applications/fltmc/resource.h (revision 7eead935)
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 #define IDS_USAGE_VOLUMES           4
8 
9 #define IDS_DISPLAY_FILTERS1        10
10 #define IDS_DISPLAY_FILTERS2        11
11 #define IDS_DISPLAY_VOLUMES         12
12 
13 #define IDS_ERROR_PRIV              20
14 #define IDS_ERROR_FILTERS           21
15 #define IDS_ERROR_LOAD              22
16 #define IDS_ERROR_UNLOAD            23
17 #define IDS_ERROR_VOLUMES           24
18