RxFPC:New style quick filter window in RxDBGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5839 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2017-04-24 12:24:50 +00:00
parent 59f0da6d91
commit 66eb145c86
18 changed files with 1670 additions and 67 deletions

View File

@ -233,6 +233,19 @@ resourcestring
sOtherOptions = 'Other options';
sFooterRowColor = 'Footer row color';
//TRxDBGrid_PopUpFilterForm
sHintShowOnlyCurrentItem = 'Show only current item';
sHintHideOnlyCurrentItem = 'Hide only current item';
sSorting = 'Sorting';
sAscending = 'Ascending';
sDescending = 'Descending';
sQuickFilter = 'Quick filter';
sClearFilter = 'Clear filter';
sEmptyValues = 'Empty values';
sNotEmpty = 'Not empty';
sStandartFilter = 'Standart filter';
sAllValues = 'All values';
const