home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / GWSIM.RC < prev    next >
Text File  |  1993-03-14  |  2KB  |  83 lines

  1. #include "copyleft.h"
  2.  
  3. /*
  4.     GEPASI - a simulator of metabolic pathways and other dynamical systems
  5.     Copyright (C) 1989, 1992, 1993  Pedro Mendes
  6. */
  7.  
  8. /*************************************/
  9. /*                                   */
  10. /*         GWSIM - Simulation        */
  11. /*        MS-WINDOWS front end       */
  12. /*                                   */
  13. /*          Resources script         */
  14. /*                                   */
  15. /*           QuickC/WIN 1.0          */
  16. /*                                   */
  17. /*   (include here compilers that    */
  18. /*   compiled GWSIM successfully)    */
  19. /*                                   */
  20. /*************************************/
  21.  
  22. #include <windows.h>
  23. #include "STRTBL.h"
  24. #include "defines.h"
  25.  
  26. GWSIM ICON  GEPASI20.ICO
  27.  
  28. GWSIM MENU
  29.   BEGIN
  30.     POPUP  "&File"
  31.       BEGIN
  32.         MENUITEM "&New",                IDM_F_NEW
  33.         MENUITEM "&Open",                IDM_F_OPEN
  34.         MENUITEM "&Close",                IDM_F_CLOSE
  35.         MENUITEM "&Save",                IDM_F_SAVE
  36.         MENUITEM "Save &as",            IDM_F_SAVEAS
  37.       END
  38.     POPUP "&Edit"
  39.       BEGIN
  40.         MENUITEM "&Concentrations",        IDM_E_METABOLITES
  41.         MENUITEM "&Kinetic constants",    IDM_E_KINETICS
  42.         MENUITEM SEPARATOR,
  43.         MENUITEM "Cl&ear all",            IDM_E_CLEAR
  44.       END
  45.     POPUP "&Options"
  46.       BEGIN
  47.         MENUITEM "&Tasks",                IDM_O_TASKS
  48.         MENUITEM "&Units",                IDM_O_UNITS
  49.         MENUITEM "&Data output",        IDM_O_OUTPUT
  50.         MENUITEM "&Report",                IDM_O_REPORT
  51.         MENUITEM "&Methods",            IDM_O_METHODS
  52.       END
  53.     POPUP "&Scan"
  54.       BEGIN
  55.         MENUITEM "&No scan",            IDM_S_NONE
  56.         MENUITEM "Regular &Grid",        IDM_S_GRID
  57.         MENUITEM "&Random Fill",        IDM_S_FILL
  58.         MENUITEM SEPARATOR,
  59.         MENUITEM "&Parameters",            IDM_S_PARAM
  60.         MENUITEM "&Boundaries",            IDM_S_BOUND
  61.         MENUITEM "&Links",                IDM_S_LINKS
  62.       END
  63.     MENUITEM "&Run!",                    IDM_GO
  64.     MENUITEM "&Plot..."                    IDM_PLOT
  65.     POPUP  "&Help"
  66.       BEGIN
  67.         MENUITEM "&Contents    F1",        IDM_H_CONTENTS
  68.         MENUITEM "&Search",                IDM_H_SEARCH
  69.         MENUITEM "&Help on Help",       IDM_H_HELPONHELP
  70.         MENUITEM SEPARATOR,
  71.         MENUITEM "&About...",           IDM_H_ABOUT
  72.       END
  73.   END
  74.  
  75. ACCTABLE ACCELERATORS
  76. BEGIN
  77.   VK_F1, IDA_F1HELP, VIRTKEY                ; F1
  78. END
  79.  
  80. #include "GWSIM.DLG"
  81.  
  82. #include "strtbl.dlg"
  83.