diff options
Diffstat (limited to 'src/gui/gui_bevel.pas')
-rw-r--r-- | src/gui/gui_bevel.pas | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gui/gui_bevel.pas b/src/gui/gui_bevel.pas index a68b1e3b..84406a46 100644 --- a/src/gui/gui_bevel.pas +++ b/src/gui/gui_bevel.pas @@ -1,3 +1,20 @@ +{ + fpGUI - Free Pascal GUI Library + + Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this + distribution, for details of the copyright. + + See the file COPYING.modifiedLGPL, included in this distribution, + for details about redistributing fpGUI. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + Description: + Defines a Bevel control. Also known as a Panel or Frame control. +} + unit gui_bevel; {$mode objfpc}{$H+} |