Erste Fassung der Skripte von Alexander Walz eingestellt
This commit is contained in:
@@ -0,0 +1,160 @@
|
||||
elektro : dialog {
|
||||
label = "SCHOENENBERGER Systeme GmbH [AW]";
|
||||
: 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";
|
||||
}
|
||||
}
|
||||
}
|
||||
: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.R�cksetzung-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.R�cksetzung-GR/GI";
|
||||
width = 20;
|
||||
height = 3;
|
||||
}
|
||||
}
|
||||
:column {
|
||||
: list_box {
|
||||
label = "1.Lage";
|
||||
key = "LAGE1";
|
||||
list = "Leereintrag\nVON\nNACH";
|
||||
width = 20;
|
||||
height = 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
: row {
|
||||
: column {
|
||||
: boxed_radio_column {
|
||||
label = "NORM";
|
||||
key = "NORM";
|
||||
: radio_button {
|
||||
label = "Deutsch";
|
||||
key = "NORM_1";
|
||||
}
|
||||
: radio_button {
|
||||
label = "US";
|
||||
key = "NORM_2";
|
||||
}
|
||||
}
|
||||
}
|
||||
: column {
|
||||
: edit_box {
|
||||
label = "Z„hler-SENSOR (Eingang):";
|
||||
allow_accept = true;
|
||||
key = "ZB";
|
||||
value = 0;
|
||||
}
|
||||
: edit_box {
|
||||
label = "Z„hler-VENTIL (Ausgang):";
|
||||
allow_accept = true;
|
||||
key = "ZY";
|
||||
value = 0;
|
||||
}
|
||||
: edit_box {
|
||||
label = "Z„hler-ANTRIEB :";
|
||||
allow_accept = true;
|
||||
key = "ZM";
|
||||
value = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
: row {
|
||||
: 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 {
|
||||
ok_cancel_help;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user