[USRMGR]
[reactos.git] / reactos / dll / cpl / usrmgr / resource.h
1 #pragma once
2
3 #include <commctrl.h>
4
5 /* metrics */
6 #define PROPSHEETWIDTH 246
7 #define PROPSHEETHEIGHT 228
8 #define PROPSHEETPADDING 6
9
10 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
11 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
12
13 #define ICONSIZE 16
14
15
16 /* Icons */
17 #define IDI_USRMGR_ICON 40
18 #define IDI_USRMGR_ICON2 100 // Needed for theme compatibility with Windows.
19 #define IDI_USER 41
20 #define IDI_LOCKED_USER 42
21 #define IDI_GROUP 43
22
23
24 #define IDD_USERS 100
25 #define IDD_GROUPS 101
26 #define IDD_EXTRA 102
27
28 #define IDC_USERS_LIST 200
29
30 #define IDC_GROUPS_LIST 300
31
32 #define IDC_STATIC -1
33
34
35 /* Dialogs */
36
37 #define IDD_USER_GENERAL 310
38 #define IDC_USER_GENERAL_NAME 311
39 #define IDC_USER_GENERAL_FULL_NAME 312
40 #define IDC_USER_GENERAL_DESCRIPTION 313
41 #define IDC_USER_GENERAL_FORCE_CHANGE 314
42 #define IDC_USER_GENERAL_CANNOT_CHANGE 315
43 #define IDC_USER_GENERAL_NEVER_EXPIRES 316
44 #define IDC_USER_GENERAL_DISABLED 317
45 #define IDC_USER_GENERAL_LOCKED 318
46
47 #define IDD_GROUP_GENERAL 340
48 #define IDC_GROUP_GENERAL_NAME 341
49 #define IDC_GROUP_GENERAL_DESCRIPTION 342
50 #define IDC_GROUP_GENERAL_MEMBERS 343
51 #define IDC_GROUP_GENERAL_ADD 344
52 #define IDC_GROUP_GENERAL_REMOVE 345
53
54 #define IDD_CHANGE_PASSWORD 350
55 #define IDC_EDIT_PASSWORD1 351
56 #define IDC_EDIT_PASSWORD2 352
57
58
59 #define IDD_USER_NEW 360
60 #define IDC_USER_NEW_NAME 361
61 #define IDC_USER_NEW_FULL_NAME 362
62 #define IDC_USER_NEW_DESCRIPTION 363
63 #define IDC_USER_NEW_PASSWORD1 364
64 #define IDC_USER_NEW_PASSWORD2 365
65 #define IDC_USER_NEW_FORCE_CHANGE 366
66 #define IDC_USER_NEW_CANNOT_CHANGE 367
67 #define IDC_USER_NEW_NEVER_EXPIRES 368
68 #define IDC_USER_NEW_DISABLED 369
69
70 #define IDD_USER_MEMBERSHIP 370
71 #define IDC_USER_MEMBERSHIP_LIST 371
72 #define IDC_USER_MEMBERSHIP_ADD 372
73 #define IDC_USER_MEMBERSHIP_REMOVE 373
74
75 #define IDD_USER_PROFILE 380
76 #define IDC_USER_PROFILE_PATH 381
77 #define IDC_USER_PROFILE_SCRIPT 382
78 #define IDC_USER_PROFILE_LOCAL 383
79 #define IDC_USER_PROFILE_REMOTE 384
80 #define IDC_USER_PROFILE_LOCAL_PATH 385
81 #define IDC_USER_PROFILE_DRIVE 386
82 #define IDC_USER_PROFILE_REMOTE_PATH 387
83
84 #define IDD_GROUP_NEW 390
85 #define IDC_GROUP_NEW_NAME 391
86 #define IDC_GROUP_NEW_DESCRIPTION 392
87
88
89 #define IDD_USER_ADD_MEMBERSHIP 400
90 #define IDC_USER_ADD_MEMBERSHIP_LIST 401
91
92 /* Strings */
93
94 #define IDS_CPLNAME 2000
95 #define IDS_CPLDESCRIPTION 2001
96
97 #define IDS_NAME 2100
98 #define IDS_FULLNAME 2101
99 #define IDS_DESCRIPTION 2102
100
101
102 /* Menus */
103
104 #define IDM_POPUP_GROUP 120
105 #define IDM_GROUP_ADD_MEMBER 121
106 #define IDM_GROUP_NEW 122
107 #define IDM_GROUP_DELETE 123
108 #define IDM_GROUP_RENAME 124
109 #define IDM_GROUP_PROPERTIES 125
110
111 #define IDM_POPUP_USER 130
112 #define IDM_USER_CHANGE_PASSWORD 131
113 #define IDM_USER_NEW 132
114 #define IDM_USER_DELETE 133
115 #define IDM_USER_RENAME 134
116 #define IDM_USER_PROPERTIES 135