📄 frxrcinsp.pas
字号:
{******************************************}
{ }
{ FastReport v3.0 }
{ Language resource file }
{ }
{ Copyright (c) 1998-2005 }
{ by Alexander Tzyganenko, }
{ Fast Reports Inc. }
{ }
{******************************************}
unit frxrcInsp;
interface
implementation
uses frxRes;
const resStr =
'propActive=Specifies whether or not a dataset is open' + #13#10 +
'propActive.TfrxHighlight=Specifies whether or not a highlight is active' + #13#10 +
'propAliasName=The name of the BDE alias' + #13#10 +
'propAlign=Determines the alignment of the object relative to band or page' + #13#10 +
'propAlignment=The alignment of the object''s text' + #13#10 +
'propAllowAllUp=Specifies whether all speed buttons in the group can be unselected at the same time' + #13#10 +
'propAllowEdit=Determines whether the user may edit the prepared report pages' + #13#10 +
'propAllowExpressions=Determines whether the text object may contain expressions inside the text' + #13#10 +
'propAllowGrayed=Allows grayed state of the control checkboxes' + #13#10 +
'propAllowHTMLTags=Determines whether the text object may contain HTML tags inside the text' + #13#10 +
'propAllowSplit=Determines whether the band may split its contents across pages' + #13#10 +
'propAuthor=The author of the report' + #13#10 +
'propAutoSize=Determines whether the picture should handle its size automatically' + #13#10 +
'propAutoWidth=Determines whether the text object should handle its width automatically' + #13#10 +
'propBackPicture=The background page picture' + #13#10 +
'propBarType=The type of the barcode' + #13#10 +
'propBevelInner=The type of the inner bevel' + #13#10 +
'propBevelOuter=The type of the outer bevel' + #13#10 +
'propBevelWidth=The width of the bevel' + #13#10 +
'propBorder=Determines whether to show outer border or not' + #13#10 +
'propBorderStyle=The style of the window' + #13#10 +
'propBottomMargin=The size of the bottom page margin' + #13#10 +
'propBrushStyle=The style of the brush used for object''s background' + #13#10 +
'propCalcCheckSum=Determines whether the barcode should be calculate the check digit automatically' + #13#10 +
'propCancel=Determines whether the button should be activated when Esc key pressed' + #13#10 +
'propCaption=The caption of the control' + #13#10 +
'propCellFields=Names of DB fields represents the cross cells' + #13#10 +
'propCellLevels=Number of cell levels' + #13#10 +
'propCenter=Determines whether the image should be centered inside the control' + #13#10 +
'propCharset=The font charset' + #13#10 +
'propCharSpacing=Amount of pixels between two characters' + #13#10 +
'propCheckColor=The color of the check mark' + #13#10 +
'propChecked=Indicates whether the control is checked' + #13#10 +
'propCheckStyle=The style of the check mark' + #13#10 +
'propChild=Child band connected to this band' + #13#10 +
'propClipped=Determines whether the text should be clipped inside the objects bounds' + #13#10 +
'propCollate=Default setting of collation' + #13#10 +
'propColor.TFont=The color of the text' + #13#10 +
'propColor=The color of the object' + #13#10 +
'propColor.TfrxFrame=The color of the frame' + #13#10 +
'propColor.TfrxHighlight=Determines the color of the object if highlight is active' + #13#10 +
'propColumnFields=Names of DB fields represents the cross columns' + #13#10 +
'propColumnGap=The gap between band columns' + #13#10 +
'propColumnLevels=Number of column levels' + #13#10 +
'propColumns=Number of columns in the band' + #13#10 +
'propColumnWidth=The width of the band column' + #13#10 +
'propCondition=The grouping condition. The group will break if value of this expression changed' + #13#10 +
'propCondition.TfrxHighlight=Expression string. If this expression is True, the highlight will be active' + #13#10 +
'propConnected=Indicates whether the database connection is active' + #13#10 +
'propConvertNulls=Determines whether null DB values will converted to 0, False or empty string' + #13#10 +
'propCopies=The default number of copies' + #13#10 +
'propCursor=The cursor of the object' + #13#10 +
'propDatabaseName=The name of the database' + #13#10 +
'propDataField=Specifies the field from which the object gets data' + #13#10 +
'propDataSet=Links the object to the dataset that contains the field it represents' + #13#10 +
'propDate=The date value of the control' + #13#10 +
'propDateFormat=Specifies format in which the date is presented' + #13#10 +
'propDecimalSeparator=The decimal separator' + #13#10 +
'propDefault=Determines whether the button is the default button' + #13#10 +
'propDefHeight=Default height of the row' + #13#10 +
'propDescription.TfrxReportOptions=The report description' + #13#10 +
'propDescription=Object''s description' + #13#10 +
'propDiagonal=Indicates that the line is diagonal' + #13#10 +
'propDisplayFormat=The format of the displayed value' + #13#10 +
'propDoublePass=Determines whether the report engine should perform the second pass' + #13#10 +
'propDown=Determines whether the speed button is pressed or not' + #13#10 +
'propDownThenAcross=Determines how the large cross table will be splitted across pages' + #13#10 +
'propDriverName=The name of the BDE driver' + #13#10 +
'propDropShadow=Determines whether the objects has a shadow' + #13#10 +
'propDuplex=Specifies the duplex mode for the page' + #13#10 +
'propEditMask=Specifies the mask that represents what text is valid for the masked edit control' + #13#10 +
'propEnabled=Determines whether the control is enabled' + #13#10 +
'propEngineOptions=The engine options of the report' + #13#10 +
'propExpression=Value of this expression will be shown in the object' + #13#10 +
'propExpressionDelimiters=The characters that will be used for enclosing the expressions contained in the text' + #13#10 +
'propFieldAliases=The dataset field''s aliases' + #13#10 +
'propFilter=The filtering condition for the dataset' + #13#10 +
'propFiltered=Determines whether the dataset should filter the records using the condition in the Filter property' + #13#10 +
'propFlowTo=The text object that will show the text that not fit in the object' + #13#10 +
'propFont=The font attributes of the object' + #13#10 +
'propFooterAfterEach=Determines whether the footer band should be shown after each data row' + #13#10 +
'propFormatStr=The formatting string' + #13#10 +
'propFrame=The frame attributes of the object' + #13#10 +
'propGapX=The left indent of the text' + #13#10 +
'propGapY=The top indent of the text' + #13#10 +
'propGlyph=The image of the control' + #13#10 +
'propGroupIndex=Allows speed buttons to work together as a group' + #13#10 +
'propHAlign=The horizontal alignment of the text' + #13#10 +
'propHeight=The height of the object' + #13#10 +
'propHideZeros=Determines whether the text object will hide the zero values' + #13#10 +
'propHighlight=The conditional highlight attributes' + #13#10 +
'propIndexName=The name of the index' + #13#10 +
'propInitString=Printer init string for dot-matrix reports' + #13#10 +
'propItems=List items of the object' + #13#10 +
'propKeepAspectRatio=Keep the original aspect ratio of the image' + #13#10 +
'propKeepChild=Determines whether the band will be printed together with its child' + #13#10 +
'propKeepFooter=Determines whether the band will be printed together with its footer' + #13#10 +
'propKeepHeader=Determines whether the band will be printed together with its header' + #13#10 +
'propKeepTogether=Determines whether the band will be printed together with all its subbands' + #13#10 +
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -