neue Folder LAYOUT MENU und MODULE dazu
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
/* TOOLS.DCL - DCL-Datei für TOOLS.LSP*/
|
||||
// -----------------------------------
|
||||
// Dialogbox Auswahlmenue
|
||||
// -----------------------------------
|
||||
tools : dialog {
|
||||
label = "TOOLS V1.2 ... Lisiecki Ch.";
|
||||
: row {
|
||||
: boxed_column {
|
||||
label = "Block-Funktionen";
|
||||
: button {
|
||||
label = "Block &skalieren";
|
||||
key = "b_blkscale";
|
||||
}
|
||||
: button {
|
||||
label = "Block &zählen";
|
||||
key = "b_blkanzahl";
|
||||
}
|
||||
: button {
|
||||
label = "Block &entfernen";
|
||||
key = "b_blkentf";
|
||||
}
|
||||
}
|
||||
: boxed_column {
|
||||
label = "sonstige Funktionen";
|
||||
: button {
|
||||
label = "Zeichnung &bereinigen";
|
||||
key = "b_bereinig2";
|
||||
}
|
||||
: button {
|
||||
label = "Zeichnung &abschließen";
|
||||
key = "b_finish";
|
||||
}
|
||||
: button {
|
||||
label = "&Text mit Rahmen";
|
||||
key = "b_txtboxed";
|
||||
}
|
||||
: button {
|
||||
label = "&Werkstücke generieren";
|
||||
key = "b_makepart";
|
||||
}
|
||||
}
|
||||
}
|
||||
ok_only;
|
||||
}
|
||||
Reference in New Issue
Block a user