|
|
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: ABOUTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 26, 25, 200, 90 14: CAPTION "About GDIDEMO" 15: STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | WS_POPUP 16: BEGIN 17: CONTROL "" , -1 , "static", SS_WHITERECT | WS_CHILD , 48, 17, 104, 56 18: CONTROL "NTWINT" , -1 , "static", SS_CENTER | WS_CHILD , 50, 19, 100, 8 1.1.1.2 ! root 19: CONTROL "Copyright ) 1990" , -1 , "static", SS_CENTER | WS_CHILD , 50, 27, 100, 8 1.1 root 20: CONTROL "May 31, 1991" , -1 , "static", SS_CENTER | WS_CHILD , 50, 35, 100, 8 21: CONTROL "Version 1.00" , -1 , "static", SS_CENTER | WS_CHILD , 50, 43, 100, 8 22: CONTROL "OK" , IDOK, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 50, 54, 100, 17 23: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.