4 #define IDI_USRMGR_ICON 40
5 #define IDI_USRMGR_ICON2 100 /* Needed for theme compatibility with Windows. */
7 #define IDI_LOCKED_USER 42
11 #define IDD_GROUPS 101
14 #define IDC_USERS_LIST 200
16 #define IDC_GROUPS_LIST 300
22 #define IDD_USER_GENERAL 310
23 #define IDC_USER_GENERAL_NAME 311
24 #define IDC_USER_GENERAL_FULL_NAME 312
25 #define IDC_USER_GENERAL_DESCRIPTION 313
26 #define IDC_USER_GENERAL_FORCE_CHANGE 314
27 #define IDC_USER_GENERAL_CANNOT_CHANGE 315
28 #define IDC_USER_GENERAL_NEVER_EXPIRES 316
29 #define IDC_USER_GENERAL_DISABLED 317
30 #define IDC_USER_GENERAL_LOCKED 318
32 #define IDC_USERS_ADD 319
33 #define IDC_USERS_REMOVE 320
34 #define IDC_USERS_PROPERTIES 321
35 #define IDC_USERS_STARTUP_REQUIRE 322
36 #define IDC_USERS_RESET 323
38 #define IDC_GROUPS_ADD 324
39 #define IDC_GROUPS_REMOVE 325
40 #define IDC_GROUPS_PROPERTIES 326
42 #define IDD_GROUP_GENERAL 340
43 #define IDC_GROUP_GENERAL_NAME 341
44 #define IDC_GROUP_GENERAL_DESCRIPTION 342
45 #define IDC_GROUP_GENERAL_MEMBERS 343
46 #define IDC_GROUP_GENERAL_ADD 344
47 #define IDC_GROUP_GENERAL_REMOVE 345
49 #define IDD_CHANGE_PASSWORD 350
50 #define IDC_EDIT_PASSWORD1 351
51 #define IDC_EDIT_PASSWORD2 352
53 #define IDD_USER_NEW 360
54 #define IDC_USER_NEW_NAME 361
55 #define IDC_USER_NEW_FULL_NAME 362
56 #define IDC_USER_NEW_DESCRIPTION 363
57 #define IDC_USER_NEW_PASSWORD1 364
58 #define IDC_USER_NEW_PASSWORD2 365
59 #define IDC_USER_NEW_FORCE_CHANGE 366
60 #define IDC_USER_NEW_CANNOT_CHANGE 367
61 #define IDC_USER_NEW_NEVER_EXPIRES 368
62 #define IDC_USER_NEW_DISABLED 369
64 #define IDD_USER_MEMBERSHIP 370
65 #define IDC_USER_MEMBERSHIP_LIST 371
66 #define IDC_USER_MEMBERSHIP_ADD 372
67 #define IDC_USER_MEMBERSHIP_REMOVE 373
69 #define IDD_USER_PROFILE 380
70 #define IDC_USER_PROFILE_PATH 381
71 #define IDC_USER_PROFILE_SCRIPT 382
72 #define IDC_USER_PROFILE_LOCAL 383
73 #define IDC_USER_PROFILE_REMOTE 384
74 #define IDC_USER_PROFILE_LOCAL_PATH 385
75 #define IDC_USER_PROFILE_DRIVE 386
76 #define IDC_USER_PROFILE_REMOTE_PATH 387
78 #define IDD_GROUP_NEW 390
79 #define IDC_GROUP_NEW_NAME 391
80 #define IDC_GROUP_NEW_DESCRIPTION 392
82 #define IDD_USER_ADD_MEMBERSHIP 400
83 #define IDC_USER_ADD_MEMBERSHIP_LIST 401
87 #define IDS_CPLNAME 2000
88 #define IDS_CPLDESCRIPTION 2001
91 #define IDS_FULLNAME 2101
92 #define IDS_DESCRIPTION 2102
96 #define IDM_POPUP_GROUP 120
97 #define IDM_GROUP_ADD_MEMBER 121
98 #define IDM_GROUP_NEW 122
99 #define IDM_GROUP_DELETE 123
100 #define IDM_GROUP_RENAME 124
101 #define IDM_GROUP_PROPERTIES 125
103 #define IDM_POPUP_USER 130
104 #define IDM_USER_CHANGE_PASSWORD 131
105 #define IDM_USER_NEW 132
106 #define IDM_USER_DELETE 133
107 #define IDM_USER_RENAME 134
108 #define IDM_USER_PROPERTIES 135