anchordocking: license

git-svn-id: trunk@25975 -
This commit is contained in:
mattias 2010-06-08 15:34:32 +00:00
parent b977428aea
commit e084a79d64
2 changed files with 16 additions and 3 deletions

View File

@ -2,6 +2,7 @@
<CONFIG>
<Package Version="3">
<Name Value="AnchorDocking"/>
<Author Value="Mattias Gaertner mattias@freepascal.org"/>
<CompilerOptions>
<Version Value="8"/>
<SearchPaths>
@ -16,8 +17,12 @@
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Version Minor="4"/>
<Files Count="4">
<Description Value="Docking manager for LCL aplications
"/>
<License Value="modified LGPL-2 like LCL
"/>
<Version Minor="5"/>
<Files Count="5">
<Item1>
<Filename Value="anchordockpkg.pas"/>
<Type Value="Main Unit"/>
@ -35,6 +40,10 @@
<Filename Value="anchordockstr.pas"/>
<UnitName Value="AnchorDockStr"/>
</Item4>
<Item5>
<Filename Value="README.txt"/>
<Type Value="Text"/>
</Item5>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">

View File

@ -64,7 +64,10 @@
- close (for pages)
- tab position (default, left, top, right, bottom)
- fpdoc
- wiki page
- examples on wiki:
screenshots
example how to dock in code
step by step how to use it in applications
- simple way to make forms dockable at designtime
- move page index
- move page to another pagecontrol
@ -72,6 +75,7 @@
- on close button: save a default layout
- on show again: restore a default layout
- close button for pages
- design time package for IDE
}
unit AnchorDocking;