You've already forked lazarus-ccr
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user