
1.4 (26 Jan 98) Current Version

[Comments]

[Changes]
- Added TControlGroupBox to Boxes unit and maked corresponding additions 
  in other modules and in the Composite Component wizard.

- If your Class Name in Composite Component wizard has not first letter 'T'
  then it would be added 'T' your components class. 
  

[Fixes] 

-------------------------------
1.35 (23 Jan 98) 

[Comments]
* Internal version

[Changes]
- TXxxCreator code generation classes replased by the common TBoxModuleCreator
  (BoxExpt unit) 

[Fixes] 

-------------------------------
1.3 (19 Jan 98) 

[Comments]

[Changes]
- Added TToolBarBox to Boxes unit and maked corresponding additions 
  in other modules and in the Composite Component wizard.

[Fixes] 

-------------------------------
1.2 (13 Jan 98)

[Comments]
* Internal version

[Changes]
- Added TModuleBox (a non-visual container) to Boxes.pas and maked
  corresponding additions other modules and in the Composite 
  Component wizard.

[Fixes] 

-------------------------------
1.1 (11 Jan 98)

[Comments]

[Changes]
- Composite Component Expert is removed from BoxDsgn unit and placed 
  to the new unit BoxExpt.
- "New Composite Component" dialog is moved from BoxDlg unit to BoxExpt unit.
- BoxDlg unit is deleted.
- BoxDsgn unit has moved from DsgnBox package to DclBox30 package.
- BoxFixEd unit has moved from DsgnBox package to DclBox30 package.

[Fixes] 
- if you don't redistribute DsgnBox package users of your components have
  problems with editing or viewing them in visual designer form

-------------------------------
1.02 (09 Jan 98)

[Comments]
* Was available for limited users only 
(who send me messages problem description for versions 1.0 and 1.01)

[Changes]
- Removed exception raising with message sOwnerIsNotControl from
  TCustomBox.Create constructor.
- Classes TCustomBox and TBox are merged into single class TBox.

[Fixes] 
- Fixed problems with exception "Owner is not TWinControl" ... 
  (see 1.01 comments).

-------------------------------
1.01 (30 Dec 97)

[Comments]
* Not working version:

This version allows to compile components created with CCPack 1.0, 
but not working properly (you can't create new components and edit 
already created components in visual designer)

The reason of such behaviour is TWinControlForm object. This object
is used by Delphi IDE as a visual container for designing of WInControl
custom modules (see DsgnIntf unit for description of TCustomModule).
TWinControlForm is not descendant of TForm but it is a special proxy 
component.

[Changes]
- Added Parent initialization to TCustomBox.Create constructor.

[Fixes] 

- Fixed problem with exception "Control "" has no parent window" for
  components such as TMemo, ... , i.e. components with stored 
  sub-objects (TPersistent) such as TStrings, etc.

----------------------- [END OF FILE] -------------------------------------

