Annotation of pmsdk/samples/avioskel/skel.rc, revision 1.1.1.1

1.1       root        1: #include <os2.h>
                      2: #include "skel.h"
                      3: 
                      4: #define TABGRP  WS_TABSTOP|WS_GROUP
                      5: 
                      6: POINTER ID_SKEL       skel.ico
                      7: 
                      8: MENU ID_SKEL   PRELOAD
                      9: BEGIN
                     10:     SUBMENU  "~Options", IDMOPTIONS
                     11:         BEGIN
                     12:             MENUITEM "~Flash\t^F",   IDMFLASH,           MIS_TEXT
                     13:             MENUITEM "~About...",    IDMABOUT,           MIS_TEXT
                     14:         END
                     15:     SUBMENU  "~Commands", IDMCOMMANDS
                     16:         BEGIN
                     17:             MENUITEM "~Color\t^C",          IDMCOLOR,    MIS_TEXT|MIA_CHECKED
                     18:             MENUITEM "~Black/White\t^B",    IDMBLACK,    MIS_TEXT
                     19:             MENUITEM "~Dialog box...\t^D",  IDMDIALOG,   MIS_TEXT
                     20:             MENUITEM "~Start Async\t^S",    IDMSTART,    MIS_TEXT
                     21:             MENUITEM "~End Async\t^E",      IDMEND,      MIS_TEXT|MIA_DISABLED
                     22:         END
                     23: END
                     24: 
                     25: ACCELTABLE     ID_SKEL
                     26: BEGIN
                     27:     "^F", IDMFLASH
                     28:     "^C", IDMCOLOR
                     29:     "^B", IDMBLACK
                     30:     "^D", IDMDIALOG
                     31:     "^S", IDMSTART
                     32:     "^E", IDMEND
                     33: END
                     34: 
                     35: STRINGTABLE
                     36: BEGIN
                     37:     IDSTITLE,       "Template Application"
                     38:     IDSABOUT,       "About ..."
                     39:     IDSDEFAULT,     "Default"
                     40:     IDSCONTENT,     "Text content"
                     41:     IDSCLOSE        "Template: Close"
                     42:     IDSOKCLOSE      "Ok to close window?"
                     43:     IDSSAVE         "Template: End Session"
                     44:     IDSOKSAVE,      "Save files before ending?"
                     45:     IDSASYNC,       "Template: Async Message"
                     46:     IDSOKASYNC,     "Async timer has gone off."
                     47: END
                     48: 
                     49: DLGTEMPLATE IDD_ABOUT
                     50: BEGIN
                     51:     DIALOG "", 1, 10, 10, 180, 100, FS_DLGBORDER
                     52:     BEGIN
                     53:         CTEXT "OS/2 Presentation Manager",          -1, 40, 84, 100,  8
                     54:        ICON  ID_SKEL,                              -1,  9, 66,   0,  0
                     55:         CTEXT "Template Application",               -1, 40, 70, 100,  8
                     56:         CTEXT "Version 1.00",                       -1, 40, 56, 100,  8
                     57:         CTEXT "Created by Microsoft Corp., 1988",   -1,  5, 42, 170   8
                     58:         DEFPUSHBUTTON "Ok",                     DID_OK, 75, 8,  30, 14, TABGRP
                     59:     END
                     60: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.