You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user