home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / support / ddvpoint.dcl < prev    next >
Encoding:
Text File  |  1995-02-08  |  3.0 KB  |  107 lines

  1. // Next available MSG number is    13 
  2. // MODULE_ID DDVPOINT_DCL_
  3. /* Next available MSG number is  13 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //     ddvpoint.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. //  Ddvpoint.dcl - 3D View direction specification tool
  33. //
  34. //----------------------------------------------------------------------------
  35.  
  36.  
  37. //dcl_settings : default_dcl_settings { audit_level = 3; }
  38.  
  39. ddvpoint : dialog {
  40.   aspect_ratio = 0;
  41.   label        = "Parßmetros del punto de vista";
  42.   fixed_height = true;
  43.   fixed_width  = true;
  44.   : column {
  45.     : row {
  46.       : text {
  47.         label = "Establecer ßngulos de visi≤n";
  48.         key   = "ddvp_header";
  49.       }
  50.     }
  51.     : row {
  52.       : radio_row {
  53.         : radio_button {
  54.           label    = "Absoluto al SCU";
  55.           key      = "ddvp_abs_wcs";
  56.           mnemonic = "S";
  57.           value    = "1";
  58.         }
  59.         : radio_button {
  60.           label    = "Relativo al SCP";
  61.           key      = "ddvp_rel_ucs";
  62.           mnemonic = "C";
  63.         }
  64.       }
  65.     }
  66.     : row {
  67.       fixed_width = true;
  68.       fixed_height = true;
  69.       : image_button {
  70.         alignment = top;
  71.         fixed_width = true;
  72.         fixed_height = true;
  73.         key    = "ddvp_image";
  74.         width  = 39;
  75.         height = 12;
  76.         color  = 0;
  77.       }
  78.     }
  79.     : row {
  80.       : edit_box {
  81.         label       = "Desde:  Eje X:";
  82.         mnemonic    = "D";
  83.         key         = "ddvp_val_x";
  84.         fixed_width = true;
  85.         edit_width  = 6;
  86.       }
  87.       : edit_box {
  88.         label       = "Plano XY:";
  89.         mnemonic    = "P";
  90.         key         = "ddvp_val_xyp";
  91.         fixed_width = true;
  92.         edit_width  = 6;
  93.       }
  94.     }
  95.     : row {
  96.       : button {
  97.         label = "Establecer vista en planta";
  98.         key   = "ddvp_set_plan";
  99.         mnemonic = "v";
  100.       }
  101.     }
  102.   }
  103.   spacer_1;
  104.   ok_cancel_help_errtile;
  105. }
  106.  
  107.