RxFPC:start work on new component - TRxPopupNotifier

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6328 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2018-04-20 13:57:15 +00:00
parent 0608517e55
commit 1c2a502b58
13 changed files with 570 additions and 105 deletions

View File

@ -129,6 +129,9 @@ resourcestring
sVariableIsNotDT = 'Variable %s is not date/time';
sVariableIsNotBoolean = 'Variable %s is not boolean';
{ TRxNotifierForm }
sClose = 'Close';
sCloseAfterSec = 'Close after %d sec';
implementation
end.