Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/WINDOWS/SAMPLES/UECHOS.RC
Дата изменения: Wed Jun 24 02:22:06 1992
Дата индексирования: Thu Jan 15 16:27:10 2009
Кодировка:
/*
* 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:
* 05-Sep-90 msd@ayuda Original author.
* 04-Oct-90 msd@ayuda First pre-release.
* 01-Apr-91 msd@ayuda To FTP for 2.05 pl 2 beta.
*/

/* "uechos.rc" -- Resource declarations for the PC/TCP UDP ECHO Server
(test) application. */

#include "windows.h"
#include "uechos.h"

UECHOSMenu MENU
BEGIN
POPUP "&Help"
BEGIN
MENUITEM "&About UDP ECHO Server...", IDM_ABOUT
END
END

UECHOSABOUTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 22, 17, 144, 75
CAPTION "About UDP ECHO Server"
STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME | WS_POPUP
BEGIN
CONTROL "PC/TCP for Windows 3.x", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 5, 144, 8
CONTROL "UDP ECHO Server", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 14, 144, 8
CONTROL "Version 2.1 beta", -1, "static", SS_CENTER | WS_GROUP | WS_CHILD, 0, 34, 144, 8
CONTROL "OK", 1, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 53, 59, 32, 14
END


/* eof */