📄 cxfiltercontrolstrs.pas
字号:
{********************************************************************}
{ }
{ Developer Express Visual Component Library }
{ ExpressFilterControl }
{ }
{ Copyright (c) 1998-2005 Developer Express Inc. }
{ ALL RIGHTS RESERVED }
{ }
{ The entire contents of this file is protected by U.S. and }
{ International Copyright Laws. Unauthorized reproduction, }
{ reverse-engineering, and distribution of all or any portion of }
{ the code contained in this file is strictly prohibited and may }
{ result in severe civil and criminal penalties and will be }
{ prosecuted to the maximum extent possible under the law. }
{ }
{ RESTRICTIONS }
{ }
{ THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES }
{ (DCU, OBJ, DLL, ETC.) ARE CONFIDENTIAL AND PROPRIETARY TRADE }
{ SECRETS OF DEVELOPER EXPRESS INC. THE REGISTERED DEVELOPER IS }
{ LICENSED TO DISTRIBUTE THE EXPRESSEDITORS AND ALL }
{ ACCOMPANYING VCL CONTROLS AS PART OF AN EXECUTABLE PROGRAM ONLY. }
{ }
{ THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED }
{ FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE }
{ COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE }
{ AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT }
{ AND PERMISSION FROM DEVELOPER EXPRESS INC. }
{ }
{ CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON }
{ ADDITIONAL RESTRICTIONS. }
{ }
{********************************************************************}
unit cxFilterControlStrs;
{$I cxVer.inc}
interface
resourcestring
{ // cxFilterBoolOperator
cxSFilterBoolOperatorAnd = 'AND'; // all
cxSFilterBoolOperatorOr = 'OR'; // any
cxSFilterBoolOperatorNotAnd = 'NOT AND'; // not all
cxSFilterBoolOperatorNotOr = 'NOT OR'; // not any
//
cxSFilterRootButtonCaption = 'Filter';
cxSFilterAddCondition = 'Add &Condition';
cxSFilterAddGroup = 'Add &Group';
cxSFilterRemoveRow = '&Remove Row';
cxSFilterClearAll = 'Clear &All';
cxSFilterFooterAddCondition = 'press the button to add a new condition';
cxSFilterGroupCaption = 'applies to the following conditions';
cxSFilterRootGroupCaption = '<root>';
cxSFilterControlNullString = '<empty>';
cxSFilterErrorBuilding = 'Can''t build filter from source';
//FilterDialog
cxSFilterDialogCaption = 'Custom Filter';
cxSFilterDialogInvalidValue = 'Invalid value';
cxSFilterDialogUse = 'Use';
cxSFilterDialogSingleCharacter = 'to represent any single character';
cxSFilterDialogCharactersSeries = 'to represent any series of characters';
cxSFilterDialogOperationAnd = 'AND';
cxSFilterDialogOperationOr = 'OR';
cxSFilterDialogRows = 'Show rows where:';
// FilterControlDialog
cxSFilterControlDialogCaption = 'Filter builder';
cxSFilterControlDialogNewFile = 'untitled.flt';
cxSFilterControlDialogOpenDialogCaption = 'Open an existing filter';
cxSFilterControlDialogSaveDialogCaption = 'Save the active filter to file';
cxSFilterControlDialogActionSaveCaption = '&Save As...';
cxSFilterControlDialogActionOpenCaption = '&Open...';
cxSFilterControlDialogActionApplyCaption = '&Apply';
cxSFilterControlDialogActionOkCaption = 'OK';
cxSFilterControlDialogActionCancelCaption = 'Cancel';
cxSFilterControlDialogFileExt = 'flt';
cxSFilterControlDialogFileFilter = 'Filters (*.flt)|*.flt'; }
// cxFilterBoolOperator
cxSFilterBoolOperatorAnd = '与';
cxSFilterBoolOperatorOr = '或';
cxSFilterBoolOperatorNotAnd = '非(与)';
cxSFilterBoolOperatorNotOr = '非(或)';
//
cxSFilterRootButtonCaption = '过滤条件';
cxSFilterAddCondition = '添加条件(&C)';
cxSFilterAddGroup = '添加组(&G)';
cxSFilterRemoveRow = '删除行(&R)';
cxSFilterClearAll = '删除所有(&A)';
cxSFilterFooterAddCondition = '按此按钮添加新条件';
cxSFilterGroupCaption = '应用所列条件';
cxSFilterRootGroupCaption = '<根>';
cxSFilterControlNullString = '<空>';
cxSFilterErrorBuilding = '不能建立过滤';
//FilterDialog
cxSFilterDialogCaption = '定制过滤';
cxSFilterDialogInvalidValue = '输入值非法';
cxSFilterDialogUse = '使用';
cxSFilterDialogSingleCharacter = '表示任何单个字符';
cxSFilterDialogCharactersSeries = '表示任意字符';
cxSFilterDialogOperationAnd = '并且';
cxSFilterDialogOperationOr = '或者';
cxSFilterDialogRows = '显示条件行:';
// FilterControlDialog
cxSFilterControlDialogCaption = '过滤生成器';
cxSFilterControlDialogNewFile = '未命名.flt';
cxSFilterControlDialogOpenDialogCaption = '打开过滤条件文件';
cxSFilterControlDialogSaveDialogCaption = '保存当前过滤条件到文件中';
cxSFilterControlDialogActionSaveCaption = '另存为(&S)...';
cxSFilterControlDialogActionOpenCaption = '打开(&O)...';
cxSFilterControlDialogActionApplyCaption = '应用(&A)';
cxSFilterControlDialogActionOkCaption = '确定';
cxSFilterControlDialogActionCancelCaption = '取消';
cxSFilterControlDialogFileExt = 'flt';
cxSFilterControlDialogFileFilter = '过滤条件文件 (*.flt)|*.flt';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -