You've already forked lazarus-ccr
jvcllaz: Add new component TJvBehaviorLabel
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7082 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -15,6 +15,7 @@ implementation
|
||||
|
||||
uses
|
||||
Classes, Controls, ActnList, PropEdits, JvDsgnConsts,
|
||||
JvBehaviorLabel, JvBehaviorLabelEditor,
|
||||
JvMovableBevel, JvRuler, JvGroupHeader, JvRollOut,
|
||||
JvHtControls, JvHint, JvHTHintForm, JvComboListBox, JvInstallLabel,
|
||||
JvOfficeColorPanel,
|
||||
@ -23,11 +24,13 @@ uses
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvclVisual, [
|
||||
TJvBehaviorLabel,
|
||||
TJvMovableBevel, TJvMovablePanel, TJvRuler, TJvGroupHeader, TJvRollOut,
|
||||
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox, TJvComboListBox,
|
||||
TJvOfficeColorPanel,
|
||||
TJvLookupAutoComplete, TJvInstallLabel
|
||||
]);
|
||||
RegisterPropertyEditor(TypeInfo(TJvLabelBehaviorName), TJvBehaviorLabel, 'Behavior', TJvLabelBehaviorProperty);
|
||||
RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty);
|
||||
RegisterActions(RsJVCLActionsCategory, [TJvRollOutAction], nil);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user