mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +02:00
iPro: separate HTML block node and table layouts to their own units and classes.
git-svn-id: trunk@45918 -
This commit is contained in:
parent
b9e2f598f6
commit
99ed2e37e0
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@
|
||||
<License Value="MPL - Mozilla public license
|
||||
"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="13">
|
||||
<Files Count="16">
|
||||
<Item1>
|
||||
<Filename Value="ipanim.pas"/>
|
||||
<UnitName Value="IpAnim"/>
|
||||
@ -83,6 +83,18 @@
|
||||
<Filename Value="iphtmlprop.pas"/>
|
||||
<UnitName Value="iphtmlprop"/>
|
||||
</Item13>
|
||||
<Item14>
|
||||
<Filename Value="iphtmlblocklayout.pas"/>
|
||||
<UnitName Value="iphtmlblocklayout"/>
|
||||
</Item14>
|
||||
<Item15>
|
||||
<Filename Value="ipHtmlTokens.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item15>
|
||||
<Item16>
|
||||
<Filename Value="iphtmltablelayout.pas"/>
|
||||
<UnitName Value="iphtmltablelayout"/>
|
||||
</Item16>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -8,7 +8,8 @@ interface
|
||||
|
||||
uses
|
||||
IpAnim, IpConst, Ipfilebroker, IpHtml, IpHtmlPv, IpMsg, IpStrms, IpUtils,
|
||||
IpHtmlTabList, iphtmlprop, LazarusPackageIntf;
|
||||
IpHtmlTabList, iphtmlprop, ipHtmlBlockLayout, ipHtmlTableLayout,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user