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

📄 strnames.pas

📁 Turbo Pascal 6.0编译器源码
💻 PAS
字号:
unit StrNames;

interface

const
  sMsgBase = 100;

  sOutOfMemory = 200;
  sNoResource = 201;
  sValueNotInRange = 202;
  sInvalidFileName = 203;
  sTurboTplNotFound = 204;
  sInvalidTurboTpl = 205;
  sInvalidDir = 206;
  sDosShellPrompt = 207;
  sTerminateDebugging = 208;
  sInvalidAddress = 209;
  sErrorUpdatingTurboExe = 210;
  sTurboTpl = 211;
  sStartupOptions = 212;
  sTileError = 213;
  sNoMemoryForCommandTable = 214;
  sInvalidHeapLimits = 215;
  sNoMemoryForTurboTpl = 216;

  sSetInvalidBpt = 300;
  sTooManyBpts = 301;
  sClearInvalidBpt = 302;
  sNoDebugInfo = 303;
  sNoCodeForLine = 304;
  sFatalBreak = 305;
  sUserBreak = 306;
  sLineTooComplex = 307;
  sNoMemToRun = 308;
  sCantLoadExe = 309;
  sCantRunUnit = 310;
  sInvalidCondition = 311;
  sConditionTrue = 312;
  sSourceModified = 313;
  sProcNotFound = 314;
  sTooManyBptsInFile = 315;
  sPressAnyKeyToReturn = 316;
  sCantFindSource = 317;
  sErrorAddressNotFound = 318;

  sError = 400;
  sErrorParam = 401;

  sErrorBase = 800;

  sRuntimeErrorBase = 500;

  sProgramStatusBase = 2100;

  sMonthBase = 3000;
  sDirectoryLine = 3020;
  sFileLine = 3021;
  sDirectory = 3022;
  sTooManyFiles = 3023;

  sLoading = 4000;
  sSaving = 4001;

  sWatchString = 5000;
  sTooManyWatches = 5001;

  sDestinationBase = 6000;

  sHelpFileName = 7000;
  sNoHelpFile = 7001;
  sInvalidHelpFile = 7002;
  sHelpSign1 = 7003;
  sHelpSign2 = 7004;

  sClipboard = 8000;
  sEditorErrorBase = 8001;
  sStringNotFound = 8007;
  sQueryReplace = 8008;
  sFileModified = 8009;
  sFileNotFound = 8010;
  sCantCreate = 8011;
  sReadError = 8012;
  sUnableOpen = 8013;
  sUnableBackup = 8014;
  sFileExists = 8015;
  sReadOnly = 8016;

  sConfigFileName = 9000;
  sInvalidConfig = 9001;
  sInvalidDesktop = 9002;
  sReadingConfig = 9003;
  sWritingConfig = 9004;
  sReadingDesktop = 9005;
  sWritingDesktop = 9006;
  sCantCreateDesktop = 9007;
  sCantCreateConfig = 9008;
  sDiskFull = 9009;
  sErrorWritingConfig = 9010;
  sErrorReadingConfig = 9011;
  sCantOpenConfig = 9012;
  sErrorWritingDesktop = 9013;
  sErrorReadingDesktop = 9014;

  sStatusBase = 10000;

  hlChangeDir = 1;
  hlFind = 2;
  hlReplace = 4;
  hlGotoLine = 5;
  hlFindProcedure = 6;
  hlFindError = 7;
  hlParameters = 8;
  hlExpression = 9;
  hlNewValue = 10;
  hlAddWatchExpression = 11;
  hlEditWatchExpression = 12;

  hlOpenFile = 100;
  hlSaveFileAs = 101;
  hlWriteBlock = 102;
  hlReadBlock = 103;
  hlPrimaryFile = 104;
  hlSaveOptions = 105;
  hlRetrieveOptions = 106;

  hlCondition = 200;

implementation

end.

⌨️ 快捷键说明

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