home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / lora299s.zip / READWIN.RC < prev    next >
Text File  |  1998-05-12  |  3KB  |  113 lines

  1.  
  2. // LoraBBS Version 2.99 Free Edition
  3. // Copyright (C) 1987-98 Marco Maccaferri
  4. //
  5. // This program is free software; you can redistribute it and/or modify
  6. // it under the terms of the GNU General Public License as published by
  7. // the Free Software Foundation; either version 2 of the License, or
  8. // (at your option) any later version.
  9. //
  10. // This program is distributed in the hope that it will be useful,
  11. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. // GNU General Public License for more details.
  14. //
  15. // You should have received a copy of the GNU General Public License
  16. // along with this program; if not, write to the Free Software
  17. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19. #define WIN32
  20. #define _WIN32
  21. #include "windows.h"
  22. #include "commctrl.h"
  23.  
  24. 1 ICON "nt\\editor.ico"
  25.  
  26. MENU_1 MENU
  27. BEGIN
  28.     POPUP "&File"
  29.     BEGIN
  30.         MENUITEM "&Import File...\tCtrl-I" 101, GRAYED
  31.         MENUITEM "&Export File...\tCtrl-X" 102, GRAYED
  32.         MENUITEM SEPARATOR
  33.         MENUITEM "&Decode Attachments\tAlt-D" 104
  34.         MENUITEM SEPARATOR
  35.         MENUITEM "E&xit\tAlt-F4" 103
  36.     END
  37.  
  38.     POPUP "&Edit"
  39.     BEGIN
  40.         MENUITEM "&Undo\tAlt+Backspace" 201, GRAYED
  41.         MENUITEM SEPARATOR
  42.         MENUITEM "Cu&t\tShift+Del" 202, GRAYED
  43.         MENUITEM "&Copy\tCtrl+Ins" 203, GRAYED
  44.         MENUITEM "&Paste\tShift+Ins" 204, GRAYED
  45.         MENUITEM SEPARATOR
  46.         MENUITEM "Cl&ear\tDel" 205, GRAYED
  47.     END
  48.  
  49.     POPUP "&Message"
  50.     BEGIN
  51.         MENUITEM "M&ove Message...\tCtrl-M" 301
  52.         MENUITEM "Co&py Message...\tCtrl-C" 302
  53.         MENUITEM "For&ward Message...\tCtrl-F" 303
  54.         MENUITEM SEPARATOR
  55.         MENUITEM "&New Message\tIns" 304
  56.         MENUITEM "&Reply..." 305
  57.         MENUITEM "&Delete\tDel" 306
  58.         MENUITEM "&Find...\tCtrl-I" 307, GRAYED
  59.         MENUITEM SEPARATOR
  60.         MENUITEM "First Message..." 308
  61.         MENUITEM "Last Message..." 309
  62.     END
  63.  
  64.     POPUP "&Help"
  65.     BEGIN
  66.         MENUITEM "Help &index..." 901, GRAYED
  67.         MENUITEM "&General help..." 902, GRAYED
  68.         MENUITEM "&Using help..." 903, GRAYED
  69.         MENUITEM "&Keys help..." 904, GRAYED
  70.         MENUITEM SEPARATOR
  71.         MENUITEM "&Product information..." 905
  72.     END
  73. END
  74.  
  75. ACCELERATOR_1 ACCELERATORS
  76. BEGIN
  77.     "a", 1206, ALT
  78.     "A", 1206, ALT
  79.     "d", 1207, ALT
  80.     "D", 1207, ALT
  81.     VK_DELETE, 1207, VIRTKEY
  82.     "e", 1205, ALT
  83.     "E", 1205, ALT
  84.     VK_INSERT, 1205, VIRTKEY
  85.     "l", 1204, ALT
  86.     "L", 1204, ALT
  87.     "n", 1202, ALT
  88.     "N", 1202, ALT
  89.     VK_RIGHT, 1202, VIRTKEY
  90.     "p", 1201, ALT
  91.     "P", 1201, ALT
  92.     VK_LEFT, 1201, VIRTKEY
  93.     "q", 1203, ALT
  94.     "Q", 1203, ALT
  95.     "r", 1203, ALT
  96.     "Q", 1203, ALT
  97. END
  98.  
  99. ACCELERATOR_2 ACCELERATORS
  100. BEGIN
  101.     "a", 1208, ALT
  102.     "A", 1208, ALT
  103.     "s", 1209, ALT
  104.     "S", 1209, ALT
  105. END
  106.  
  107. #include "100.dlg"
  108. #include "201.dlg"
  109. #include "202.dlg"
  110. #include "203.dlg"
  111. #include "204.dlg"
  112.  
  113.