home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / printq14.zip / HELLOQ3 / HELLO.RC < prev    next >
Text File  |  1994-04-25  |  701b  |  27 lines

  1. /* hello.rc: resource script file for Hello queue/2 */
  2. /* Version 1.3, (C) Peter Wansch, 1993              */
  3. /* created: 93-8-16                                 */
  4.  
  5. #include <os2.h>
  6. #include "hello.h"
  7.  
  8. ICON WD_MAIN PRELOAD hello.ico
  9.  
  10. ACCELTABLE WD_MAIN PRELOAD
  11. BEGIN
  12.   VK_F1, MI_INFO, VIRTUALKEY
  13. END
  14.  
  15. MENU WD_MAIN PRELOAD
  16. BEGIN
  17.   SUBMENU "~Options", SM_OPTIONS
  18.   BEGIN
  19.     MENUITEM "Printer ~setup...",           MI_SETUP, MIS_TEXT
  20.     MENUITEM "~Print",                      MI_PRINT, MIS_TEXT
  21.     MENUITEM "Printer ~font...",            MI_FONT, MIS_TEXT
  22.     MENUITEM SEPARATOR
  23.     MENUITEM "Product ~information...\tF1", MI_INFO,  MIS_TEXT
  24.   END
  25. END
  26. rcinclude hello.dlg
  27.