x1010.dpr

来自「Delphi6分布式开发例程12 )」· DPR 代码 · 共 18 行

DPR
18
字号
program x1010;

uses
  Forms,
  x10 in 'x10.pas' {Form1},
  x1010_TLB in 'x1010_TLB.pas',
  x11 in 'x11.pas' {Midas03Srv: TRemoteDataModule} {Midas03Srv: CoClass};

{$R *.TLB}

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?