mirror of https://github.com/lianthony/NT4.0
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.
17 lines
338 B
17 lines
338 B
/*
|
|
* WINDOWS IPADDRESS CONTROL - RESOURCE FILE
|
|
*
|
|
*/
|
|
|
|
#include <ipadd.h>
|
|
#ifdef IPDLL
|
|
#include <windows.h>
|
|
#include "ipaddr.dlg"
|
|
#endif
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_IPMBCAPTION, "Error"
|
|
IDS_IPNOMEM, "Out of memory."
|
|
IDS_IPBAD_FIELD_VALUE, "%d is not a valid entry. Please specify a value between %d and %d for this field."
|
|
END
|