steventone
212
|
2003/10/13 13:58:52 |
找不到se_dsgn_d7.bpl和se_db_dsgn_d7.bpl这两个文件 |
mantousoft
177
|
2003/10/10 13:04:41 |
楼上的问题参考 http://bbs.2ccc.com/topic.asp?topicid=13371 |
potato
176
|
2003/10/10 12:24:03 |
为什么我在Win2000下运行正常,但在Win98上界面字体就发生了变化了呢? 好像小一号了,难看啊,如何修改? |
mantousoft
115
|
2003/9/26 2:31:48 |
打开 seconst.pas 文件,可以汉化资源字符串: ----------------------------------------------------------- resourcestring
SKsMaximize = '最大化(&X)'; SKsMinimize = '最小化(&N)'; SKsClose = '关闭(&C)'; SKsRollup = '向上收缩(&L)'; SKsRestore = '恢复(&R)'; SKsMinToTray = '最小化到任务栏图标(&T)';
SKsIndexOutOfBounds = '工具栏条目超范围'; SKsIndexIsControl = '条目[%d] 不能应用因为它是一个控制'; SKsItemReinserted = '工具栏条目已经插入'; SKsItemNotFound = '子条目不是条目';
{ Menu items } SKsItemCustomize = '自定义(&C)...';
SKsItemDelete = '删除(&D)'; SKsItemName = '名字(&N):'; SKsItemDefaultStyle = '默认样式(&U)'; SKsItemTextOnly = '全部仅仅文本(&T)'; SKsItemTextOnlyInMenus = '菜单仅仅文本(&O)'; SKsItemImageAndText = '图形和文本(&A)';
SOKButton = '确定'; SCancelButton = '取消'; SYesButton = '是(&Y)'; SNoButton = '否(&N)'; SHelpButton = '帮助(&H)'; SCloseButton = '关闭(&C)'; SIgnoreButton = '忽略(&I)'; SRetryButton = '重试(&R)'; SAbortButton = '关于'; SAllButton = '全部(&A)';
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)';
SEditUndo = '取消'; SEditCopy = '复制'; SEditCut = '剪切'; SEditPaste = '粘贴'; SEditDelete = '删除'; SEditSelectAll = '全选'; .... ---------------------------------------------------------- |
![]() |
|