vcdspdetectors.dpr
来自「Voice Commnucation Components for Delphi」· DPR 代码 · 共 45 行
DPR
45 行
(*
----------------------------------------------
vcDspDetectors.dpr - DSP Leven and Noise detectors
Voice Communicator components version 2.5 Pro
----------------------------------------------
This source code cannot be used without
proper license granted to you as a private
person or an entity by the Lake of Soft, Ltd
Visit http://lakeofsoft.com/ for more information.
Copyright (c) 2001, 2007 Lake of Soft, Ltd
All rights reserved
----------------------------------------------
created by:
Lake, 06 Mar 2007
modified by:
Lake, Mar 2007
----------------------------------------------
*)
{$I unaDef.inc}
program
vcDspDetectors;
uses
Forms,
u_dspDet_main in 'u_dspDet_main.pas' {c_form_main};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(Tc_form_main, c_form_main);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?