📄 diint.dpr
字号:
program DIINT;
uses
Forms,
StartUp in 'StartUp.pas' {fStartUp},
PMCfg in 'PMCfg.pas' {fPMConfig},
SCCfg in 'SCCfg.pas' {fSCConfig},
Driver in '..\..\..\..\INCLUDE\Driver.pas',
Thread in 'Thread.pas',
Event in '..\..\..\..\INCLUDE\Event.pas',
PARAS in '..\..\..\..\INCLUDE\PARAS.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfStartUp, fStartUp);
Application.CreateForm(TfPMConfig, fPMConfig);
Application.CreateForm(TfSCConfig, fSCConfig);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -