home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / TCYBER.ZIP / CFHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1994-01-15  |  1KB  |  46 lines

  1. unit CFHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 7;
  8.   hcAdjustPalette        = 24;
  9.   hcAnimation            = 13;
  10.   hcAsciiTable           = 14;
  11.   hcBaseShip             = 17;
  12.   hcCancelBtn            = 31;
  13.   hcClearGraphWin        = 12;
  14.   hcDefaultFont          = 21;
  15.   hcEllipses             = 10;
  16.   hcFCChDirDBox          = 32;
  17.   hcFile                 = 1;
  18.   hcFOFileOpenDBox       = 27;
  19.   hcFOFiles              = 29;
  20.   hcFOName               = 28;
  21.   hcFOOKBtn              = 30;
  22.   hcGraphics             = 8;
  23.   hcGraphicsWindow       = 18;
  24.   hcInvaders             = 15;
  25.   hcLines                = 9;
  26.   hcLoadConfig           = 25;
  27.   hcLoadFont             = 2;
  28.   hcLoadPCX              = 4;
  29.   hcNoContext            = 0;
  30.   hcOCColorsDBox         = 33;
  31.   hcOColors              = 23;
  32.   hcOptions              = 20;
  33.   hcPrevious             = 65318;
  34.   hcRectangles           = 11;
  35.   hcSaveConfig           = 26;
  36.   hcSaveFont             = 3;
  37.   hcSavePCX              = 5;
  38.   hcScreen               = 22;
  39.   hcUFOBomber            = 16;
  40.   hcViewDoc              = 6;
  41.   hcWindows              = 19;
  42.  
  43. implementation
  44.  
  45. end.
  46.