cpwco.pas

来自「生物信息学中的遗传数据分析的delphi源码。」· PAS 代码 · 共 61 行

PAS
61
字号
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 + =
减小字号Ctrl + -
显示快捷键?