RxFPC: new component - TRxtextHolder

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2018-11-05 20:49:44 +00:00
parent e97c3c021a
commit 901798af4e
83 changed files with 1222 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
{ rxconst unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it
@@ -134,6 +134,13 @@ resourcestring
sCloseAfterSec = 'Close after %d sec';
sCloseMessageHint = 'Close message';
{ TRxTextHolder }
sRxTextHolderTextEditor = 'Rx text holder editor';
sRxTextHolderEditor = 'RxTextHolder editor';
sRxTextHolderTextCaption = 'Caption';
sRxTextHolderAdd = 'Add';
sRxTextHolderRemove = 'Remove';
implementation
end.