test.dpr
来自「通过串口传输文件 说明:压缩文件并通过串口传送 要求:1M以下文件」· DPR 代码 · 共 14 行
DPR
14 行
program test;
uses
Forms,
Unit_test in 'Unit_test.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?