⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gwsim.rc

📁 GESPI 2.0动态系统模拟工具  
💻 RC
字号:
#include "copyleft.h"

/*
    GEPASI - a simulator of metabolic pathways and other dynamical systems
    Copyright (C) 1989, 1992, 1993  Pedro Mendes
*/

/*************************************/
/*                                   */
/*         GWSIM - Simulation        */
/*        MS-WINDOWS front end       */
/*                                   */
/*          Resources script         */
/*                                   */
/*           QuickC/WIN 1.0          */
/*                                   */
/*   (include here compilers that    */
/*   compiled GWSIM successfully)    */
/*                                   */
/*************************************/

#include <windows.h>
#include "STRTBL.h"
#include "defines.h"

GWSIM ICON  GEPASI20.ICO

GWSIM MENU
  BEGIN
    POPUP  "&File"
      BEGIN
        MENUITEM "&New",				IDM_F_NEW
        MENUITEM "&Open",				IDM_F_OPEN
        MENUITEM "&Close",				IDM_F_CLOSE
        MENUITEM "&Save",				IDM_F_SAVE
        MENUITEM "Save &as",			IDM_F_SAVEAS
      END
    POPUP "&Edit"
      BEGIN
        MENUITEM "&Concentrations",		IDM_E_METABOLITES
        MENUITEM "&Kinetic constants",	IDM_E_KINETICS
		MENUITEM SEPARATOR,
		MENUITEM "Cl&ear all",			IDM_E_CLEAR
      END
    POPUP "&Options"
      BEGIN
        MENUITEM "&Tasks",				IDM_O_TASKS
        MENUITEM "&Units",				IDM_O_UNITS
        MENUITEM "&Data output",		IDM_O_OUTPUT
        MENUITEM "&Report",				IDM_O_REPORT
        MENUITEM "&Methods",			IDM_O_METHODS
      END
    POPUP "&Scan"
      BEGIN
        MENUITEM "&No scan",			IDM_S_NONE
        MENUITEM "Regular &Grid",		IDM_S_GRID
        MENUITEM "&Random Fill",		IDM_S_FILL
		MENUITEM SEPARATOR,
        MENUITEM "&Parameters",			IDM_S_PARAM
        MENUITEM "&Boundaries",			IDM_S_BOUND
        MENUITEM "&Links",				IDM_S_LINKS
      END
    MENUITEM "&Run!",					IDM_GO
    MENUITEM "&Plot..."					IDM_PLOT
    POPUP  "&Help"
      BEGIN
        MENUITEM "&Contents	F1",		IDM_H_CONTENTS
        MENUITEM "&Search",				IDM_H_SEARCH
        MENUITEM "&Help on Help",       IDM_H_HELPONHELP
		MENUITEM SEPARATOR,
        MENUITEM "&About...",           IDM_H_ABOUT
      END
  END

ACCTABLE ACCELERATORS
BEGIN
  VK_F1, IDA_F1HELP, VIRTKEY                ; F1
END

#include "GWSIM.DLG"

#include "strtbl.dlg"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -