home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / apps / textalgn.rc < prev    next >
Encoding:
Text File  |  1988-08-11  |  484 b   |  19 lines

  1. #include "style.h"
  2. #include "textalgn.h"
  3.  
  4. TextAlgn MENU
  5. BEGIN
  6.     POPUP "&Options"
  7.     BEGIN
  8.     MENUITEM "Align &Left",        IDM_ALIGNLEFT,         CHECKED
  9.     MENUITEM "Align &Center",    IDM_ALIGNCENTER
  10.     MENUITEM "Align &Right",    IDM_ALIGNRIGHT
  11.     MENUITEM SEPARATOR
  12.     MENUITEM "Position T&op",    IDM_ALIGNTOP
  13.     MENUITEM "Position Botto&m",    IDM_ALIGNBOTTOM
  14.     MENUITEM "Position Ba&seline",    IDM_ALIGNBASE,         CHECKED
  15.     MENUITEM SEPARATOR
  16.     MENUITEM "&Erase Screen",    IDM_CLEAR
  17.     END
  18. END
  19.