You've already forked lazarus-ccr
jvcllaz: Add TJvInstallLabel. Patch by Michal Gawrycki, issue #35604.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6930 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -27,3 +27,4 @@ tjvrollout_150.png
|
||||
tjvrollout_200.png
|
||||
tjvcombolistbox.bmp
|
||||
tjvlookupautocomplete.bmp
|
||||
tjvinstalllabel.bmp
|
||||
|
BIN
components/jvcllaz/design/JvCtrls/images/tjvinstalllabel.bmp
Normal file
BIN
components/jvcllaz/design/JvCtrls/images/tjvinstalllabel.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -16,7 +16,7 @@ implementation
|
||||
uses
|
||||
Classes, Controls, ActnList, PropEdits, JvDsgnConsts,
|
||||
JvMovableBevel, JvRuler, JvGroupHeader, JvRollOut,
|
||||
JvHtControls, JvHint, JvHTHintForm, JvComboListBox,
|
||||
JvHtControls, JvHint, JvHTHintForm, JvComboListBox, JvInstallLabel,
|
||||
JvAutoComplete; // original JVCL has this in package JvCore
|
||||
|
||||
procedure Register;
|
||||
@ -24,7 +24,7 @@ begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvMovableBevel, TJvMovablePanel, TJvRuler, TJvGroupHeader, TJvRollOut,
|
||||
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox, TJvComboListBox,
|
||||
TJvLookupAutoComplete
|
||||
TJvLookupAutoComplete, TJvInstallLabel
|
||||
]);
|
||||
RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty);
|
||||
RegisterActions(RsJVCLActionsCategory, [TJvRollOutAction], nil);
|
||||
|
Reference in New Issue
Block a user