home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 23 */
-
- /* DDCHPROP.DCL Version 1.0
-
- ¬⌐┼v⌐╥ª│ (C) 1991-1992 Autodesk ñ╜Ñq
-
-
- Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
- ¡∞½h :
-
- 1) ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
- 2) ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
-
- Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
- Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
-
- DDCHPROP.LSP¿╧Ñ╬ñº╣∩╕▄«╪
- */
-
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
-
- textbox : edit_box {
- vertical_margin = tiny;
- horizontal_margin = tiny;
- }
-
- ch_prop : dialog {
- label = /*MSG1*/"┼▄º≤⌐╩╜Φ";
- : row {
- : column {
- fixed_width = true;
- : row {
- : button {
- label = /*MSG2*/"├CªΓC...";
- mnemonic = /*MSG3*/"C";
- key = "b_color";
- }
- : image_button {
- key = "show_image";
- height = 1;
- width = 3;
- }
- }
- : button {
- label = /*MSG4*/"╣╧╝hL...";
- mnemonic = /*MSG5*/"L";
- key = "b_name";
- }
- : button {
- label = /*MSG6*/"╜u½¼I...";
- mnemonic = /*MSG7*/"I";
- key = "b_line";
- }
- }
- : column {
- spacer_0;
- : text {
- key = "t_color";
- width = 31;
- }
- : text {
- key = "t_layer";
- width = 31;
- }
- : text {
- key = "t_ltype";
- width = 31;
- }
- spacer_0;
- }
- }
- : edit_box {
- key = "eb_thickness";
- label = /*MSG8*/"½p½╫T:";
- mnemonic = /*MSG9*/"T";
- edit_width = 31;
- }
- ok_cancel_help_errtile;
- }
-
- setcolor : dialog {
- label = /*MSG10*/"┐∩╛▄├CªΓ";
- image_block;
- : list_box {
- key = "list_col";
- allow_accept = true;
- }
- : textbox {
- key = "edit_col";
- allow_accept = false;
- label = /*MSG11*/"├CªΓ╜X:";
- edit_width = 13;
- }
- ok_cancel_err;
- }
-
- setltype : dialog {
- label = /*MSG12*/"┐∩╛▄╜u½¼";
- image_block;
- : list_box {
- key = "list_lt";
- allow_accept = true;
- }
- : edit_box {
- key = "edit_lt";
- allow_accept = false;
- label = /*MSG13*/"╜u½¼L:";
- mnemonic = /*MSG22*/"L";
- edit_limit = 31;
- }
- ok_cancel;
- errtile;
- }
-
- setlayer : dialog {
- subassembly = 0;
- label = /*MSG14*/"┐∩╛▄╣╧╝h";
- initial_focus = "listbox";
- : concatenation {
- children_fixed_width = true;
- key = "clayer";
- : text_part {
- label = /*MSG15*/"Ñ╪½e╝h: ";
- }
- : text_part {
- key = "cur_layer";
- width = 35;
- }
- }
- : row {
- fixed_width = true;
- key = "titles";
- children_fixed_width = true;
- : text {
- label = /*MSG16*/"╣╧╝hªW║┘";
- width = 34;
- }
- : text {
- label = /*MSG17*/"¬¼║A";
- width = 9;
- }
- : text {
- label = /*MSG18*/"├CªΓ";
- width = 8;
- }
- : text {
- label = /*MSG19*/"╜u½¼";
- width = 12;
- }
- }
- : list_box {
- tabs = "32 35 37 39 41 44 53";
- width = 67;
- height = 12;
- key = "list_lay";
- allow_accept = true;
- }
- : row {
- key = "controls";
- : column {
- key = "lname";
- fixed_width = true;
- : edit_box {
- label = /*MSG20*/"│]⌐w╣╧╝hªW║┘S:";
- mnemonic = /*MSG21*/"S";
- key = "edit_lay";
- width = 32;
- edit_width = 32;
- edit_limit = 31;
- allow_accept = true;
- }
- }
- }
- ok_cancel_err;
- }
-