Author: janderwald
Date: Sat Jul 1 13:59:38 2006
New Revision: 22738
URL:
http://svn.reactos.org/svn/reactos?rev=22738&view=rev
Log:
move english resource code into own file
Added:
trunk/reactos/subsystems/win32/csrss/win32csr/en.rc
Modified:
trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rc
Added: trunk/reactos/subsystems/win32/csrss/win32csr/en.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/csrss/win…
==============================================================================
--- trunk/reactos/subsystems/win32/csrss/win32csr/en.rc (added)
+++ trunk/reactos/subsystems/win32/csrss/win32csr/en.rc Sat Jul 1 13:59:38 2006
@@ -1,0 +1,26 @@
+IDD_END_NOW DIALOG DISCARDABLE 0, 0, 200, 95
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "End Program - "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Ending Program... Please wait",IDC_STATIC,7,7,186,11
+ CONTROL
"Progress",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
+ 7,20,186,13
+ LTEXT "If you choose to end the program immediately, you will lose
any unsaved data. To end the program now, click End Now.",
+ IDC_STATIC,7,40,186,26
+ DEFPUSHBUTTON "&End Now",IDC_END_NOW,150,71,43,17
+END
+
+IDD_NOT_RESPONDING DIALOG DISCARDABLE 0, 0, 192, 122
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "End Program - "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Cancel",IDCANCEL,142,98,43,17
+ PUSHBUTTON "&End Now",IDC_END_NOW,78,98,43,17
+ LTEXT "This program is not responding",IDC_STATIC,7,7,178,8
+ LTEXT "To return to ReactOS and check the status of the program, click
Cancel",
+ IDC_STATIC,7,26,178,16
+ LTEXT "If you choose to end the program immediately, you will loose
any unsaved data. To end the program now, click End Now",
+ IDC_STATIC,7,53,178,26
+END
Modified: trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/csrss/win…
==============================================================================
--- trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rc (original)
+++ trunk/reactos/subsystems/win32/csrss/win32csr/win32csr.rc Sat Jul 1 13:59:38 2006
@@ -11,29 +11,4 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-IDD_END_NOW DIALOG DISCARDABLE 0, 0, 200, 95
-STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "End Program - "
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "Ending Program... Please wait",IDC_STATIC,7,7,186,11
- CONTROL
"Progress",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
- 7,20,186,13
- LTEXT "If you choose to end the program immediately, you will lose
any unsaved data. To end the program now, click End Now.",
- IDC_STATIC,7,40,186,26
- DEFPUSHBUTTON "&End Now",IDC_END_NOW,150,71,43,17
-END
-
-IDD_NOT_RESPONDING DIALOG DISCARDABLE 0, 0, 192, 122
-STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "End Program - "
-FONT 8, "MS Shell Dlg"
-BEGIN
- DEFPUSHBUTTON "Cancel",IDCANCEL,142,98,43,17
- PUSHBUTTON "&End Now",IDC_END_NOW,78,98,43,17
- LTEXT "This program is not responding",IDC_STATIC,7,7,178,8
- LTEXT "To return to ReactOS and check the status of the program, click
Cancel",
- IDC_STATIC,7,26,178,16
- LTEXT "If you choose to end the program immediately, you will loose
any unsaved data. To end the program now, click End Now",
- IDC_STATIC,7,53,178,26
-END
+#include "en.rc"