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

  1. #include "windows.h"
  2. #include "yield.h"
  3.  
  4. AboutBox DIALOG 22, 17, 144, 75
  5. STYLE WS_POPUP | WS_DLGFRAME
  6. BEGIN
  7.     CTEXT "Microsoft Windows"      -1,        0,    5, 144,     8
  8.     CTEXT "Yield Application"      -1,        0, 14, 144,     8
  9.     CTEXT "Version 1.0"          -1,        0, 34, 144,     8
  10.     DEFPUSHBUTTON "OK"        IDOK,       53, 59,  32, 14,     WS_GROUP
  11. END
  12.  
  13. YieldMenu     MENU
  14. BEGIN
  15.     MENUITEM  "&Yield",      100
  16. END
  17.  
  18.