Erste Fassung der Skripte von Alexander Walz eingestellt

This commit is contained in:
2025-04-03 13:27:23 +02:00
commit e6e1705f0d
251 changed files with 12003 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
/* Dialogbox fuer ILS2100 Komponaneten */
/* Datum: 16.7.2008 AW */
ASI : dialog {
label = "ASI-KOMPONENTEN";
spacer;
: row {
: list_box {
label = "ASI-Komponenten";
key = "DWG_NAME";
mnemonic = "H";
list = "ASI-K60 4E-4A\nASI-F90(IP20)\nNOT-AUS\nTAB.2FACH\nTAB.1FACH\nLED LEUCHTE";
width = 30;
height = 10;
}
: image {
height = 10;
width = 40;
color = 7;
key = "anzeige";
}
:edit_box {
label="Skalierungsfaktor";
key="FAKT";
value = 1;
mnemonic="F";
}
}
spacer;
ok_cancel;
}