dxconsts.pas

来自「VCL component dsplab , STFT and SPECTRU」· PAS 代码 · 共 27 行

PAS
27
字号
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 + =
减小字号Ctrl + -
显示快捷键?