You've already forked lazarus-ccr
jvcllaz: Add TJvOfficeColorButton. Some cosmetic changes, less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7006 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -28,3 +28,4 @@ tjvrollout_200.png
|
||||
tjvcombolistbox.bmp
|
||||
tjvlookupautocomplete.bmp
|
||||
tjvinstalllabel.bmp
|
||||
tjvofficecolorpanel.bmp
|
||||
|
BIN
components/jvcllaz/design/JvCtrls/images/tjvofficecolorpanel.bmp
Normal file
BIN
components/jvcllaz/design/JvCtrls/images/tjvofficecolorpanel.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -17,6 +17,7 @@ uses
|
||||
Classes, Controls, ActnList, PropEdits, JvDsgnConsts,
|
||||
JvMovableBevel, JvRuler, JvGroupHeader, JvRollOut,
|
||||
JvHtControls, JvHint, JvHTHintForm, JvComboListBox, JvInstallLabel,
|
||||
JvOfficeColorPanel,
|
||||
JvAutoComplete; // original JVCL has this in package JvCore
|
||||
|
||||
procedure Register;
|
||||
@ -24,6 +25,7 @@ begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvMovableBevel, TJvMovablePanel, TJvRuler, TJvGroupHeader, TJvRollOut,
|
||||
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox, TJvComboListBox,
|
||||
TJvOfficeColorPanel,
|
||||
TJvLookupAutoComplete, TJvInstallLabel
|
||||
]);
|
||||
RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty);
|
||||
|
Reference in New Issue
Block a user