Unit AdvancedPanel

------------------------------------------------------------------------------} { component : AdvancedPanel } { version : 1.0 } { last update: 98/06/13 } { written for: Borland Delphi 3.0 } { written by : Geir Wikran } { e-mail : gwikran@online.no } {------------------------------------------------------------------------------

Classes

TAdvancedPanel -
TAdvancedScroller -
TCustomAdvancedPanel - AdvancedPanel
TCustomAdvancedScroller - AdvancedScroller
TCustomSimplePanel -
TCustomSimpleScroller - SimpleScroller
TPanelBevel -
TPanelBorder -
TPanelWallpaper -

Functions

Register - - Register -------------------------------------------------------------------

Types

TPanelBevelDepth
TPanelBevelSpace
TPanelBevelStyle
TPanelBorderStyle
TPanelSides
TPanelWallpaperStyle
TWorkspaceChange

Constants

cl3DDkShadow
cl3DFace
cl3DHiLight
cl3DLight
cl3DShadow
Register_AdvancedControls

Variables


Functions


procedure Register;

- Register -------------------------------------------------------------------

Types


TPanelBevelDepth = 1..MaxInt

TPanelBevelSpace = 0..MaxInt

TPanelBevelStyle = (bvNone,bvLowered,bvRaised,bvGroove,bvBump,
                      bvFlatHiLight,bvFlatShadow,bvFlatDkShadow);
PanelBevel
TPanelBorderStyle = (bsNone,bsLowered,bsRaised,bsRound,bsFlat);
PanelBorder
TPanelSides = set of (psLeft,psRight,psTop,psBottom,
                        psAlign,psAlignOpposite,
                        psNonAlignFirst,psNonAlignLast,
                        psNonAlignPrev,psNonAlignNext)

TPanelWallpaperStyle = (wpNone,wpCenter,wpStretch,wpTile);
PanelWallpaper
TWorkspaceChange = (wcSizeChange,wcPanelChange);
SimplePanel

Constants

cl3DDkShadow = COLOR_3DDKSHADOW or $80000000

cl3DFace = COLOR_3DFACE or $80000000

cl3DHiLight = COLOR_3DHILIGHT or $80000000

cl3DLight = COLOR_3DLIGHT or $80000000

cl3DShadow = COLOR_3DSHADOW or $80000000

Register_AdvancedControls = 'Installed'

==============================================================================

Variables