37 lines
798 B
Plaintext
37 lines
798 B
Plaintext
l_bg_drw : dialog {
|
|
label = "SCHÖNENBERGER Systeme GmbH";
|
|
: text {
|
|
label = "BG aus DRW/DW R=650";
|
|
}
|
|
: row {
|
|
: boxed_radio_column {
|
|
label = "Weiche";
|
|
key = "ART_";
|
|
: radio_button {
|
|
label = "DRW";
|
|
key = "ART_DRW";
|
|
}
|
|
: radio_button {
|
|
label = "DW";
|
|
key = "ART_DW";
|
|
}
|
|
}
|
|
}
|
|
: row {
|
|
: image {
|
|
height = 10;
|
|
width = 10;
|
|
color = 0;
|
|
key = "anzeige";
|
|
}
|
|
}
|
|
: row {
|
|
: toggle {
|
|
label = "Bemaßung";
|
|
mnemonic = "B";
|
|
key = "BEMASSEN";
|
|
}
|
|
}
|
|
ok_cancel;
|
|
}
|
|
|