home *** CD-ROM | disk | FTP | other *** search
- {***************************************************************************
-
- NoMan Custom Control Library $Version$
- Common Identifiers Include File
- $Author$ $Date$
-
- Unit Description
-
- This Turbo Pascal for Windows include file contains the identifiers
- that are common to the control library and to any program or DLL
- that uses the control library.
-
- ***************************************************************************}
-
- const
-
- { Percent Control Constants }
-
- PctNoStyles = 5; { Number of style bits we define }
- { Define the style bits }
- Pct_Decades = $01; { Place tick marks & % values every 10% }
- Pct_Quarters = $02; { Place tick marks & % values every 25% }
- Pct_Halves = $04; { Place tick marks & % values every 50% }
- Pct_Axis = $08; { Draw the tick marks on the control }
- Pct_Digits = $10; { Draw the percentage in the middle of the control }
- { Define other constants }
-