|
|
1.1 root 1: 1.1.1.2 ! root 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: #include "windows.h" 14: #include "angle.h" 15: 16: AngleIcon ICON angle.ico 17: 18: 19: AngleDlg DIALOG 0, 0, 295, 36 20: STYLE WS_CHILD | WS_BORDER 21: FONT 8, "Helv" 22: BEGIN 23: LTEXT "AngleArc (hdc, X, Y, nRadius, eStartAngle, eSweepAngle);", 24: 10, 11, 4, 230, 11 25: EDITTEXT 101, 61, 16, 22, 12, ES_AUTOHSCROLL 26: EDITTEXT 102, 88, 16, 22, 12, ES_AUTOHSCROLL 27: EDITTEXT 103, 116, 16, 22, 12, ES_AUTOHSCROLL 28: EDITTEXT 104, 148, 16, 34, 12, ES_AUTOHSCROLL 29: EDITTEXT 105, 191, 16, 34, 12, ES_AUTOHSCROLL 30: DEFPUSHBUTTON "Draw", DID_DRAW, 250, 0, 44, 36 31: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.