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

📄 filesystem.~dpr

📁 这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!
💻 ~DPR
字号:
program FileSystem;

uses
  Forms,
  TestMain in 'TestMain.pas' {frmMain},
  ReName in 'ReName.pas' {frmReName},
  Attribute in 'Attribute.pas' {frmAttibute};

{$R *.RES}

begin
  Application.Initialize;
  Application.Title := '简易文件操作系统';
  Application.CreateForm(TfrmMain, frmMain);
  Application.CreateForm(TfrmReName, frmReName);
  Application.CreateForm(TfrmAttibute, frmAttibute);
  Application.Run;
end.

⌨️ 快捷键说明

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