--- mstools/samples/comm/tty.rc 2018/08/09 18:20:59 1.1.1.1 +++ mstools/samples/comm/tty.rc 2018/08/09 18:24:33 1.1.1.3 @@ -1,22 +1,14 @@ -//--------------------------------------------------------------------------- -// -// Module: tty.rc -// -// Purpose: -// TTY resource definitions -// -// Development Team: -// Bryan A. Woodruff -// -// History: Date Author Comment -// 5/ 9/91 BryanW Wrote it -// -//--------------------------------------------------------------------------- -// -// Written by Microsoft Product Support Services, Windows Developer Support. -// Copyright (c) 1991 Microsoft Corporation. All Rights Reserved. -// -//--------------------------------------------------------------------------- + +//----------------------------------------------------------------------------- +// This is a part of the Microsoft Source Code Samples. +// Copyright (C) 1993 Microsoft Corporation. +// All rights reserved. +// +// This source code is only intended as a supplement to +// Microsoft Development Tools and/or WinHelp documentation. +// See these sources for detailed information regarding the +// Microsoft samples programs. +//----------------------------------------------------------------------------- #include @@ -99,24 +91,24 @@ BEGIN 10, SS_NOPREFIX | NOT WS_GROUP LTEXT "TTY Sample v.%02d.%02d.%03d", IDD_VERSION, 45, 15, 120, 10, SS_NOPREFIX | NOT WS_GROUP - LTEXT "Copyright © 1991 Microsoft Corp.", 0xFFFF, 45, 25, 145, + LTEXT "Copyright \251 1991-1993 Microsoft Corp.", 0xFFFF, 45, 25, 145, 10, SS_NOPREFIX | NOT WS_GROUP LTEXT "", IDD_BYLINE, 45, 35, 145, 20, SS_NOPREFIX | NOT WS_GROUP CONTROL "", 0xFFFF, "Static", SS_BLACKRECT, 45, 60, 172, 1 LTEXT "386 Enhanced Mode", IDD_WINDOWSMODE, 45, 65, 150, 10, SS_NOPREFIX | NOT WS_GROUP +#ifndef WIN32 LTEXT "Memory:", 0xFFFF, 45, 75, 70, 10, SS_NOPREFIX | NOT WS_GROUP LTEXT "%lu KB Free", IDD_FREEMEM, 120, 75, 74, 10, SS_NOPREFIX | NOT WS_GROUP - DEFPUSHBUTTON "OK", IDD_OK, 177, 5, 40, 14 -#ifndef WIN32 LTEXT "System Resources:", 0xFFFF, 45, 85, 70, 10, SS_NOPREFIX | NOT WS_GROUP LTEXT "%d%%", IDD_RESOURCES, 120, 85, 74, 10, SS_NOPREFIX | NOT WS_GROUP #endif + DEFPUSHBUTTON "OK", IDD_OK, 177, 5, 40, 14 END STRINGTABLE