Sync with trunk r58033.
[reactos.git] / base / applications / shutdown / resource.h
1 #pragma once
2
3 /* Strings */
4 #define IDC_STATIC -1
5 #define IDS_USAGE 1
6 #define IDS_ERROR_SHUTDOWN_REBOOT 2
7 #define IDS_ERROR_TIMEOUT 3
8 #define IDS_ERROR_ABORT 4
9 #define IDS_ERROR_LOGOFF 5
10 #define IDS_ERROR_RESTART 6
11 #define IDS_ERROR_SHUTDOWN 7
12 #define IDS_ERROR_MAX_COMMENT_LENGTH 8
13 #define IDS_ERROR_HIBERNATE 9
14 #define IDS_ERROR_HIBERNATE_LOCAL 10
15 #define IDS_ERROR_HIBERNATE_ENABLED 11
16 #define IDS_ERROR_DIALOG_CAPTION 12
17 #define IDS_ERROR_DIALOG_INIT 13
18
19 /* Action strings */
20 #define IDS_ACTION_SHUTDOWN 14
21 #define IDS_ACTION_RESTART 15
22 #define IDS_ACTION_UNEXPECTED_SHUTDOWN 16
23
24 /* Reason strings */
25 #define IDS_REASON_OTHER 17
26 #define IDS_REASON_HARDWARE_MAINTENANCE 18
27 #define IDS_REASON_HARDWARE_INSTALL 19
28 #define IDS_REASON_OS_RECOVER 20
29 #define IDS_REASON_OS_RECONFIGURE 21
30 #define IDS_REASON_APP_MAINTENANCE 22
31 #define IDS_REASON_APP_INSTALL 23
32 #define IDS_REASON_APP_UNRESPONSIVE 24
33 #define IDS_REASON_APP_UNSTABLE 25
34 #define IDS_REASON_SECURITY 26
35 #define IDS_REASON_NETWORK 27
36
37 /* Controls */
38 #define IDC_OK 100
39 #define IDC_CANCEL 101
40 #define IDC_COMPUTER_LIST 102
41 #define IDC_ADD_SYSTEM 103
42 #define IDC_REMOVE_SYSTEM 104
43 #define IDC_BROWSE_SYSTEM 105
44 #define IDC_ACTION 106
45 #define IDC_ACTION_TYPE 107
46 #define IDC_WARN_USERS 108
47 #define IDC_SHOW_WARN_ONE 109
48 #define IDC_SHOW_WARN_TWO 110
49 #define IDC_SHOW_WARN 111
50 #define IDC_PLANNED 112
51 #define IDC_REASON_CODE 113
52 #define IDC_COMMENT_CAPTION 114
53 #define IDC_COMMENT_TEXT 115
54
55 /* Dialogs */
56 #define IDD_GUI 200