michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "HangUIDlg.h" michael@0: #include michael@0: michael@0: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: // Dialog michael@0: // michael@0: michael@0: IDD_HANGUIDLG DIALOGEX 0, 0, 400, 75 michael@0: STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU michael@0: CAPTION "Dialog" michael@0: FONT 8, "MS Shell Dlg", 400, 0, 0x1 michael@0: BEGIN michael@0: DEFPUSHBUTTON "Continue",IDC_CONTINUE,283,51,50,18 michael@0: PUSHBUTTON "Stop",IDC_STOP,341,51,50,18 michael@0: CONTROL "Check1",IDC_NOFUTURE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,37,32,354,10 michael@0: LTEXT "Static",IDC_MSG,37,7,353,24 michael@0: ICON "",IDC_DLGICON,7,7,20,20 michael@0: END michael@0: