home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / prgmming / tcyber25 / cyterm / cthelp.pas < prev    next >
Pascal/Delphi Source File  |  1994-10-19  |  2KB  |  67 lines

  1. unit CTHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbortScript          = 33;
  8.   hcAbortXfer            = 34;
  9.   hcAbout                = 21;
  10.   hcCapture              = 30;
  11.   hcclear                = 65300;
  12.   hcColorDialog          = 49;
  13.   hcConfig               = 17;
  14.   hccopy                 = 65298;
  15.   hccut                  = 65297;
  16.   hcDeskTop              = 1;
  17.   hcDownload             = 12;
  18.   hcEchoToggle           = 32;
  19.   hcEdit                 = 22;
  20.   hcFile                 = 4;
  21.   hcFileList             = 42;
  22.   hcFileListBuild        = 16;
  23.   hcFind                 = 25;
  24.   hcHangUp               = 31;
  25.   hcList                 = 14;
  26.   hcLoadConfig           = 18;
  27.   hcLogWindow            = 44;
  28.   hcMenu                 = 2;
  29.   hcNewFileList          = 15;
  30.   hcNewLogWin            = 36;
  31.   hcNewText              = 8;
  32.   hcNoContext            = 0;
  33.   hcOColors              = 39;
  34.   hcOpenText             = 7;
  35.   hcOptions              = 37;
  36.   hcOTerminal            = 38;
  37.   hcpaste                = 65299;
  38.   hcPhoneBook            = 29;
  39.   hcPhoneBookDlg         = 41;
  40.   hcPrevious             = 65318;
  41.   hcReplace              = 26;
  42.   hcRunScript            = 5;
  43.   hcSaveAllText          = 11;
  44.   hcSaveAsText           = 10;
  45.   hcSaveConfig           = 19;
  46.   hcSaveText             = 9;
  47.   hcScriptCommands       = 47;
  48.   hcSearch               = 24;
  49.   hcSearchAgain          = 27;
  50.   hcShowClip             = 23;
  51.   hcStatusLine           = 3;
  52.   hcTerminal             = 28;
  53.   hcTermOpts             = 46;
  54.   hcTermWindow           = 45;
  55.   hcText                 = 6;
  56.   hcTextEditor           = 48;
  57.   hcTreeWindow           = 43;
  58.   hcundo                 = 65296;
  59.   hcUpload               = 13;
  60.   hcVideoToggle          = 40;
  61.   hcViewDoc              = 20;
  62.   hcWindows              = 35;
  63.  
  64. implementation
  65.  
  66. end.
  67.