?? dll_library.pas
字號:
//////////////////////////////////////////////////////////////////////
//
// Delphi Common Library routings for the A6_5x Engine plugin dll done by
// Michal Messerschmidt aka LazyDog of Lazy Dog Software
// (www.LazyDogSoftware.com)
// (c) Lazy Dog Software / Michael Messerschmidt 2006
//
// SDK Version 6.50.6
//
// tested on Delphi 5,6,7,2005 & 2006
//
// how to use:
//
// add uses DLL_Library to your delphi plugin to use the routines included.
//////////////////////////////////////////////////////////////////////
unit DLL_Library;
{$DEFINE USEDLL}
{$I Library.pas}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -