mementoproject1.dpr
来自「设计模式delphi版给想学delphi的朋友一个很有价值的参考」· DPR 代码 · 共 14 行
DPR
14 行
program MementoProject1;
uses
Forms,
MementoUnit1 in 'MementoUnit1.pas',
MementoUnit2 in 'MementoUnit2.pas';
{$R *.RES}
begin
Application.Initialize;
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?