|
|
//Microsoft Developer Studio generated resource script. // #include "windows.h" #include "update.rcv" #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #undef APSTUDIO_HIDDEN_SYMBOLS
///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
///////////////////////////////////////////////////////////////////////////// // // AVI //
IDA_DOWNLOAD AVI MOVEABLE PURE "..\\ieakui\\res\\gears.avi"
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_WAIT DIALOG DISCARDABLE 0, 0, 275, 60 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_CAPTION CAPTION "Updating IEAK" FONT 8, "Tahoma" BEGIN LTEXT "The Microsoft Internet Explorer Administration Kit is now being updated. This could take a few seconds, please wait..", IDC_STATIC,65,15,192,31 CONTROL "Animate1",IDC_ANIM,"SysAnimate32",ACS_TRANSPARENT,11,12, 20,20 END
IDD_CHOOSETYPE DIALOG DISCARDABLE 0, 0, 278, 124 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Select Role" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Choose the license agreement that you signed for distribution of Microsoft Internet Explorer or that which includes only the functionality allowed by your distribution license agreement.", IDC_STATIC,16,10,243,24 CONTROL "&External License and Distribution Agreement for Internet Explorer (e.g. Internet Service Providers)", IDC_ISP,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE | WS_GROUP,22,39,243,16 CONTROL "E&xternal License and Distribution Agreement for Internet Explorer (e.g. Content Providers and Developers)", IDC_ICP,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE,22,59, 243,16 CONTROL "&Site License and Intranet (internal use) Distribution License (e.g. Corporate Administrators)", IDC_INTRA,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE,22, 79,243,16 DEFPUSHBUTTON "OK",IDOK,114,103,50,14,WS_GROUP END
IDD_CONFIRM DIALOG DISCARDABLE 0, 0, 251, 78 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Confirm License" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK",IDOK,63,57,50,14 PUSHBUTTON "Cancel",IDCANCEL,131,57,50,14 LTEXT "You have chosen to install the Internet Explorer Administration Kit, %s version. Please confirm that you have agreed to the %s license agreement when downloading the IEAK.", IDC_STATICLICENSE,7,14,237,39 END
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resrc1.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""ntverp.h""\r\n" "#include ""resource.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO //
#ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_CHOOSETYPE, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 271 TOPMARGIN, 10 BOTTOMMARGIN, 117 END
IDD_CONFIRM, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 71 END END #endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_TITLE "Microsoft Internet Explorer Customization Wizard" IDS_RESTARTYESNO "You must restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?" IDS_ICP "You have chosen to install the Internet Explorer Administration Kit, Content Provider/Developer version. Please confirm that you have signed a license agreement which permits all of the functionality included with this mode." IDS_ISP "You have chosen to install the Internet Explorer Administration Kit, Service Provider version. Please confirm that you have signed a license agreement which permits all of the functionality included with this mode." IDS_CORP "You have chosen to install the Internet Explorer Administration Kit, Corporate Administrator version. Please confirm that you have signed a license agreement which permits all of the functionality included with this mode." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|