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

  1. /* Next available MSG number is  23 */
  2.  
  3. /* DDCHPROP.DCL        Version 1.0
  4.  
  5.    ¬⌐┼v⌐╥ª│ (C) 1991-1992  Autodesk ñ╜Ñq
  6.  
  7.  
  8.    Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
  9.    ¡∞½h :
  10.  
  11.    1)  ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
  12.    2)  ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
  13.  
  14.    Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
  15.    Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
  16.  
  17.    DDCHPROP.LSP¿╧Ñ╬ñº╣∩╕▄«╪
  18. */
  19.  
  20.  
  21. dcl_settings : default_dcl_settings { audit_level = 0; }
  22.  
  23.  
  24. textbox : edit_box {
  25.     vertical_margin = tiny;
  26.     horizontal_margin = tiny;
  27. }
  28.  
  29. ch_prop : dialog {
  30.     label = /*MSG1*/"┼▄º≤⌐╩╜Φ";
  31.     : row {
  32.         : column {
  33.             fixed_width = true;
  34.             : row {
  35.                 : button {
  36.                     label = /*MSG2*/"├CªΓC...";
  37.                     mnemonic = /*MSG3*/"C";
  38.                     key = "b_color";
  39.                 }
  40.                 : image_button {
  41.                     key = "show_image";
  42.                     height = 1;
  43.                     width = 3;
  44.                 }
  45.             }
  46.             : button {
  47.                 label = /*MSG4*/"╣╧╝hL...";
  48.                 mnemonic = /*MSG5*/"L";
  49.                 key = "b_name";
  50.             }
  51.             : button {
  52.                 label = /*MSG6*/"╜u½¼I...";
  53.                 mnemonic = /*MSG7*/"I";
  54.                 key = "b_line";
  55.             }
  56.         }
  57.         : column {
  58.             spacer_0;
  59.             : text {
  60.                 key = "t_color";
  61.                 width = 31;
  62.             }
  63.             : text {
  64.                 key = "t_layer";
  65.                 width = 31;
  66.             }
  67.             : text {
  68.                 key = "t_ltype";
  69.                 width = 31;
  70.             }
  71.             spacer_0;
  72.         }
  73.     }
  74.     : edit_box {
  75.         key = "eb_thickness";
  76.         label = /*MSG8*/"½p½╫T:";
  77.         mnemonic = /*MSG9*/"T";
  78.         edit_width = 31;
  79.     }
  80.     ok_cancel_help_errtile;
  81. }
  82.  
  83. setcolor : dialog {
  84.     label = /*MSG10*/"┐∩╛▄├CªΓ";
  85.     image_block;
  86.     : list_box {
  87.         key = "list_col";
  88.         allow_accept = true;
  89.     }
  90.     : textbox {
  91.         key = "edit_col";
  92.         allow_accept = false;
  93.         label = /*MSG11*/"├CªΓ╜X:";
  94.         edit_width = 13;
  95.      }
  96.      ok_cancel_err;
  97. }
  98.  
  99. setltype : dialog {
  100.     label = /*MSG12*/"┐∩╛▄╜u½¼";
  101.     image_block;
  102.     : list_box {
  103.         key = "list_lt";
  104.         allow_accept = true;
  105.     }
  106.     : edit_box {
  107.         key = "edit_lt";
  108.         allow_accept = false;
  109.         label = /*MSG13*/"╜u½¼L:";
  110.         mnemonic = /*MSG22*/"L";
  111.         edit_limit = 31;
  112.     }
  113.     ok_cancel;
  114.     errtile;
  115. }
  116.  
  117. setlayer : dialog {
  118.     subassembly = 0;
  119.     label = /*MSG14*/"┐∩╛▄╣╧╝h";
  120.     initial_focus = "listbox";
  121.     : concatenation {
  122.         children_fixed_width = true;
  123.         key = "clayer";
  124.         : text_part {
  125.             label = /*MSG15*/"Ñ╪½e╝h: ";
  126.         }
  127.         : text_part {
  128.             key = "cur_layer";
  129.             width = 35;
  130.         }
  131.     }
  132.     : row {
  133.         fixed_width = true;
  134.         key = "titles";
  135.         children_fixed_width = true;
  136.         : text {
  137.             label = /*MSG16*/"╣╧╝hªW║┘";
  138.             width = 34;
  139.         }
  140.         : text {
  141.             label = /*MSG17*/"¬¼║A";
  142.             width = 9;
  143.         }
  144.         : text {
  145.             label = /*MSG18*/"├CªΓ";
  146.             width = 8;
  147.         }
  148.         : text {
  149.             label = /*MSG19*/"╜u½¼";
  150.             width = 12;
  151.         }
  152.     }
  153.     : list_box {
  154.         tabs = "32 35 37 39 41 44 53";
  155.         width = 67;
  156.         height = 12;
  157.         key = "list_lay";
  158.         allow_accept = true;
  159.     }
  160.     : row {
  161.         key = "controls";
  162.         : column {
  163.             key = "lname";
  164.             fixed_width = true;
  165.             : edit_box {
  166.                 label = /*MSG20*/"│]⌐w╣╧╝hªW║┘S:";
  167.                 mnemonic = /*MSG21*/"S";
  168.                 key = "edit_lay";
  169.                 width = 32;
  170.                 edit_width = 32;
  171.                 edit_limit = 31;
  172.                 allow_accept = true;
  173.             }
  174.         }
  175.     }
  176.     ok_cancel_err;
  177. }
  178.  
  179.