Sofarmodul fertig hinzugefügt.

This commit is contained in:
dh
2025-06-04 11:24:30 +02:00
parent d974cbd3cd
commit d932bb4e74
3 changed files with 63 additions and 39 deletions
+4 -5
View File
@@ -31,7 +31,7 @@
{
"caption": "Register-Nummer",
"name": "RegisterNumber",
"width": "100px",
"width": "200px",
"add": 0,
"edit": {
"type": "NumberSpinner",
@@ -41,7 +41,7 @@
{
"caption": "Bezeichnung",
"name": "Label",
"width": "200px",
"width": "300px",
"add": "",
"edit": {
"type": "ValidationTextBox"
@@ -50,12 +50,11 @@
{
"caption": "Skalierungs-faktor",
"name": "ScalingFactor",
"width": "100px",
"width": "200px",
"add": 1,
"edit": {
"type": "NumberSpinner",
"digits": 4,
"minimum": 0
"digits": 0
}
},
{