📄 frxrcdesgn.pas
字号:
'Description1L.Caption=描述' + #13#10 +
'PictureL.Caption=图像' + #13#10 +
'AuthorL.Caption=作者' + #13#10 +
'MajorL.Caption=Major' + #13#10 +
'MinorL.Caption=Minor' + #13#10 +
'ReleaseL.Caption=Release' + #13#10 +
'BuildL.Caption=Build' + #13#10 +
'CreatedL.Caption=建立' + #13#10 +
'ModifiedL.Caption=修改' + #13#10 +
'DescriptionL.Caption=描述 ' + #13#10 +
'VersionL.Caption=版本 ' + #13#10 +
'PictureB.Caption=浏览...' + #13#10 +
'');
Add('rePrnOnPort', '在');
Add('TfrxStringsEditorForm',
'Caption=字串清单' + #13#10 +
'CancelB.Hint=取消' + #13#10 +
'OkB.Hint=确认' + #13#10 +
'');
Add('TfrxSQLEditorForm',
'Caption=SQL' + #13#10 +
'CancelB.Hint=取消' + #13#10 +
'OkB.Hint=确认' + #13#10 +
'');
Add('TfrxPasswordForm',
'Caption=密码' + #13#10 +
'PasswordL.Caption=输入密码:' + #13#10 +
'OkB.Caption=确认' + #13#10 +
'CancelB.Caption=取消' + #13#10 +
'');
Add('TfrxStyleEditorForm',
'Caption=样式编辑器' + #13#10 +
'ColorB.Caption=颜色...' + #13#10 +
'FontB.Caption=字型...' + #13#10 +
'FrameB.Caption=外框...' + #13#10 +
'AddB.Hint=加入' + #13#10 +
'DeleteB.Hint=删除' + #13#10 +
'EditB.Hint=编辑' + #13#10 +
'LoadB.Hint=载入' + #13#10 +
'SaveB.Hint=储存' + #13#10 +
'CancelB.Hint=取消' + #13#10 +
'OkB.Hint=确认' + #13#10 +
'');
Add('TfrxFrameEditorForm',
'Caption=外框编辑器' + #13#10 +
'FrameL.Caption=外框' + #13#10 +
'LineL.Caption=框线' + #13#10 +
'ShadowL.Caption=阴影' + #13#10 +
'FrameTopB.Hint=上线' + #13#10 +
'FrameBottomB.Hint=底线' + #13#10 +
'FrameLeftB.Hint=左线' + #13#10 +
'FrameRightB.Hint=右线' + #13#10 +
'FrameAllB.Hint=外框线' + #13#10 +
'FrameNoB.Hint=无框线' + #13#10 +
'FrameColorB.Hint=外框颜色' + #13#10 +
'FrameStyleB.Hint=外框样式' + #13#10 +
'FrameWidthCB.Hint=外框宽度' + #13#10 +
'ShadowB.Hint=阴影' + #13#10 +
'ShadowColorB.Hint=阴影颜色' + #13#10 +
'ShadowWidthCB.Hint=阴影宽度' + #13#10 +
'OkB.Caption=确认' + #13#10 +
'CancelB.Caption=取消' + #13#10 +
'');
Add('TfrxNewItemForm',
'Caption=新项目' + #13#10 +
'ItemsTab.Caption=项目' + #13#10 +
'TemplatesTab.Caption=样板' + #13#10 +
'OkB.Caption=确认' + #13#10 +
'CancelB.Caption=取消' + #13#10 +
'');
Add('TfrxTabOrderEditorForm',
'Caption=Tab键次序' + #13#10 +
'Label1.Caption=控制项的Tab键次序:' + #13#10 +
'OkB.Caption=确认' + #13#10 +
'CancelB.Caption=取消' + #13#10 +
'UpB.Caption=上移' + #13#10 +
'DownB.Caption=下移' + #13#10 +
'');
Add('TfrxEvaluateForm',
'Caption=求值' + #13#10 +
'Label1.Caption=运算式' + #13#10 +
'Label2.Caption=结果' + #13#10 +
'');
Add('TfrxStdWizardForm',
'Caption=报表精灵' + #13#10 +
'DataTab.Caption=资料' + #13#10 +
'GroupsTab.Caption=群组' + #13#10 +
'LayoutTab.Caption=格式' + #13#10 +
'StyleTab.Caption=样式' + #13#10 +
'Step1L.Caption=Step 1. 选取要显示的资料集及栏位.' + #13#10 +
'Step2L.Caption=Step 2. 建立群组 (选项).' + #13#10 +
'Step3L.Caption=Step 3. 定义页面方向及资料格式.' + #13#10 +
'Step4L.Caption=Step 4. 选择报表样式.' + #13#10 +
'AddFieldB.Caption=加入 >' + #13#10 +
'AddAllFieldsB.Caption=全部加入 >>' + #13#10 +
'RemoveFieldB.Caption=< 移除' + #13#10 +
'RemoveAllFieldsB.Caption=<< 全部移除' + #13#10 +
'AddGroupB.Caption=加入 >' + #13#10 +
'RemoveGroupB.Caption=< 移除' + #13#10 +
'SelectedFieldsL.Caption=选取的栏位:' + #13#10 +
'AvailableFieldsL.Caption=可用的栏位:' + #13#10 +
'GroupsL.Caption=群组:' + #13#10 +
'OrientationL.Caption=方向 ' + #13#10 +
'LayoutL.Caption=格式 ' + #13#10 +
'PortraitRB.Caption=直印' + #13#10 +
'LandscapeRB.Caption=横印' + #13#10 +
'TabularRB.Caption=Tabular' + #13#10 +
'ColumnarRB.Caption=Columnar' + #13#10 +
'FitWidthCB.Caption=调整栏位至页面宽度' + #13#10 +
'CancelB.Caption=取消' + #13#10 +
'BackB.Caption=<< 上一步' + #13#10 +
'NextB.Caption=下一步 >>' + #13#10 +
'FinishB.Caption=完成' + #13#10 +
'');
Add('wzStd', '标准报表精灵');
Add('wzDMP', '点矩阵报表精灵');
Add('wzStdEmpty', '标准报表');
Add('wzDMPEmpty', '点矩阵报表');
Add('ftAllFiles', 'All Files');
Add('ftPictures', 'Pictures');
Add('ftDB', 'Databases');
Add('ftRichFile', 'RichText file');
Add('ftTextFile', 'Text file');
Add('prNotAssigned', '(Not assigned)');
Add('prInvProp', 'Invalid property value');
Add('prDupl', 'Duplicate name');
Add('prPict', '(Picture)');
Add('mvExpr', 'Allow Expressions');
Add('mvStretch', 'Stretch');
Add('mvStretchToMax', 'Stretch to Max Height');
Add('mvShift', 'Shift');
Add('mvShiftOver', 'Shift When Overlapped');
Add('mvVisible', 'Visible');
Add('mvPrintable', 'Printable');
Add('mvFont', 'Font...');
Add('mvFormat', 'Display Format...');
Add('mvClear', 'Clear Contents');
Add('mvAutoWidth', 'Auto Width');
Add('mvWWrap', 'Word Wrap');
Add('mvSuppress', 'Suppress Repeated Values');
Add('mvHideZ', 'Hide Zeros');
Add('mvHTML', 'Allow HTML Tags');
Add('lvDiagonal', 'Diagonal');
Add('pvAutoSize', 'Auto Size');
Add('pvCenter', 'Center');
Add('pvAspect', 'Keep Aspect Ratio');
Add('bvSplit', 'Allow Split');
Add('bvKeepChild', 'Keep Child Together');
Add('bvPrintChild', 'Print Child If Invisible');
Add('bvStartPage', 'Start New Page');
Add('bvPrintIfEmpty', 'Print If Detail Empty');
Add('bvKeepDetail', 'Keep Detail Together');
Add('bvKeepFooter', 'Keep Footer Together');
Add('bvReprint', 'Reprint On New Page');
Add('bvOnFirst', 'Print On First Page');
Add('bvOnLast', 'Print On Last Page');
Add('bvKeepGroup', 'Keep Together');
Add('bvFooterAfterEach', 'Footer after each row');
Add('srParent', 'Print On Parent');
Add('obCatDraw', 'Draw');
Add('obCatOther', 'Other objects');
Add('obCatOtherControls', 'Other controls');
Add('obDiagLine', 'Diagonal line');
Add('obRect', 'Rectangle');
Add('obRoundRect', 'Rounded rectangle');
Add('obEllipse', 'Ellipse');
Add('obTrian', 'Triangle');
Add('obDiamond', 'Diamond');
Add('obLabel', 'Label control');
Add('obEdit', 'Edit control');
Add('obMemoC', 'Memo control');
Add('obButton', 'Button control');
Add('obChBoxC', 'CheckBox control');
Add('obRButton', 'RadioButton control');
Add('obLBox', 'ListBox control');
Add('obCBox', 'ComboBox control');
Add('obDateEdit', 'DateEdit control');
Add('obImageC', 'Image control');
Add('obPanel', 'Panel control');
Add('obGrBox', 'GroupBox control');
Add('obBBtn', 'BitBtn control');
Add('obSBtn', 'SpeedButton control');
Add('obMEdit', 'MaskEdit control');
Add('obChLB', 'CheckListBox control');
Add('obDBLookup', 'DBLookupComboBox control');
Add('obBevel', 'Bevel object');
Add('obShape', 'Shape object');
Add('obText', 'Text object');
Add('obSysText', 'System text');
Add('obLine', 'Line object');
Add('obPicture', 'Picture object');
Add('obBand', 'Band object');
Add('obDataBand', 'Data band');
Add('obSubRep', 'Subreport object');
Add('obDlgPage', 'Dialog form');
Add('obRepPage', 'Report page');
Add('obReport', 'Report object');
Add('obRich', 'RichText object');
Add('obOLE', 'OLE object');
Add('obChBox', 'CheckBox object');
Add('obChart', 'Chart object');
Add('obBarC', 'Barcode object');
Add('obCross', 'Cross-tab object');
Add('obDBCross', 'DB Cross-tab object');
Add('obGrad', 'Gradient object');
Add('obDMPText', 'Dot-matrix Text object');
Add('obDMPLine', 'Dot-matrix Line object');
Add('obBDEDB', 'BDE Database');
Add('obBDETb', 'BDE Table');
Add('obBDEQ', 'BDE Query');
Add('obBDEComps', 'BDE components');
Add('obIBXDB', 'IBX Database');
Add('obIBXTb', 'IBX Table');
Add('obIBXQ', 'IBX Query');
Add('obIBXComps', 'IBX Components');
Add('obADODB', 'ADO Database');
Add('obADOTb', 'ADO Table');
Add('obADOQ', 'ADO Query');
Add('obADOComps', 'ADO Components');
Add('obDBXDB', 'DBX Database');
Add('obDBXTb', 'DBX Table');
Add('obDBXQ', 'DBX Query');
Add('obDBXComps', 'DBX Components');
Add('ctString', 'String');
Add('ctDate', 'Date and Time');
Add('ctConv', 'Conversions');
Add('ctFormat', 'Formatting');
Add('ctMath', 'Mathematical');
Add('ctOther', 'Other');
Add('IntToStr', 'Converts an integer value to a string');
Add('FloatToStr', 'Converts a float value to a string');
Add('DateToStr', 'Converts a date to a string');
Add('TimeToStr', 'Converts a time to a string');
Add('DateTimeToStr', 'Converts a date-and-time value to a string');
Add('VarToStr', 'Converts a variant value to a string');
Add('StrToInt', 'Converts a string to an integer value');
Add('StrToFloat', 'Converts a string to a floating-point value');
Add('StrToDate', 'Converts a string to a date format');
Add('StrToTime', 'Converts a string to a time format');
Add('StrToDateTime', 'Converts a string to a date-and-time format');
Add('Format', 'Returns formatted string assembled from a series of array arguments');
Add('FormatFloat', 'Formats a floating-point value');
Add('FormatDateTime', 'Formats a date-and-time value');
Add('FormatMaskText', 'Returns a string formatted using an edit mask');
Add('EncodeDate', 'Returns a TDateTime type for a specified Year, Month, and Day');
Add('DecodeDate', 'Breaks TDateTime into Year, Month, and Day values');
Add('EncodeTime', 'Returns a TDateTime type for a specified Hour, Min, Sec, and MSec');
Add('DecodeTime', 'Breaks TDateTime into hours, minutes, seconds, and milliseconds');
Add('Date', 'Returns current date');
Add('Time', 'Returns current time');
Add('Now', 'Return current date and time');
Add('DayOfWeek', 'Returns the day of the week for a specified date');
Add('IsLeapYear', 'Indicates whether a specified year is a leap year');
Add('DaysInMonth', 'Returns a number of days in a specified month');
Add('Length', 'Returns a length of a string');
Add('Copy', 'Returns a substring of a string');
Add('Pos', 'Returns a position of a substring in a string');
Add('Delete', 'Removes a substring from a string');
Add('Insert', 'Inserts a substring into a string');
Add('Uppercase', 'Converts all character in a string to upper case');
Add('Lowercase', 'Converts all character in a string to lower case');
Add('Trim', 'Trims all trailing and leading spaces in a string');
Add('NameCase', 'Converts first character of a word to upper case');
Add('CompareText', 'Compares two strings');
Add('Chr', 'Converts an integer value to a char');
Add('Ord', 'Converts a character value to an integer');
Add('SetLength', 'Sets the length of a string');
Add('Round', 'Rounds a floating-point value to the nearest whole number');
Add('Trunc', 'Truncates a floating-point value to an integer');
Add('Int', 'Returns the integer part of a real number');
Add('Frac', 'Returns the fractional part of a real number');
Add('Sqrt', 'Returns the square root of a specified number');
Add('Abs', 'Returns an absolute value');
Add('Sin', 'Returns the sine of an angle (in radians)');
Add('Cos', 'Returns the cosine of an angle (in radians)');
Add('ArcTan', 'Returns the arctangent');
Add('Tan', 'Returns the tangent');
Add('Exp', 'Returns the exponential');
Add('Ln', 'Returns the natural log of a real expression');
Add('Pi', 'Returns the 3.1415926... number');
Add('Inc', 'Increments a value');
Add('Dec', 'Decrements a value');
Add('RaiseException', 'Raises an exception');
Add('ShowMessage', 'Shows a message box');
Add('Randomize', 'Starts the random numbers generator');
Add('Random', 'Returns a random number');
Add('ValidInt', 'Returns True if specified string contains a valid integer');
Add('ValidFloat', 'Returns True if specified string contains a valid float');
Add('ValidDate', 'Returns True if specified string contains a valid date');
Add('IIF', 'Returns TrueValue if specified Expr is True, otherwise returns FalseValue');
Add('Get', 'For internal use only');
Add('Set', 'For internal use only');
Add('InputBox', 'Displays an input dialog box that enables the user to enter a string');
Add('InputQuery', 'Displays an input dialog box that enables the user to enter a string');
Add('MessageDlg', 'Shows a message box');
Add('CreateOleObject', 'Creates an OLE object');
Add('VarArrayCreate', 'Creates a variant array');
Add('VarType', 'Return a type of the variant value');
Add('DayOf', 'Returns day number (1..31) of given Date');
Add('MonthOf', 'Returns month number (1..12) of given Date');
Add('YearOf', 'Returns year of given Date');
end;
end;
initialization
frAddDesignerRes;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -