|
|
1.1.1.2 ! root 1: ! 2: //----------------------------------------------------------------------------- ! 3: // This is a part of the Microsoft Source Code Samples. ! 4: // Copyright (C) 1993 Microsoft Corporation. ! 5: // All rights reserved. ! 6: // ! 7: // This source code is only intended as a supplement to ! 8: // Microsoft Development Tools and/or WinHelp documentation. ! 9: // See these sources for detailed information regarding the ! 10: // Microsoft samples programs. ! 11: //----------------------------------------------------------------------------- ! 12: 1.1 root 13: DLGINCLUDE RCDATA DISCARDABLE 14: BEGIN 15: "GENERIC.H\0" 16: END 17: 18: ABOUTBOX DIALOG 22, 17, 167, 64 19: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU 20: CAPTION "About Generic" 21: BEGIN 22: DEFPUSHBUTTON "OK", IDOK, 132, 2, 32, 14, WS_GROUP 23: ICON "Generic", -1, 3, 2, 16, 16 24: LTEXT "CompanyName", DLG_VERFIRST, 30, 2, 100, 8 25: LTEXT "FileDescription", 401, 30, 10, 82, 8 26: LTEXT "ProductVersion", 402, 114, 10, 16, 8 1.1.1.2 ! root 27: LTEXT "LegalCopyright \251", 403, 30, 18, 137, 8 1.1 root 28: LTEXT "LegalTrademarks", DLG_VERLAST, 30, 34, 136, 27 29: CONTROL "", 501, "Static", SS_BLACKRECT, 28, 31, 138, 1 30: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.