Erste Fassung der Skripte von Alexander Walz eingestellt
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user