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

📄 softproject.~dpr

📁 In the process of copper flash smelting, lining temperature of reaction shaft and its inner wall slu
💻 ~DPR
字号:
program SoftProject;

uses
  Forms,
  FirstGUnit in 'FirstGUnit.pas' {MainFrm},
  MainUnit in 'MainUnit.pas' {FirstGFrm1},
  PrintUnit in 'PrintUnit.pas' {PrintForm},
  Introduce1Unit in 'Introduce1Unit.pas' {Introduce1Form},
  Introduce2Unit in 'Introduce2Unit.pas' {Introduce2Form},
  SecondGUnit in 'SecondGUnit.pas' {PartForm};

{$R *.res}

begin
  Application.Initialize;
  Application.Title := '城市生产安全事故应急管理能力评价软件';
  Application.CreateForm(TFirstGFrm1, FirstGFrm1);
  Application.CreateForm(TPartForm, PartForm);
  //Application.CreateForm(TPrintForm, PrintForm);
  Application.CreateForm(TIntroduce1Form, Introduce1Form);
  Application.CreateForm(TIntroduce2Form, Introduce2Form);
  Application.Run;

end.

⌨️ 快捷键说明

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