1 Star 3 Fork 0

zhuchao-octopus/OCTOPUS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Octopus.dpr 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
jhz 提交于 2022-03-03 20:59 . win11环境优化编译4.2.8
// ---------------------------------------------------------------------------
// This software is Copyright (c) 2015 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of an Embarcadero developer tools product.
// This software is considered a Redistributable as defined under
// the software license agreement that comes with the Embarcadero Products
// and is subject to that software license agreement.
// ---------------------------------------------------------------------------
program Octopus;
uses
Vcl.Forms,
uSplitView in 'uSplitView.pas' {SplitViewForm},
Vcl.Themes,
Vcl.Styles,
OcComPortObj in 'OcComPortObj.pas',
CPortCtl in 'ComPort\CPortCtl.pas',
CPortEsc in 'ComPort\CPortEsc.pas',
CPortTrmSet in 'ComPort\CPortTrmSet.pas',
OcProtocol in 'OcProtocol.pas',
DBT in 'HID\DBT.pas',
HID in 'HID\HID.pas',
HidToken in 'HID\HidToken.pas',
HidUsage in 'HID\HidUsage.pas',
JVCLVer in 'HID\JVCLVer.pas',
JvComponentBase in 'HID\JvComponentBase.pas',
JvConsts in 'HID\JvConsts.pas',
JvHidControllerClass in 'HID\JvHidControllerClass.pas',
JvResources in 'HID\JvResources.pas',
JvTypes in 'HID\JvTypes.pas',
ModuleLoader in 'HID\ModuleLoader.pas',
WinConvTypes in 'HID\WinConvTypes.pas',
ocPcDeviceMgt in 'ocPcDeviceMgt.pas',
Unit200 in 'Unit200.pas',
OcDecrypt in 'OcDecrypt.pas',
UnitCmdShell in 'UnitCmdShell.pas',
OcFindAnd in 'OcFindAnd.pas' {OcFindAndFrm},
JvSetupApi in 'HID\JvSetupApi.pas',
CPort in 'ComPort\CPort.pas',
CPortSetup in 'ComPort\CPortSetup.pas' {ComSetupFrm};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.Title := 'OCTOPUS צ㴮ն';
Application.CreateForm(TSplitViewForm, SplitViewForm);
Application.CreateForm(TOcFindAndFrm, OcFindAndFrm);
Application.Run;
end.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/zhuchao-octopus/OCTOPUS.git
[email protected]:zhuchao-octopus/OCTOPUS.git
zhuchao-octopus
OCTOPUS
OCTOPUS
master

搜索帮助