ReactOS 0.4.15-dev-8093-g3285f69
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* Icons */
4#define IDI_WINLOGON 4
5
6/* Dialogs */
7#define IDD_SHUTDOWNCOMPUTER 300
8#define IDC_SHTDOWNICON 301
9#define IDC_SHUTDOWNCOMPUTER 302
10#define IDC_BTNSHTDOWNCOMPUTER 303
11
12#define IDD_GINALOADFAILED 400
13#define IDC_GINALOADFAILED 401
14#define IDC_GINALOADFAILEDCONTACT 402
15
16#define IDD_SYSSHUTDOWN 500
17#define IDC_SYSSHUTDOWNICON 501
18#define IDC_SYSSHUTDOWNTIMELEFT 502
19#define IDC_SYSSHUTDOWNMESSAGE 503
20
21/* Strings */
22#define IDS_PREPARENETWORKCONNECTIONS 1675
23#define IDS_APPLYINGCOMPUTERSETTINGS 1676
24#define IDS_RUNNINGSTARTUPSCRIPTS 1677
25#define IDS_RUNNINGSHUTDOWNSCRIPTS 1678
26#define IDS_APPLYINGYOURPERSONALSETTINGS 1679
27#define IDS_RUNNINGLOGOFFSCRIPTS 1680
28#define IDS_RUNNINGLOGONSCRIPTS 1681
29#define IDS_LOADINGYOURPERSONALSETTINGS 1682
30#define IDS_CLOSINGNETWORKCONNECTIONS 1683
31#define IDS_REACTOSISSHUTTINGDOWN 1684
32#define IDS_PREPARETOSTANDBY 1685
33#define IDS_PREPARETOHIBERNATE 1686
34#define IDS_SAVEYOURSETTINGS 1687
35#define IDS_REACTOSISSTARTINGUP 1690
36#define IDS_TIMEOUTSHORTFORMAT 1695
37#define IDS_TIMEOUTLONGFORMAT 1696
38#define IDS_REACTOSISRESTARTING 1697
39
40#define IDS_FAILEDACTIVATEUSERSHELL 1001