📄 adexcept.esp
字号:
scsRasInteractive {4550} = 'Interactive';
scsRasRetryAuthentication {4551} = 'RetryAuthentication';
scsRasCallbackSetByCaller {4552} = 'CallbackSetByCaller';
scsRasPasswordExpired {4553} = 'PasswordExpired';
scsRasDeviceConnected {4599} = 'DeviceConnected';
{ Pager TDialingStatus }
sPDS_NONE {4600} = '';
sPDS_OFFHOOK {4601} = 'Off Hook';
sPDS_DIALING {4602} = 'Dialing';
sPDS_RINGING {4603} = 'Ringing';
sPDS_WAITFORCONNECT {4604} = 'Wait For Connect';
sPDS_CONNECTED {4605} = 'Connected';
sPDS_WAITINGTOREDIAL {4606} = 'Waiting To Redial';
sPDS_REDIALING {4607} = 'Redialing';
sPDS_MSGNOTSENT {4608} = 'Message Not Sent';
sPDS_CANCELLING {4609} = 'Cancelling';
sPDS_DISCONNECT {4610} = 'Disconnect';
sPDS_CLEANUP {4611} = 'Cleanup';
{ PDialingError }
sPDE_NONE {4630} = '';
sPDE_NODIALTONE {4631} = 'No Dial Tone';
sPDE_LINEBUSY {4632} = 'Busy';
sPDE_NOCONNECTION {4633} = 'No Connection';
{ TTapStatus }
sTAPS_NONE {4660} = '';
sTAPS_LOGINPROMPT {4661} = 'Login Prompt';
sTAPS_LOGGEDIN {4662} = 'Logged In';
sTAPS_LOGINERR {4663} = 'Login Error';
sTAPS_LOGINFAIL {4664} = 'Login Fail';
sTAPS_MSGOKTOSEND {4665} = 'Message Ok To Send';
sTAPS_SENDINGMSG {4666} = 'Sending Message';
sTAPS_MSGACK {4667} = 'Message Acknowledged';
sTAPS_MSGNAK {4668} = 'Message Not Acknowledged';
sTAPS_MSGRS {4669} = 'Message Error';
sTAPS_MSGCOMPLETED {4670} = 'Message Completed';
sTAPS_DONE {4671} = 'Done';
{ Protocol status }
spsOK {4700} = 'OK';
spsProtocolHandshake {4701} = 'Protocol handshaking in progress';
spsInvalidDate {4702} = 'Bad date/time stamp received and ignored';
spsFileRejected {4703} = 'File rejected';
spsFileRenamed {4704} = 'File renamed';
spsSkipFile {4705} = 'File skipped';
spsFileDoesntExist {4706} = 'File doesn''t exist locally, skipped';
spsCantWriteFile {4707} = 'File skipped ';
spsTimeout {4708} = 'Time out in protocol';
spsBlockCheckError {4709} = 'Bad checksum or CRC';
spsLongPacket {4710} = 'Block too long';
spsDuplicateBlock {4711} = 'Duplicate block received and ignored ';
spsProtocolError {4712} = 'Error in protocol';
spsCancelRequested {4713} = 'Cancel requested';
spsEndFile {4714} = 'At end of file';
spsResumeBad {4715} = 'B+ host refused resume request';
spsSequenceError {4716} = 'Block was out of sequence';
spsAbortNoCarrier {4717} = 'Aborting on carrier loss';
{Specific to certain protocols}
spsGotCrcE {4718} = 'Got CrcE packet (Zmodem)';
spsGotCrcG {4719} = 'Got CrcG packet (Zmodem)';
spsGotCrcW {4720} = 'Got CrcW packet (Zmodem)';
spsGotCrcQ {4721} = 'Got CrcQ packet (Zmodem)';
spsTryResume {4722} = 'B+ is trying to resume a download';
spsHostResume {4723} = 'B+ host is resuming';
spsWaitAck {4724} = 'Waiting for B+ ACK';
{Internal protocol codes}
spsNoHeader {4725} = '';
spsGotHeader {4726} = '';
spsGotData {4727} = '';
spsNoData {4728} = '';
spsAbort {4730} = '';
{Fax progress codes, sending}
sfpInitModem {4801} = 'Initializing modem for fax processing';
sfpDialing {4802} = 'Dialing';
sfpBusyWait {4803} = 'Busy, waiting until redial...';
sfpSendPage {4804} = 'Sending page data';
sfpSendPageStatus {4805} = 'Sending EOP';
sfpPageError {4806} = 'Error sending page';
sfpPageOK {4807} = 'Page accepted by remote';
sfpConnecting {4808} = 'Connecting...';
{Fax progress codes, receiving}
sfpWaiting {4820} = 'Waiting for incoming call';
sfpNoConnect {4821} = 'No connect on this call';
sfpAnswer {4822} = 'Answering incoming call';
sfpIncoming {4823} = 'Incoming call validated as fax';
sfpGetPage {4824} = 'Getting page data';
sfpGetPageResult {4825} = 'Getting end-of-page signal';
sfpCheckMorePages {4826} = 'Getting end-of-document status';
sfpGetHangup {4827} = 'Getting hangup command';
sfpGotHangup {4828} = 'Got Class 2 FHNG code';
{Fax server codes }
sfpSwitchModes {4830} = 'Switching modes';
sfpMonitorEnabled {4831} = 'Monitoring for incoming faxes';
sfpMonitorDisabled {4832} = 'Not monitoring for incoming faxes';
{Fax progress codes, common}
sfpSessionParams {4840} = 'Getting connection params';
sfpGotRemoteID {4841} = 'Got called-station ID';
sfpCancel {4842} = 'User abort';
sfpFinished {4843} = 'Finished';
{Trigger errors}
secNoMoreTriggers {5001} = 'No more trigger slots';
secTriggerTooLong {5002} = 'Data trigger too long';
secBadTriggerHandle {5003} = 'Bad trigger handle';
{Packet errors}
secStartStringEmpty {5501} = 'Start string is empty';
secPacketTooSmall {5502} = 'Packet size cannot be smaller than start string';
secNoEndCharCount {5503} = 'CharCount packets must have an end-condition';
secEmptyEndString {5504} = 'End string is empty';
secZeroSizePacket {5505} = 'Packet size cannot be zero';
secPacketTooLong {5506} = 'Packet too long';
{Protocol errors}
secBadFileList {6001} = 'Bad format in file list';
secNoSearchMask {6002} = 'No search mask specified during transmit';
secNoMatchingFiles {6003} = 'No files matched search mask';
secDirNotFound {6004} = 'Directory in search mask doesn''t exist';
secCancelRequested {6005} = 'Cancel requested';
secTimeout {6006} = 'Fatal time out';
secProtocolError {6007} = 'Unrecoverable event during protocol';
secTooManyErrors {6008} = 'Too many errors during protocol';
secSequenceError {6009} = 'Block sequence error in Xmodem';
secNoFilename {6010} = 'No filename specified in protocol receive';
secFileRejected {6011} = 'File was rejected';
secCantWriteFile {6012} = 'Cant write file';
secTableFull {6013} = 'Kermit window table is full, fatal error';
secAbortNoCarrier {6014} = 'Aborting due to carrier loss';
secBadProtocolFunction {6015} = 'Function not supported by protocol';
secProtocolAbort {6016} = 'Protocol aborted';
{INI database}
secKeyTooLong {7001} = 'Key string too long';
secDataTooLarge {7002} = 'Data string too long';
secNoFieldsDefined {7003} = 'No fields defined in database';
secIniWrite {7004} = 'Generic INI file write error';
secIniRead {7005} = 'Generic INI file read error';
secNoIndexKey {7006} = 'No index defined for database';
secRecordExists {7007} = 'Record already exists';
secRecordNotFound {7008} = 'Record not found in database';
secMustHaveIdxVal {7009} = 'Invalid index key name';
secDatabaseFull {7010} = 'Maximum database records (999) reached';
secDatabaseEmpty {7011} = 'No records in database';
secDatabaseNotPrepared {7012} = 'iPrepareIniDatabase not called';
secBadFieldList {7013} = 'Bad field list in INI component';
secBadFieldForIndex {7014} = 'Bad field index in INI component';
{State Machine}
secNoStateMachine {7500} = 'No state machine specified'; {!!.04}
secNoStartState {7501} = 'StartState not set'; {!!.04}
secNoSapiEngine {7502} = 'No SAPI engine specified'; {!!.04}
{ fax codes }
secFaxBadFormat {8001} = 'File is not an APF file';
secBadGraphicsFormat {8002} = 'Unsupported graphics file format';
secConvertAbort {8003} = 'User aborted fax conversion';
secUnpackAbort {8004} = 'User aborted fax unpack';
secCantMakeBitmap {8005} = 'CreateBitmapIndirect API failure';
secNoImageLoaded {8050} = 'No image loaded into viewer';
secNoImageBlockMarked {8051} = 'No block of image marked';
secFontFileNotFound {8052} = 'APFAX.FNT not found, or resource bad';
secInvalidPageNumber {8053} = 'Invalid page number specified for fax';
secBmpTooBig {8054} = 'BMP size exceeds Windows'' maxheight of 32767';
secEnhFontTooBig {8055} = 'Font selected for enhanced text converter too large';
secFaxBadMachine {8060} = 'Fax incompatible with remote fax';
secFaxBadModemResult {8061} = 'Bad response from modem';
secFaxTrainError {8062} = 'Modems failed to train';
secFaxInitError {8063} = 'Error while initializing modem';
secFaxBusy {8064} = 'Called fax number was busy';
secFaxVoiceCall {8065} = 'Called fax number answered with voice';
secFaxDataCall {8066} = 'Incoming data call';
secFaxNoDialTone {8067} = 'No dial tone';
secFaxNoCarrier {8068} = 'Failed to connect to remote fax';
secFaxSessionError {8069} = 'Fax failed in mid-session';
secFaxPageError {8070} = 'Fax failed at page end';
secFaxGDIPrintError {8071} = 'NextBand GDI error in fax print driver';
secFaxMixedResolution {8072} = 'Multiple resolutions per session not supported';
secFaxConverterInitFail {8073} = 'Initialization of fax converter failed';
secNoAnswer {8074} = 'Remote fax did not answer';
secAlreadyMonitored {8075} = 'Directory already being monitored';
{ Printer driver installation codes }
secUniAlreadyInstalled {8080} = 'Unidrv support files already installed';
secUniCannotGetSysDir {8081} = 'Cannot determine windows system dir';
secUniCannotGetWinDir {8082} = 'Cannot determine windows dir';
secUniUnknownLayout {8083} = 'Cannot determine setup file layout';
secUniCannotInstallFile {8085} = 'Cannot install Unidrv files to system dir';
secDrvCopyError {8087} = 'Error copying printer driver';
secCannotAddPrinter {8088} = '32-bit AddPrinter call failed';
secDrvBadResources {8089} = 'Bad/missing resources in driver';
secDrvDriverNotFound {8090} = 'Driver file not found';
secUniCannotGetPrinterDriverDir {8091} = 'Cannot determine Win NT printer driver dir';
secInstallDriverFailed {8092} = 'AddPrinterDriver API failed';
{ TApdGSMPhone error codes }
secSMSBusy {8100} = 'Busy with another command';
secSMSTimedOut {8101} = 'Timed out, no response back';
secSMSTooLong {8102} = 'SMS message too long';
secSMSUnknownStatus {8103} = 'Status unknown';
secMEFailure {8300} = 'Mobile equipment failure';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -