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

📄 excnst.pas

📁 dbf数据转化为access数据库
💻 PAS
字号:
{ SMExport suite
  SMExport english string resources.

  Copyright (C) 1998-2001, written by Shkolnik Mike, Scalabium
  E-Mail:  smexport@scalabium.com
           mshkolnik@yahoo.com
  WEB: http://www.scalabium.com
       http://www.geocities.com/mshkolnik
  tel: 380-/44/-552-10-29
}
unit ExCnst;

interface

const
  strPropertyError = 'Property %s wasn''t specified.';
  strIsNotDBGrid = 'Assigned DBGrid (%s) is not a supported type';
  strExportFinished = 'The %s file was successfully generated with exported data.';
  strExportError = 'Error of data export.';
  strExportOk = 'Data export was successfully completed.';
  strFileCreateError = 'Could not create the %s file.';
  strHTMLTitle: string = 'Data exported by SMExport generator';
  strFilePrompt = 'File %s already exists. Do you want to replace it?';

  strExporting = 'Exporting...';
  strLoadError = 'Can''t create a process dialog';
  strSetupDlgCaption = 'Data Export Setup';
  strBtnOk = '&OK';
  strBtnCancel = '&Cancel';
  strBtnBack = '< &Back';
  strBtnNext = '&Next >';
  strExecute = 'Execute';
  strExportCanceled = 'Data export was canceled by user.';
  strSMEWizardCaption = 'Export Wizard';
  strStepDisplay = 'Step %d of %d';
  strWizardAbort = 'Wizard is incomplete. If you quit the Wizard now, the new export will not be created. Abort wizard?';

  strLblStep1 = 'This wizard allows you to specify details of how to export your data. Which export format would you like?';
  strLblStep2 = '';
  strLblStep3 = 'Select the appropriate delimiter to separate your fields.';
  strLblStep4 = 'You can define custom properties for the exported columns.';
  strLblStep5 = 'You can add a custom header and/or footer.';
  strLblStep6 = 'You can select desired layout of exported data';
  strLblStep7 = 'That''s all of the information the wizard needs to export your data.';

  strHeader = 'Header';
  strFooter = 'Footer';

  strTableType = ' Table type ';
  strFormat1 = 'Paradox file (*.db)';
  strFormat2 = 'DBase file (*.dbf)';
  strFormat3 = 'Text file (*.txt)';
  strFormat4 = 'HTML file (*.htm)';
  strFormat5 = 'Excel spreadsheet (*.xls)';
  strFormat6 = 'Excel file (*.xls)';
  strFormat7 = 'Word file (*.doc)';
  strFormat8 = 'SYLK (Symbolic Link) (*.slk)';
  strFormat9 = 'DIF (Data Interchange Format) (*.dif)';
  strFormatA = 'Lotus 1-2-3 file (*.wk1)';
  strFormatB = 'QuattroPro file (*.wq1)';
  strFormatC = 'SQL script file (*.sql)';
  strFormatD = 'XML file (*.xml)';
  strFormatE = 'MS Access database (*.mdb)';
  strFormatF = 'MS Windows clipboard';
  strFormatG = 'Rich Text format (*.rtf)';

  strFileOrigin = 'File Origin:';
  strSelectedOnly = 'Selected records only';
  strAddCaption = 'Include column titles';
  strAddTitle = 'Put field titles on the first row';
  strBlankIfZero = 'Blank if zero';
  strActionAfterExport = 'Action after exporting';
  strAENone = 'None';
  strAEOpenView = 'open for file view';
  strAEEMail = 'e-mail with file attachment';

  strSeparatorType = ' Field delimiter ';
  strDelimiter1 = 'Tab';
  strDelimiter2 = 'Semicolon';
  strDelimiter3 = 'Comma';
  strDelimiter4 = 'Space';
  strDelimiter5 = 'Other symbol:';
  strFixed = 'Fixed column length';
  strText1 = '&Delimited - Characters such as commas or tabs separate each field';
  strText2 = 'Fixed &Width - Fields are aligned in columns with spaces between each field';

  strFileName = 'Export to a File:';
  strSaveDlgTitle = 'Export to';
  strAllFiles = 'All files (*.*)|*.*';
  strTableName = 'Table name:';

  SgbTitle = ' Title ';
  SgbData = ' Data ';
  STitleCaption = 'Caption:';
  STitleAlignment = 'Alignment:';
  STitleColor = 'Background:'; 
  STitleFont = 'Font:';
  SWidth = 'Width:';
  SWidthFix = 'characters';
  SAlignLeft = 'left';
  SAlignRight = 'right';
  SAlignCenter = 'center';

  strESpecs = 'Specifications...';
  strESpecCaption = 'Export specification';
  strESpecPrompt = 'List of available specifications:';
  strELoad = 'Load';
  strESave = 'Save';
  strEDelete = 'Delete';
  strEClose = 'Close';
  strEDeleteSpecPrompt = 'Delete import specification %s?';

  strERecordSeparator = 'Record separator:';
  strETextQualifier = 'Text qualifier:';
  strENone = 'none';

  strERowsPerFile = 'Records per each file';

  strLayout = ' Layout ';
  strColumnar = 'columnar';
  strReversedColumnar = 'reversed columnar';
  strTabularForm = 'tabular form';
  strColorStyle = 'Color Style:';

  strDateNumFormat = ' Dates, Times and Numbers ';
  strMDY = 'MDY';
  strDMY = 'DMY';
  strYMD = 'YMD';
  strYDM = 'YDM';
  strDYM = 'DYM';
  strMYD = 'MYD';
  strDateOrder = 'Date &Order:';
  strDateDelimiter = 'Date De&limiter:';
  strTimeDelimiter = 'Time Deli&miter:';
  strFourDigitYears = 'Four Digit &Years';
  strLeadingZerosInDate = 'Leading &Zeros in Dates';
  strDecimalSymbol = 'Decimal Sym&bol:';

  strTrue = 'True';
  strFalse = 'False';

  strField = 'Field';
  strTextFieldName = 'Text';

implementation

end.

⌨️ 快捷键说明

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