22 Star 182 Fork 31

huzgd / ezdml

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ezdml_lite.lpr 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
huzgd 提交于 2024-01-01 11:45 . EZDML Lite init version
program ezdml_lite;
{$MODE Delphi}
{%File 'dict.txt'}
{%File 'readme.txt'}
{%File 'readme_CHS.txt'}
uses
{$IFDEF UNIX}
cthreads,
{$ENDIF}
Forms, Interfaces,
wMainDml in 'wMainDml.pas' {frmMainDml},
ezdmlstrs in 'ezdmlstrs.pas',
uJSON in 'pkg\uJSON.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title := srEzdmlAppTitle;
CheckAppStart;
Application.CreateForm(TfrmMainDml, frmMainDml);
Application.Run;
end.
Pascal
1
https://gitee.com/huzgd/ezdml.git
git@gitee.com:huzgd/ezdml.git
huzgd
ezdml
ezdml
master

搜索帮助