neue Folder LAYOUT MENU und MODULE dazu

This commit is contained in:
2025-04-14 16:56:58 +02:00
parent e6e1705f0d
commit 35f7b2d75e
935 changed files with 803964 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
l_bg_wec : dialog {
label = "SCHONENBERGER Systeme GmbH";
: text {
label = "Wechsel";
}
: row {
: boxed_radio_column {
label = "Direction";
key = "RI";
: radio_button {
label = "Left";
key = "RI_L";
}
: radio_button {
label = "Right";
key = "RI_R";
}
}
: image {
height = 5;
width = 5;
color = 0;
key = "anzeige";
}
}
: row {
: boxed_radio_column {
label = "1st component";
key = "WB1";
: radio_button {
label = "Switch";
key = "WB1_W";
}
: radio_button {
label = "Curve(STB)";
key = "WB1_B";
}
}
: boxed_radio_column {
label = "2nd component";
key = "WB2";
: radio_button {
label = "Switch";
key = "WB2_W";
}
: radio_button {
label = "Curve(STB)";
key = "WB2_B";
}
}
}
: row {
: toggle {
label = "Dimensioning";
mnemonic = "D";
key = "BEMASSEN";
}
}
ok_cancel;
}