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

📄 wpolicy.~dpr

📁 以前用delphi+kol写的监视工具
💻 ~DPR
字号:
{ KOL MCK } // Do not remove this line!
program wpolicy;

uses
KOL,
  windows,
  messages,
  Unit1 in 'Unit1.pas' {Class_wpolicy},
  uglobal in 'uglobal.pas';
//{$R *.res}
begin // PROGRAM START HERE -- Please do not remove this comment


 getSysparm;
 if FindWindow(nil,pchar(G_Title))<>0 then begin
   SendMessage(FindWindow(nil,pchar(G_Title)),wm_queryendsession,0,0);
   sleep(200);
 end;
{$IFDEF KOL_MCK}
{$I wpolicy_0.inc} {$ELSE}
  Application.Initialize;
  Application.CreateForm(TClass_wpolicy, Class_wpolicy);
  Application.Run;

{$ENDIF}

end.

⌨️ 快捷键说明

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