mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
|
|
//-----------------------------------------------------------------------------
|
|
// 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.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
DLGINCLUDE RCDATA DISCARDABLE
|
|
BEGIN
|
|
"GENERIC.H\0"
|
|
END
|
|
|
|
ABOUTBOX DIALOG 22, 17, 167, 64
|
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "About Generic"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK", IDOK, 132, 2, 32, 14, WS_GROUP
|
|
ICON "Generic", -1, 3, 2, 16, 16
|
|
LTEXT "CompanyName", DLG_VERFIRST, 30, 2, 100, 8
|
|
LTEXT "FileDescription", 401, 30, 10, 82, 8
|
|
LTEXT "ProductVersion", 402, 114, 10, 16, 8
|
|
LTEXT "LegalCopyright \251", 403, 30, 18, 137, 8
|
|
LTEXT "LegalTrademarks", DLG_VERLAST, 30, 34, 136, 27
|
|
CONTROL "", 501, "Static", SS_BLACKRECT, 28, 31, 138, 1
|
|
END
|