⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mcdb.dpr

📁 刻录机源码
💻 DPR
字号:
program mcdb;

{%TogetherDiagram 'ModelSupport_mcdb\default.txaPackage'}

uses
  Forms,
  Unit1 in 'Unit1.pas' {Form1},
  Unit2 in 'Unit2.pas' {frmSettings},
  DeviceCaps in 'DeviceCaps.pas' {Form2},
  ImportSession in 'ImportSession.pas' {Form4},
  DiscLayout in 'DiscLayout.pas' {frmDiscLayout},
  TreeView in 'TreeView.pas' {frmTree};

{$R *.res}

begin
  Application.Initialize;
  Application.Title := 'Magic CD/DVD Burner';
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -