home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / dive / show.rc < prev    next >
Text File  |  1999-05-11  |  2KB  |  38 lines

  1. /**************************************************************************
  2.  *
  3.  * File Name        : SHOW.RC
  4.  *
  5.  * Description      : Define SHOW.EXE menus
  6.  *
  7.  * Copyright        : COPYRIGHT IBM CORPORATION, 1991, 1992
  8.  *
  9.  *         DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10.  *         sample code created by IBM Corporation. This sample code is not
  11.  *         part of any standard or IBM product and is provided to you solely
  12.  *         for  the purpose of assisting you in the development of your
  13.  *         applications.  The code is provided "AS IS", without
  14.  *         warranty of any kind.  IBM shall not be liable for any damages
  15.  *         arising out of your use of the sample code, even if they have been
  16.  *         advised of the possibility of such damages.
  17.  *
  18.  ****************************************************************************/
  19.  
  20. #include <os2.h>
  21. #include "show.h"
  22.  
  23. ICON  ID_MAINWND SHOW.ICO
  24.  
  25. MENU                                    ID_MAINWND      PRELOAD
  26.    {
  27.    SUBMENU      "~Options",             ID_OPTIONS,     MIS_TEXT
  28.       {
  29.       MENUITEM  "~Snap 1:1",            ID_SNAP,        MIS_TEXT
  30.       MENUITEM  "~Direct Access",       ID_DIRECT,      MIS_TEXT
  31.       MENUITEM  "Dive ~Blitter",        ID_USEDIVE,     MIS_TEXT
  32.       MENUITEM  "~Query Caps",          ID_QUERY,       MIS_TEXT
  33.       MENUITEM                                          SEPARATOR
  34.       MENUITEM  "E~xit",                ID_EXIT,        MIS_TEXT
  35.       }
  36.    }
  37. rcinclude showdlg.dlg
  38.