You've already forked lazarus-ccr
jvcllaz: Add TJvPanel (and related infrastructure).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7001 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -17,9 +17,10 @@
|
||||
<Description Value="JVCL Core Components (Designtime). Must be compiled before any of the other JvXXX packages can be installed."/>
|
||||
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
|
||||
<Version Major="1" Release="6"/>
|
||||
<Files Count="3">
|
||||
<Files Count="4">
|
||||
<Item1>
|
||||
<Filename Value="..\design\JvCore\jvcorereg.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="JvCoreReg"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
@ -30,6 +31,10 @@
|
||||
<Filename Value="..\design\JvCore\jvstringsform.pas"/>
|
||||
<UnitName Value="JvStringsForm"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<Filename Value="..\design\JvCore\jvdsgneditors.pas"/>
|
||||
<UnitName Value="JvDsgnEditors"/>
|
||||
</Item4>
|
||||
</Files>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
|
@ -23,7 +23,7 @@
|
||||
"/>
|
||||
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
|
||||
<Version Major="1" Release="6"/>
|
||||
<Files Count="9">
|
||||
<Files Count="10">
|
||||
<Item1>
|
||||
<Filename Value="..\run\JvCore\jvtypes.pas"/>
|
||||
<UnitName Value="JvTypes"/>
|
||||
@ -60,6 +60,10 @@
|
||||
<Filename Value="..\run\JvCore\jvthemes.pas"/>
|
||||
<UnitName Value="JvThemes"/>
|
||||
</Item9>
|
||||
<Item10>
|
||||
<Filename Value="..\run\JvCore\jvextcomponent.pas"/>
|
||||
<UnitName Value="JvExtComponent"/>
|
||||
</Item10>
|
||||
</Files>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
|
@ -17,7 +17,7 @@ CalcEdit, button, checkbox, linked controls
|
||||
"/>
|
||||
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
|
||||
<Version Major="1" Release="6"/>
|
||||
<Files Count="4">
|
||||
<Files Count="6">
|
||||
<Item1>
|
||||
<Filename Value="..\run\JvStdCtrls\jvbutton.pas"/>
|
||||
<UnitName Value="JvButton"/>
|
||||
@ -34,6 +34,14 @@ CalcEdit, button, checkbox, linked controls
|
||||
<Filename Value="..\run\JvStdCtrls\jvcheckbox.pas"/>
|
||||
<UnitName Value="JvCheckBox"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="..\run\JvStdCtrls\jvpanel.pas"/>
|
||||
<UnitName Value="JvPanel"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
<Filename Value="..\run\JvStdCtrls\jvhottrackpersistent.pas"/>
|
||||
<UnitName Value="JvHotTrackPersistent"/>
|
||||
</Item6>
|
||||
</Files>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
|
Reference in New Issue
Block a user