cd413e81efe0640a846e6a666a1f550acbfa2459
1 #ifndef __CPL_USRMGR_RESOURCE_H__
2 #define __CPL_USRMGR_RESOURCE_H__
7 #define PROPSHEETWIDTH 246
8 #define PROPSHEETHEIGHT 228
9 #define PROPSHEETPADDING 6
11 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
12 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
18 #define IDI_USRMGR_ICON 40
19 #define IDI_USRMGR_ICON2 100 // Needed for theme compatibility with Windows.
21 #define IDI_LOCKED_USER 42
26 #define IDD_GROUPS 101
29 #define IDC_USERS_LIST 200
31 #define IDC_GROUPS_LIST 300
38 #define IDD_USER_GENERAL 310
39 #define IDC_USER_NAME 311
40 #define IDC_USER_FULLNAME 312
41 #define IDC_USER_DESCRIPTION 313
42 #define IDC_USER_PW_CHANGE 314
43 #define IDC_USER_PW_NOCHANGE 315
44 #define IDC_USER_PW_EXPIRE 316
45 #define IDC_USER_DEACTIVATE 317
46 #define IDC_USER_LOCK 318
49 #define IDD_CHANGE_PASSWORD 350
50 #define IDC_EDIT_PASSWORD1 351
51 #define IDC_EDIT_PASSWORD2 352
56 #define IDS_CPLNAME 2000
57 #define IDS_CPLDESCRIPTION 2001
60 #define IDS_FULLNAME 2101
61 #define IDS_DESCRIPTION 2102
66 #define IDM_POPUP_GROUP 120
67 #define IDM_GROUP_ADD_MEMBER 121
68 #define IDM_GROUP_NEW 122
69 #define IDM_GROUP_DELETE 123
70 #define IDM_GROUP_RENAME 124
71 #define IDM_GROUP_PROPERTIES 125
73 #define IDM_POPUP_USER 130
74 #define IDM_USER_CHANGE_PASSWORD 131
75 #define IDM_USER_NEW 132
76 #define IDM_USER_DELETE 133
77 #define IDM_USER_RENAME 134
78 #define IDM_USER_PROPERTIES 135
80 #endif /* __CPL_USRMGR_RESOURCE_H__ */