Files
Walz/LAYOUT/L_BG_W90.DCL
T

77 lines
1.8 KiB
Plaintext

l_bg_w90 : dialog {
label = "SCHÖNENBERGER Systeme GmbH";
: text {
label = "BG 90 Grad W/STB";
}
: row {
: boxed_radio_column {
label = "Radius";
key = "RA";
: radio_button {
label = "R 650";
key = "RA_1";
}
: radio_button {
label = "R 400";
key = "RA_2";
}
: radio_button {
label = "R 175";
key = "RA_3";
}
}
: 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 = "Komponente";
key = "WB";
: radio_button {
label = "Weiche";
key = "WB_W";
}
: radio_button {
label = "Bogen(STB)";
key = "WB_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;
}