mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 10:00:32 +02:00
lazcontrols: added TLvlGraphControl
git-svn-id: trunk@40584 -
This commit is contained in:
parent
e8206aeb4a
commit
bd90241752
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1699,6 +1699,7 @@ components/lazcontrols/lazcontrols.lpk svneol=native#text/xml
|
||||
components/lazcontrols/lazcontrols.pas svneol=native#text/pascal
|
||||
components/lazcontrols/listfilteredit.pas svneol=native#text/plain
|
||||
components/lazcontrols/listfilteredit_icon.lrs svneol=native#text/plain
|
||||
components/lazcontrols/lvlgraphctrl.pas svneol=native#text/plain
|
||||
components/lazcontrols/shortpathedit.pas svneol=native#text/plain
|
||||
components/lazcontrols/shortpathedit_icon.lrs svneol=native#text/plain
|
||||
components/lazcontrols/treefilteredit.pas svneol=native#text/plain
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -34,7 +34,7 @@ uses
|
||||
LazLogger, TreeFilterEdit, Forms, Controls, Graphics, Dialogs, ExtCtrls,
|
||||
Buttons, ComCtrls, LCLType, LazIDEIntf, ProjectIntf, IDEWindowIntf,
|
||||
PackageIntf, CTUnitGraph, CodeToolManager, DefineTemplates, CTUnitGroupGraph,
|
||||
CodeToolsStructs, CodyCtrls;
|
||||
CodeToolsStructs, CodyCtrls, LvlGraphCtrl;
|
||||
|
||||
const // ToDo: make resourcestring
|
||||
lisSelectAUnit = 'Select an unit';
|
||||
|
@ -19,7 +19,7 @@
|
||||
<Description Value="Some extra LCL controls needed by the IDE."/>
|
||||
<License Value="modified LGPL-2"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="5">
|
||||
<Files Count="6">
|
||||
<Item1>
|
||||
<Filename Value="dividerbevel.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
@ -43,8 +43,12 @@
|
||||
<Item5>
|
||||
<Filename Value="shortpathedit.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="shortpathedit"/>
|
||||
<UnitName Value="ShortPathEdit"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
<Filename Value="lvlgraphctrl.pas"/>
|
||||
<UnitName Value="lvlgraphctrl"/>
|
||||
</Item6>
|
||||
</Files>
|
||||
<LazDoc Paths="docs"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
|
@ -8,7 +8,7 @@ interface
|
||||
|
||||
uses
|
||||
DividerBevel, ExtendedNotebook, ListFilterEdit, TreeFilterEdit,
|
||||
ShortPathEdit, LazarusPackageIntf;
|
||||
ShortPathEdit, LvlGraphCtrl, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
3715
components/lazcontrols/lvlgraphctrl.pas
Normal file
3715
components/lazcontrols/lvlgraphctrl.pas
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user