From a0ba9538e5db82ee1af0d0024bffd3fb3cff3d98 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Fri, 7 Jul 2017 23:14:21 +0000 Subject: [PATCH] spktoolbar: add readme.txt git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5978 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/spktoolbar/readme.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 components/spktoolbar/readme.txt diff --git a/components/spktoolbar/readme.txt b/components/spktoolbar/readme.txt new file mode 100644 index 000000000..6b928dd09 --- /dev/null +++ b/components/spktoolbar/readme.txt @@ -0,0 +1,24 @@ +-------------------------------------------------------------------------------- +SpkToolbar +-------------------------------------------------------------------------------- + +SpkToolbar is a ribbon-like toolbar. + +Usage: + Drop a TSpkToolbar component onto the form + Double-click it and use the editor window to add tabs, panes and buttons. + +Original author: Spook. +Ported to Lazarus/LCL by Luiz Américo and Werner Pamler + +License: + Modified LGPL (with linking exception, like Lazarus LCL) + See "license.txt" in this installation + +Images and icons used + The icons are taken from the FatCow icon set + (http://www.fatcow.com/free-icons, license Creative Commons Attribution 3.0). + Some images are combinations of individual images. + + + \ No newline at end of file