mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 09:40:28 +02:00
started codeexplorer
git-svn-id: trunk@3221 -
This commit is contained in:
parent
d2d8952e67
commit
15b83f20c6
@ -25,16 +25,20 @@ unit AllUnits;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
InterfaceBase, LCLStrConsts, Lazqueue, GraphMath,
|
// resource strings
|
||||||
StringHashList, DynHashArray, LCLMemManager, ExtendedStrings,
|
LCLStrConsts,
|
||||||
Buttons, Extctrls, Registry, VCLGlobals,
|
// base classes
|
||||||
Calendar, Clipbrd, FileCtrl, Forms,
|
LazQueue, DynHashArray, LCLMemManager, AvgLvlTree, StringHashList,
|
||||||
LCLLinux, Spin, Comctrls, Graphics,
|
ExtendedStrings, DynamicArray, UTrace,
|
||||||
LMessages, StdCtrls, Arrow, Controls,
|
// the interface base
|
||||||
Imglist, Menus, Toolwin, Dialogs,
|
InterfaceBase,
|
||||||
Messages, UTrace, Clistbox, ActnList,
|
// base types and base functions
|
||||||
DynamicArray, Grids, Printers, PostScriptPrinter,
|
LCLProc, LCLType, GraphMath, VCLGlobals, FileCtrl, LMessages,
|
||||||
MaskEdit;
|
// components and functions
|
||||||
|
Buttons, Extctrls, Registry, Calendar, Clipbrd, Forms, LCLLinux, Spin,
|
||||||
|
Comctrls, Graphics, StdCtrls, Arrow, Controls, ImgList, Menus, Toolwin,
|
||||||
|
Dialogs, Messages, Clistbox, ActnList, Grids, MaskEdit,
|
||||||
|
Printers, PostScriptPrinter;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
@ -43,6 +47,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.21 2003/06/19 16:36:35 mattias
|
||||||
|
started codeexplorer
|
||||||
|
|
||||||
Revision 1.20 2003/04/16 22:59:35 mattias
|
Revision 1.20 2003/04/16 22:59:35 mattias
|
||||||
added TMaskEdit from Tony
|
added TMaskEdit from Tony
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user