📄 httpanalyzer.dpr
字号:
program httpanalyzer;
uses
Forms,
u_main in 'u_main.pas' {frm_main},
httpProxyExtend in 'httpProxyExtend.pas',
proxy1 in 'proxy1.pas',
proxy2 in 'proxy2.pas',
mem_utils in 'mem_utils.pas',
httphelp in 'HttpHelp.pas',
u_about in 'u_about.pas' {AboutBox},
saving in 'saving.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title := 'HttpAnalyzer';
Application.CreateForm(Tfrm_main, frm_main);
Application.CreateForm(TAboutBox, AboutBox);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -