81 lines
1.9 KiB
Plaintext
81 lines
1.9 KiB
Plaintext
// Dialogbox fuer DINFORM.LSP = Zeichnungs-Rahmen einfügen
|
|
//
|
|
// Datum: 05.12.93 / 5.7.97 / 12.6.98
|
|
//
|
|
|
|
DINFORM : dialog {
|
|
label = "ZEICHNUNGSFORMAT";
|
|
spacer;
|
|
: popup_list {
|
|
label = "Rahmen";
|
|
key = "DIN";
|
|
mnemonic = "P";
|
|
value = 0;
|
|
list = "A0\nA1\nA2\nA3\nA4";
|
|
}
|
|
spacer;
|
|
: row {
|
|
: boxed_radio_column {
|
|
label = "Ausrichtung (nur für A4)";
|
|
value = "0";
|
|
: column {
|
|
: radio_button {
|
|
label = "Quer";
|
|
key = "QUER";
|
|
mnemonic = "Q";
|
|
value = "1";
|
|
}
|
|
: radio_button {
|
|
label = "Hoch";
|
|
key = "HOCH";
|
|
mnemonic = "H";
|
|
}
|
|
}
|
|
}
|
|
: boxed_radio_column {
|
|
label = "Sprache";
|
|
value = "0";
|
|
: column {
|
|
: radio_button {
|
|
label = "Deutsch";
|
|
key = "L_GERMAN";
|
|
mnemonic = "Q";
|
|
value = "1";
|
|
}
|
|
: radio_button {
|
|
label = "Englisch";
|
|
key = "L_ENGLISH";
|
|
mnemonic = "H";
|
|
}
|
|
: radio_button {
|
|
label = "Französisch";
|
|
key = "L_FRENCH";
|
|
mnemonic = "H";
|
|
}
|
|
: radio_button {
|
|
label = "Italienisch";
|
|
key = "L_ITALIAN";
|
|
mnemonic = "H";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
spacer;
|
|
: popup_list {
|
|
label = "Maßstab";
|
|
key = "MS";
|
|
mnemonic = "M";
|
|
value = 6;
|
|
list = "1:1\n1:10\n1:20\n1:25\n1:50\n1:75\n1:100\n1:200\n1:500\n1:1000";
|
|
}
|
|
spacer;
|
|
: toggle {
|
|
label = "Kopf";
|
|
key = "SF";
|
|
mnemonic = "S";
|
|
value = "1";
|
|
}
|
|
spacer;
|
|
ok_cancel;
|
|
}
|