⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 agent.dpr

📁 实现了:自动锁屏
💻 DPR
字号:
program Agent;

uses
  Forms,
  untAgent in 'untAgent.pas' {frmAgent},
  untGlobal in 'untGlobal.pas',
  untHttp in 'untHttp.pas',
  untLogin in 'untLogin.pas' {frmLogin},
  untXml in 'untXml.pas',
  untShow in 'untShow.pas' {frmShow},
  untHttpTread in 'untHttpTread.pas',
  UntHook in 'UntHook.pas';

{$R *.res}

begin
  Application.Initialize;
  if Login then
  begin
    //Application.ShowMainForm := False;
    Application.Title := 'e家小帮手';
    Application.CreateForm(TfrmAgent, frmAgent);
  end;
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -