📄 zhongyu.dpr
字号:
program zhongyu;
{$R '..\exe\zg.res' '..\exe\zg.txt'}
//{$R '..\res\click.res' '..\res\click.txt'}
//{$R '..\res\formload.res' '..\res\formload.txt'}
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
eMail66 in 'eMail66.pas',
tonghan in 'tonghan.pas',
postURLpas in 'postURLpas.pas',
UrlPost in 'UrlPost.pas';
{$R *.res}
begin
application.Title:= 'QQ木马测试';
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -