You've already forked lina-components
mirror of
https://bitbucket.org/Dennis07/lina-components.git
synced 2025-08-24 21:49:04 +02:00
Version 1.0 DEV 1.06b
Signed-off-by: Dennis07 <den.goehlert@t-online.de>
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
The official version of "Lina Components" with all its belongings,
|
||||
elements and features is maintained by Dennis G�hlert.
|
||||
|
||||
Special thanks go to Sebastian J�nicke for his great help finding
|
||||
solutions for countless problems.
|
||||
Special thanks go to Sebastian J�nicke for his great help, ie. to
|
||||
find solutions for countless problems and issues.
|
||||
|
||||
Special thanks also go to Peter Dunne who inspired me creating the
|
||||
localization manager and other features. But not only himself, also
|
||||
the other members of the Delphi fanpages on Facebook and the German
|
||||
community site DelphiPraxis.de where I met alot of helpful people.
|
||||
|
||||
Other official contributors are:
|
||||
(No contributors are listed)
|
16
Information/Readme.txt
Normal file
16
Information/Readme.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Lina Components (LC) is a free open-source components and code
|
||||
library for Delphi. It is being actively developed by
|
||||
Dennis G�hlert and other voluntary programmers and being improved
|
||||
almost every day.
|
||||
The base release platform is Delphi XE5 on Windows 8.1, but there
|
||||
is also compatibility for older and newer releases od Delphi.
|
||||
Lazarus is currently not officially supported.
|
||||
|
||||
For more information on Lina Components, such as how to set it up
|
||||
or who contributed to it please browse the "Information" sub folder
|
||||
or visit the official Code wiki on BitBucket.org:
|
||||
https://bitbucket.org/Dennis07/lina-components/wiki/Home
|
||||
|
||||
Please note that the code of Lina Components is available under
|
||||
Mozilla Public License (MPL) 2.0, see "Information\License.txt" for
|
||||
more details.
|
BIN
Resource/Bitmap/Large/TCommandButton.bmp
Normal file
BIN
Resource/Bitmap/Large/TCommandButton.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
Resource/Bitmap/Large/TScrollListBox.bmp
Normal file
BIN
Resource/Bitmap/Large/TScrollListBox.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
Resource/Bitmap/Small/TCommandButton.bmp
Normal file
BIN
Resource/Bitmap/Small/TCommandButton.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Resource/Bitmap/Small/TScrollListBox.bmp
Normal file
BIN
Resource/Bitmap/Small/TScrollListBox.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Resource/Compiled/uAdvCtrls.dcr
Normal file
BIN
Resource/Compiled/uAdvCtrls.dcr
Normal file
Binary file not shown.
@@ -1,6 +1,9 @@
|
||||
//TBATTERY BITMAP "TBattery.bmp"
|
||||
TBATTERY16 BITMAP "Bitmap\Small\TBattery.bmp"
|
||||
TBATTERY32 BITMAP "Bitmap\Large\TBattery.bmp"
|
||||
//TCOMMANDBUTTON BITMAP "TCommandButton.bmp"
|
||||
TCOMMANDBUTTON16 BITMAP "Bitmap\Small\TCommandButton.bmp"
|
||||
TCOMMANDBUTTON32 BITMAP "Bitmap\Large\TCommandButton.bmp"
|
||||
//TCOMPONENTMANAGER BITMAP "TComponentManager.bmp"
|
||||
TCOMPONENTMANAGER16 BITMAP "Bitmap\Small\TComponentManager.bmp"
|
||||
TCOMPONENTMANAGER32 BITMAP "Bitmap\Large\TComponentManager.bmp"
|
||||
@@ -16,6 +19,9 @@ TLOCALIZATIONMANAGER32 BITMAP "Bitmap\Large\TLocalizationManager.bmp"
|
||||
//TSCRIPTMANAGER BITMAP "TScriptManager.bmp"
|
||||
TSCRIPTMANAGER16 BITMAP "Bitmap\Small\TScriptManager.bmp"
|
||||
TSCRIPTMANAGER32 BITMAP "Bitmap\Large\TScriptManager.bmp"
|
||||
//TSCROLLLISTBOX BITMAP "TScrollListBox.bmp"
|
||||
TSCROLLLISTBOX16 BITMAP "Bitmap\Small\TScrollListBox.bmp"
|
||||
TSCROLLLISTBOX32 BITMAP "Bitmap\Large\TScrollListBox.bmp"
|
||||
//TSPLASHSCREEN BITMAP "TSplashScreen.bmp"
|
||||
TSPLASHSCREEN16 BITMAP "Bitmap\Small\TSplashScreen.bmp"
|
||||
TSPLASHSCREEN32 BITMAP "Bitmap\Large\TSplashScreen.bmp"
|
||||
|
Reference in New Issue
Block a user