You've already forked lazarus-ccr
jvcllaz: Add new component TComboListBox.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6864 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -25,3 +25,4 @@ tjvgroupheader_200.png
|
||||
tjvrollout.png
|
||||
tjvrollout_150.png
|
||||
tjvrollout_200.png
|
||||
tjvcombolistbox.bmp
|
||||
|
BIN
components/jvcllaz/design/JvCtrls/images/tjvcombolistbox.bmp
Normal file
BIN
components/jvcllaz/design/JvCtrls/images/tjvcombolistbox.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -16,14 +16,14 @@ implementation
|
||||
uses
|
||||
Classes, ActnList, JvDsgnConsts,
|
||||
JvMovableBevel, JvRuler, JvGroupHeader, JvRollOut,
|
||||
JvHtControls, {JvDBHTLabel,} JvHint, JvHTHintForm,
|
||||
JvHtControls, {JvDBHTLabel,} JvHint, JvHTHintForm, JvComboListBox,
|
||||
PropEdits, Controls;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvMovableBevel, TJvMovablePanel, TJvRuler, TJvGroupHeader, TJvRollOut,
|
||||
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox
|
||||
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox, TJvComboListBox
|
||||
]);
|
||||
RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty);
|
||||
RegisterActions(RsJVCLActionsCategory, [TJvRollOutAction], nil);
|
||||
|
Reference in New Issue
Block a user