d3dx9: Use wine_dbgstr_rect() in some more places.
[wine/multimedia.git] / programs / wineboot / wineboot.rc
blob7154687001c2411b8f12299bef7bc467d8447542
1 /*
2  * WineBoot resources
3  *
4  * Copyright (C) 2007 Robert Shearman for CodeWeavers
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  *
20  */
22 #include "resource.h"
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26 IDD_ENDTASK DIALOG  0, 0, 276, 79
27 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
28 CAPTION "Waiting for Program"
29 FONT 8, "MS Shell Dlg"
30 BEGIN
31     DEFPUSHBUTTON   "Cancel",IDCANCEL,219,58,50,15
32     PUSHBUTTON      "Terminate Process",IDOK,136,58,76,15
33     LTEXT           "A simulated log-off or shutdown is in progress, but this program isn't responding.\n\nIf you terminate the process you may lose all unsaved data.",
34                     IDC_STATIC,7,7,262,48
35 END
37 IDD_WAITDLG DIALOG 0, 0, 200, 50
38 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
39 CAPTION "Wine"
40 FONT 8, "MS Shell Dlg"
41 BEGIN
42     ICON "", IDC_WAITICON, 3, 3, 10, 10
43     LTEXT "The Wine configuration in %s is being updated, please wait...",
44           IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
45 END