📄 nutshl50.dpk
字号:
package nutshl50;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS ON}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $5200000}
{$DESCRIPTION 'Delphi in a Nutshell runtime'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
Cltn50;
contains
CpuID in 'CpuID.pas',
Curr64 in 'Curr64.pas',
FPU in 'fpu.pas',
Futures in 'Futures.pas',
GrayPal in 'GrayPal.pas',
IOStream in 'IOStream.pas',
LinkedList in 'LinkedList.pas',
Matrix in 'Matrix.pas',
Printable in 'Printable.pas',
Rect in 'Rect.pas',
Str in 'Str.pas',
Swap in 'Swap.pas',
Tile in 'Tile.pas',
TrimStrings in 'TrimStrings.pas',
VmtInfo in 'VmtInfo.pas',
VmtImpl in 'VmtImpl.pas',
Colors in 'Colors.pas',
Nutshell in 'Nutshell.pas',
Dates in 'Dates.pas',
FileIO in 'FileIO.pas',
ErrorConsts in 'ErrorConsts.pas';
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -