Files

192 lines
3.9 KiB
Plaintext

elektro : dialog {
label = "SCHÖNENBERGER Systeme GmbH";
initial_focus = "KOMP";
: text {
label = "HFS 2100 - ELEKTRO-LAYOUT";
}
: row {
: list_box {
label = "Sensorik/Aktorik";
key = "KOMP";
mnemonic = "S";
list = "Sensor\nMagnetventil\nAntrieb\nSeparator\nWeiche\nScanner\nRollenhebelschalter\nDrucktaster\nAnzeigeleuchte";
width = 20;
height = 6;
}
: image {
height = 7;
width = 10;
color = 0;
key = "anzeige";
}
}
: row {
: column {
: boxed_radio_column {
label = "SEPARATOR";
key = "NULLTR";
: radio_button {
label = "Mit NULL-Trolley Erkennung";
key = "NULLTR_1";
}
: radio_button {
label = "OHNE NULL-Trolley Erkennung";
key = "NULLTR_2";
}
}
}
: column {
: boxed_radio_column {
label = "SCANNER";
key = "SCAN";
: radio_button {
label = "SC - BT Scanner";
key = "SCAN_1";
}
: radio_button {
label = "SCC - Kleidungsscanner-automatisch";
key = "SCAN_2";
}
: radio_button {
label = "SCM - Kleidungsscanner-manuell";
key = "SCAN_3";
}
}
}
}
: row {
: column {
: boxed_radio_column {
/* Antrieb reversibel oder nicht */
label = "ANTRIEB";
key = "REVERS";
: radio_button {
label = "NICHT Reversibel";
key = "REVERS_1";
}
: radio_button {
label = "Reversibel";
key = "REVERS_2";
}
}
: boxed_radio_column {
label = "NORM";
key = "NORM";
: radio_button {
label = "Deutsch";
key = "NORM_1";
}
: radio_button {
label = "US";
key = "NORM_2";
}
}
}
:column {
: list_box {
label = "1.Weichenausgang";
key = "W1";
list = "Leereintrag\nGerade-G/S\nLinks-L/L\nRechts-R/R\nAuf-A/O\nZu-Z/C\nGem.Ruecksetzung-GR/GI";
width = 20;
height = 3;
}
: list_box {
label = "2.Weichenausgang";
key = "W2";
list = "Leereintrag\nGerade-G/S\nLinks-L/L\nRechts-R/R\nAuf-A/O\nZu-Z/C\nGem.Ruecksetzung-GR/GI";
width = 20;
height = 3;
}
}
:column {
: list_box {
label = "1.Lage";
key = "LAGE1";
list = "Leereintrag\nVON\nNACH";
width = 20;
height = 3;
}
}
}
: row {
: column {
: edit_box {
label = "Anlagenebene :";
allow_accept = true;
key = "A_EBENE";
value = 0;
}
: edit_box {
label = "Ort(5-6/5.01):";
allow_accept = true;
key = "A_ORT";
value = 0;
}
: edit_box {
label = "Klemmkasten :";
allow_accept = true;
key = "A_KLKAST";
value = 0;
}
: edit_box {
label = "IBS-Verteiler:";
allow_accept = true;
key = "A_IBS-UV";
value = 0;
}
}
: column {
: edit_box {
label = "Skalierung:";
allow_accept = true;
key = "VAR_F";
value = 1;
}
: edit_box {
label = "Präfix :";
allow_accept = true;
key = "EBEN";
value = 1;
}
: edit_box {
label = "Sufix :";
allow_accept = true;
key = "ZUSATZ";
value = 1;
}
}
: column {
: edit_box {
label = "Eingang:";
allow_accept = true;
key = "ZB";
value = 0;
}
: edit_box {
label = "Ausgang:";
allow_accept = true;
key = "ZY";
value = 0;
}
: edit_box {
label = "Motor :";
allow_accept = true;
key = "ZM";
value = 0;
}
}
}
: row {
: edit_box {
label = "Kommentar :";
allow_accept = true;
key = "A_KOMMENT";
value = 0;
}
}
: row {
ok_cancel_help;
}
}