Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/WINDOWS/SAMPLES/UECHOSD.RC
Дата изменения: Wed Jun 24 02:22:18 1992
Дата индексирования: Thu Jan 15 16:29:04 2009
Кодировка:
/*
* Copyright (C) 1990 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:
* 01-Apr-91 msd@ayuda To FTP for 2.05 pl 2 beta.
*/

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

#include "windows.h"
#include "uechosd.h"

UECHOSDMenu MENU
BEGIN
POPUP "&Help"
BEGIN
MENUITEM "&About UDP ECHO Server via DLL...", IDM_ABOUT
END
END

UECHOSDABOUTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 22, 17, 144, 75
CAPTION "About UDP ECHO Server via DLL"
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 via DLL", -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 */