home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p024 / 5.img / SUPPORT2.LIB / DDGRIPS.DCL < prev    next >
Encoding:
Text File  |  1993-02-09  |  3.4 KB  |  123 lines

  1. /* Next available MSG number is  17 */
  2.  
  3. //----------------------------------------------------------------------------
  4. //
  5. // DDGRIPS.DCL   ¬⌐Ñ╗ 1.0
  6. // ¬⌐┼v⌐╥ª│ (C) 1991-1992  Autodesk ñ╜Ñq
  7. //
  8. //
  9. // Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
  10. // ¡∞½h :
  11. //
  12. // 1)  ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
  13. // 2)  ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
  14. //
  15. // Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
  16. // Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
  17. //
  18. //
  19. //----------------------------------------------------------------------------
  20.  
  21. dcl_settings : default_dcl_settings { audit_level = 0; }
  22.  
  23.  
  24.  
  25. ddgrips : dialog {
  26.     label = /*MSG1*/"┤w┬I";
  27.     : boxed_column {
  28.         label = /*MSG2*/"┐∩¿·ñº│]⌐w";
  29.         : toggle {
  30.             label = /*MSG3*/"¿╧Ñ╬┤w┬IE";
  31.             key = "grips";
  32.             mnemonic = /*MSG4*/"E";
  33.             fixed_width = true;
  34.         }
  35.         : toggle {
  36.             label = /*MSG5*/"ªbíu╣╧╕sívññÑτ¿╧Ñ╬┤w┬IB";
  37.             key = "gripblock";
  38.             mnemonic = /*MSG6*/"B";
  39.             fixed_width = true;
  40.         }
  41.     }
  42.     : boxed_column {
  43.          label = /*MSG7*/"íu┤w┬Iív├CªΓ";
  44.          : row {
  45.              : column {
  46.                  : button {
  47.                      label = /*MSG8*/"½D┐∩⌐w┬IU...";
  48.                      key = "cool_color";
  49.                      mnemonic = /*MSG9*/"U";
  50.                  }
  51.                  : button {
  52.                      label = /*MSG10*/"┐∩⌐w┬IS...";
  53.                      key = "hot_color";
  54.                      mnemonic = /*MSG11*/"S";
  55.                  }
  56.              }
  57.              : column {
  58.                  : image {
  59.                      key = "cool_image";
  60.                      height = 1;
  61.                      width = 3;
  62.                      fixed_width = true;
  63.                      fixed_height = true;
  64.                  }
  65.                  : image {
  66.                      key = "hot_image";
  67.                      height = 1;
  68.                      width = 3;
  69.                      fixed_width = true;
  70.                      fixed_height = true;
  71.                  }
  72.              }
  73.              : column {
  74.                  : text {
  75.                      label = /*MSG12*/"┬┼";
  76.                      key = "cool_text";
  77.                      width = 11;
  78.                  }
  79.                  : text {
  80.                      label = /*MSG13*/"¼⌡";
  81.                      key = "hot_text";
  82.                      width = 11;
  83.                  }
  84.              }
  85.         }
  86.     }
  87.     : boxed_row {
  88.         label = /*MSG14*/"┤w┬Iñjñp";
  89.         spacer_0;
  90.        : column {
  91.             spacer_0;
  92.             fixed_width = true;
  93.             : text {
  94.                 label = /*MSG15*/"│╠ñp       │╠ñj";
  95.                 alignment = centered;
  96.             }
  97.             : slider {
  98.                 key = "grip_slider";
  99.                 min_value = 0;
  100.                 max_value = 19;
  101.                 width = 20;
  102.                 height = 1;
  103.                 small_increment = 1;
  104.                 big_increment = 1;
  105.                 fixed_width = true;
  106.                 fixed_height = true;
  107.             }
  108.             spacer_0;
  109.         }
  110.         : image {
  111.             key = "grip_image";
  112.             aspect_ratio = 1;
  113.             height = 4;
  114.             width = 7;
  115.             color = -2;
  116.         }
  117.         spacer_0;
  118.     }
  119.     ok_cancel_help;
  120. }
  121.  
  122.  
  123.