--- q_a/samples/regions/regions.rc 2018/08/09 18:29:19 1.1 +++ q_a/samples/regions/regions.rc 2018/08/09 18:29:57 1.1.1.3 @@ -1,3 +1,15 @@ + +//----------------------------------------------------------------------------- +// 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 #include "regions.h" @@ -9,13 +21,7 @@ BEGIN MENUITEM SEPARATOR MENUITEM "&OffsetRgn", IDM_OFFSETRGN MENUITEM "&InvertRgn", IDM_INVERTRGN - -#ifdef NOTIMPLEMENTED - MENUITEM "&FrameRgn", IDM_FRAMERGN - -#endif - MENUITEM "&PtInRgn", IDM_PTINRGN MENUITEM "&RectInRgn", IDM_RECTINRGN MENUITEM "&SetRectRgn", IDM_SETRECTRGN @@ -39,14 +45,19 @@ BEGIN END END -AboutBox DIALOG 22, 17, 144, 75 -STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +About DIALOG 30, 14, 136, 90 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +STYLE DS_MODALFRAME | | WS_POPUP | | WS_VISIBLE | | WS_CAPTION | | WS_SYSMENU CAPTION "About Regions" +FONT 8, "MS Sans Serif" BEGIN - CTEXT "Microsoft Windows32" -1, 0, 5, 144, 8 - CTEXT "Regions Library Application" -1, 0, 14, 144, 8 - CTEXT "Version 3.0" -1, 0, 34, 144, 8 - DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP + CTEXT "Microsoft Developer Support", 104, 0, 63, 136, 8 + CTEXT "Copyright \251 1992-1993 Microsoft Corporation", 105, 0, 74, + 136, 8 + LTEXT "Regions Win32 SDK sample ", 103, 40, 25, 95, 8 + LTEXT "version 1.0", 106, 40, 35, 95, 8 + DEFPUSHBUTTON "OK", IDOK, 95, 6, 40, 14 + CONTROL "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2 END