?? nutshl50.~dpk
字號:
package nutshl50;
{$R *.RES}
{$ALIGN ON}
{$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
vcl50,
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 + -