home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / graphics / rect.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  765 b   |  22 lines

  1. #define IDD_RADIUS         52
  2. #define IDM_CHANGE         53
  3. #define IDM_HELP           54
  4. #define IDM_ABOUT          55
  5. #define IDM_CHANGERECT1    56
  6. #define IDM_CHANGERECT2    57
  7. #define IDM_OFFSETRECT1    58
  8. #define IDM_OFFSETRECT2    59
  9. #define IDD_X              104
  10. #define IDD_Y              105
  11. #define IDD_TEXT1          106
  12. #define IDD_TEXT2          107
  13.  
  14.  
  15. long FAR PASCAL WndProc                (HWND, unsigned, WORD, LONG);
  16. BOOL FAR PASCAL GetRadiusDlgProc       (HWND, unsigned, WORD, LONG);
  17. BOOL FAR PASCAL EnterPointDlgProc      (HWND, unsigned, WORD, LONG);
  18. BOOL FAR PASCAL NewEnterPointDlgProc   (HWND, unsigned, WORD, LONG);
  19. HWND            FindNextWindow         (HWND) ;
  20. void            DrawSquare             (HDC, RECT);
  21.  
  22.