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

📄 qr4const.pas

📁 delphi7报表打印控件源码 可以设计报表
💻 PAS
字号:
{ :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  :: QuickReport 4.0 for Delphi and C++Builder               ::
  ::                                                         ::
  :: QR4Const.pas - Resource Strings For All QR Units        ::
  ::                                                         ::
  :: Copyright (c) 2003 A Lochert / QBS Software             ::
  :: All Rights Reserved                                     ::
  ::                                                         ::
  :: web: http://www.qusoft.com                              ::
  ::                                                         ::
  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: }

unit QR4Const;

interface

resourcestring

  SqrPaperSize0 = 'Default size';
  SqrPaperSize1 = 'Letter 8 1/2 x 11 in';
  SqrPaperSize2 = 'Letter Small 8 1/2 x 11 in';
  SqrPaperSize3 = 'Tabloid 11 x 17 in';
  SqrPaperSize4 = 'Ledger 17 x 11 in';
  SqrPaperSize5 = 'Legal 8 1/2 x 14 in';
  SqrPaperSize6 = 'Statement 5 1/2 x 8 1/2 in';
  SqrPaperSize7 = 'Executive7 1/2 x 10 in';
  SqrPaperSize8 = 'A3 297 x 420 mm';
  SqrPaperSize9 = 'A4 210 x 297 mm';
  SqrPaperSize10 = 'A4 Small 210 x 297 mm';
  SqrPaperSize11 = 'A5 148 x 210 mm';
  SqrPaperSize12 = 'B4 250 x 354 mm';
  SqrPaperSize13 = 'B5 182 x 257 mm';
  SqrPaperSize14 = 'Folio 8 1/2 x 13 in';
  SqrPaperSize15 = 'Quarto 215 x 275 mm';
  SqrPaperSize16 = '10x14 in';
  SqrPaperSize17 = '11x17 in';
  SqrPaperSize18 = 'Note 8 1/2 x 11 in';
  SqrPaperSize19 = 'Envelope #9 3 7/8 x 8 7/8';
  SqrPaperSize20 = 'Envelope #10 4 1/8 x 9 1/2';
  SqrPaperSize21 = 'Envelope #11 4 1/2 x 10 3/8';
  SqrPaperSize22 = 'Envelope #12 4 \276 x 11';
  SqrPaperSize23 = 'Envelope #14 4 \276 x 11';
  SqrPaperSize24 = 'C size sheet';
  SqrPaperSize25 = 'D size sheet';
  SqrPaperSize26 = 'E size sheet';
  SqrPaperSize27 = 'Custom Size';
  SqrTitle = 'Title';
  SqrPageHeader = 'Page Header';
  SqrDetail = 'Detail';
  SqrPageFooter = 'Page Footer';
  SqrSummary = 'Summary';
  SqrGroupHeader = 'Group Header';
  SqrGroupFooter = 'Group Footer';
  SqrSubDetail = 'Sub Detail';
  SqrColumnHeader = 'Column Header';
  SqrOverlay = 'Overlay';
  SqrChild = 'Child';
  SqrTitleBandName = 'TitleBand';
  SqrPageHeaderBandName = 'PageHeaderBand';
  SqrDetailBandName = 'DetailBand';
  SqrPageFooterBandName = 'PageFooterBand';
  SqrSummaryBandName = 'SummaryBand';
  SqrGroupHeaderBandName = 'GroupHeaderBand';
  SqrGroupFooterBandName = 'GroupFooterBand';
  SqrSubDetailBandName = 'SubDetailBand';
  SqrColumnHeaderBandName = 'ColumnHeaderBand';
  SqrOverlayBandName = 'OverlayBand';
  SqrChildBandName = 'ChildBand';
  SqrColumnFooter = 'Column footer';
  SqrFont = 'Font';
  SqrFontSize = 'Font size';
  SqrOK = 'OK';
  SqrCancel = 'Cancel';
  SqrExprWizard = '表达式向导';
  SqrZoomToFit = '缩放全屏';
  SqrZoom100 = '100% 大小';
  SqrZoomToWidth = '缩放至屏宽';
  SqrFirstPage = '首页';
  SqrPrevPage = '上页';
  SqrNextPage = '下页';
  SqrLastPage = '尾页';
  SqrPrintReport = '打印报表';
  SqrPrinterSetup = '打印设置';
  SqrSaveReport = '保存报表';
  SqrLoadReport = '读入报表';
  SqrPage = '页';
  SqrOf = '的';
  SqrIllegalNewPage = 'Illegal call to NewPage';
  SqrQRPrinterNotReady = 'QRPrinter not ready';
  SqrValues = 'Values';
  SqrLeftFrame = '左框架';
  SqrRightFrame = '右框架';
  SqrTopFrame = '上框架';
  SqrBottomFrame = '下框架';
  SqrFilterExpr = '过滤表达式';
  SqrChildBand = 'Child band';
  SqrQuickRepBusy = 'TQuickRep is busy';
  Sqr1Column = '1 Column';
  Sqr2Columns = '2 Columns';
  Sqr3Columns = '3 Columns';
  Sqr4Columns = '4 Columns';
  SqrNewReport = '新报表';
  SqrPrint = '打印';
  SqrPreview = '预览';
  SqrCut = 'Cut';
  SqrCopy = 'Copy';
  SqrPaste = 'Paste';
  SqrInsertField = '插入字段';
  SqrInsTextArea = '插入文本区域';
  SqrInsShape = '插入形状';
  SqrInsPic = '插入图片';
  SqrBold = 'Bold';
  SqrItalic = 'Italic';
  SqrUnderline = 'Underline';
  SqrLeftAlign = 'Left align';
  SqrRightAlign = 'Right align';
  SqrCenter = 'Center';
  SqrAlignToPage = 'Align to page';
  SqrFontColor = 'Font color';
  SqrBackgroundColor = 'Background color';
  SqrExpression = '表达式';
  SqrErrorInExpr = '表达式错误';
  SqrTime = 'Time';
  SqrDate = 'Date';
  SqrDateTime = 'Date/Time';
  SqrPageNum = 'Page#';
  SqrReportTitle = 'Report title';
  SqrDetailCount = 'Detail count';
  SqrDetailNo = 'Detail no';
  SqrQuSoft = 'A Lochert';
  SqrAbstractFilterDescription = 'Abstract non-working export filter';
  SqrAbstractFilterName = 'Abstract filter';
  SqrAsciiFilterDescription = 'Text export (ASCII) filter';
  SqrAsciiFilterName = 'Text file';
  SqrAsciiFilterExtension = 'TXT';
  SqrRectangle = 'Rectangle';
  SqrCircle = 'Circle';
  SqrVertLine = 'Vertical line';
  SqrHorzLine = 'Horizontal line';
  SqrTopBottom = 'Top and bottom lines';
  SqrRightLeft = 'Right and left lines';
  SqrFrameColor = 'Frame color';
  SqrCopyright = 'Copyright 2004 A Lochert/QBS Software';
  SqrZoomIn = '放大';
  SqrZoomOut = '缩小';
  SqrReportSettings = '报表设置';
  SqrAboutQR = '关于 &QuickReport';
  SqrGetUpdates = 'For updates, QuickReport add-ons and other components visit us at our web site at';
  SqrNone = 'none';
  SqrRotateBands = '旋转 band 视图';
  SqrHideBands = '隐藏 bands';
  SqrResetBands = '重置 band 视图';
  SqrMoveGroupUp = '向上移动组';
  SqrMoveGroupDown = '向下移动组';
  SqrMoveSubdetailUp = '向上移动子细节';
  SqrMoveSubdetailDown = '向下移动子细节';
  SqrFree = '';
  SqrNext = 'Next';
  SqrCancelWizard = '取消报表向导?';
  SqrLayout = '设计';
  SqrData = 'Data';
  SqrPgHeader = 'Pg header';
  SqrColHdr = 'Col header';
  SqrPgFooter = 'Pg footer';
  SqrErrorLoading = 'Error loading report';
  SqrReport = 'Report';
  SqrDesignReport = 'Design of a report';
  SqrCannotAdd = 'Cannot add a %s component to a report.';
  SqrFileNotExist = 'File does not exist';
  SqrCompleted = ' Completed';
  SqrQRFile = 'QuickReport file';
  SqrIfDesc = 'Returns <X> or <Y> depending on the boolean expression <Exp>';
  SqrStrDesc = 'Convert a numeric <X> to a string';
  SqrTimeDesc = 'Return current time as a string';
  SqrDateDesc = 'Return current date as a string';
  SqrSumDesc = 'Sums the numeric <X>';
  SqrCopyDesc = 'Returns a substring of string X';
  SqrDivDesc = 'Integer division of <X> by <Y>';
  SqrCountDesc = 'Increments for each iteration';
  SqrMaxDesc = 'Returns the highest <X>';
  SqrMinDesc = 'Returns the lowest <X>';
  SqrAverageDesc = 'Returns the average of numeric <X>';
  // lut
  SqrArcSinDesc = 'Returns the angle whose sine is given';
  SqrArcCosDesc = 'Returns the angle whose cosine is given';
  SqrCosDesc = 'Returns the cosine of the given angle';
  SqrSinDesc = 'Returns the sine of the given angle';
  SqrTanDesc = 'Returns the tangent of the given angle';
  SqrCoTanDesc = 'Returns the cotangent of the given angle';
  SqrSecantDesc = 'Returns the secant of the given angle';
  SqrCoSecantDesc = 'Returns the cosecant of the given angle';
  SqrHypotDesc = 'Returns the hypoteneuse of the given lengths';
  SqrRadToDegDesc = 'Converts a radian value to degrees of angle';
  SqrRadToGradDesc = 'Converts a radian value to grad units';
  SqrRadToCycleDesc = 'Converts a radian value to cycle units';
  SqrDegToRadDesc = 'Converts a degree value to radians';
  SqrDegToGradDesc = 'Converts a degree value to grad units';
  SqrDegToCycleDesc = 'Converts a degree value to cycle units';
  SqrGradToRadDesc = 'Converts a grad value to radians';
  SqrGradToDegDesc = 'Converts a grad value to degrees';
  SqrGradToCycleDesc = 'Converts a grad value to cycle units';
  SqrCycleToRadDesc = 'Converts a cycle value to radians';
  SqrCycleToDegDesc = 'Converts a cycle value to degrees';
  SqrCycleToGradDesc = 'Converts a cycle value to grad units';
  SqrCoshDesc = 'Returns the hyperbolic cosine of an angle in radiansgrad units';
  SqrSinhDesc = 'Returns the hyperbolic sine of an angle in radiansgrad units';
  SqrTanhDesc = 'Returns the hyperbolic tangent of an angle in radiansgrad units';
  SqrCothDesc = 'Returns the hyperbolic cotangent of an angle in radiansgrad units';
  SqrSechDesc = 'Returns the hyperbolic secant of an angle in radiansgrad units';
  SqrCschDesc = 'Returns the hyperbolic cosecant of an angle in radiansgrad units';
  SqrArcCotDesc = 'Returns the angle whose cotangent is given';
  SqrArcSecDesc = 'Returns the angle whose secant is given';
  SqrArcCscDesc = 'Returns the angle whose cosecant is given';
  SqrArcCoshDesc = 'Returns the angle whose hyperbolic cosine is given';
  SqrArcSinhDesc = 'Returns the angle whose hyperbolic sine is given';
  SqrArcTanhDesc = 'Returns the angle whose hyperbolic tangent is given';
  SqrArcCothDesc = 'Returns the angle whose hyperbolic cotangent is given';
  SqrArcSechDesc = 'Returns the angle whose hyperbolic secant is given';
  SqrArcCschDesc = 'Returns the angle whose hyperbolic cosecant is given';
  SqrPowerDesc = 'Returns the first argument raised to the power of the second';
  SqrRightStrDesc = 'Returns the rightmost N characters of the string <S>';
  SqrLeftStrDesc = 'Returns the leftmost N characters of the string <S>';
  // lut done


  SqrBoolDesc = 'boolean value';
  SqrIntDesc = 'Returns the integer part of <X>';
  SqrFracDesc = 'Returns the fractional part of <X>';
  SqrSqrtDesc = 'Returns square root of <X>';
  SqrTypeofDesc = 'Returns the data type of <Exp>';
  SqrNoCircular = 'Circular linking not allowed';
  SqrUpperDesc = 'Converts a string to upper case letters';
  SqrLowerDesc = 'Converts a string to lower case letters';
  SqrPrettyDesc = 'Makes the first character upper case and the rest lower case';
  SqrNew = 'New';
  SqrBusiness = 'Business';
  SqrConverted = 'Your QuickReport has been partially converted from version 1 to 3. Save form before proceeding to keep changes or close without saving to cancel';
  SqrFormatNumericDesc = 'Formats numeric <N> using the mask in <F>';
  SqrFinish = 'Finish';
  SqrWizardName = 'QuickReport Wizard';
  SqrWizardComment = 'Wizard for creating QuickReports';
  SqrAboutInfo = 'For updates, QuickReport add-ons and other components visit us at our web site at';
  SqrExpCannotOperator = 'Cannot %s %s expressions';
  SqrExpAdd = 'add';
  SqrExpSubtract = 'subtract';
  SqrExpMultiply = 'multiply';
  SqrExpDivide = 'divide';
  SqrExpBoolean = 'boolean';
  SqrExpString = 'string';
  SqrExpNumeric = 'numeric';
  SqrExpInteger = 'integer';
  SqrNotValue = 'Not a %s value';
  SqrExpDivideByZero = 'Cannot divide by 0';
  SqrExpOperatorNotCompatible = 'Operator %s is not compatible with %s expressions';
  SqrExpUnknownFieldType = 'Field %s is of unknown type';
  SqrExpIllegalCharInNumeric = 'Illegal character in numeric contant "%s"';
  SqrExpMissing = 'Missing %s';
  SqrExpEndString = 'end of string (''';
  SqrExpUnknownFunction = 'Unknown function : %s';
  SqrExpError = 'Error in expression : %s';
  SqrExpRecursive = 'Recursive calls not allowed';
  SqrExpTooManyArgs = 'Too many arguments';
  SqrExpNotEnoughArgs = 'Not enough arguments';
  SqrExpWrongArguments = 'Wrong arguments for %s';
  SqrExpUnknownType = 'Unknown type';
  SqrExpIncompatible = 'Incompatible types';
  SqrTrue = 'True';
  SqrFalse = 'False';
  SqrEvalNotPrepared = 'Evaluator not prepared';
  SqrName = 'Name';
  SqrLoopBandType = 'LoopBand';
  SqrLoopBandName = 'Loop Band';
  SqrStringsBandType = 'StringsBand';
  SqrStringsBandName = 'Strings Band';
  SqrCommaSeparated = 'Comma Separated';
  SqrCommaSeparatedTextFilter = 'Comma separated text file';
  SqrQRXDocument = 'QRX document (XML)';
  SqrQRXDocumentForWeb = 'QRX document (XML)';
  SqrHtmlDocument = 'HTML document';
  SqrHtmlDocumentForWeb = 'HTML document for web publishing';
  SqrExcel = 'Excel spreadsheet';
  SqrExcelFile = 'Excel file format';
  SqrPaletteQReport = 'QReport';
  SqrPlainWizardName = 'Blank Report';
  SqrPlainWizardDescription = 'Creates a blank report without any preset data connections';
  SqrListWizardName = 'List Report';
  SqrListWizardDescription = 'Creates a listing style report with fields from one table.';
  SqrMasterDetailWizardName = 'Master-Detail Report';
  SqrMasterDetailWizardDescription = 'Creates a Master-Detail report with unlimited number of tables and fields.';
  SqrLabelWizardName = 'Label Report';
  SqrLabelWizardDescription = 'Creates a mailing label report. Allows you to select label layout from any common formats or define your own';
  SqrExpBldNumeric = 'Argument %d - numeric value';
  SqrExpBldLogical = 'Argument %d - logical value';
  SqrExpBldText = 'Argument %d - text Value';
  SqrExpBldValue = 'Argument %d - value';
  SqrExpBldEnterParam = 'Enter %d. parameter for %s';
  SqrExpBldError = 'ERROR: ';
  SqrExpBldNoError = 'There are no errors. The result is : ';
  SqrMissingArgument = 'Missing argument for %s';
  SqrConversionError = 'Conversion error';
  SqrDivisionByZero = 'Division by Zero';
  SqrValueTooBig = 'Value too big';
  SqrInvalidFormatnumeric = 'Invalid format or value specified';
  SqrSQRTInvalid = 'Invalid argument to SQRT function';
  SqrInvalidNot = 'Invalid use of NOT';
  SqrDesignAReport = 'Design Report';
  SqrRTFExportFilter = 'RTF Export filter';
  SqrRTFFile = 'RTF File';
  SqrWMFExportFilter = 'WMF Export filter';
  SqrWMFFile = 'WMF File';
  SqrWritingXLS = 'Writing XLS file...';
  SqrGotoPage = 'Select a page from 1 to %d';
  SqrXMLDocumentForWeb = 'XML file that can viewed with a XSL style-sheet';

implementation

end.

⌨️ 快捷键说明

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