2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright 1997 Ricardo R. Massaro
|
2009-07-07 01:42:34 +02:00
|
|
|
* Copyright 2006 Américo José Melo
|
|
|
|
* Copyright 2009 Ricardo Filipe
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-10 00:29:33 +01:00
|
|
|
*/
|
|
|
|
|
2009-07-03 01:38:57 +02:00
|
|
|
#include "resources.h"
|
|
|
|
|
2009-07-07 01:42:34 +02:00
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
2006-11-27 19:21:34 +01:00
|
|
|
|
1997-03-29 18:20:20 +01:00
|
|
|
MSGBOX DIALOG 100, 80, 216, 168
|
2006-02-20 11:12:26 +01:00
|
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
1997-03-29 18:20:20 +01:00
|
|
|
BEGIN
|
2011-05-18 17:52:08 +02:00
|
|
|
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
|
|
|
|
LTEXT "", MSGBOX_IDTEXT, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
|
|
|
|
PUSHBUTTON "&OK", IDOK, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Cancelar", IDCANCEL, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Abortar", IDABORT, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Repetir", IDRETRY, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Ignorar", IDIGNORE, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Sim", IDYES, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Não", IDNO, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Tente Novamente", IDTRYAGAIN, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "&Continuar", IDCONTINUE, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
|
|
PUSHBUTTON "Ajuda", IDHELP, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
1997-03-29 18:20:20 +01:00
|
|
|
END
|
|
|
|
|
2006-11-27 19:21:34 +01:00
|
|
|
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
|
|
|
|
2010-07-21 23:56:30 +02:00
|
|
|
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
|
2003-06-30 22:22:35 +02:00
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
CAPTION "Selecionar Janela"
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
BEGIN
|
|
|
|
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
|
|
|
|
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
|
|
|
|
PUSHBUTTON "Cancelar", IDCANCEL, 120, 100, 35, 14
|
|
|
|
END
|
|
|
|
|
2006-11-27 19:21:34 +01:00
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
|
|
|
|
2010-07-21 23:56:30 +02:00
|
|
|
MDI_MOREWINDOWS DIALOG 20, 20, 232, 122
|
2006-11-27 19:21:34 +01:00
|
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
|
|
CAPTION "Seleccionar Janela"
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
BEGIN
|
|
|
|
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
|
|
|
|
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
|
|
|
|
PUSHBUTTON "Cancelar", IDCANCEL, 120, 100, 35, 14
|
|
|
|
END
|