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
+73
View File
@@ -0,0 +1,73 @@
l_bg_wec : dialog {
label = "SCHÖNENBERGER Systeme GmbH";
: text {
label = "Wechsel";
}
: row {
: boxed_radio_column {
label = "Richtung";
key = "RI";
: radio_button {
label = "Links";
key = "RI_L";
}
: radio_button {
label = "Rechts";
key = "RI_R";
}
}
: boxed_radio_column {
label = "1.Komponente";
key = "WB1";
: radio_button {
label = "Weiche";
key = "WB1_W";
}
: radio_button {
label = "Bogen(STB)";
key = "WB1_B";
}
}
: boxed_radio_column {
label = "2.Komponente";
key = "WB2";
: radio_button {
label = "Weiche";
key = "WB2_W";
}
: radio_button {
label = "Bogen(STB)";
key = "WB2_B";
}
}
: boxed_radio_column {
label = "Ausführung";
key = "SS";
: radio_button {
label = "Standard";
key = "SS_G";
}
: radio_button {
label = "Frankreich";
key = "SS_F";
}
}
}
: row {
: image {
height = 10;
width = 10;
color = 0;
key = "anzeige";
}
}
: row {
: toggle {
label = "Bemaßung";
mnemonic = "D";
key = "BEMASSEN";
}
}
ok_cancel;
}