You've already forked lazarus-ccr
jvcllaz: Add TJvMarkupViewer and TJvMarkupLabel. Add designtime package for JvCmp (JvSpellChecker).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -9,8 +9,5 @@ tjvsimbutton.bmp
|
||||
tjvsimreverse.bmp
|
||||
tjvsimlight.bmp
|
||||
tjvlogic.bmp
|
||||
tjvcsvbase.bmp
|
||||
tjvcsvcheckbox.bmp
|
||||
tjvcsvcombobox.bmp
|
||||
tjvcsvedit.bmp
|
||||
tjvcsvnavigator.bmp
|
||||
tjvmarkupviewer.bmp
|
||||
tjvmarkuplabel.bmp
|
||||
|
@ -17,6 +17,7 @@ uses
|
||||
Classes, JvDsgnConsts,
|
||||
JvYearGrid,
|
||||
//JvCSVData, JvCSVBaseControls, //JvCsvBaseEditor,
|
||||
JvMarkupViewer, JvMarkupLabel,
|
||||
JvSimScope, JvSimIndicator, JvSimPID, JvSimPIDLinker, JvSimLogic;
|
||||
|
||||
procedure Register;
|
||||
@ -30,6 +31,12 @@ begin
|
||||
TJvSimScope, TJvSimIndicator, TJvSimPID,
|
||||
TJvSimPIDLinker, TJvSimConnector, TJvLogic, TJvSimButton, TJvSimLight,
|
||||
TJvSimLogicBox, TJvSimReverse]);
|
||||
|
||||
// Markup components
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvMarkupViewer, TJvMarkupLabel
|
||||
]);
|
||||
|
||||
(*
|
||||
// CSV Components
|
||||
RegisterComponents('Data Access', [TJvCSVDataset]);
|
||||
|
Reference in New Issue
Block a user