⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frxrcinsp.pas

📁 报表源码 FastReport 3 is new generation of the report generators components. It consists of report engin
💻 PAS
📖 第 1 页 / 共 2 页
字号:
{******************************************}
{ }
{ FastReport v3.0 }
{ Language resource file }
{ }
{ Copyright (c) 1998-2005 }
{ by Alexander Tzyganenko, }
{ Fast Reports Inc. }
{ }
{******************************************}

unit frxrcInsp;

interface

procedure frAddInspectorRes;

implementation

uses frxRes;

procedure frAddInspectorRes;
begin
  with frxResources do
  begin
    Add('propActive', 'Specifies whether or not a dataset is open');
    Add('propActive.TfrxHighlight', 'Specifies whether or not a highlight is active');
    Add('propAliasName', 'The name of the BDE alias');
    Add('propAlign', 'Determines the alignment of the object relative to band or page');
    Add('propAlignment', 'The alignment of the object''s text');
    Add('propAllowAllUp', 'Specifies whether all speed buttons in the group can be unselected at the same time');
    Add('propAllowEdit', 'Determines whether the user may edit the prepared report pages');
    Add('propAllowExpressions', 'Determines whether the text object may contain expressions inside the text');
    Add('propAllowGrayed', 'Allows grayed state of the control checkboxes');
    Add('propAllowHTMLTags', 'Determines whether the text object may contain HTML tags inside the text');
    Add('propAllowSplit', 'Determines whether the band may split its contents across pages');
    Add('propAuthor', 'The author of the report');
    Add('propAutoSize', 'Determines whether the picture should handle its size automatically');
    Add('propAutoWidth', 'Determines whether the text object should handle its width automatically');
    Add('propBackPicture', 'The background page picture');
    Add('propBarType', 'The type of the barcode');
    Add('propBevelInner', 'The type of the inner bevel');
    Add('propBevelOuter', 'The type of the outer bevel');
    Add('propBevelWidth', 'The width of the bevel');
    Add('propBorder', 'Determines whether to show outer border or not');
    Add('propBorderStyle', 'The style of the window');
    Add('propBottomMargin', 'The size of the bottom page margin');
    Add('propBrushStyle', 'The style of the brush used for object''s background');
    Add('propButtons', 'Set of buttons visible in the preview window');
    Add('propCacheSize', 'Maximum amount of the memory used by the report engine. If memory usage is exceeds this value, prepared pages will be cached to the disk file');
    Add('propCalcCheckSum', 'Determines whether the barcode should be calculate the check digit automatically');
    Add('propCancel', 'Determines whether the button should be activated when Esc key pressed');
    Add('propCaption', 'The caption of the control');
    Add('propCellFields', 'Names of DB fields represents the cross cells');
    Add('propCellLevels', 'Number of cell levels');
    Add('propCenter', 'Determines whether the image should be centered inside the control');
    Add('propCharset', 'The font charset');
    Add('propCharSpacing', 'Amount of pixels between two characters');
    Add('propCheckColor', 'The color of the check mark');
    Add('propChecked', 'Indicates whether the control is checked');
    Add('propCheckStyle', 'The style of the check mark');
    Add('propChild', 'Child band connected to this band');
    Add('propCollate', 'Default setting of collation');
    Add('propColor.TFont', 'The color of the text');
    Add('propColor', 'The color of the object');
    Add('propColor.TfrxFrame', 'The color of the frame');
    Add('propColor.TfrxHighlight', 'Determines the color of the object if highlight is active');
    Add('propColumnFields', 'Names of DB fields represents the cross columns');
    Add('propColumnGap', 'The gap between band columns');
    Add('propColumnLevels', 'Number of column levels');
    Add('propColumns', 'Number of columns in the band');
    Add('propColumnWidth', 'The width of the band column');
    Add('propCondition', 'The grouping condition. The group will break if value of this expression changed');
    Add('propCondition.TfrxHighlight', 'Expression string. If this expression is True, the highlight will be active');
    Add('propConnected', 'Indicates whether the database connection is active');
    Add('propConvertNulls', 'Determines whether null DB values will converted to 0, False or empty string');
    Add('propCopies', 'The default number of copies');
    Add('propCursor', 'The cursor of the object');
    Add('propDatabaseName', 'The name of the database');
    Add('propDataField', 'Specifies the field from which the object gets data');
    Add('propDataSet', 'Links the object to the dataset that contains the field it represents');
    Add('propDate', 'The date value of the control');
    Add('propDateFormat', 'Specifies format in which the date is presented');
    Add('propDecimalSeparator', 'The decimal separator');
    Add('propDefault', 'Determines whether the button is the default button');
    Add('propDefHeight', 'Default height of the row');
    Add('propDescription', 'The report description');
    Add('propDiagonal', 'Indicates that the line is diagonal');
    Add('propDisplayFormat', 'The format of the displayed value');
    Add('propDoubleBuffered', 'Determines whether the preview window uses double buffering. Enabled double buffering prevents flickering, but is slower');
    Add('propDoublePass', 'Determines whether the report engine should perform the second pass');
    Add('propDown', 'Determines whether the speed button is pressed or not');
    Add('propDownThenAcross', 'Determines how the large cross table will be splitted across pages');
    Add('propDriverName', 'The name of the BDE driver');
    Add('propDropShadow', 'Determines whether the objects has a shadow');
    Add('propDuplex', 'Specifies the duplex mode for the page');
    Add('propEditMask', 'Specifies the mask that represents what text is valid for the masked edit control');
    Add('propEnabled', 'Determines whether the control is enabled');
    Add('propEngineOptions', 'The engine options of the report');
    Add('propExpression', 'Value of this expression will be shown in the object');
    Add('propExpressionDelimiters', 'The characters that will be used for enclosing the expressions contained in the text');
    Add('propFieldAliases', 'The dataset field''s aliases');
    Add('propFilter', 'The filtering condition for the dataset');
    Add('propFiltered', 'Determines whether the dataset should filter the records using the condition in the Filter property');
    Add('propFlowTo', 'The text object that will show the text that not fit in the object');
    Add('propFont', 'The font attributes of the object');
    Add('propFooterAfterEach', 'Determines whether the footer band should be shown after each data row');
    Add('propFormatStr', 'The formatting string');
    Add('propFrame', 'The frame attributes of the object');
    Add('propGapX', 'The left indent of the text');
    Add('propGapY', 'The top indent of the text');
    Add('propGlyph', 'The image of the control');
    Add('propGroupIndex', 'Allows speed buttons to work together as a group');
    Add('propHAlign', 'The horizontal alignment of the text');
    Add('propHeight', 'The height of the object');
    Add('propHGuides', 'The horizontal guidelines of the page');
    Add('propHideZeros', 'Determines whether the text object will hide the zero values');
    Add('propHighlight', 'The conditional highlight attributes');
    Add('propIndexName', 'The name of the index');
    Add('propInitString', 'Printer init string for dot-matrix reports');
    Add('propItems', 'List items of the object');
    Add('propKeepAspectRatio', 'Keep the original aspect ratio of the image');
    Add('propKeepChild', 'Determines whether the band will be printed together with its child');
    Add('propKeepFooter', 'Determines whether the band will be printed together with its footer');
    Add('propKeepHeader', 'Determines whether the band will be printed together with its header');
    Add('propKeepTogether', 'Determines whether the band will be printed together with all its subbands');
    Add('propKind.TfrxFormat', 'The kind of formatting');
    Add('propKind', 'The kind of the button');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -