jvcllaz: Add TJvJanLED and TJvJanToggle

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6287 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-01 19:43:02 +00:00
parent 2dfd81b11b
commit 5009f8afeb
10 changed files with 537 additions and 3 deletions

View File

@ -9,5 +9,7 @@ tjvsimbutton.bmp
tjvsimreverse.bmp
tjvsimlight.bmp
tjvlogic.bmp
tjvjanled.bmp
tjvjantoggle.bmp
tjvmarkupviewer.bmp
tjvmarkuplabel.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -18,7 +18,8 @@ uses
JvYearGrid,
//JvCSVData, JvCSVBaseControls, //JvCsvBaseEditor,
JvMarkupViewer, JvMarkupLabel,
JvSimScope, JvSimIndicator, JvSimPID, JvSimPIDLinker, JvSimLogic;
JvSimScope, JvSimIndicator, JvSimPID, JvSimPIDLinker, JvSimLogic,
JvJanLed, JvJanToggle;
procedure Register;
begin
@ -30,7 +31,9 @@ begin
RegisterComponents(RsPaletteJvcl, [ // was: RsPaletteJansSim
TJvSimScope, TJvSimIndicator, TJvSimPID,
TJvSimPIDLinker, TJvSimConnector, TJvLogic, TJvSimButton, TJvSimLight,
TJvSimLogicBox, TJvSimReverse]);
TJvSimLogicBox, TJvSimReverse,
TJvJanLed, TJvJanToggle
]);
// Markup components
RegisterComponents(RsPaletteJvcl, [