home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRONTDEM.ZIP / PRONTO.ZIP / DEMO / PRO.RC < prev    next >
Text File  |  1990-11-29  |  1KB  |  61 lines

  1. #define INCL_WIN
  2.  
  3. #include <os2.h>
  4.  
  5. MENU 501 PRELOAD
  6. {
  7.   SUBMENU "~Functions", 501+1
  8.   {
  9.     MENUITEM "~File...",      501+2
  10.     MENUITEM "~User menu",       501+3
  11.     MENUITEM "~Change menu", 501+4
  12.     MENUITEM "~Print test",       501+5
  13.     MENUITEM "~Line test",       501+6
  14.     MENUITEM "~Box test",       501+26
  15.     MENUITEM "~Clear screen",        501+7
  16.     MENUITEM "Cl~ock",       501+8
  17.     MENUITEM SEPARATOR
  18.     MENUITEM "~Quit",      SC_CLOSE, MIS_SYSCOMMAND
  19.   }
  20.   SUBMENU "~Input", 501+10
  21.   {
  22.     MENUITEM "~First dialog box...",   501+11
  23.     MENUITEM "~Second dialog box...",  501+12
  24.     MENUITEM "~Cursor",            501+13
  25.     MENUITEM "~Input field",           501+27
  26.     MENUITEM "~Memo editor",           501+14
  27.     MENUITEM "Ch~ange Pointer",           501+15
  28.     MENUITEM "~YAD...",            501+16
  29.   }
  30.   SUBMENU "O~utput", 501+20
  31.   {
  32.     MENUITEM "C~oordinates",        501+21, MIS_TEXT|MIA_CHECKED
  33.     MENUITEM "Text ~output",        501+22
  34.     MENUITEM "~Torture Test",        501+23
  35.     MENUITEM "Panel ~1",        501+24
  36.     MENUITEM "Panel ~2",        501+25
  37.   }
  38. }
  39.  
  40. MENU 601 PRELOAD
  41. {
  42.   SUBMENU "~Alternate", 601+1
  43.   {
  44.     MENUITEM "~Confirm",    601+2
  45.     MENUITEM "~Error test",    601+3
  46.     MENUITEM "~Back to first menu", 601+4
  47.   }
  48. }
  49.  
  50. ACCELTABLE 701
  51. {
  52.    "^P", 506
  53.    "^C", 522
  54.    "^L", 507
  55.    "^V", 509
  56. }
  57.  
  58. ICON 801 arca.ico
  59.  
  60. rcinclude pro.dlg
  61.