home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / PRESNT.ZIP / PRESENT.RC < prev    next >
Text File  |  1992-04-09  |  1KB  |  48 lines

  1. #include <os2.h>
  2. #include "present.h"
  3.  
  4. ICON    ID_APP    present.ico
  5. POINTER    IDP_PTR    present.ptr
  6.  
  7. MENU    ID_APP    preload
  8. {
  9.     SUBMENU    "~Presentation", ID_NULL
  10.     {
  11.         MENUITEM "~Open...",    IDM_OPEN, MIS_TEXT
  12.         MENUITEM "~Close",    IDM_STOP, MIS_TEXT, MIA_DISABLED
  13.         MENUITEM SEPARATOR
  14.         MENUITEM "~About Present!...",    IDM_ABOUT, MIS_TEXT
  15.     }
  16. //    MENUITEM "Previous!", IDM_PREV, MIS_TEXT
  17.     SUBMENU "E~xit", ID_NULL
  18.     {
  19.         MENUITEM "Exit Present!",    IDM_EXIT, MIS_TEXT
  20.         MENUITEM "~Resume",         ID_NULL,  MIS_TEXT
  21.     }
  22. }
  23.  
  24. DLGTEMPLATE IDD_ABOUT
  25.      {
  26.      DIALOG "", 0, 10, 60, 240, 80, FS_DLGBORDER
  27.       {
  28.       CONTROL ID_APP, ID_NULL, 10, 50, 32, 32, WC_STATIC, SS_ICON | WS_VISIBLE
  29.       CTEXT "Present!",                  -1,  40, 60, 160, 10
  30.       CTEXT "Sheet presentation system",          -1,  10, 40, 220, 10
  31.       CTEXT "(NC) by the Frobozz Magic Software Company", -1,  10, 30, 220, 10
  32.       DEFPUSHBUTTON "OK",        DID_OK,  84,  8,  32, 14, WS_GROUP
  33.       }
  34.      }
  35. // temp dummy goto
  36.  
  37. DLGTEMPLATE IDD_GOTO
  38.      {
  39.      DIALOG "", 0, 10, 60, 240, 80, FS_DLGBORDER
  40.       {
  41.       CONTROL ID_APP, ID_NULL, 10, 50, 32, 32, WC_STATIC, SS_ICON | WS_VISIBLE
  42.       CTEXT "Present!",                  -1,  40, 60, 160, 10
  43.       CTEXT "Sheet presentation system",          -1,  10, 40, 220, 10
  44.       CTEXT "(NC) by the Frobozz Magic Software Company", -1,  10, 30, 220, 10
  45.       DEFPUSHBUTTON "OK",        DID_OK,  84,  8,  32, 14, WS_GROUP
  46.       }
  47.      }
  48.