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

📄 dxconsts.pas

📁 VCL component dsplab , STFT and SPECTRUM viewer, real time
💻 PAS
字号:
unit DXConsts;

interface

resourcestring
  SDLLNotLoaded = '%s not loaded';
  SStreamNotOpend = 'Stream not opend';
  SStreamOpend = 'Stream has already been opened';
  SInvalidWave = 'Wave is invalid';
  SInvalidWaveFormat = 'Format is invalid';
  SSinceDirectX5 = 'Necessary since DirectX 5';
  SCannotInitialized = '%s cannot be initialized';
  SDirectSound = 'DirectSound';
  SNotMade = '%s not made';
  SCannotLock = '%s cannot be locked';
  SDirectSoundBuffer = 'Sound Buffer';
  SCannotMade = '%s cannot be made';
  SDirectSoundCapture = 'DirectSoundCapture';
  SDirectSoundPrimaryBuffer = 'Primary Buffer';
  SDirectSoundCaptureBuffer = 'Sound Capture Buffer';
  SNoForm = 'Form not found';
  SWaveStreamNotSet = 'WaveStream not set';

implementation

end.

⌨️ 快捷键说明

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