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