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

📄 richedit.dpr

📁 用Delphi编的一个简单的记事本,这里面实现了一些简单的功能~!
💻 DPR
字号:
// Do not edit. This file is machine generated by the Resource DLL Wizard.

library richedit;

{ITE} {LCID:00000409:00000409} {}
{ITE} {DFMFileType} {reabout.dfm}
{ITE} {DFMFileType} {remain.dfm}
{ITE} {RCFileType} {richedit_DRC.rc}

{$R 'reabout.dfm' AboutBox:TForm}
{$R 'remain.dfm' MainForm:TForm}
{$R 'richedit_DRC.res' 'richedit_DRC.rc'}

{$E ENU}

begin
end.

⌨️ 快捷键说明

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