TRxDateRangeEdit - add Quarter and HalfYear

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3260 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-07-01 09:42:54 +00:00
parent 688eab0099
commit 02149f72bc
7 changed files with 309 additions and 30 deletions

View File

@ -124,9 +124,17 @@ resourcestring
sExptControlNotFound = 'Control not found in validate %s.';
{ RxMDI }
sCloseWindows = 'Close window';
sCloseAllExceptThis = 'Close all except this';
sCloseAllWindows = 'Close all windows';
sCloseWindows = 'Close window';
sCloseAllExceptThis = 'Close all except this';
sCloseAllWindows = 'Close all windows';
{ TRxDateRangeEdit }
sFirstQuarter = 'First quarter';
sSecondQuarter = 'Second quarter';
sThirdQuarter = 'Third quarter';
sFourthQuarter = 'Fourth quarter';
sFirstHalfOfYear = 'First half of year';
sSecondHalfOfYear = 'Second half of year';
implementation