pdu_conv.dpr

来自「This source code in Delphi 7.0. Have fu」· DPR 代码 · 共 14 行

DPR
14
字号
program PDU_cONv;

uses
  Forms,
  Endec in 'Endec.pas' {PDUCONV};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TPDUCONV, PDUCONV);
  Application.Run;
end.

⌨️ 快捷键说明

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