|
|
1.1 root 1: /* about.dlg : Defines the About dialog.
2: //
3: // This is a part of the Microsoft Foundation Classes C++ library.
4: // Copyright (C) 1992 Microsoft Corporation
5: // All rights reserved.
6: //
7: // This source code is only intended as a supplement to the
8: // Microsoft Foundation Classes Reference and Microsoft
9: // QuickHelp documentation provided with the library.
10: // See these sources for detailed information regarding the
11: // Microsoft Foundation Classes product.
12: //
13: */
14:
15: AboutBox DIALOG 22, 17, 144, 75
16: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
17: CAPTION "About Chart"
18: {
19: CTEXT "Microsoft Windows" -1, 24, 5, 112, 8
20: CTEXT "Microsoft Foundation Classes" -1, 24, 14, 112, 8
21: CTEXT "Microsoft Foundation Charting Sample" -1, 24, 23, 112, 8
22: CTEXT "Version 1.0" -1, 24, 36, 112, 8
23: ICON "chart" -1, 8, 10, 0, 0
24: DEFPUSHBUTTON "OK" IDOK, 56, 56, 32, 14, WS_GROUP
25: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.