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

  1. /* Control IDs */
  2.  
  3. #define IDM_SYSTEM             301
  4. #define IDM_ALIGNLEFT          405
  5. #define IDM_ALIGNCENTER        406
  6. #define IDM_ALIGNRIGHT         407
  7. #define IDM_ALIGNTOP           408
  8. #define IDM_ALIGNBASE          409
  9. #define IDM_ALIGNBOTTOM        410
  10. #define IDM_CLEAR              411
  11.  
  12. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  13.