Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/WINDOWS/WPING/WPING.RC
Дата изменения: Wed Feb 17 20:47:40 1993
Дата индексирования: Thu Jan 15 16:10:18 2009
Кодировка:

Поисковые слова: universe
/*
* Copyright (C) 1991 by FTP Software, Inc.
*
* This software is furnished under a license and may be used and copied
* only in accordance with the terms of such license and with the
* inclusion of the above copyright notice. This software or any other
* copies thereof may not be provided or otherwise made available to any
* other person. No title to and ownership of the software is hereby
* transferred.
*
* The information in this software is subject to change without notice
* and should not be construed as a commitment by FTP Software, Inc.
*
*
* EDIT HISTORY:
* 22-Jul-92 rcq added comments, #include and removed
* ASCII representation of ICON, replaced w/ wping.ico
* 20-Oct-92 mpr Added new icons wping1.ico wping3.ico
* 22-Oct-92 MPR added wping4.ico
* 17-Feb-93 MPR changed copyright to 1993
*/

#include

WPING MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", 101
END

POPUP "&Help"
BEGIN
MENUITEM "&Index", 102
MENUITEM "&Keyboard", 103
MENUITEM "&Commands", 104
MENUITEM "&Procedures", 105
MENUITEM "&Using Help", 106
MENUITEM SEPARATOR
MENUITEM "&About WPING...", 100
END

END


ABOUTBOX DIALOG 26, 42, 185, 72
STYLE DS_MODALFRAME | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
CAPTION "About WPING..."
BEGIN
CTEXT "Windows PING Application", -1, 51, 11, 109, 8
CTEXT "Version 2.20 - 31 Jan 92 @ 10:43 am", 404, 38, 23, 133, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
CONTROL "OK", 1, "BUTTON", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP, 68, 53, 32, 14
ICON "WPING", 2, 6, 8, 16, 16
CTEXT "Copyright \251 1991-1993 by FTP Software, Inc.", 3, 24, 35, 158, 9
END


WPING DIALOG 31, 1, 223, 110
CAPTION "WPING"
STYLE WS_OVERLAPPED | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
BEGIN
CONTROL "Host &Name or Address", 122, "STATIC", SS_LEFT, 7, 4, 77, 9
CONTROL "", 300, "EDIT", ES_LEFT | WS_BORDER | WS_TABSTOP, 91, 4, 123, 12
CONTROL "&Packet size:", 124, "STATIC", SS_LEFTNOWORDWRAP, 5, 24, 63, 9
CONTROL "", 301, "EDIT", ES_LEFT | WS_BORDER | WS_TABSTOP, 71, 22, 25, 12
CONTROL "&Time interval:", 125, "STATIC", SS_LEFTNOWORDWRAP, 121, 24, 62, 9
CONTROL "", 302, "EDIT", ES_LEFT | WS_BORDER | WS_TABSTOP, 187, 22, 25, 12
CONTROL "St&art", 200, "BUTTON", BS_DEFPUSHBUTTON | WS_TABSTOP, 7, 40, 41, 26
CONTROL "St&op", 201, "BUTTON", BS_PUSHBUTTON | WS_TABSTOP, 7, 70, 41, 26
CONTROL "Statistics", 130, "BUTTON", BS_GROUPBOX, 60, 36, 158, 60
CONTROL "# of Packets Sent:", 131, "STATIC", SS_LEFT, 63, 47, 101, 8
CONTROL "# of Packets Received:", 132, "STATIC", SS_LEFT, 63, 59, 101, 8
CONTROL "% Received:", 133, "STATIC", SS_LEFT, 63, 71, 101, 8
CONTROL "0", 400, "STATIC", SS_RIGHT, 172, 47, 32, 8
CONTROL "0", 401, "STATIC", SS_RIGHT, 172, 59, 32, 8
CONTROL "0", 402, "STATIC", SS_RIGHT, 172, 71, 32, 8
CONTROL "Average Round-Trip Time (ms):", 137, "STATIC", SS_LEFT, 63, 83, 101, 8
CONTROL "0", 403, "STATIC", SS_RIGHT, 171, 83, 33, 8
END

STRINGTABLE
BEGIN
0, "WPING"
1, "Name resolution failed."
2, "Internal error."
3, "Couldn't set timer."
4, "Hostname could not be resolved."
5, "Version"
6, "Network Error."
7, "Bad Value."
8, "Out of resources--the length you specified was probably larger than the maximum transmission unit (MTU) of your network. Try a smaller value."
9, "The packet length must be greater than 18 in order to calculate the round-trip time--please specify a larger value."
10, "The time interval must be between 1 and 1000 seconds."
11, "Initialization of the PCTCPAPI.DLL failed. WPING will close."
12, "Maximum number of Ping connections (4) has been exceeded."
END

STRINGTABLE
BEGIN
10000, "Keyboard"
10001, "Commands"
10002, "Procedures"
END


WPING ICON wping.ico
WPING1 ICON wping1.ico
WPING2 ICON wping2.ico
WPING3 ICON wping3.ico
WPING4 ICON wping4.ico