Files

65 lines
1.5 KiB
Plaintext

l_bg_w90 : dialog {
label = "SCHONENBERGER Systeme GmbH";
: text {
label = "Group 90 degree W/STB (BG or Special)";
}
: 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 = "Direction";
key = "RI";
: radio_button {
label = "Left";
key = "RI_L";
}
: radio_button {
label = "Right";
key = "RI_R";
}
}
}
: row {
: boxed_radio_column {
label = "Component";
key = "WB";
: radio_button {
label = "Switch";
key = "WB_W";
}
: radio_button {
label = "Curve(STB)";
key = "WB_B";
}
}
: image {
height = 5;
width = 5;
color = 0;
key = "anzeige";
}
}
: row {
: toggle {
label = "Dimensioning";
mnemonic = "D";
key = "BEMASSEN";
}
}
ok_cancel;
}