1 Star 0 Fork 3

hayden/Aibote4Pascal

forked from 黑魔/Aibote4Pascal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Aibote4Pascal.ppr 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyu0417 提交于 2023-02-07 10:58 . 提交
program Aibote4Pascal;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}
cthreads,
{$ENDIF}
{$IFDEF HASAMIGA}
athreads,
{$ENDIF}
Interfaces, // this includes the CT adLCL widgetset
Forms, frmMain, hmAibote, hmGlobals
{ you can add units after this };
{$R *.res}
begin
RequireDerivedFormResource:=True;
Application.Scaled:=True;
Application.Initialize;
Application.CreateForm(TFormMain, FormMain);
Application.Run;
end.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/haydenlong/aibote4-pascal.git
[email protected]:haydenlong/aibote4-pascal.git
haydenlong
aibote4-pascal
Aibote4Pascal
master

搜索帮助