You've already forked lazarus-ccr
jvcllaz: Add JvGroupHeader
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6659 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -19,3 +19,4 @@ tjvmovablepanel_200.png
|
||||
tjvruler.png
|
||||
tjvruler_150.png
|
||||
tjvruler_200.png
|
||||
tjvgroupheader.bmp
|
||||
|
BIN
components/jvcllaz/design/JvCtrls/images/tjvgroupheader.bmp
Normal file
BIN
components/jvcllaz/design/JvCtrls/images/tjvgroupheader.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -15,14 +15,14 @@ implementation
|
||||
|
||||
uses
|
||||
Classes, JvDsgnConsts,
|
||||
JvMovableBevel, JvRuler,
|
||||
JvMovableBevel, JvRuler, JvGroupHeader,
|
||||
JvHtControls, {JvDBHTLabel,} JvHint, JvHTHintForm,
|
||||
PropEdits, Controls;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvMovableBevel, TJvMovablePanel, TJvRuler,
|
||||
TJvMovableBevel, TJvMovablePanel, TJvRuler, TJvGroupHeader,
|
||||
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox
|
||||
]);
|
||||
{
|
||||
|
Reference in New Issue
Block a user