home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / AZ_096.ISO / yahwho / yahhelp.pas < prev    next >
Pascal/Delphi Source File  |  1993-06-27  |  2KB  |  55 lines

  1. unit YAHHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAbout                = 0;
  8.   hcCancelBtn            = 291;
  9.   hcContents             = 1;
  10.   hcDHall                = 271;
  11.   hcDice                 = 264;
  12.   hcDiceDeSel            = 266;
  13.   hcDiceSel              = 265;
  14.   hcDNewPlayer           = 260;
  15.   hcDTop10               = 269;
  16.   hcFOClrBtn             = 292;
  17.   hcFOFileOpenDBox       = 286;
  18.   hcFOFiles              = 288;
  19.   hcFOName               = 287;
  20.   hcFOOkBtn              = 290;
  21.   hcFOOpenBtn            = 289;
  22.   hcGame                 = 257;
  23.   hcGExit                = 263;
  24.   hcGLoad                = 262;
  25.   hcGNewGame             = 258;
  26.   hcGNewPlayer           = 259;
  27.   hcGQuit                = 6;
  28.   hcGSave                = 261;
  29.   hcGStart               = 3;
  30.   hcMAbout               = 256;
  31.   hcOCColorsDBox         = 275;
  32.   hcOColors              = 274;
  33.   hcOConfig              = 277;
  34.   hcOPrefs               = 276;
  35.   hcOptions              = 273;
  36.   hcRoll                 = 4;
  37.   hcScore                = 5;
  38.   hcScores               = 267;
  39.   hcSHall                = 270;
  40.   hcSReset               = 272;
  41.   hcSTop10               = 268;
  42.   hcTVision              = 2;
  43.   hcWCascade             = 280;
  44.   hcWClose               = 285;
  45.   hcWindows              = 278;
  46.   hcWNext                = 283;
  47.   hcWPrev                = 284;
  48.   hcWResize              = 281;
  49.   hcWTile                = 279;
  50.   hcWZoom                = 282;
  51.  
  52. implementation
  53.  
  54. end.
  55.