neue Folder LAYOUT MENU und MODULE dazu
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user