85 lines
2.2 KiB
Plaintext
85 lines
2.2 KiB
Plaintext
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include <windows.h>
|
|
#include "winver.h"
|
|
#include "bldver.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
|
|
|
|
#define RC_VERSION_FILE_DESCRIPTION "Rfind searches for newsgroups on the server\0"
|
|
#define RC_VERSION_INTERNAL_NAME "rfind.exe\0"
|
|
#define RC_VERSION_ORIGINAL_FILE_NAME "rfind.exe\0"
|
|
|
|
#include <bldver.rc>
|
|
|
|
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_HELPTEXT "rfind - Search for newsgroups\n\t-s <server>\n\t-g <group prefix>\n\t-v virtual server id\n\t-n number of results\n\n"
|
|
IDS_ARG_ERROR "Invalid argument %c\n"
|
|
IDS_NEWSGROUPS_ERROR "newsgroup argument must be specified\n"
|
|
IDS_NOT_FOUND "No newsgroup matching the pattern was found\n"
|
|
IDS_RPC_ERROR "Error %d Occurred\n"
|
|
IDS_DISPLAY "Number of hits is %d\n"
|
|
IDS_BAD_RESULTS "Results Found %d is greater than max array bound %d\n"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|