IEPanel version 1.0
Programmed by Marc Nieuwhof, m.nieuwhof@hs-ipabo.edu

Copy the dcu and dcr file into your lib directory.
Add it to the component palette!

Classname : TIEpanel
Properties: Collapsed, true or false
            CollapsedWidth, integer
            ExpandedWidth, integer

Properties:
            
Collapsed:

  Can be set at run-time and at design-time to true or false.
  When true the IEpanel will collapse with a width of CollapseWidth.

CollapsedWidth:

  Can be set at run-time and at design-time from 12 to whatever.
  If the IEpanel must collapse it will with this width.

ExpandedWidth:

  Can be set at run-time and design-time to whatever.
  The IEpanel will expand to the given value.

Usage:

 When you beginning a new project you must create a standard panel with the alTop alginment
 property set.
 Place one or more IEpanels in this panel. Assign all the IEpanels the Align property
 of alLeft but the rightmost alClient. Fill the panels with other components and put
 the final width of an IEPanel in the ExpandedWidth property.
 Run the project!