minor fixes and use a .spec file
[reactos.git] / reactos / lib / aclui / resource.h
1 #ifndef __ACLUI_RESOURCE_H
2 #define __ACLUI_RESOURCE_H
3
4 #define IDD_SECPAGE 101
5
6 #define IDC_PRINCIPALS 1001
7 #define IDC_ADD_PRINCIPAL 1002
8 #define IDC_REMOVE_PRINCIPAL 1003
9 #define IDC_ACE_CHECKLIST 1004
10 #define IDC_LABEL_ALLOW 1005
11 #define IDC_LABEL_DENY 1006
12 #define IDC_ADVANCED 1007
13 #define IDC_LABEL_ADVANCED 1008
14 #define IDC_LABEL_PERMISSIONS_FOR 1009
15
16 #define IDS_PSP_TITLE 1001
17 #define IDS_UNKNOWN 1002
18 #define IDS_SPECIAL_PERMISSIONS 1003
19 #define IDS_PERMISSIONS_FOR 1004
20 #define IDS_PERMISSIONS 1005
21 #define IDS_USERDOMAINFORMAT 1006
22 #define IDS_USERFORMAT 1007
23
24 #define IDB_USRGRPIMAGES 1001
25
26 #endif /* __ACLUI_RESOURCE_H */
27
28 /* EOF */