📄 vcbassdemo.dpr
字号:
(*
----------------------------------------------
vcBASSDemo.dpr
vcBASSDemo demo application - project source
----------------------------------------------
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 Jan 2003
modified by:
Lake, Jan 2003
Lake, Oct 2005
Lake, Mar 2006
----------------------------------------------
*)
{$I unaDef.inc }
{$I unaBassDef.inc }
program
vcBASSDemo;
uses
Forms,
u_vcBASSDemo_main in 'u_vcBASSDemo_main.pas' {c_form_main};
{$R *.res}
{$R unaWindowsXP.res } // we are OK with XP themes
begin
Application.Initialize;
Application.CreateForm(Tc_form_main, c_form_main);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -