RxFPC:RxMDI - add new options rxtoAskCloseAll

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6844 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2019-04-12 08:54:40 +00:00
parent 3f00c5ff8f
commit af09701e95
9 changed files with 78 additions and 12 deletions

View File

@ -41,6 +41,7 @@ const
resourcestring
sQuestion = 'Question';
sBrowse = 'Browse';
sDefaultFilter = 'All files (*.*)|*.*';
sDateDlgTitle = 'Select a Date';
@ -104,7 +105,8 @@ resourcestring
sCloseWindows = 'Close window';
sCloseAllExceptThis = 'Close all except this';
sCloseAllWindows = 'Close all windows';
sErrorLinkedTaskPanel = 'Not assigned task panel';//Нет связанной панели задач';
sErrorLinkedTaskPanel = 'Not assigned task panel';
sCloseAllQuestion = 'Close all window?';
{ TRxDateRangeEdit }
sFirstQuarter = 'First quarter';