📄 project1.dpr
字号:
program Project1;
{%ToDo 'Project1.todo'}
{%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.Drawing.dll'}
{%DelphiDotNetAssemblyCompiler '..\d2005\dotnet\kbmMemD2005dnRun.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\programmer\f鎙les filer\borland shared\bds\shared assemblies\3.0\Borland.VclDbExpress.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\programmer\f鎙les filer\borland shared\bds\shared assemblies\3.0\Borland.VclDbRtl.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\programmer\f鎙les filer\borland shared\bds\shared assemblies\3.0\Borland.Delphi.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\programmer\f鎙les filer\borland shared\bds\shared assemblies\3.0\Borland.VclRtl.dll'}
{%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'}
{%DelphiDotNetAssemblyCompiler 'C:\Programmer\F鎙les filer\Borland Shared\BDS\Shared Assemblies\3.0\Borland.VclDSnap.dll'}
uses
Forms,
Unit1 in 'Unit1.pas' {Unit1.TDemoDeltaHandler: kbmMemTable.TkbmCustomDeltaHandler};
{$R *.RES}
[System.STAThreadAttribute]
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -