key.dpr

来自「创建一个经过加密的软件系统信息文件」· DPR 代码 · 共 14 行

DPR
14
字号
program Key;

uses
  Forms,
  KeyFile in 'KeyFile.pas' {Form_KeyFile};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm_KeyFile, Form_KeyFile);
  Application.Run;
end.

⌨️ 快捷键说明

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