mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-02 09:56:15 +02:00
DockedFormEditor: added new files to the package
git-svn-id: trunk@64936 -
This commit is contained in:
parent
14a6a0f4f4
commit
3624a43153
@ -22,7 +22,7 @@
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Files Count="15">
|
||||
<Files Count="18">
|
||||
<Item1>
|
||||
<Filename Value="source\dockedregister.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
@ -85,6 +85,18 @@
|
||||
<Filename Value="source\dockedanchorcontrol.pas"/>
|
||||
<UnitName Value="DockedAnchorControl"/>
|
||||
</Item15>
|
||||
<Item16>
|
||||
<Filename Value="source\dockedgrip.pas"/>
|
||||
<UnitName Value="DockedGrip"/>
|
||||
</Item16>
|
||||
<Item17>
|
||||
<Filename Value="source\dockedoptionsframe.lfm"/>
|
||||
<Type Value="LFM"/>
|
||||
</Item17>
|
||||
<Item18>
|
||||
<Filename Value="source\dockedresizecontrol.pas"/>
|
||||
<UnitName Value="DockedResizeControl"/>
|
||||
</Item18>
|
||||
</Files>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<i18n>
|
||||
|
@ -12,7 +12,8 @@ uses
|
||||
DockedResizer, DockedOptionsIDE, DockedOptionsFrame, DockedTools,
|
||||
DockedDesignForm, DockedModulePageControl, DockedSourceEditorWindow,
|
||||
DockedSourceEditorPageControls, DockedAnchorDesigner,
|
||||
DockedBasicAnchorDesigner, DockedAnchorControl, LazarusPackageIntf;
|
||||
DockedBasicAnchorDesigner, DockedAnchorControl, DockedGrip,
|
||||
DockedResizeControl, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user