Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
WMIPARSE.RC
History:
--*/
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h"
///////////////////////////////////////////////////////////////////////////// #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
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" "#include ""res\\wmiparse.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "#include ""afxres.rc"" // Standard components\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_WMI_DESC "MOF: Configuration Settings" IDS_WMI_NO_ERROR "No Error." IDS_WMI_OOM "Out of Memory." IDS_WMI_CANT_LOAD_SOURCE "Unable to open source file '%1'." END
STRINGTABLE DISCARDABLE BEGIN IDS_WMI_CANT_OPEN_TARGET "Unable to open target file '%1'." IDS_WMI_NO_OPEN_FILE "No source file has been opened." IDS_WMI_NOT_MOF_FILE "File '%1' is not a MOF file." IDS_WMI_CANT_WRITE_FILE "Unable to write to file '%1'." IDS_WMI_SYNTAX "Syntax error in file '%1' at line xxx." IDS_WMI_HANDLER_ERROR "The Item handler has reported an error." IDS_WMI_UNKNOWN_ERROR "An unknown error has occurred." IDS_WMI_PARSER_DESC "WMI: Configuration Settings" IDS_WMI_BAD_FILE "The following file error on file '%ls' has occurred: %s" IDS_WMI_NO_MEMORY "Not enough memory is available." IDS_WMI_UNICODE_ERROR "The following Unicode conversion error occurred: %s" IDS_WMI_EXCEPTION "The following exception has occurred:\n%s" IDS_WMI_GENERIC_LOCATION "WMI: Configuration Settings" IDS_WMI_FULL_CONTEXT "File '%ls', Line %u" IDS_WMI_LINE_ERROR "Error parsing line text." END
STRINGTABLE DISCARDABLE BEGIN IDS_WMI_VAL_HOTKEY "The target term has a hotkey. It will be removed during the Generate process." IDS_WMI_VAL_BAD_CHARS "The line contain illegal characters. Carriage returns, line-feeds and embedded null ('\\0') characters are not allowed in WMI files." END
STRINGTABLE DISCARDABLE BEGIN IDS_OPT_DESC "WMI: Configuration Settings" IDS_OPT_HELP "Application and system configuration settings (.MOF)" IDS_DISABLE_WATERMARKING_BOOL "Disable comments" IDS_DISABLE_WATERMARKING_BOOL_HELP "Determines whether localization comments are added during a generate." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES
#include "res\WMIparse.rc2" // non-Microsoft Visual C++ edited resources #include "afxres.rc" // Standard components
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|