home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / toolkit / mm / tuner / tuner.rc < prev   
Text File  |  1996-11-19  |  1KB  |  35 lines

  1. /**************************************************************************
  2.  *
  3.  * File Name        : TUNER.RC
  4.  *
  5.  * Description      : Define TUNER.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 "tuner.h"
  22.  
  23. rcinclude tuner.dlg
  24.  
  25. ICON ID_ICON tuner.ico
  26.  
  27.  
  28. MENU                         ID_MAINWND      PRELOAD
  29.    {
  30.    SUBMENU      "~Options",  ID_OPTIONS,     MIS_TEXT
  31.       {
  32.       MENUITEM  "Channel", ID_CHANNEL,     MIS_TEXT
  33.       }
  34.    }
  35.