confroomsrv.dpr
来自「Voice Commnucation Components for Delphi」· DPR 代码 · 共 49 行
DPR
49 行
(*
----------------------------------------------
ConfRoomSrv.dpr - ConfRoomServer / project source
Voice Communicator components version 2.5
----------------------------------------------
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, 08 Jul 2003
modified by:
Lake, Jul, Dec 2003
Lake, Apr 2007
----------------------------------------------
*)
{$I unaDef.inc }
program ConfRoomSrv;
uses
unaUtils,
Forms,
u_crs_main in 'u_crs_main.pas' {c_crsForm_main};
{$R *.res}
{$R unaWindowsXP.res } // tell we are OK with XP themes
begin
Application.Initialize;
Application.Title := 'VC 2.5 Pro - Conference Room Server';
Application.CreateForm(Tc_crsForm_main, c_crsForm_main);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?