mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 09:59:15 +02:00
Adds TShellTreeView to the component palette
git-svn-id: trunk@17868 -
This commit is contained in:
parent
20a9979609
commit
bf17b9f666
@ -72,6 +72,7 @@ AddFile('postscriptcanvas.pas','PostscriptCanvas',pftUnit,[],cpBase);
|
||||
AddFile('postscriptprinter.pas','PostScriptPrinter',pftUnit,[],cpBase);
|
||||
AddFile('printers.pas','Printers',pftUnit,[],cpBase);
|
||||
AddFile('propertystorage.pas','PropertyStorage',pftUnit,[],cpBase);
|
||||
AddFile('shellctrls.pas','ShellCtrls',pftUnit,[pffHasRegisterProc],cpBase);
|
||||
AddFile('spin.pp','Spin',pftUnit,[pffHasRegisterProc],cpBase);
|
||||
AddFile('stdactns.pas','StdActns',pftUnit,[pffHasRegisterProc],cpBase);
|
||||
AddFile('stdctrls.pp','StdCtrls',pftUnit,[pffHasRegisterProc],cpBase);
|
||||
|
@ -43,7 +43,7 @@ uses
|
||||
Dialogs, Spin, Arrow, Calendar, MaskEdit, CheckLst, PairSplitter, ExtDlgs,
|
||||
StdActns, DBCtrls, DBGrids, DBActns, EditBtn, ActnList, FileCtrl, ButtonPanel,
|
||||
LResources, XMLPropStorage, IniPropStorage, Graphics, Chart, ColorBox,
|
||||
LazHelpHTML, PopupNotifier, AsyncProcess;
|
||||
LazHelpHTML, PopupNotifier, AsyncProcess, ShellCtrls;
|
||||
|
||||
procedure Register;
|
||||
|
||||
@ -84,6 +84,7 @@ begin
|
||||
RegisterUnit('LazHelpHTML',@LazHelpHTML.Register);
|
||||
RegisterUnit('PopupNotifier', @PopupNotifier.Register);
|
||||
RegisterUnit('AsyncProcess', @AsyncProcess.Register);
|
||||
RegisterUnit('ShellCtrls', @ShellCtrls.Register);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user