Send proper messages/events to processes during logoff and kill them if they
[reactos.git] / reactos / subsys / csrss / win32csr / win32csr.rc
1 #include <win32csr.h>
2 #include "resource.h"
3
4 #define REACTOS_VERSION_DLL
5 #define REACTOS_STR_FILE_DESCRIPTION "CSRSS subsystem usermode code\0"
6 #define REACTOS_STR_INTERNAL_NAME "win32csr\0"
7 #define REACTOS_STR_ORIGINAL_FILENAME "win32csr.dll\0"
8 #include <reactos/version.rc>
9
10 1 ICON DISCARDABLE res/terminal.ico
11
12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13
14 IDD_END_NOW DIALOG DISCARDABLE 0, 0, 200, 95
15 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
16 CAPTION "End Program - "
17 FONT 8, "MS Sans Serif"
18 BEGIN
19 LTEXT "Ending Program... Please wait",IDC_STATIC,7,7,186,11
20 CONTROL "Progress",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
21 7,20,186,13
22 LTEXT "If you choose to end the program immediately, you will lose any unsaved data. To end the program now, click End Now.",
23 IDC_STATIC,7,40,186,26
24 DEFPUSHBUTTON "&End Now",IDC_END_NOW,150,71,43,17
25 END
26
27 IDD_NOT_RESPONDING DIALOG DISCARDABLE 0, 0, 192, 122
28 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
29 CAPTION "End Program - "
30 FONT 8, "MS Sans Serif"
31 BEGIN
32 DEFPUSHBUTTON "Cancel",IDCANCEL,142,98,43,17
33 PUSHBUTTON "&End Now",IDC_END_NOW,78,98,43,17
34 LTEXT "This program is not responding",IDC_STATIC,7,7,178,8
35 LTEXT "To return to ReactOS and check the status of the program, click Cancel",
36 IDC_STATIC,7,26,178,16
37 LTEXT "If you choose to end the program immediately, you will loose any unsaved data. To end the program now, click End Now",
38 IDC_STATIC,7,53,178,26
39 END