You've already forked lazarus-ccr
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:
@ -9,5 +9,7 @@ tjvsimbutton.bmp
|
||||
tjvsimreverse.bmp
|
||||
tjvsimlight.bmp
|
||||
tjvlogic.bmp
|
||||
tjvjanled.bmp
|
||||
tjvjantoggle.bmp
|
||||
tjvmarkupviewer.bmp
|
||||
tjvmarkuplabel.bmp
|
||||
|
BIN
components/jvcllaz/design/JvJans/images/tjvjanled.bmp
Normal file
BIN
components/jvcllaz/design/JvJans/images/tjvjanled.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 406 B |
BIN
components/jvcllaz/design/JvJans/images/tjvjantoggle.bmp
Normal file
BIN
components/jvcllaz/design/JvJans/images/tjvjantoggle.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 406 B |
BIN
components/jvcllaz/design/JvJans/images/tjvmarkuplabel.bmp
Normal file
BIN
components/jvcllaz/design/JvJans/images/tjvmarkuplabel.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
components/jvcllaz/design/JvJans/images/tjvmarkupviewer.bmp
Normal file
BIN
components/jvcllaz/design/JvJans/images/tjvmarkupviewer.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -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, [
|
||||
|
Reference in New Issue
Block a user