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

  1. // Next available MSG number is    32 
  2. // MODULE_ID DDOSNAP_DCL_
  3. /* Next available MSG number is  33 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //   DDOSNAP.DCL   Version 1.0
  8. //
  9. //     Copyright (C) 1991, 1992, 1993, 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. //dcl_settings : default_dcl_settings { audit_level = 3; }
  33.  
  34. ddosnap : dialog {
  35.     label = "Ejecuci≤n de referencia a objetos";
  36.     : boxed_column {
  37.         label = "Seleccionar parßmetros";
  38.         : row {
  39.             : column {
  40.                 : toggle {
  41.                     label = "Punto final";
  42.                     key = "endpoint";
  43.                     mnemonic = "f";
  44.                     fixed_width = true;
  45.                 }  
  46.                 : toggle {
  47.                     label = "Punto medio";
  48.                     key = "midpoint";
  49.                     mnemonic = "m";
  50.                     fixed_width = true;
  51.                 }  
  52.                 : toggle {
  53.                     label = "Centro";
  54.                     key =  "center";
  55.                     mnemonic = "C";
  56.                     fixed_width = true;
  57.                 }  
  58.                 : toggle {
  59.                     label = "Punto";
  60.                     key = "node";
  61.                     mnemonic = "P";
  62.                     fixed_width = true;
  63.                 }  
  64.                 : toggle {
  65.                     label = "Cuadrante";
  66.                     key = "quadrant";
  67.                     mnemonic = "d";
  68.                     fixed_width = true;
  69.                 }  
  70.                 : toggle {
  71.                     label = "Intersecci≤n";
  72.                     key = "intersection";
  73.                     mnemonic = "I";
  74.                     fixed_width = true;
  75.                 }  
  76.             }
  77.             : column {
  78.                 : toggle {
  79.                     label = "Inserci≤n";
  80.                     key = "insertion";
  81.                     mnemonic = "s";
  82.                     fixed_width = true;
  83.                 }  
  84.                 : toggle {
  85.                     label = "Perpendicular";
  86.                     key = "perpendicular";
  87.                     mnemonic = "e";
  88.                     fixed_width = true;
  89.                 }  
  90.                 : toggle {
  91.                     label = "Tangente";
  92.                     key = "tangent";
  93.                     mnemonic = "T";
  94.                     fixed_width = true;
  95.                 }  
  96.                 : toggle {
  97.                     label = "Cercano";
  98.                     key = "nearest";
  99.                     mnemonic = "o";
  100.                     fixed_width = true;
  101.                 }  
  102.                 : toggle {
  103.                    label = "Int. ficticia";
  104.                    key = "apint";
  105.                    mnemonic = "a";
  106.                    fixed_width = true;
  107.                 }
  108.                 : toggle {
  109.                     label = "Rßpido";
  110.                     key = "quick";
  111.                     mnemonic = "R";
  112.                     fixed_width = true;
  113.                 }  
  114.             }
  115.         }
  116.         : button {
  117.            label = "Borrar todo";
  118.            key = "clear";
  119.            mnemonic = "B";
  120.            fixed_width = true;
  121.            alignment = centered;
  122.         }
  123.     }
  124.     : boxed_row {
  125.         label = "Tama±o mira para referencia";
  126.         mnemonic = "±";
  127.  
  128.         spacer_0;
  129.         : column {
  130.             spacer_0;
  131.             fixed_width = true;
  132.             : text {
  133.                   label = "Mφn         Mßx";
  134.                   alignment = centered;
  135.             }
  136.             : slider {
  137.                 key = "aperture_slider";
  138.                 min_value = 0;
  139.                 max_value = 19;
  140.                 width = 20;
  141.                 height = 1;
  142.                 small_increment = 1;
  143.                 big_increment = 1;
  144.                 fixed_width = true;
  145.                 fixed_height = true;
  146.             }
  147.             spacer_0;
  148.         }
  149.         : image {
  150.             key = "aperture_image";
  151.             aspect_ratio = 1;
  152.             height = 4;
  153.             width = 7;
  154.             color = -2;
  155.         }
  156.         spacer_0;
  157.     }
  158.     ok_cancel_help;
  159. }
  160.  
  161.