home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 54
- // MODULE_ID DDVIEW_DCL_
- /* Next available MSG number is 61 */
-
- //----------------------------------------------------------------------------
- //
- // ddview.dcl
- //
- // Copyright (C) 1992, 1994 by Autodesk, Inc.
- //
- // Permission to use, copy, modify, and distribute this software
- // for any purpose and without fee is hereby granted, provided
- // that the above copyright notice appears in all copies and
- // that both that copyright notice and the limited warranty and
- // restricted rights notice below appear in all supporting
- // documentation.
- //
- // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
- // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
- // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
- // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
- // UNINTERRUPTED OR ERROR FREE.
- //
- // Use, duplication, or disclosure by the U.S. Government is subject to
- // restrictions set forth in FAR 52.227-19 (Commercial Computer
- // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- // (Rights in Technical Data and Computer Software), as applicable.
- //
- //.
- //----------------------------------------------------------------------------
- //
- // Dialogue interface to VIEW command. Used with DDVIEW.LSP
- //
- //----------------------------------------------------------------------------
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
- view : dialog {
- label = "Control de las vistas";
- initial_focus = "edit_view";
- : list_box {
- label = "Vistas";
- mnemonic = "V";
- width = 42;
- tabs = "34";
- key = "list_view";
- tab_truncate = true;
- }
- : concatenation {
- : text_part {
- label = "Recuperar vista: ";
- }
- : text_part {
- key = "res_text";
- width = 32;
- }
- }
- : row {
- : button {
- label = "Recuperar";
- mnemonic = "R";
- key = "restore";
- }
- : button {
- label = "Nueva...";
- mnemonic = "N";
- key = "new_view";
- }
- : button {
- label = "Borrar";
- mnemonic = "B";
- key = "delete";
- }
- : button {
- label = "Descripci≤n...";
- mnemonic = "D";
- key = "describe";
- }
- }
- spacer_0;
- ok_cancel_help;
- }
-
- new_view : dialog {
- label = "Definir nueva vista";
- : edit_box {
- key = "new_view_name";
- allow_accept = false;
- label = "Nuevo nombre:";
- mnemonic = "N";
- edit_width = 26;
- }
- : radio_column {
- : radio_button {
- label = "Pantalla actual";
- mnemonic = "P";
- key = "r_current";
- }
- : radio_button {
- label = "Definir ventana";
- mnemonic = "D";
- key = "r_window";
- }
- }
- : button {
- label = "Ventana <";
- mnemonic = "V";
- width = 10;
- key = "window";
- horizontal_alignment = left;
- fixed_width = true;
- }
- : row {
- : boxed_column {
- label = "Primera esquina";
- key = "fc";
- : concatenation {
- : text_part {
- label = "X: ";
- key = "x1_label";
- }
- : text_part {
- key = "x1_text";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- key = "y1_label";
- }
- : text_part {
- key = "y1_text";
- width = 10;
- }
- }
- }
- : boxed_column {
- label = "Esquina opuesta";
- key = "oc";
- : concatenation {
- : text_part {
- label = "X: ";
- key = "x2_label";
- }
- : text_part {
- key = "x2_text";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- key = "y2_label";
- }
- : text_part {
- key = "y2_text";
- width = 10;
- }
- }
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Guardar vista";
- mnemonic = "G";
- key = "save_view";
- fixed_width = true;
- }
- : spacer { width = 2; }
- cancel_button;
- }
- errtile;
- }
-
-
- valert : dialog {
- label = "Advertencia";
- : paragraph {
- : text_part {
- label = "Ya existe una vista con este nombre en el";
- }
- : text_part {
- label = "dibujo. ┐Desea redefinirla?";
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Redefinir";
- key = "accept";
- mnemonic = "R";
- is_default = true;
- width = 8;
- }
- : spacer {
- width = 2;
- }
- : button {
- label = "Cancelar";
- key = "cancel";
- mnemonic = "C";
- is_cancel = true;
- width = 6;
- }
- }
- }
-
- vinquiry : dialog {
- label = "Descripci≤n de la vista";
- : concatenation {
- : text {
- label = "Nombre de la vista:";
- }
- : text {
- key = "v_name";
- width = 31;
- }
- }
- spacer_1;
- : row {
- : row {
- : column {
- spacer_1;
- : text {
- label = "Anchura:";
- }
- : text {
- label = "Altura:";
- }
- : text {
- label = "Ladeo:";
- }
- }
- : column {
- spacer_1;
- : text {
- key = "v_width";
- width = 10;
- }
- : text {
- key = "v_height";
- width = 10;
- }
- : text {
- key = "v_twist";
- width = 10;
- }
- }
- }
- spacer_1;
- : column {
- : text {
- key = "cen_tar";
- width = 15;
- }
- : concatenation {
- : text_part {
- label = "X: ";
- }
- : text_part {
- key = "vtar_x";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- }
- : text_part {
- key = "vtar_y";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Z: ";
- }
- : text_part {
- key = "vtar_z";
- width = 10;
- }
- }
- }
- : column {
- : text {
- key = "direction";
- width = 15;
- }
- : concatenation {
- : text_part {
- label = "X: ";
- }
- : text_part {
- key = "vdir_x";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- }
- : text_part {
- key = "vdir_y";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Z: ";
- }
- : text_part {
- key = "vdir_z";
- width = 10;
- }
- }
- }
- }
- spacer_1;
- : row {
- children_fixed_width = true;
- : column {
- : row {
- : column {
- : text {
- label = "Perspectiva:";
- }
- : text {
- label = "Delimitador delantero:";
- }
- : text {
- label = "Delimitador trasero:";
- }
- }
- : column {
- : text {
- key = "persp";
- width = 4;
- }
- : text {
- key = "fclipon";
- width = 4;
- }
- : text {
- key = "bclipon";
- width = 4;
- }
- }
- }
- }
- : column {
- children_fixed_width = true;
- : row {
- : column {
- : text {
- label = "Longitud de lente:";
- }
- : text {
- label = "Equidist:";
- }
- : text {
- label = "Equidist:";
- }
- }
- : column {
- : text {
- key = "lens";
- width = 8;
- }
- : text {
- key = "fclip";
- width = 8;
- }
- : text {
- key = "bclip";
- width = 8;
- }
- }
- }
- }
- }
- spacer_1;
- ok_only;
- }
-
-
-
-