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

📄 cpwco.pas

📁 生物信息学中的遗传数据分析的delphi源码。
💻 PAS
字号:
unit cpwco;

interface

const
   { Menu commands }

   { Tree commands }
   cm_TreeStar    = 422;
   cm_TreeRestore = 423;
   cm_TreeSave    = 424;
   cm_TreeReturn  = 425;
   cm_TreeUndo    = 426;

   { View commands }
   cm_ActualSize  = 420;
   cm_Magnify     = 421;

   { Options commands }
   cm_Flash       = 427;

   { Modes of operation/ Tool commands }
   cm_MOVE      = 401;
   cm_BRANCH    = 402;
   cm_COLLAPSE  = 403;
   cm_REROOT    = 404;
   cm_FLIP      = 405;
   cm_EXCHANGE  = 406;
   cm_LADDERLEFT= 407;
   cm_LADDERRIGHT=408;
   cm_ZOOM       =409;

   { Status bar help string resource ids }

   { Tree menu }
   sth_TreeStar     = 450;
   sth_TreeRestore  = 451;
   sth_TreeSave     = 452;
   sth_TreeReturn   = 453;
   sth_TreeUndo     = 454;

   { View menu }
   sth_ViewActual   = 448;
   sth_ViewMagnify  = 449;

   { Options menu }
   sth_OptionsFlash = 455;


   { Tool menu }
   sth_ToolMove     = 464;
   sth_ToolBranch   = 465;
   sth_ToolClade    = 467;
   sth_ToolReRoot   = 468;
   sth_ToolRotate   = 469;
   sth_ToolExchange = 471;
   sth_ToolLeft     = 472;
   sth_ToolRight    = 473;

implementation
end.

⌨️ 快捷键说明

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