home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PCTV2N6.ZIP / PIE.ZIP / PIECTRL.INC next >
Encoding:
Text File  |  1991-12-08  |  265 b   |  10 lines

  1. { piectrl.inc -- Identifiers for PieCtrl by Tom Swan }
  2.  
  3. const
  4.   pie_SetLimit = wm_User + 0;  { Control message values }
  5.   pie_GetLimit = wm_User + 1;
  6.   pie_SetIndex = wm_User + 2;
  7.   pie_GetIndex = wm_User + 3;
  8.   pie_BackColor = 100;
  9.   pie_ForeColor = 101;
  10.