neue Folder LAYOUT MENU und MODULE dazu
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
l_bg_wb : dialog {
|
||||
label = "SCHÖNENBERGER Systeme GmbH";
|
||||
: text {
|
||||
label = "BG 90 Grad Weichen";
|
||||
}
|
||||
: row {
|
||||
: boxed_radio_column {
|
||||
label = "Komponenten";
|
||||
key = "ANZ_";
|
||||
: radio_button {
|
||||
label = "2";
|
||||
key = "ANZ_1";
|
||||
}
|
||||
: radio_button {
|
||||
label = "3";
|
||||
key = "ANZ_2";
|
||||
}
|
||||
}
|
||||
: 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;
|
||||
}
|
||||
Reference in New Issue
Block a user