neue Folder LAYOUT MENU und MODULE dazu
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
l_bg_wec : dialog {
|
||||
label = "SCHONENBERGER Systeme GmbH";
|
||||
: text {
|
||||
label = "Wechsel";
|
||||
}
|
||||
: row {
|
||||
: boxed_radio_column {
|
||||
label = "Direction";
|
||||
key = "RI";
|
||||
: radio_button {
|
||||
label = "Left";
|
||||
key = "RI_L";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Right";
|
||||
key = "RI_R";
|
||||
}
|
||||
}
|
||||
: image {
|
||||
height = 5;
|
||||
width = 5;
|
||||
color = 0;
|
||||
key = "anzeige";
|
||||
}
|
||||
}
|
||||
: row {
|
||||
: boxed_radio_column {
|
||||
label = "1st component";
|
||||
key = "WB1";
|
||||
: radio_button {
|
||||
label = "Switch";
|
||||
key = "WB1_W";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Curve(STB)";
|
||||
key = "WB1_B";
|
||||
}
|
||||
}
|
||||
: boxed_radio_column {
|
||||
label = "2nd component";
|
||||
key = "WB2";
|
||||
: radio_button {
|
||||
label = "Switch";
|
||||
key = "WB2_W";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Curve(STB)";
|
||||
key = "WB2_B";
|
||||
}
|
||||
}
|
||||
}
|
||||
: row {
|
||||
: toggle {
|
||||
label = "Dimensioning";
|
||||
mnemonic = "D";
|
||||
key = "BEMASSEN";
|
||||
}
|
||||
}
|
||||
ok_cancel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user