zoukankan      html  css  js  c++  java
  • Delphi 询问框 汉化

    Delphi 询问框 汉化

    d:program files (x86)embarcaderostudio17.0sourcefmxFMX.Consts.pas

     add this file to current project,compile ok!

    { Dialog Strings }
    SMsgDlgWarning = 'Warning';
    SMsgDlgError = 'Error';
    SMsgDlgInformation = 'Information';
    SMsgDlgConfirm = 'Confirm';
    SMsgDlgYes = 'Yes';
    SMsgDlgNo = 'No';
    SMsgDlgOK = 'OK';
    SMsgDlgCancel = 'Cancel';
    SMsgDlgHelp = 'Help';
    SMsgDlgHelpNone = 'No help available';
    SMsgDlgHelpHelp = 'Help';
    SMsgDlgAbort = 'Abort';
    SMsgDlgRetry = 'Retry';
    SMsgDlgIgnore = 'Ignore';
    SMsgDlgAll = 'All';
    SMsgDlgNoToAll = 'No to All';
    SMsgDlgYesToAll = 'Yes to &All';
    SMsgDlgClose = 'Close';

    改成
    SMsgDlgWarning = '警告';
    SMsgDlgError = '错误';
    SMsgDlgInformation = '提示';
    SMsgDlgConfirm = '确认';
    SMsgDlgYes = '是(&Y)';
    SMsgDlgNo = '不(&N)';
    SMsgDlgOK = '确定';
    SMsgDlgCancel = '取消';
    SMsgDlgHelp = '帮助(&H)';
    SMsgDlgHelpNone = '没有该帮助信息';
    SMsgDlgHelpHelp = '帮助';
    SMsgDlgAbort = '放弃(&A)';
    SMsgDlgRetry = '重试(&R)';
    SMsgDlgIgnore = '忽略(&I)';
    SMsgDlgAll = '全部(&A)';
    SMsgDlgNoToAll = '全都不(&O)';
    SMsgDlgYesToAll = '全都是(&A)';
    然后重新编译Consts.pas,把Consts.duc

  • 相关阅读:
    Windows 系统里面的 hosts 文件
    JDK 安装目录中 native2ascii.exe 命令详解
    火狐浏览器安装 Modify Headers 插件
    java iterator
    HashSet HashTable HashMap的区别
    c# 序列化
    Oracle 同步
    QL Server 高可用性(一)AlwaysOn 技术
    sqlserver 日志传送
    oracle forall
  • 原文地址:https://www.cnblogs.com/cb168/p/4849101.html
Copyright © 2011-2022 走看看