|
|
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: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: ! 12: 1.1 root 13: /* angle.h - header file for the AngleArc() demonstration program. */ 14: 15: 16: /* function prototypes for the window procedures. */ 1.1.1.2 ! root 17: long FAR PASCAL ! 18: MainWndProc(HWND, UINT, UINT, LONG); ! 19: long FAR PASCAL ! 20: DlgProc(HWND, UINT, UINT, LONG); 1.1 root 21: 22: 23: /* Top dialog item IDs */ 24: #define DID_X 101 25: #define DID_Y 102 26: #define DID_RADIUS 103 27: #define DID_START 104 28: #define DID_SWEEP 105 29: #define DID_DRAW 200 30: 31: #define MAXCHARS 32 32: 33: /* Misc. defines for size, color, and appearance of drawing. */ 34: #define GRIDCOLOR (COLORREF) 0x01000006 35: #define TICKSPACE 20 36: #define DIALOGHEIGHT 60
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.