home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 32
- // MODULE_ID DDOSNAP_DCL_
- /* Next available MSG number is 33 */
-
- //----------------------------------------------------------------------------
- //
- // DDOSNAP.DCL Version 1.0
- //
- // Copyright (C) 1991, 1992, 1993, 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.
- //
- //.
- //----------------------------------------------------------------------------
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
- ddosnap : dialog {
- label = "Ejecuci≤n de referencia a objetos";
- : boxed_column {
- label = "Seleccionar parßmetros";
- : row {
- : column {
- : toggle {
- label = "Punto final";
- key = "endpoint";
- mnemonic = "f";
- fixed_width = true;
- }
- : toggle {
- label = "Punto medio";
- key = "midpoint";
- mnemonic = "m";
- fixed_width = true;
- }
- : toggle {
- label = "Centro";
- key = "center";
- mnemonic = "C";
- fixed_width = true;
- }
- : toggle {
- label = "Punto";
- key = "node";
- mnemonic = "P";
- fixed_width = true;
- }
- : toggle {
- label = "Cuadrante";
- key = "quadrant";
- mnemonic = "d";
- fixed_width = true;
- }
- : toggle {
- label = "Intersecci≤n";
- key = "intersection";
- mnemonic = "I";
- fixed_width = true;
- }
- }
- : column {
- : toggle {
- label = "Inserci≤n";
- key = "insertion";
- mnemonic = "s";
- fixed_width = true;
- }
- : toggle {
- label = "Perpendicular";
- key = "perpendicular";
- mnemonic = "e";
- fixed_width = true;
- }
- : toggle {
- label = "Tangente";
- key = "tangent";
- mnemonic = "T";
- fixed_width = true;
- }
- : toggle {
- label = "Cercano";
- key = "nearest";
- mnemonic = "o";
- fixed_width = true;
- }
- : toggle {
- label = "Int. ficticia";
- key = "apint";
- mnemonic = "a";
- fixed_width = true;
- }
- : toggle {
- label = "Rßpido";
- key = "quick";
- mnemonic = "R";
- fixed_width = true;
- }
- }
- }
- : button {
- label = "Borrar todo";
- key = "clear";
- mnemonic = "B";
- fixed_width = true;
- alignment = centered;
- }
- }
- : boxed_row {
- label = "Tama±o mira para referencia";
- mnemonic = "±";
-
- spacer_0;
- : column {
- spacer_0;
- fixed_width = true;
- : text {
- label = "Mφn Mßx";
- alignment = centered;
- }
- : slider {
- key = "aperture_slider";
- min_value = 0;
- max_value = 19;
- width = 20;
- height = 1;
- small_increment = 1;
- big_increment = 1;
- fixed_width = true;
- fixed_height = true;
- }
- spacer_0;
- }
- : image {
- key = "aperture_image";
- aspect_ratio = 1;
- height = 4;
- width = 7;
- color = -2;
- }
- spacer_0;
- }
- ok_cancel_help;
- }
-
-