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

  1. /* Next available MSG number is  13 */
  2.  
  3. //----------------------------------------------------------------------------
  4. //
  5. //   DDVPOINT.DCL   Version 1.0
  6. //
  7. //   Copyright (C) 1991-1992 by Autodesk, Inc.
  8. //
  9. //   Permission to use, copy, modify, and distribute this software
  10. //   for any purpose and without fee is hereby granted, provided
  11. //   that the above copyright notice appears in all copies and that
  12. //   both that copyright notice and this permission notice appear in
  13. //   all supporting documentation.
  14. //
  15. //   THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
  16. //   WARRANTY.  ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
  17. //   PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
  18. //
  19. //----------------------------------------------------------------------------
  20. //
  21. //  Ddvpoint.dcl - 3D View direction specification tool
  22. //
  23. //----------------------------------------------------------------------------
  24.  
  25.  
  26. dcl_settings : default_dcl_settings { audit_level = 0; }
  27.  
  28. ddvpoint : dialog {
  29.   aspect_ratio = 0;
  30.   label        = /*MSG1*/"╣w│]╞[┤·┬I";
  31.   fixed_height = true;
  32.   fixed_width  = true;
  33.   : column {
  34.     : row {
  35.       : text {
  36.         label = /*MSG2*/"│]⌐w╞[┤·¿ñ½╫";
  37.         key   = "ddvp_header";
  38.       }
  39.     }
  40.     : row {
  41.       : radio_row {
  42.         : radio_button {
  43.           label    = /*MSG3*/"ÑH WCS ⌐w╞[┤·┬I";
  44.           key      = "ddvp_abs_wcs";
  45.           mnemonic = /*MSG4*/"W";
  46.           value    = "1";
  47.         }
  48.         : radio_button {
  49.           label    = /*MSG5*/"ÑH UCS ⌐w╞[┤·┬I";
  50.           key      = "ddvp_rel_ucs";
  51.           mnemonic = /*MSG6*/"U";
  52.         }
  53.       }
  54.     }
  55.     : row {
  56.       fixed_width = true;
  57.       fixed_height = true;
  58.       : image_button {
  59.         alignment = top;
  60.         fixed_width = true;
  61.         fixed_height = true;
  62.         key    = "ddvp_image";
  63.         width  = 39;
  64.         height = 14;
  65.         color  = 0;
  66.       }
  67.     }
  68.     : row {
  69.       : edit_box {
  70.         label    = /*MSG7*/"╗PX╢bº¿¿ñA:";
  71.         mnemonic = /*MSG8*/"A";
  72.         key      = "ddvp_val_x";
  73.         fixed_width = true;
  74.         edit_width  = 6;
  75.       }
  76.       : edit_box {
  77.         label       = /*MSG9*/"╗PXYÑ¡¡▒º¿¿ñP:";
  78.         mnemonic    = /*MSG10*/"P";
  79.         key         = "ddvp_val_xyp";
  80.         fixed_width = true;
  81.         edit_width  = 6;
  82.       }
  83.     }
  84.     : row {
  85.       : button {
  86.         label = /*MSG11*/"│]¼░Ñ¡¡▒╡°┤║V";
  87.         key   = "ddvp_set_plan";
  88.         mnemonic = /*MSG12*/"V";
  89.       }
  90.     }
  91.   }
  92.   spacer_1;
  93.   ok_cancel_help_errtile;
  94. }
  95.