home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p024 / 6.img / SUPPORT4.LIB / DDUCSP.DCL < prev    next >
Encoding:
Text File  |  1993-02-09  |  2.9 KB  |  118 lines

  1. /* Next available MSG number is  10 */
  2. //----------------------------------------------------------------------------
  3. //
  4. //   DDUCSP.DCL   Version 1.0
  5. //
  6. //   Copyright (C) 1991-1992 by Autodesk, Inc.
  7. //
  8. //   Permission to use, copy, modify, and distribute this software
  9. //   for any purpose and without fee is hereby granted, provided
  10. //   that the above copyright notice appears in all copies and that
  11. //   both that copyright notice and this permission notice appear in
  12. //   all supporting documentation.
  13. //
  14. //   THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
  15. //   WARRANTY.  ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
  16. //   PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
  17. //
  18. //----------------------------------------------------------------------------
  19. //
  20. //  Dducsp.dcl - Ucs presets selection dialogue.
  21. //
  22. //----------------------------------------------------------------------------
  23.  
  24. dcl_settings : default_dcl_settings { audit_level = 0; }
  25.  
  26.  
  27. dducsp : dialog {
  28.   aspect_ratio = 0;
  29.   label = /*MSG1*/"UCS ñΦª∞";
  30.   initial_focus = "ucsp_front";
  31.   : row {
  32.     : column {
  33.       : image_button {
  34.         key = "ucsp_world";
  35.         width = 7;
  36.         aspect_ratio = 1.0;
  37.         color = 0;
  38.         allow_accept = true;
  39.       }
  40.       : image_button {
  41.         key = "ucsp_left";
  42.         width = 7;
  43.         aspect_ratio = 1.0;
  44.         color = 0;
  45.         allow_accept = true;
  46.       }
  47.       : image_button {
  48.         key = "ucsp_cview";
  49.         width = 7;
  50.         aspect_ratio = 1.0;
  51.         color = 0;
  52.         allow_accept = true;
  53.       }
  54.     }
  55.     : column {
  56.       : image_button {
  57.         key = "ucsp_top";
  58.         width = 7;
  59.         aspect_ratio = 1.0;
  60.         color = 0;
  61.         allow_accept = true;
  62.       }
  63.       : image_button {
  64.         key = "ucsp_front";
  65.         width = 7;
  66.         aspect_ratio = 1.0;
  67.         color = 0;
  68.         allow_accept = true;
  69.       }
  70.       : image_button {
  71.         key = "ucsp_bottom";
  72.         width = 7;
  73.         aspect_ratio = 1.0;
  74.         color = 0;
  75.         allow_accept = true;
  76.       }
  77.     }
  78.     : column {
  79.       : image_button {
  80.         key = "ucsp_back";
  81.         width = 7;
  82.         aspect_ratio = 1.0;
  83.         color = 0;
  84.         allow_accept = true;
  85.       }
  86.       : image_button {
  87.         key = "ucsp_right";
  88.         width = 7;
  89.         aspect_ratio = 1.0;
  90.         color = 0;
  91.         allow_accept = true;
  92.       }
  93.       : image_button {
  94.         key = "ucsp_prev";
  95.         width = 7;
  96.         aspect_ratio = 1.0;
  97.         color = 0;
  98.         allow_accept = true;
  99.       }
  100.     }
  101.   }
  102.   : row {
  103.     : radio_column {
  104.       : radio_button {
  105.         label = /*MSG2*/"R¼█╣∩⌐≤Ñ╪½e UCS";
  106.         mnemonic = /*MSG3*/"R";
  107.         key = "ucsp_r_ucs";
  108.       }
  109.       : radio_button {
  110.         label = /*MSG4*/"A╡┤╣∩⌐≤ WCS";
  111.         mnemonic = /*MSG5*/"A";
  112.         key = "ucsp_a_wcs";
  113.       }
  114.     }
  115.   }
  116.   ok_cancel_help_errtile;
  117. }
  118.