Unit ArtPanel |
------------------------------------------------------------------------------------------------ ArtPanel.pas Copyright © 1998 by DithoSoft Version 2.00 Written by Thorsten Dittmar ------------------------------------------------------------------------------------------------ Panel that can display transparent bitmaps as edges. ------------------------------------------------------------------------------------------------ Version history: 1.00 - first non-public release 1.01 - first public release 2.00 - revised version additional features ------------------------------------------------------------------------------------------------ Property Description property AlignmentHorz: TAlignment The horizontal alignment of the text in the panel. property AlignmentVert: TAlignmentVert The vertical alignment of the text in the panel. property ColorHighlight: TColor The color of the highlight areas of the bevels. property ColorShadow: TColor The color of the shadow areas of the bevels. property EdgeTopLeft: TBitmap The bitmap used for the Top/Left edge. property EdgeTopRight: TBitmap The bitmap used for the Top/Right edge. property EdgeBottomLeft: TBitmap The bitmap used for the Bottom/Left edge. property EdgeBottomRight: TBitmap The bitmap used for the Bottom/Right edge. property EdgesTransparent: Boolean Determines whether to display the edges transparently or not (Bottom/Left pixel indicates the transparent color) ------------------------------------------------------------------------------------------------ } {$A+,B-,C+,D+,E-,F-,G+,H+,I+,J+,K-,L+,M-,N+,O+,P+,Q+,R+,S-,T-,U+,V+,W-,X+,Y-} {$MINSTACKSIZE $00004000} {$MAXSTACKSIZE $00100000} {$IMAGEBASE $00400000} {$APPTYPE GUI
Classes |
TArtPanel - TArtPanel
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
TAlignmentVert = (tavTop, tavCenter, tavBottom);TAlignmentVert
Constants |
Variables |