home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 8
- // MODULE_ID DDPTYPE_DCL_
- /* Next available MSG number is 17 */
-
- //----------------------------------------------------------------------------
- //
- // ddptype.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.
- //
- //.
- //----------------------------------------------------------------------------
- //
- // Ddptype.dcl - Point size and type selection dialogue.
- //
- //----------------------------------------------------------------------------
-
- // DDPTYPE dialogue. Used by the DDPTYPE command in ddptype.lsp.
- // Called from the AutoCAD Release 12 Standard Menu.
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
- ddptype: dialog {
- label = "Estilo de punto";
- : column {
- : row {
- : image_button {
- key = "pdmode0";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode1";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode2";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode3";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode4";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- }
- : row {
- : image_button {
- key = "pdmode32";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode33";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode34";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode35";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode36";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- }
- : row {
- : image_button {
- key = "pdmode64";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode65";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode66";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode67";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode68";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- }
- : row {
- : image_button {
- key = "pdmode96";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode97";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode98";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode99";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- : image_button {
- key = "pdmode100";
- width = 5;
- aspect_ratio = 1.0;
- color = 0;
- allow_accept = true;
- }
- }
- }
- : column {
- fixed_height = true;
- spacer_1;
- : row {
- : edit_box {
- mnemonic = "T";
- label = "Tama±o punto:";
- key = "pdsize_value";
- edit_width = 10;
- horizontal_alignment = left;
- allow_accept = true;
- }
- : text {
- label = "";
- key = "pdsize_label";
- width = 12;
- }
- }
- : radio_column {
- fixed_height = true;
- : radio_button {
- label = "Establecer tama±o relativo a pantalla";
- mnemonic = "r";
- key = "pdsize_r";
- is_tab_stop = false;
- }
- : radio_button {
- label = "Establecer tama±o en unidades absolutas";
- mnemonic = "a";
- key = "pdsize_a";
- is_tab_stop = false;
- }
- }
- }
- spacer_1;
- ok_cancel_help_errtile;
- }
-
-