project1.dpr

来自「kbmMemTable v5.50 (Dec. 12 2005)内存表控件」· DPR 代码 · 共 27 行

DPR
27
字号
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 + =
减小字号Ctrl + -
显示快捷键?