papplog.dpr
来自「Delphi编程宝典光盘] 商业源码+精彩源码+精选控件+经典工具+光盘定制 」· DPR 代码 · 共 18 行
DPR
18 行
program PApplog;
uses
Forms,
Uapplog in 'Uapplog.pas' {FrmAppLog},
logmanagerpas in 'logmanagerpas.pas',
thdlogmghandlepas in 'thdlogmghandlepas.pas',
uthdcheckpas in 'uthdcheckpas.pas',
UthdWriteLogtest in 'UthdWriteLogtest.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFrmAppLog, FrmAppLog);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?