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

  1. // Next available MSG number is    39 
  2. // MODULE_ID DDINSERT_DCL_
  3. /* Next available MSG number is  41 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //     ddinsert.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. // Corresponding dialogues for DDINSERT.LSP which is an AutoLISP implementation
  33. // of the AutoCAD Insert command with a dialogue interface.
  34. //
  35. //----------------------------------------------------------------------------
  36.  
  37.  
  38. //dcl_settings : default_dcl_settings { audit_level = 3; }
  39.  
  40.  
  41. ddinsert : dialog {
  42.     label = "Insertar";
  43.     : boxed_column {
  44.     label = "Bloque";
  45.     : row {
  46.         : button {
  47.         label = "Bloque...";
  48.         key = "int_blocks";
  49.         mnemonic = "B";
  50.         width = 10;
  51.         fixed_width = true;
  52.         }
  53.         : edit_box {
  54.         label = "";
  55.         key = "current_name";
  56.         width = 36;
  57.         edit_limit = 217;
  58.         }
  59.     }
  60.     : row {
  61.         : button {
  62.         label = "Archivo...";
  63.         key = "ext_blocks";
  64.         mnemonic = "A";
  65.         width = 10;
  66.         fixed_width = true;
  67.         }
  68.         : edit_box {
  69.         key = "path_name";
  70.         width = 36;
  71.         }
  72.     }
  73.     }
  74.     : boxed_column {
  75.     label = "Opciones";
  76.     : row {
  77.         : toggle {
  78.         label = "Indicar parßmetros en pantalla";
  79.         key = "on_screen";
  80.         mnemonic = "p";
  81.         fixed_width = true;
  82.         }
  83.     }
  84.     : row {
  85.         : boxed_column {
  86.         label = "Punto de inserci≤n";
  87.         : edit_box {
  88.             label = "X:";
  89.             mnemonic = "X";
  90.             key = "x_pt";
  91.             edit_width = 10;
  92.         }
  93.         : edit_box {
  94.             label = "Y:";
  95.             mnemonic = "Y";
  96.             key = "y_pt";
  97.             edit_width = 10;
  98.         }
  99.         : edit_box {
  100.             label = "Z:";
  101.             mnemonic = "Z";
  102.             key = "z_pt";
  103.             edit_width = 10;
  104.         }
  105.         }
  106.         : boxed_column {
  107.         label = "Escala";
  108.         : edit_box {
  109.             label = "X:";
  110.             mnemonic = "X";
  111.             key = "x_scale";
  112.             edit_width = 10;
  113.         }
  114.         : edit_box {
  115.             label = "Y:";
  116.             mnemonic = "Y";
  117.             key = "y_scale";
  118.             edit_width = 10;
  119.         }
  120.         : edit_box {
  121.             label = "Z:";
  122.             mnemonic = "Z";
  123.             key = "z_scale";
  124.             edit_width = 10;
  125.         }
  126.         }
  127.         : column {
  128.         : boxed_column {
  129.             label = "Rotaci≤n";
  130.             fixed_height = true;
  131.             : edit_box {
  132.             label = "Angulo:";
  133.             key = "rotation";
  134.             mnemonic = "g";
  135.             edit_width = 6;
  136.             }
  137.         }
  138.         }
  139.     }
  140.     }
  141.     : toggle {
  142.     label = "Descomponer";
  143.     key = "explode";
  144.     mnemonic = "D";
  145.     fixed_width = true;
  146.     }
  147.     ok_cancel_help_errtile;
  148. }
  149.  
  150.  
  151. list_blocks : dialog {
  152.     label = "Bloques definidos";
  153.     : edit_box {
  154.     label = "Patr≤n:";
  155.     key = "pattern";
  156.     mnemonic = "P";
  157.     allow_accept=true;
  158.     is_default=true;
  159.     }
  160.     : list_box {
  161.     key = "bl_match";
  162.     width = 32;
  163.     allow_accept = true;
  164.     }
  165.     : edit_box {
  166.     label = "Selecci≤n:";
  167.     key = "selection";
  168.     mnemonic = "S";
  169.     allow_accept=true;
  170.     edit_limit = 217;
  171.     }
  172.     spacer;
  173.     ok_cancel_err;
  174. }
  175.  
  176. blk_exists : dialog {
  177.     label = "Advertencia";
  178.     : paragraph {
  179.     : text_part {
  180.         label = "Ya hay un bloque con este nombre en el dibujo.";
  181.     }
  182.     : text_part {
  183.         label = "┐Desea redefinirlo?";
  184.     }
  185.     }
  186.     spacer_1;
  187.     : row {
  188.     fixed_width = true;
  189.     alignment = centered;
  190.     : button {
  191.         label = "Aceptar";
  192.         key = "redefine";
  193.         width = 8;
  194.     }
  195.     : spacer {
  196.         width = 2;
  197.     }
  198.     : default_button {
  199.         label = "Cancelar";
  200.         key = "no";
  201.         width = 8;
  202.     }
  203.     }
  204. }
  205.  
  206.  
  207.