serverbath.dpr

来自「东华休闲山庄洗浴、餐饮、客房管理系统」· DPR 代码 · 共 18 行

DPR
18
字号
program ServerBath;

uses
  Forms,
  ServerBathUnit in 'ServerBathUnit.pas' {ServerBathForm},
  ServerBath_TLB in 'ServerBath_TLB.pas',
  ServerBathDM in 'ServerBathDM.pas' {Bath: TRemoteDataModule} {Bath: CoClass};

{$R *.TLB}

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TServerBathForm, ServerBathForm);
  Application.Run;
end.

⌨️ 快捷键说明

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