Files
Walz/LAYOUT/OLD/L_BG_WB.DCL
T

61 lines
1.1 KiB
Plaintext

l_bg_wb : dialog {
label = "SCHONENBERGER Systeme GmbH";
: text {
label = "Group of 90 degree switches";
}
: row {
: boxed_radio_column {
label = "Components";
key = "ANZ_";
: radio_button {
label = "2";
key = "ANZ_1";
}
: radio_button {
label = "3";
key = "ANZ_2";
}
}
: 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";
}
}
}
: row {
: toggle {
label = "Dimensioning";
mnemonic = "D";
key = "BEMASSEN";
}
: image {
height = 5;
width = 15;
color = 0;
key = "anzeige";
}
}
ok_cancel;
}