📄 server.dpr
字号:
program Server;
uses
Forms,
ServerMain_Unit in 'ServerMain_Unit.pas' {frmMainServer},
Server_TLB in 'Server_TLB.pas',
LogisticsServer_Unit in 'LogisticsServer_Unit.pas' {LogisticsServer: TRemoteDataModule} {LogisticsServer: CoClass};
{$R *.TLB}
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmMainServer, frmMainServer);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -