demo.dpr
来自「/* * tesswind.c * This program dem」· DPR 代码 · 共 26 行
DPR
26 行
//******************************************************************************
//
// License:
// --------
// This unit is freely distributable without licensing fees and is
// provided without guarantee or warrantee expressed or implied. This unit
// is Public Domain. Feel free to use or enhance this code. You can use the
// program for any purpose you see fit.
//
//******************************************************************************
program demo;
uses
Forms,
rad8form in 'rad8form.pas' {Form1},
rad8 in 'rad8.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
// This code is public domain, feel free to do with it any descent thing.
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?