--- q_a/samples/cmndlg/cmndlg.rc 2018/08/09 18:29:34 1.1 +++ q_a/samples/cmndlg/cmndlg.rc 2018/08/09 18:30:00 1.1.1.2 @@ -1,5 +1,17 @@ + +//----------------------------------------------------------------------------- +// 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 // standard windows include -#include // includes common dialog template defines +#include // includes common dialog template defines #include "cmndlg.h" // includes basic common dialog functions CmnDlgMenu MENU @@ -34,9 +46,9 @@ AboutBox DIALOG 22, 17, 144, 75 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "About Generic" BEGIN - CTEXT "Microsoft Windows 32" -1, 0, 5, 144, 8 + CTEXT "Microsoft Windows NT" -1, 0, 5, 144, 8 CTEXT "Common Dialogs Sample" -1, 0, 14, 144, 8 - CTEXT "Version 0.01" -1, 0, 34, 144, 8 + CTEXT "Version 1.01" -1, 0, 34, 144, 8 DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP END @@ -57,7 +69,7 @@ END //--------------------------------------------------------------------------- // FileOpen.dlg : File Open and Save As dialog descriptions // -// Copyright (c) Microsoft Corporation, 1990- +// Copyright (c) Microsoft Corporation, 1990-1993 //--------------------------------------------------------------------------- FILEOPENORD DIALOG LOADONCALL MOVEABLE DISCARDABLE @@ -362,4 +374,3 @@ BEGIN IDS_UNKNOWNERROR, "Unknown error." END -