dom/plugins/ipc/hangui/HangUIDlg.rc

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/plugins/ipc/hangui/HangUIDlg.rc	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +#include "HangUIDlg.h"
     1.9 +#include <windows.h>
    1.10 +
    1.11 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
    1.12 +
    1.13 +/////////////////////////////////////////////////////////////////////////////
    1.14 +//
    1.15 +// Dialog
    1.16 +//
    1.17 +
    1.18 +IDD_HANGUIDLG DIALOGEX 0, 0, 400, 75
    1.19 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
    1.20 +CAPTION "Dialog"
    1.21 +FONT 8, "MS Shell Dlg", 400, 0, 0x1
    1.22 +BEGIN
    1.23 +    DEFPUSHBUTTON   "Continue",IDC_CONTINUE,283,51,50,18
    1.24 +    PUSHBUTTON      "Stop",IDC_STOP,341,51,50,18
    1.25 +    CONTROL         "Check1",IDC_NOFUTURE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,37,32,354,10
    1.26 +    LTEXT           "Static",IDC_MSG,37,7,353,24
    1.27 +    ICON            "",IDC_DLGICON,7,7,20,20
    1.28 +END
    1.29 +

mercurial