home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / lora299s.zip / LORAWIN.RC < prev    next >
Text File  |  1998-05-12  |  6KB  |  220 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\\modem.ico"
  25. "100" ICON "nt\\modem.ico"
  26.  
  27. MENU_1 MENU
  28. BEGIN
  29.    POPUP "File"
  30.         BEGIN
  31.       MENUITEM "&Request file(s)\tAlt-R" 107
  32.       MENUITEM "&Send file(s)\tAlt-S" 108
  33.                 MENUITEM SEPARATOR
  34.       MENUITEM "Rebuild outbound\tAlt-Q" 106
  35.                 MENUITEM SEPARATOR
  36.       MENUITEM "Write &AREAS.BBS" 117
  37.       MENUITEM "Import A&REAS.BBS" 121
  38.         END
  39.  
  40.    POPUP "Utility"
  41.         BEGIN
  42.       MENUITEM "Forced &poll\tAlt-M" 109
  43.                 MENUITEM SEPARATOR
  44.       MENUITEM "&Request ECHOmail link" 111, GRAYED
  45.       MENUITEM "&New ECHOmail link" 112
  46.       MENUITEM "Re&scan ECHOmail" 113
  47.                 MENUITEM SEPARATOR
  48.       MENUITEM "New TIC &file link" 114, GRAYED
  49.                 MENUITEM SEPARATOR
  50.       MENUITEM "&Build nodelist index" 119
  51.         END
  52.  
  53.    POPUP "Mail"
  54.         BEGIN
  55.       MENUITEM "&Import mail\tAlt-I" 101
  56.       MENUITEM "&Export echomail" 102
  57.       MENUITEM "&Pack netmail" 103
  58.                 MENUITEM SEPARATOR
  59.       MENUITEM "Process &ECHOmail\tAlt-P" 104
  60.                 MENUITEM SEPARATOR
  61.       MENUITEM "Process &NEWSgroups" 116
  62.       MENUITEM "Process E-&Mail" 118
  63.       MENUITEM "Process &TIC files" 105
  64.                 MENUITEM SEPARATOR
  65.       MENUITEM "&Import from bad msgs." 120
  66.         END
  67.  
  68.    POPUP "Configure"
  69.         BEGIN
  70.       POPUP "Global"
  71.                 BEGIN
  72.          MENUITEM "&General Options" 201
  73.          MENUITEM "&Site Information" 202
  74.          MENUITEM "&Addresses" 204
  75.          MENUITEM "&Directory / Paths" 208
  76.          MENUITEM "&Time Adjustment" 205, GRAYED
  77.          MENUITEM "&Internet Options" 206
  78.          MENUITEM "&Fax Options" 207
  79.                 END
  80.  
  81.       POPUP "Mailer"
  82.                 BEGIN
  83.          MENUITEM "&Miscellaneous" 308
  84.          MENUITEM "&Mail Processing" 302
  85.          MENUITEM "&Areafix" 303
  86.          MENUITEM "&TIC Processor" 304, GRAYED
  87.          MENUITEM "&File Requests" 305
  88.          MENUITEM "&External Processing" 306
  89.                 END
  90.  
  91.       POPUP "BBS"
  92.                 BEGIN
  93.          MENUITEM "&Message Areas" 402
  94.          MENUITEM "&File Areas" 403
  95.          MENUITEM "&General Options" 411
  96.          MENUITEM "&Offline Reader" 404
  97.          MENUITEM "&New Users" 405
  98.          MENUITEM "&User Limits" 406
  99.          MENUITEM "&Paging Hours" 407, GRAYED
  100.          MENUITEM "&External Protocols" 409
  101.                 END
  102.  
  103.       POPUP "Modem"
  104.                 BEGIN
  105.          MENUITEM "&Hardware" 501
  106.          MENUITEM "&Command Strings" 502
  107.          MENUITEM "&Answer Control" 504
  108.          MENUITEM "&Nodelist Flags" 505
  109.                 END
  110.  
  111.                 MENUITEM SEPARATOR
  112.       MENUITEM "&Event Scheduler" 601
  113.       MENUITEM "N&odelist" 606
  114.       MENUITEM "&Compressors" 602
  115.       MENUITEM "&Nodes" 604
  116.       MENUITEM "Me&nu Files" 603
  117.       MENUITEM "&User Editor" 605
  118.       MENUITEM "&Origin Lines" 607
  119.         END
  120.  
  121.    POPUP "BBS"
  122.         BEGIN
  123.       MENUITEM "&Local login\tAlt-K" 115
  124.                 MENUITEM SEPARATOR
  125.       MENUITEM "Answer &Now\tAlt-A" 507
  126.       MENUITEM "&Hangup\tAlt-H" 506
  127.         END
  128.  
  129.    POPUP "Help"
  130.         BEGIN
  131.       MENUITEM "Help &contents..." 901
  132.       MENUITEM "&General help..." 902
  133.       MENUITEM "&Using help..." 903
  134.       MENUITEM "&Keys help..." 904
  135.                 MENUITEM SEPARATOR
  136.       MENUITEM "&Product information..." 905
  137.    END
  138. END
  139.  
  140. ACCELERATOR_1 ACCELERATORS
  141. BEGIN
  142.    "a", 507, ALT
  143.         "A", 507, ALT
  144.         "h", 506, ALT
  145.         "H", 506, ALT
  146.         "i", 101, ALT
  147.         "I", 101, ALT
  148.         "k", 115, ALT
  149.         "K", 115, ALT
  150.         "m", 109, ALT
  151.         "M", 109, ALT
  152.         "p", 104, ALT
  153.         "P", 104, ALT
  154.    "q", 106, ALT
  155.    "Q", 106, ALT
  156.    "r", 107, ALT
  157.         "R", 107, ALT
  158.    "s", 108, ALT
  159.    "S", 108, ALT
  160. END
  161.  
  162. #include "1.dlg"
  163. #include "2.dlg"
  164. #include "3.dlg"
  165. #include "4.dlg"
  166. #include "5.dlg"
  167. #include "6.dlg"
  168. #include "7.dlg"
  169. #include "8.dlg"
  170. #include "9.dlg"
  171. #include "10.dlg"
  172. #include "11.dlg"
  173. #include "12.dlg"
  174. #include "13.dlg"
  175. #include "15.dlg"
  176. #include "16.dlg"
  177. #include "17.dlg"
  178. #include "18.dlg"
  179. #include "19.dlg"
  180. #include "20.dlg"
  181. #include "21.dlg"
  182. #include "22.dlg"
  183. #include "23.dlg"
  184. #include "24.dlg"
  185. #include "25.dlg"
  186. #include "26.dlg"
  187. #include "27.dlg"
  188. #include "28.dlg"
  189. #include "29.dlg"
  190. #include "30.dlg"
  191. #include "31.dlg"
  192. #include "32.dlg"
  193. #include "33.dlg"
  194. #include "34.dlg"
  195. #include "35.dlg"
  196. #include "36.dlg"
  197. #include "37.dlg"
  198. #include "38.dlg"
  199. #include "39.dlg"
  200. #include "40.dlg"
  201. #include "41.dlg"
  202. #include "42.dlg"
  203. #include "43.dlg"
  204. #include "44.dlg"
  205. #include "45.dlg"
  206. #include "46.dlg"
  207. #include "47.dlg"
  208. #include "48.dlg"
  209. #include "49.dlg"
  210. #include "50.dlg"
  211. #include "51.dlg"
  212. #include "52.dlg"
  213. #include "53.dlg"
  214. #include "54.dlg"
  215. #include "55.dlg"
  216. #include "56.dlg"
  217. #include "57.dlg"
  218. #include "100.dlg"
  219.  
  220.