industrial: Add high-DPI palette icons for TAnalogSensor, TIndGnouMeter and TIndLED (as well as improved ones for TA3nalogGauge). Publish BorderSpacing property for TIndLED.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7311 8e941d3f-bd1b-0410-a28a-d453659cc2b4
@ -2,8 +2,14 @@ tadvled.png
|
||||
tadvled_150.png
|
||||
tadvled_200.png
|
||||
tanalogsensor.png
|
||||
tanalogsensor_150.png
|
||||
tanalogsensor_200.png
|
||||
tindgnoumeter.png
|
||||
tindgnoumeter_150.png
|
||||
tindgnoumeter_200.png
|
||||
tindled.png
|
||||
tindled_150.png
|
||||
tindled_200.png
|
||||
tlednumber.png
|
||||
tlednumber_150.png
|
||||
tlednumber_200.png
|
||||
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 923 B |
Before Width: | Height: | Size: 899 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 686 B |
BIN
components/industrialstuff/resources/tanalogsensor_150.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
components/industrialstuff/resources/tanalogsensor_200.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 449 B |
BIN
components/industrialstuff/resources/tindgnoumeter_150.png
Normal file
After Width: | Height: | Size: 662 B |
BIN
components/industrialstuff/resources/tindgnoumeter_200.png
Normal file
After Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 261 B |
BIN
components/industrialstuff/resources/tindled_150.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
components/industrialstuff/resources/tindled_200.png
Normal file
After Width: | Height: | Size: 344 B |
@ -106,6 +106,7 @@ type
|
||||
published
|
||||
property Align;
|
||||
property Anchors;
|
||||
property BorderSpacing;
|
||||
property Color;
|
||||
property Constraints;
|
||||
property Enabled;
|
||||
|