2005-02-16 22:10:02 +01:00
|
|
|
|
/*
|
|
|
|
|
* Copyright 2004 Jonathan Ernst
|
|
|
|
|
*
|
|
|
|
|
* 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
|
2005-02-16 22:10:02 +01:00
|
|
|
|
*/
|
|
|
|
|
|
2005-05-04 11:52:47 +02:00
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
2005-02-16 22:10:02 +01:00
|
|
|
|
|
|
|
|
|
100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
|
|
|
|
|
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "T<>l<EFBFBD>chargement du contr<74>le ActiveX de Mozilla"
|
2005-02-21 19:38:36 +01:00
|
|
|
|
FONT 8, "MS Shell Dlg"
|
2005-02-16 22:10:02 +01:00
|
|
|
|
{
|
|
|
|
|
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
|
|
|
|
|
LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
|
|
|
|
|
PUSHBUTTON "Annuler", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
|
BEGIN
|
|
|
|
|
1001 "Cette application requiert un object navigateur ActiveX\n" \
|
|
|
|
|
"mais le contr<74>le Active X de Mozilla n'est pas install<6C>." \
|
|
|
|
|
"Souhaitez-vous le t<>l<EFBFBD>charger et l'installer ?"
|
|
|
|
|
END
|