1 Star 0 Fork 1

Tomato/CtrlC替换工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PCtrlC.dpr 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tomato 提交于 2024-02-03 09:39 . Initial commit
program PCtrlC;
uses
Vcl.Forms,
UnitM in 'UnitM.pas' {FormM},
Vcl.Themes,
Vcl.Styles,
UnitDM1 in 'UnitDM1.pas' {DM1: TDataModule};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
TStyleManager.TrySetStyle('Windows11 Polar Dark');
Application.Title := 'CtrlC';
Application.CreateForm(TFormM, FormM);
Application.CreateForm(TDM1, DM1);
Application.Run;
end.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/wx_fb0d806ee4/ctrlc-replacement-tool.git
git@gitee.com:wx_fb0d806ee4/ctrlc-replacement-tool.git
wx_fb0d806ee4
ctrlc-replacement-tool
CtrlC替换工具
master

搜索帮助