summaryrefslogtreecommitdiff
path: root/demo/os2/pmdemo1.rc
blob: 5de79fa4e3a279fed61f5e0dc0fbcaedba8cd8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/******************
 * Name : TEXT.RC *
 ******************/

#include "PMDEMO1.H"

MENU    ID_ClientWindow
  BEGIN
     SUBMENU "~File",100
       BEGIN
          MENUITEM "~Open...",101
          MENUITEM "~Exit",109
       END
     SUBMENU "~Help",200
       BEGIN
          MENUITEM "~About...",201
       END
  END