Files

73 lines
1.3 KiB
Plaintext

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;
}