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