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

📄 excnst.pas

📁 Excel控制控件
💻 PAS
字号:
{ SMExport suite
  SMExport's traditional chinese (BIG5) string resources.

  Copyright (C) 1998-2002, 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

translated by:
- Orson Wang, orson@aitc.com.tw

Releater note for Chinese User (BIG5) , The following description was written by Chinese (BIG5)

中文的使用者请注意,如果您要用中文,请将 TfrmSMEWizard 中的lblStep 元件的字型改成 新细明体,因为
原本是 Arial,所以没有办法显示中文
 
}
unit ExCnst;

interface

const
  strPropertyError = '属性 %s 没有提供内容.';
  strIsNotDBGrid = 'DBGrid (%s) 有无法支援的型态';
  strExportFinished = '资料转出到 %s 完成.';
  strExportError = '资料转出失败.';
  strExportOk = '资料转出作业完成.';
  strFileCreateError = '无法建立转出档案 %s.';
  strHTMLTitle = '资料转出报表';
  strFilePrompt = '档案 %s 已经存在. 您要覆盖旧的档案吗 ?';

  strExporting = '资料转出中...';
  strLoadError = '无法建立进度表.';
  strSetupDlgCaption = '设定转出资料';
  strBtnOk = '(&O)确定';
  strBtnCancel = '(&C)放弃';
  strBtnBack = '< (&B)上一步';
  strBtnNext = '(&N)下一步 >';
  strExecute = '执行';
  strExportCanceled = '资料转出作业已被中断.';
  strSMEWizardCaption = '资料转出精灵';
  strStepDisplay = '步骤 %d. 总步骤 %d';
  strWizardAbort = '资料转出精灵尚未完成. 如果您现在结束作业, 则资料将不会被转出. 您确定要放弃吗?';

  strLblStep1 = '转出精灵允许您设定转出资料的细节并引导您如何去转出资料. 请选择您要转出的资料格式?';
  strLblStep2 = '';
  strLblStep3 = '请问每一个栏位之间的分隔方式? 请选择一个您认为适合的方式.';
  strLblStep4 = '您可以定义您想要的格式.';
  strLblStep5 = '您可以自行定义产生的资料属性.';
  strLblStep6 = '您可以自行在产生的档案中加入抬头与注脚.';
  strLblStep7 = '您可以为您输出的资料配置版面';
  strLblStep8 = '请选择您对转出的档案之处理方式.';

  strHeader = '抬头';
  strFooter = '注脚';

  strTableType = ' 转出档案 ';
  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)';
  strFormatH = 'SPSS format (*.sav)';
  strFormatI = 'Adobe Acrobat Document (*.pdf)';
  strFormatJ = 'LDAP Data Interchange Format (*.ldif)';

  strFileOrigin = '来源档:';
  strSelectedOnly = '只转出被选择的资料';
  strAddCaption = '包含栏位名称';
  strAddTitle = '在第一行加入栏位名称';
  strAddBlankRow = '在栏位名称之标题下加入空白列';
  strBlankIfZero = '空白填零';
  strActionAfterExport = '资料转出后的动作';
  strAENone = '无';
  strAEOpenView = '转出后开启档案';
  strAEEMail = '以 e-mail 附带该档案';

  strSeparatorType = ' 栏位分隔符号 ';
  strDelimiter1 = '固定跳格(Tab)';
  strDelimiter2 = '分号';
  strDelimiter3 = '逗号';
  strDelimiter4 = '空白';
  strDelimiter5 = '其它符号:';
  strFixed = '每行固定字数';
  strText1 = '(&D)定义符号 - 栏位之间将以逗号或空白来分隔';
  strText2 = '(&W)固定长度 - 栏位之间将以空白(Space)来分隔';

  strFileName = '转到档案:';
  strSaveDlgTitle = '目的档名';
  strAllFiles = 'All files (*.*)|*.*';
  strTableName = '资料表名称:';

  SgbTitle = ' 抬头 ';
  SgbData = ' 资料 ';
  STitleCaption = '标题:';
  STitleAlignment = '排列:';
  STitleColor = '背景:'; 
  STitleFont = '字形:';
  SWidth = '宽度:';
  SWidthFix = '对齐方式';
  SAlignLeft = '靠左';
  SAlignRight = '靠右';
  SAlignCenter = '置中';

  strESpecs = '规格...';
  strESpecCaption = '转出设定';
  strESpecPrompt = '列出可用的规格:';
  strELoad = '载入';
  strESave = '存档';
  strEDelete = '删除';
  strEClose = '关闭';
  strEDeleteSpecPrompt = '删除转入的规格 %s?';

  strERecordSeparator = '栏位分隔字元:';
  strETextQualifier = 'Text qualifier:';
  strENone = '无';

  strERowsPerFile = '每个档案的资料笔数';

  strPreviewLayout = '预览';
  strLayout = ' 版面配置 ';
  strColumnar = '表单式-栏位长度';
  strReversedColumnar = '表单式-资料长度';
  strTabularForm = '表格式';
  strColorStyle = '版面风格:';

  strDateNumFormat = ' 日期, 时间 , 数字';
  strMDY = 'MDY';
  strDMY = 'DMY';
  strYMD = 'YMD';
  strYDM = 'YDM';
  strDYM = 'DYM';
  strMYD = 'MYD';
  strDateOrder = '(&O)日期排序:';
  strDateDelimiter = '(&l)日期格式:';
  strTimeDelimiter = '(&m)时间格式:';
  strFourDigitYears = '(&Y)完整年份(YYYY)';
  strLeadingZerosInDate = '(&Z)日期前补零';
  strDecimalSymbol = '(&b)数字样式:';
  strThousandSymbol = '(&T)千位分隔符号:';
  strCurrencyString = '(&C)货币符号:';

  strLogicalValues = '逻辑资料:';
  strTrue = '真';
  strFalse = '假';

  strField = '栏位';
  strTextFieldName = '文字';

  strSelectAll = '(&A)全选';
  strUnSelectAll = '(&U)全不选';
  strRevertSelection = '(&R)回复上一次的选择';

implementation

end.

⌨️ 快捷键说明

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