vcdaf.dpr
来自「Voice Communicator (VC) 一套处理音频压缩的的控件包」· DPR 代码 · 共 48 行
DPR
48 行
(*
----------------------------------------------
vcDAF.dpr
Voice Communicator components version 2.5
Audio Feedback demo
----------------------------------------------
This source code cannot be used without
proper permission granted to you as a private
person or an entity by the Lake of Soft, Ltd
Visit http://lakeofsoft.com/ for details.
Copyright (c) 2001, 2007 Lake of Soft, Ltd
All rights reserved
----------------------------------------------
created by:
Lake, 11 Aug 2005
modified by:
Lake, Aug 2005
----------------------------------------------
*)
{$I unaDef.inc }
program vcDAF;
uses
Forms,
u_daf_main in 'u_daf_main.pas' {c_form_main};
{$R *.res}
{$R unaWindowsXP.res } // we are OK with XP themes
begin
Application.Initialize;
Application.Title := 'VC 2.5 Pro - DAF';
Application.CreateForm(Tc_form_main, c_form_main);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?