jvcllaz: Add TJvXPToolButton

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5410 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-04 19:22:09 +00:00
parent 5cc6f902d0
commit 2e4d2bcbf6
4 changed files with 27 additions and 27 deletions

View File

@ -20,7 +20,7 @@
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="JvXPBar (JVCL) conversion for Lazarus version 1.0
<Description Value="Conversion of the JVCL XP controls to Lazarus
"/>
<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="1"/>

View File

@ -11,8 +11,6 @@ procedure Register;
implementation
//{$R ../resource/JvXPCore.res}
uses
JvXPBar, JvXPContainer, JvXPButtons, JvXPCheckCtrls;
@ -22,6 +20,7 @@ begin
TJvXPBar,
TJvXPContainer,
TJvXPButton,
TJvXPToolButton,
TJvXPCheckbox
]);
end;