📄 papplog.dpr
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -