neue Folder LAYOUT MENU und MODULE dazu

This commit is contained in:
2025-04-14 16:56:58 +02:00
parent e6e1705f0d
commit 35f7b2d75e
935 changed files with 803964 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/* Dialogbox Stahl Komponenten */
/* Datum: 05.09.2010 AW */
STAHL_R650_1: dialog {
label = "STAHL-PROGRAMM R650 - 350/700";
spacer;
: row {
: list_box {
label = "STAHL-PROGRAMM R650 - 350/700";
key = "DWG_NAME";
list = "W45-R650-L-350\nW45-R650-R-350\nW90-R650-L-700\nW90-R650-R-700\nS45-R650-L-350\nS45-R650-R-350\nDRW-R650-1400\nDW-R650-1400";
mnemonic = "H";
width = 40;
height = 12;
}
: image {
height = 10;
width = 40;
color = 7;
key = "anzeige";
}
}
spacer;
ok_cancel;
}