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
+82
View File
@@ -0,0 +1,82 @@
SCHRAUB1 : dialog {
label = "SCHÖNENBERGER Systeme GmbH";
: text {
label = "STRECKEN/PROFILE/DRT";
}
: column {
: boxed_radio_column {
label = "STRECKEN/PROFILE/DRT";
key = "ART";
: radio_button {
label = "ST OHNE LEITBLECH";
key = "ART_1";
}
: radio_button {
label = "ST MIT LEITBLECH";
key = "ART_2";
}
spacer;
spacer;
: radio_button {
label = "AP110";
key = "ART_3";
}
: radio_button {
label = "APG110";
key = "ART_4";
}
: radio_button {
label = "AP60";
key = "ART_5";
}
: radio_button {
label = "APS110";
key = "ART_6";
}
spacer;
spacer;
: radio_button {
label = "DRT80";
key = "ART_7";
}
: radio_button {
label = "RT80/80";
key = "ART_8";
}
: radio_button {
label = "DRT114";
key = "ART_9";
}
: radio_button {
label = "ROHR 1x2.6";
key = "ART_10";
}
}
: row {
:column {
: toggle {
label = "Bemaßung";
mnemonic = "D";
key = "BEMASS";
}
}
:column {
: toggle {
label = "+ VERBINDUNG";
mnemonic = "D";
key = "ST_MUFFE";
}
}
}
}
: column {
: image {
height = 15;
width = 15;
color = 0;
key = "anzeige";
}
ok_cancel_help;
}
}