mirror of https://github.com/tongzx/nt5src
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.
27 lines
609 B
27 lines
609 B
#include "fnd.h"
|
|
|
|
#include "windows.h"
|
|
|
|
/*****************************************************************************
|
|
*
|
|
* Icons
|
|
*
|
|
*****************************************************************************/
|
|
|
|
IDI_INETFIND ICON INETFIND.ICO /* My main icon */
|
|
|
|
/*****************************************************************************
|
|
*
|
|
* String table
|
|
*
|
|
*****************************************************************************/
|
|
|
|
STRINGTABLE MOVEABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
IDS_ONTHEINTERNET "On the &Internet..."
|
|
IDS_FINDHELP "Locate information on the Internet"
|
|
|
|
END
|
|
|
|
#include "inetfind.rcv"
|