magicreg.dpr
来自「用delphi写得正则表达式工具」· DPR 代码 · 共 18 行
DPR
18 行
program MagicReg;
uses
Forms,
frmMain in 'frmMain.pas' {Form1},
untTools in '..\..\00-CodeLib\untTools.pas',
untString in '..\..\00-CodeLib\string\untString.pas',
untListView in 'Z:\我的代码\00-CodeLib\View\untListView.pas',
untClip in 'Z:\我的代码\00-CodeLib\System\untClip.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?