home *** CD-ROM | disk | FTP | other *** search
- { piectrl.inc -- Identifiers for PieCtrl by Tom Swan }
-
- const
- pie_SetLimit = wm_User + 0; { Control message values }
- pie_GetLimit = wm_User + 1;
- pie_SetIndex = wm_User + 2;
- pie_GetIndex = wm_User + 3;
- pie_BackColor = 100;
- pie_ForeColor = 101;
-