neue Folder LAYOUT MENU und MODULE dazu
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
position : dialog {
|
||||
label = "SCHÖNENBERGER Systeme GmbH";
|
||||
: text {
|
||||
label = "AUTOMATISCHE POSITIONIERUNG";
|
||||
}
|
||||
:row {
|
||||
: column {
|
||||
: boxed_radio_column {
|
||||
label = "Zu positionierende Gruppe";
|
||||
key = "EBE";
|
||||
: radio_button {
|
||||
label = "Stahl-Strecken";
|
||||
key = "EBE_1";
|
||||
}
|
||||
: radio_button {
|
||||
label = "ALU-Strecken";
|
||||
key = "EBE_2";
|
||||
}
|
||||
: radio_button {
|
||||
label = "DRT-Gerüst";
|
||||
key = "EBE_3";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Profil-Gerüst";
|
||||
key = "EBE_4";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Elektrische Komponenten";
|
||||
key = "EBE_5";
|
||||
}
|
||||
: radio_button {
|
||||
label = "ILS 2100";
|
||||
key = "EBE_6";
|
||||
}
|
||||
: radio_button {
|
||||
label = "SPS-Komponenten";
|
||||
key = "EBE_7";
|
||||
}
|
||||
}
|
||||
}
|
||||
: column {
|
||||
: boxed_radio_column {
|
||||
label = "Aktivität";
|
||||
key = "WASTUN";
|
||||
: radio_button {
|
||||
label = "nur Pos-Nr setzen";
|
||||
key = "WASTUN_1";
|
||||
}
|
||||
: radio_button {
|
||||
label = "ändere gleichzeitig die Attribute";
|
||||
key = "WASTUN_2";
|
||||
}
|
||||
}
|
||||
: boxed_radio_column {
|
||||
label = "Form des Positionsrahmens";
|
||||
key = "UMRAND";
|
||||
: radio_button {
|
||||
label = "Rectangular";
|
||||
key = "UMRAND_1";
|
||||
mnemonic="R";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Circle";
|
||||
key = "UMRAND_2";
|
||||
mnemonic="C";
|
||||
}
|
||||
: radio_button {
|
||||
label = "Automation";
|
||||
key = "UMRAND_3";
|
||||
mnemonic="A";
|
||||
}
|
||||
}
|
||||
:edit_box {
|
||||
label="Skalierungsfaktor";
|
||||
key="FAKT";
|
||||
mnemonic="S";
|
||||
}
|
||||
:toggle {
|
||||
label="Positionieren";
|
||||
key="FAHNE";
|
||||
mnemonic="F";
|
||||
}
|
||||
:toggle {
|
||||
label="Stückliste POSITION auf die Zeichnung";
|
||||
key="STKLI";
|
||||
mnemonic="P";
|
||||
}
|
||||
:toggle {
|
||||
label="Stückliste BAUGRUPPEN auf die Zeichnung";
|
||||
key="STKLI_B";
|
||||
mnemonic="B";
|
||||
}
|
||||
ok_cancel;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user