Add new components for MDI applications. Add demo MDI application

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2012-10-09 10:35:17 +00:00
parent faa98477d0
commit 33c7722b0e
23 changed files with 1638 additions and 4 deletions

View File

@ -123,6 +123,11 @@ resourcestring
sReqValue = 'Error. Expected value for filed %s.';
sExptControlNotFound = 'Control not found in validate %s.';
{ RxMDI }
sCloseWindows = 'Close window';
sCloseAllExceptThis = 'Close all except this';
sCloseAllWindows = 'Close all windows';
implementation
end.