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

📄 qexport4consts.pas

📁 Advanced.Export.Component.v4.01.rar,delphi 第三方控件
💻 PAS
📖 第 1 页 / 共 3 页
字号:

  QEE_Caption = '%s - Component editor'; // since 3.0
  QEE_XLS_ExportSourceConfirm = 'The ''%s'' sheet has no export source ' +
                                'component assigned.' + #13#10 +
                                'Would you like to select it from a list?'; // since 3.0
  QEE_XLS_Confirm = 'Confirm'; // since 3.0
  QEE_XLS_NewSheet = 'New Sheet %d'; // sinxe 3.0
  QEE_XLS_AddNewSheet = 'Add new sheet'; // since 3.0
  QEE_XLS_DefineSheetTitle = 'Define the new sheet title'; // since 3.0
  QEE_XLS_EditSheet = 'Edit sheet'; // since 3.0
  QEE_XLS_EditSheetTitle = 'Edit the sheet title'; // since 3.0
  QEE_XLS_SheetTitleIsEmpty = 'Sheet title cannot be empty'; // since 3.0
  QEE_XLS_ColumnName = 'Column Name %d'; //since 3.0
  QEE_XLS_AddFieldFormat = 'Add field format'; // since 3.0
  QEE_XLS_DefineColumnName = 'Define name for the column'; //since 3.0
  QEE_XLS_ColumnAlreadyExists = 'Column with name %s already exists'; //since 3.0
  QEE_XLS_EditColumnName = 'Edit field name'; //since 3.0
  QEE_XLS_SetAllToDefaultConfirm = 'All item formats will be set default. ' + #13#10 +
                                  'Would you like to continue?'; // since 3.0
  QEE_XLS_SetSelToDefaultConfirm = 'All selected item formats will be set default.' + #13#10 +
                                   'Would you like to continue?'; // since 3.0
  QEE_XLS_Question = 'Question'; // since 3.0
  QEE_XLS_ExportSourceUndefined = 'Undefined'; // since 3.0

  // ASCII
  QED_ASCII_Title = 'ASCII Options';
  QED_TXT_Title = ' TXT Options ';
  QED_TXT_AutoCalcColWidth = 'Calculate column width';
  QED_TXT_Spacing = 'Spacing';
  QED_CSV_Title = ' CSV Options ';
  QED_CSV_QuoteStrings = 'Quote strings';
  QED_CSV_Comma = 'Comma';
  QED_CSV_Quote = 'Quote'; // since 2.6

  // Access
  QED_Access_Title = 'Access Options'; // since 2.6
  QED_Access_TableOptions = 'Table Options'; // since 2.6
  QED_Access_TableName = 'Table Name'; // since 2.6
  QED_Access_CreateTable = 'Create table if it does not exist'; // since 2.6

  // PDF
  QED_PDF_Title = 'PDF Options'; // since 2.7
  QED_PDF_FontName = 'Font Name'; // since 2.7
  QED_PDF_FontEncoding = 'Font Encoding'; // since 2.7
  QED_PDF_FontSize = 'Font Size'; // since 2.7
  QED_PDF_FontColor = 'Font Color'; // since 2.7
  QED_PDF_Sample = 'Sample'; // since 2.7

  QED_PDF_GridOptions = 'Grid Options'; // since 2.7
  QED_PDF_ColSpacing = 'Col Spacing'; // since 2.7
  QED_PDF_RowSpacing = 'Row Spacing'; // since 2.7
  QED_PDF_GridLineWidth = 'Grid Line Width'; // since 2.7

  QED_PDF_PageOptions = 'Page Options'; // since 2.8
  QED_PDF_PageSize = 'Page Size'; // since 2.8
  QED_PDF_PageWidth = 'Width'; // since 2.8
  QED_PDF_PageHeight = 'Height'; // since 2.8
  QED_PDF_PageUnits = 'Units'; // since 2.8
  QED_PDF_PageOrientation = 'Page Orientation'; // since 2.8
  QED_PDF_Margins = 'Margins'; // since 2.8
  QED_PDF_MarginLeft = 'Left'; // since 2.8
  QED_PDF_MarginRight = 'Right'; // since 2.8
  QED_PDF_MarginTop = 'Top'; // since 2.8
  QED_PDF_MarginBottom = 'Bottom'; // since 2.8

  QED_PDF_HeaderFont = 'Header Font'; // since 2.7
  QED_PDF_CaptionFont = 'Caption Font'; // since 2.7
  QED_PDF_DataFont = 'Data Font'; // since 2.7
  QED_PDF_FooterFont = 'Footer Font'; // since 2.7

  QED_PDF_UseUserFont = 'Enable User Font';
  QED_PDF_UserFontName = 'Name';
  QED_PDF_UserFontColor = 'Color';
  QED_PDF_UserFontSize = 'Size';
  QED_PDF_UserFontBold = 'Bold';
  QED_PDF_UserFontItalic = 'Italic';

  // ODS
  QED_ODS_Title = 'ODS Options';
  QED_ODS_Header = 'Header';
  QED_ODS_CaptionRow = 'Caption_row';
  QED_ODS_Data = 'Data';
  QED_ODS_Footer = 'Footer';
  QED_ODS_StripStyle = 'Strip_Style_';
  QED_ODS_StandardSheetName = 'Sheet1';
  QED_ODS_FontColor = 'Font Color';
  QED_ODS_Bold = 'Bold';
  QED_ODS_Italic = 'Italic';
  QED_ODS_StrikeOut = 'Strike Out';
  QED_ODS_Underline = 'Single Underline';
  QED_ODS_LeftAlgmt = 'Horizontal Left Aligment';
  QED_ODS_CenterAlgmt = 'Horizontal Center Aligment';
  QED_ODS_RightAlgmt = 'Horizontal Right Aligment';
  QED_ODS_JustifyAlgmt = 'Horizontal Justify Aligment';
  QED_ODS_TopAlgmt = 'Vertical Top Aligment';
  QED_ODS_MiddleAlgmt = 'Vertical Middle Aligment';
  QED_ODS_BottomAlgmt = 'Vertical Bottom Aligment';
  QED_ODS_BackgroundCaption = 'Use Background';
  QED_ODS_BackgroundColor = 'Background Color';
  QED_ODS_SheetName = 'Sheet Name';
  QED_ODS_Options = 'Options';
  QED_ODS_StripStyles = 'Styles';
  QED_ODS_SStyleAdd = 'Add new strip style';
  QED_ODS_SStyleRemove = 'Remove selected strip style';
  QED_ODS_SStyleUp = 'Move selected strip style up';
  QED_ODS_SStyleDown = 'Move selected strip style down';
  QED_ODS_UseBorder = 'Use Border';
  QED_ODS_BorderColor = 'Border Color';
  QED_ODS_BorderWidth = 'Border Width';
  QED_ODS_SampleText = 'Sample Text';
  QED_ODS_FontName = 'Font';
  QED_ODS_FontSize = 'Size';
  QED_ODS_StripType = 'Strip Type';
  QED_ODS_StripNone = 'None';
  QED_ODS_StripColumn = 'Column';
  QED_ODS_StripRow = 'Row';
  QED_ODS_SaveStyle = 'Save Strip Styles';
  QED_ODS_LoadStyle = 'Load Strip Styles';

  // ODT
  QED_ODT_Title = 'ODT Options';
  QED_ODT_Header = 'Header';
  QED_ODT_CaptionRow = 'Caption_row';
  QED_ODT_Data = 'Data';
  QED_ODT_Footer = 'Footer';
  QED_ODT_StripStyle = 'Strip_Style_';
  QED_ODT_StandardTableName = 'Table1';
  QED_ODT_TableName = 'Table Name';
  QED_ODT_SStyleAdd = 'Add new strip style';
  QED_ODT_SStyleRemove = 'Remove selected strip style';
  QED_ODT_SStyleUp = 'Move selected strip style up';
  QED_ODT_SStyleDown = 'Move selected strip style down';
  QED_ODT_StripType = 'Strip Type';
  QED_ODT_StripNone = 'None';
  QED_ODT_StripColumn = 'Column';
  QED_ODT_StripRow = 'Row';
  QED_ODT_UseBorder = 'Use Border';
  QED_ODT_BorderColor = 'Border Color';
  QED_ODT_BorderWidth = 'Border Width';
  QED_ODT_FontName = 'Font';
  QED_ODT_FontSize = 'Size';
  QED_ODT_FontColor = 'Font color';
  QED_ODT_Bold = 'Bold';
  QED_ODT_Italic = 'Italic';
  QED_ODT_StrikeOut = 'Strike Out';
  QED_ODT_Underline = 'Single Underline';
  QED_ODT_LeftAlgmt = 'Horizontal Left Aligment';
  QED_ODT_CenterAlgmt = 'Horizontal Center Aligment';
  QED_ODT_RightAlgmt = 'Horizontal Right Aligment';
  QED_ODT_JustifyAlgmt = 'Horizontal Justify Aligment';
  QED_ODT_TopAlgmt = 'Vertical Top Aligment';
  QED_ODT_MiddleAlgmt = 'Vertical Middle Aligment';
  QED_ODT_BottomAlgmt = 'Vertical Bottom Aligment';
  QED_ODT_UseBackground = 'Use Background';
  QED_ODT_BackgroundColor = 'Background Color';
  QED_ODT_UseHighlight = 'Use Highlight';
  QED_ODT_HighlightColor = 'Highlight Color';
  QED_ODT_SampleText = 'Sample Text';
  QED_ODT_SaveStyle = 'Save Strip Styles';
  QED_ODT_LoadStyle = 'Load Strip Styles';

  // XLSX
  QED_XLSX_Title = 'MS Excel 2007 Options';
  QED_XLSX_Header = 'Header';
  QED_XLSX_CaptionRow = 'Caption row';
  QED_XLSX_Data = 'Data';
  QED_XLSX_Footer = 'Footer';
  QED_XLSX_StripStyle = 'Strip Style ';
  QED_XLSX_StandardSheetName = 'sheet1';
  QED_XLSX_FontColor = 'Font Color';
  QED_XLSX_Bold = 'Bold';
  QED_XLSX_Italic = 'Italic';
  QED_XLSX_Underline = 'Single Underline';
  QED_XLSX_LeftAlgmt = 'Horizontal Left Aligment';
  QED_XLSX_CenterAlgmt = 'Horizontal Center Aligment';
  QED_XLSX_RightAlgmt = 'Horizontal Right Aligment';
  QED_XLSX_JustifyAlgmt = 'Horizontal Justify Aligment';
  QED_XLSX_TopAlgmt = 'Vertical Top Aligment';
  QED_XLSX_MiddleAlgmt = 'Vertical Middle Aligment';
  QED_XLSX_BottomAlgmt = 'Vertical Bottom Aligment';
  QED_XLSX_BackgroundCaption = 'Use Background';
  QED_XLSX_BackgroundColor = 'Background Color';
  QED_XLSX_SheetName = 'Sheet Name';
  QED_XLSX_Options = 'Options';
  QED_XLSX_StripStyles = 'Styles';
  QED_XLSX_SStyleAdd = 'Add new strip style';
  QED_XLSX_SStyleRemove = 'Remove selected strip style';
  QED_XLSX_SStyleUp = 'Move selected strip style up';
  QED_XLSX_SStyleDown = 'Move selected strip style down';
  QED_XLSX_UseBorder = 'Use Border';
  QED_XLSX_BorderColor = 'Border Color';
  QED_XLSX_BorderWidth = 'Border Width';
  QED_XLSX_SampleText = 'Sample Text';
  QED_XLSX_FontName = 'Font';
  QED_XLSX_FontSize = 'Size';
  QED_XLSX_StripType = 'Strip Type';
  QED_XLSX_StripNone = 'None';
  QED_XLSX_StripColumn = 'Column';
  QED_XLSX_StripRow = 'Row';

  // DOCX
  QED_DOCX_Title = 'MS Word 2007 Options';
  QED_DOCX_Header = 'Header';
  QED_DOCX_CaptionRow = 'Caption row';
  QED_DOCX_Data = 'Data';
  QED_DOCX_Footer = 'Footer';
  QED_DOCX_StripStyle = 'Strip Style ';
  QED_DOCX_StandardTableName = 'Table1';
  QED_DOCX_TableName = 'Table Name';
  QED_DOCX_SStyleAdd = 'Add new strip style';
  QED_DOCX_SStyleRemove = 'Remove selected strip style';
  QED_DOCX_SStyleUp = 'Move selected strip style up';
  QED_DOCX_SStyleDown = 'Move selected strip style down';
  QED_DOCX_StripType = 'Strip Type';
  QED_DOCX_StripNone = 'None';
  QED_DOCX_StripColumn = 'Column';
  QED_DOCX_StripRow = 'Row';
  QED_DOCX_UseBorder = 'Use Border';
  QED_DOCX_BorderColor = 'Border Color';
  QED_DOCX_BorderWidth = 'Border Width';
  QED_DOCX_FontName = 'Font';
  QED_DOCX_FontSize = 'Size';
  QED_DOCX_FontColor = 'Font color';
  QED_DOCX_Bold = 'Bold';
  QED_DOCX_Italic = 'Italic';
  QED_DOCX_StrikeOut = 'Strike Out';
  QED_DOCX_Underline = 'Single Underline';
  QED_DOCX_LeftAlgmt = 'Horizontal Left Aligment';
  QED_DOCX_CenterAlgmt = 'Horizontal Center Aligment';
  QED_DOCX_RightAlgmt = 'Horizontal Right Aligment';
  QED_DOCX_JustifyAlgmt = 'Horizontal Justify Aligment';
  QED_DOCX_UseBackground = 'Use Background';
  QED_DOCX_BackgroundColor = 'Background Color';
  QED_DOCX_UseHighlight = 'Use Highlight';
  QED_DOCX_HighlightColor = 'Highlight Color';
  QED_DOCX_SampleText = 'Sample Text';

  // Progress
  QEDP_Caption = 'Exporting...';
  QEDP_Status = 'Status';
  QEDP_Time = 'Time';
  QEDP_Speed = 'Speed';
  QEDP_Preparing = 'Preparing...';
  QEDP_Skipping = 'Skipping...';
  QEDP_Skipped = 'Skipped';
  QEDP_Exporting = 'Exporting...';
  QEDP_Exported = 'Exported';
  QEDP_Fetching = 'Fetching...';
  QEDP_Fetched = 'Fetched';
  QEDP_Pause = 'Pause';
  QEDP_Cancel = 'Cancel';
  QEDP_OK = 'OK';
  QEDP_Aborted = 'Aborted';
  QEDP_Finished = 'Finished';
  QEDP_RowsPerSec = '%d rows/sec';
  QEDP_TimeFormat = 'h:nn:ss';

implementation

end.

⌨️ 快捷键说明

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