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

  1. // Next available MSG number is     6 
  2. // MODULE_ID DDUCSP_DCL_
  3. /* Next available MSG number is  10 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //     dducsp.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. //  Dducsp.dcl - Ucs presets selection dialogue.
  33. //
  34. //----------------------------------------------------------------------------
  35.  
  36. //dcl_settings : default_dcl_settings { audit_level = 3; }
  37.  
  38. dducsp : dialog {
  39.   aspect_ratio = 0;
  40.   label = "Orientaci≤n del SCP";
  41.   initial_focus = "ucsp_front";
  42.   : row {
  43.     : column {
  44.       : image_button {
  45.         key = "ucsp_world";
  46.         width = 7;
  47.         aspect_ratio = 1.0;
  48.         color = 0;
  49.         allow_accept = true;
  50.       }
  51.       : image_button {
  52.         key = "ucsp_left";
  53.         width = 7;
  54.         aspect_ratio = 1.0;
  55.         color = 0;
  56.         allow_accept = true;
  57.       }
  58.       : image_button {
  59.         key = "ucsp_cview";
  60.         width = 7;
  61.         aspect_ratio = 1.0;
  62.         color = 0;
  63.         allow_accept = true;
  64.       }
  65.     }
  66.     : column {
  67.       : image_button {
  68.         key = "ucsp_top";
  69.         width = 7;
  70.         aspect_ratio = 1.0;
  71.         color = 0;
  72.         allow_accept = true;
  73.       }
  74.       : image_button {
  75.         key = "ucsp_front";
  76.         width = 7;
  77.         aspect_ratio = 1.0;
  78.         color = 0;
  79.         allow_accept = true;
  80.       }
  81.       : image_button {
  82.         key = "ucsp_bottom";
  83.         width = 7;
  84.         aspect_ratio = 1.0;
  85.         color = 0;
  86.         allow_accept = true;
  87.       }
  88.     }
  89.     : column {
  90.       : image_button {
  91.         key = "ucsp_back";
  92.         width = 7;
  93.         aspect_ratio = 1.0;
  94.         color = 0;
  95.         allow_accept = true;
  96.       }
  97.       : image_button {
  98.         key = "ucsp_right";
  99.         width = 7;
  100.         aspect_ratio = 1.0;
  101.         color = 0;
  102.         allow_accept = true;
  103.       }
  104.       : image_button {
  105.         key = "ucsp_prev";
  106.         width = 7;
  107.         aspect_ratio = 1.0;
  108.         color = 0;
  109.         allow_accept = true;
  110.       }
  111.     }
  112.   }
  113.   : row {
  114.     : radio_column {
  115.       : radio_button {
  116.         label = "Relativo al SCP actual";
  117.         mnemonic = "R";
  118.         key = "ucsp_r_ucs";
  119.       }
  120.       : radio_button {
  121.         label = "Absoluto al SCU";
  122.         mnemonic = "A";
  123.         key = "ucsp_a_wcs";
  124.       }
  125.     }
  126.   }
  127.   ok_cancel_help_errtile;
  128. }
  129.  
  130.