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
+56
View File
@@ -0,0 +1,56 @@
b_typ3 : dialog {
label = "SCHÖNENBERGER Systeme GmbH";
: text {
label = "Bügelplätze Typ 3";
}
: row {
: column {
: edit_box {
label = "Breite[2000-6000]:";
mnemonic = "B";
allow_accept = true;
key = "L1";
}
: edit_box {
label = "Streckenabstand[800-2000]:";
mnemonic = "S";
allow_accept = true;
key = "L2";
}
: edit_box {
label = "Anzahl Plätze:";
mnemonic = "A";
allow_accept = true;
key = "K0";
}
}
: column {
: boxed_radio_column {
label = "Ablauf";
key = "ART";
: radio_button {
label = "Nr 1";
key = "ART_1";
}
: radio_button {
label = "Nr 2";
key = "ART_2";
}
: radio_button {
label = "Nr 3";
key = "ART_3";
}
}
}
}
: row {
: image {
alignment=centered;
height = 16;
width = 16;
color = -2;
key = "anzeige";
}
}
ok_cancel;
}