Omniflo csv Export erste Fassung. Höhe und Winkel in die Attribute ergänzt. Dcl Dialoge ermöglichen Eingabe von Höhe und Drehung. Neuer Menü-eintrag bearbeiten in Omniflo dazu.
This commit is contained in:
@@ -50,5 +50,18 @@ omniflo_boegen : dialog {
|
||||
}
|
||||
}
|
||||
|
||||
: row {
|
||||
: edit_box {
|
||||
key = "val_hoehe";
|
||||
label = "Hoehe (mm):";
|
||||
edit_width = 10;
|
||||
}
|
||||
: edit_box {
|
||||
key = "val_drehung";
|
||||
label = "Drehung (Grad):";
|
||||
edit_width = 10;
|
||||
}
|
||||
}
|
||||
|
||||
ok_cancel;
|
||||
}
|
||||
|
||||
@@ -61,5 +61,18 @@ omniflo_weichen : dialog {
|
||||
}
|
||||
}
|
||||
|
||||
: row {
|
||||
: edit_box {
|
||||
key = "val_hoehe";
|
||||
label = "Hoehe (mm):";
|
||||
edit_width = 10;
|
||||
}
|
||||
: edit_box {
|
||||
key = "val_drehung";
|
||||
label = "Drehung (Grad):";
|
||||
edit_width = 10;
|
||||
}
|
||||
}
|
||||
|
||||
ok_cancel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user