home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 v2.4 Fix / W95-v2.4fix.iso / ACADWIN / SUPPORT / DDVIEW.DCL < prev    next >
Encoding:
Text File  |  1995-02-08  |  10.3 KB  |  391 lines

  1. // Next available MSG number is    54 
  2. // MODULE_ID DDVIEW_DCL_
  3. /* Next available MSG number is  61 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //     ddview.dcl
  8. //
  9. //     Copyright (C) 1992, 1994 by Autodesk, Inc.
  10. //
  11. //     Permission to use, copy, modify, and distribute this software
  12. //     for any purpose and without fee is hereby granted, provided
  13. //     that the above copyright notice appears in all copies and
  14. //     that both that copyright notice and the limited warranty and
  15. //     restricted rights notice below appear in all supporting
  16. //     documentation.
  17. //
  18. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  19. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  20. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  21. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  22. //     UNINTERRUPTED OR ERROR FREE.
  23. //
  24. //     Use, duplication, or disclosure by the U.S. Government is subject to
  25. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  26. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  27. //     (Rights in Technical Data and Computer Software), as applicable.
  28. //
  29. //.
  30. //----------------------------------------------------------------------------
  31. //
  32. //  Dialogue interface to VIEW command.  Used with DDVIEW.LSP
  33. //
  34. //----------------------------------------------------------------------------
  35.  
  36. //dcl_settings : default_dcl_settings { audit_level = 3; }
  37.  
  38. view : dialog {
  39.     label = "Control de las vistas";
  40.     initial_focus = "edit_view";
  41.     : list_box {
  42.         label = "Vistas";
  43.         mnemonic = "V";
  44.         width = 42;
  45.         tabs = "34";
  46.         key = "list_view";
  47.         tab_truncate = true;
  48.     }
  49.     : concatenation {
  50.         : text_part {
  51.             label = "Recuperar vista: ";
  52.         }
  53.         : text_part {
  54.             key = "res_text";
  55.             width = 32;
  56.         }
  57.     }
  58.     : row {
  59.         : button {
  60.             label = "Recuperar";
  61.             mnemonic = "R";
  62.             key = "restore";
  63.         }
  64.         : button {
  65.             label = "Nueva...";
  66.             mnemonic = "N";
  67.             key = "new_view";
  68.         }
  69.         : button {
  70.             label = "Borrar";
  71.             mnemonic = "B";
  72.             key = "delete";
  73.         }
  74.         : button {
  75.             label = "Descripci≤n...";
  76.             mnemonic = "D";
  77.             key = "describe";
  78.         }
  79.     }
  80.     spacer_0;
  81.     ok_cancel_help;
  82. }
  83.  
  84. new_view : dialog {
  85.     label = "Definir nueva vista";
  86.     : edit_box {
  87.         key = "new_view_name";
  88.         allow_accept = false;
  89.         label = "Nuevo nombre:";
  90.         mnemonic = "N";
  91.         edit_width = 26;
  92.     }
  93.     : radio_column {
  94.         : radio_button {
  95.             label = "Pantalla actual";
  96.             mnemonic = "P";
  97.             key = "r_current";
  98.         }
  99.         : radio_button {
  100.             label = "Definir ventana";
  101.             mnemonic = "D";
  102.             key = "r_window";
  103.         }
  104.     }
  105.     : button {
  106.         label = "Ventana <";
  107.         mnemonic = "V";
  108.         width = 10;
  109.         key = "window";
  110.         horizontal_alignment = left;
  111.         fixed_width = true;
  112.     }
  113.     : row {
  114.         : boxed_column {
  115.             label = "Primera esquina";
  116.             key = "fc";
  117.             : concatenation {
  118.                 : text_part {
  119.                     label = "X: ";
  120.                     key = "x1_label";
  121.                 }
  122.                 : text_part {
  123.                     key = "x1_text";
  124.                     width = 10;
  125.                 }
  126.             }
  127.             : concatenation {
  128.                 : text_part {
  129.                     label = "Y: ";
  130.                     key = "y1_label";
  131.                 }
  132.                 : text_part {
  133.                     key = "y1_text";
  134.                     width = 10;
  135.                 }
  136.             }
  137.         }
  138.         : boxed_column {
  139.             label = "Esquina opuesta";
  140.             key = "oc";
  141.             : concatenation {
  142.                 : text_part {
  143.                     label = "X: ";
  144.                     key = "x2_label";
  145.                 }
  146.                 : text_part {
  147.                     key = "x2_text";
  148.                     width = 10;
  149.                 }
  150.             }
  151.             : concatenation {
  152.                 : text_part {
  153.                     label = "Y: ";
  154.                     key = "y2_label";
  155.                 }
  156.                 : text_part {
  157.                     key = "y2_text";
  158.                     width = 10;
  159.                 }
  160.             }
  161.         }
  162.     }
  163.     : row {
  164.         fixed_width = true;
  165.         alignment = centered;
  166.         : button {
  167.             label = "Guardar vista";
  168.             mnemonic = "G";
  169.             key = "save_view";
  170.             fixed_width = true;
  171.         }
  172.         : spacer { width = 2; }
  173.         cancel_button;
  174.     }
  175.     errtile;
  176. }
  177.  
  178.  
  179. valert : dialog {
  180.     label = "Advertencia";
  181.     : paragraph {
  182.         : text_part {
  183.             label = "Ya existe una vista con este nombre en el";
  184.         }
  185.         : text_part {
  186.             label = "dibujo.  ┐Desea redefinirla?";
  187.         }
  188.     }
  189.     : row {
  190.         fixed_width = true;
  191.         alignment = centered;
  192.         : button {
  193.             label           = "Redefinir";
  194.             key             = "accept";
  195.             mnemonic        = "R";
  196.             is_default      = true;
  197.             width           = 8;
  198.         }
  199.         : spacer {
  200.             width = 2;
  201.         }
  202.         : button {
  203.             label           = "Cancelar";
  204.             key             = "cancel";
  205.             mnemonic        = "C";
  206.             is_cancel       = true;
  207.             width           = 6;
  208.         }
  209.     }
  210. }
  211.  
  212. vinquiry : dialog {
  213.     label = "Descripci≤n de la vista";
  214.     : concatenation {
  215.         : text {
  216.             label = "Nombre de la vista:";
  217.         }
  218.         : text {
  219.             key = "v_name";
  220.             width = 31;
  221.         }
  222.     }
  223.     spacer_1;
  224.     : row {
  225.         : row {
  226.             : column {
  227.                 spacer_1;
  228.                 : text {
  229.                     label = "Anchura:";
  230.                 }
  231.                 : text {
  232.                     label = "Altura:";
  233.                 }
  234.                 : text {
  235.                     label = "Ladeo:";
  236.                 }
  237.             }
  238.             : column {
  239.                 spacer_1;
  240.                 : text {
  241.                     key = "v_width";
  242.                     width = 10;
  243.                 }
  244.                 : text {
  245.                     key = "v_height";
  246.                     width = 10;
  247.                 }
  248.                 : text {
  249.                     key = "v_twist";
  250.                     width = 10;
  251.                 }
  252.             }
  253.         }
  254.         spacer_1;
  255.         : column {
  256.             : text {
  257.                 key = "cen_tar";
  258.                 width = 15;
  259.             } 
  260.             : concatenation {
  261.                 : text_part {
  262.                     label = "X: ";
  263.                 }
  264.                 : text_part {
  265.                     key = "vtar_x";
  266.                     width = 10;
  267.                 }
  268.             }
  269.             : concatenation {
  270.                 : text_part {
  271.                     label = "Y: ";
  272.                 }
  273.                 : text_part {
  274.                     key = "vtar_y";
  275.                     width = 10;
  276.                 }
  277.             }
  278.             : concatenation {
  279.                 : text_part {
  280.                     label = "Z: ";
  281.                 }
  282.                 : text_part {
  283.                     key = "vtar_z";
  284.                     width = 10;
  285.                 }
  286.             }
  287.         }
  288.         : column {
  289.             : text {
  290.                 key = "direction";
  291.                 width = 15;
  292.             } 
  293.             : concatenation {
  294.                 : text_part {
  295.                     label = "X: ";
  296.                 }
  297.                 : text_part {
  298.                     key = "vdir_x";
  299.                     width = 10;
  300.                 }
  301.             }
  302.             : concatenation {
  303.                 : text_part {
  304.                     label = "Y: ";
  305.                 }
  306.                 : text_part {
  307.                     key = "vdir_y";
  308.                     width = 10;
  309.                 }
  310.             }
  311.             : concatenation {
  312.                 : text_part {
  313.                     label = "Z: ";
  314.                 }
  315.                 : text_part {
  316.                     key = "vdir_z";
  317.                     width = 10;
  318.                 }
  319.             }
  320.         }
  321.     }
  322.     spacer_1;
  323.     : row {
  324.         children_fixed_width = true;
  325.         : column {
  326.             : row {
  327.                 : column {
  328.                     : text {
  329.                         label = "Perspectiva:";
  330.                     }
  331.                     : text {
  332.                         label = "Delimitador delantero:";
  333.                     }
  334.                     : text {
  335.                         label = "Delimitador trasero:";
  336.                     }
  337.                 }
  338.                 : column {
  339.                     : text {
  340.                         key = "persp";
  341.                         width = 4;
  342.                     }
  343.                     : text {
  344.                         key = "fclipon";
  345.                         width = 4;
  346.                     }
  347.                     : text {
  348.                         key = "bclipon";
  349.                         width = 4;
  350.                     }
  351.                 }
  352.             }
  353.         }
  354.         : column {
  355.             children_fixed_width = true;
  356.             : row {
  357.                 : column {
  358.                     : text {
  359.                         label = "Longitud de lente:";
  360.                     }
  361.                     : text {
  362.                         label = "Equidist:";
  363.                     }
  364.                     : text {
  365.                         label = "Equidist:";
  366.                     }
  367.                 }
  368.                 : column {
  369.                     : text {
  370.                         key = "lens";
  371.                         width = 8;
  372.                     }
  373.                     : text {
  374.                         key = "fclip";
  375.                         width = 8;
  376.                     }
  377.                     : text {
  378.                         key = "bclip";
  379.                         width = 8;
  380.                     }
  381.                 }
  382.             }
  383.         }
  384.     }
  385.     spacer_1;
  386.     ok_only;
  387. }
  388.  
  389.  
  390.  
  391.