home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-16 | 40.1 KB | 1,555 lines |
- /* Next available MSG number is 245 */
-
- /* DDMODIFY.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
-
- ░tªX DDMODIFY.LSP ¿╧Ñ╬ñº╣∩╕▄«╪
- */
-
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
-
- //-------- Subassemblies and prototypes shared across several dialogues -------
-
- properties_subassembly : boxed_row {
- label = /*MSG1*/"⌐╩╜Φ";
- : row {
- fixed_width = true;
- : 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*/"╜u½¼I...";
- mnemonic = /*MSG5*/"I";
- key = "b_line";
- }
- }
- : column {
- spacer_0;
- fixed_width = true;
- : text {
- key = "t_color";
- width = 12;
- }
- : text {
- key = "t_ltype";
- width = 12;
- }
- spacer_0;
- }
- }
- : column {
- fixed_width = true;
- : row {
- : button {
- label = /*MSG6*/"╣╧╝hL...";
- mnemonic = /*MSG7*/"L";
- key = "b_name";
- }
- : text {
- key = "t_layer";
- width = 18;
- }
- }
- : edit_box {
- key = "eb_thickness";
- label = /*MSG8*/"½p½╫T:";
- mnemonic = /*MSG165*/"T";
- edit_width = 18;
- }
- }
- }
-
- number_box : edit_box {
- edit_width = 10;
- }
-
- pick_point_button : button {
- label = /*MSG9*/"┐∩┬IP <";
- alignment = centered;
- }
-
- pick_point_1_button : pick_point_button {
- key = "pick_1";
- mnemonic = /*MSG166*/"P";
- }
- pick_point_2_button : pick_point_button {
- key = "pick_2";
- mnemonic = /*MSG167*/"K";
- }
- pick_point_3_button : pick_point_button {
- key = "pick_3";
- mnemonic = /*MSG168*/"O";
- }
- pick_point_4_button : pick_point_button {
- key = "pick_4";
- mnemonic = /*MSG169*/"N";
- }
-
- x_box : number_box {
- label = /*MSG10*/"X:";
- mnemonic = /*MSG170*/"X";
- }
- y_box : number_box {
- label = /*MSG11*/"Y:";
- mnemonic = /*MSG171*/"Y";
- }
- z_box : number_box {
- label = /*MSG12*/"Z:";
- mnemonic = /*MSG172*/"Z";
- }
-
- x1_box : x_box {
- key = "x1_pt";
- }
- x2_box : x_box {
- key = "x2_pt";
- }
- x3_box : x_box {
- key = "x3_pt";
- }
- x4_box : x_box {
- key = "x4_pt";
- }
-
- y1_box : y_box {
- key = "y1_pt";
- }
- y2_box : y_box {
- key = "y2_pt";
- }
- y3_box : y_box {
- key = "y3_pt";
- }
- y4_box : y_box {
- key = "y4_pt";
- }
-
- z1_box : z_box {
- key = "z1_pt";
- }
- z2_box : z_box {
- key = "z2_pt";
- }
- z3_box : z_box {
- key = "z3_pt";
- }
- z4_box : z_box {
- key = "z4_pt";
- }
-
- handle_assembly : concatenation {
- : text_part {
- label = /*MSG13*/"╣╧╜X: ";
- }
- : text_part {
- key = "Handle";
- width = 8;
- }
- }
-
- //-------------------- Dialogues --------------------
-
- ddpoint : dialog {
- label = /*MSG14*/"╜s┐Φíu┬Iív";
- properties_subassembly;
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG15*/"ª∞╕m";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- alignment = top;
- fixed_height = true;
- spacer_1;
- handle_assembly;
- }
- }
- ok_cancel_help_errtile;
- }
-
- ddline : dialog {
- label = /*MSG16*/"╜s┐Φíu╜uív";
- properties_subassembly;
- spacer;
- : row {
- : boxed_column {
- label = /*MSG17*/"░_⌐l┬I";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : boxed_column {
- label = /*MSG18*/"▓╫ñε┬I";
- fixed_width = true;
- pick_point_2_button;
- x2_box;
- y2_box;
- z2_box;
- }
- : column {
- : text {
- label = /*MSG19*/"XYZ ª∞▓╛╢q: ";
- }
- : column {
- fixed_height = true;
- : concatenation {
- : text_part {
- label = /*MSG20*/" X:";
- width = 4;
- }
- : text_part {
- key = "delta_x";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG173*/" Y:";
- width = 4;
- }
- : text_part {
- key = "delta_y";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG21*/" Z:";
- width = 4;
- }
- : text_part {
- key = "delta_z";
- width = 10;
- }
- }
- }
- spacer_0;
- : column {
- fixed_height = true;
- : concatenation {
- : text_part {
- label = /*MSG22*/"¬°½╫: ";
- width = 8;
- }
- : text_part {
- key = "l_length";
- width = 10;
- }
- }
- fixed_height = true;
- : concatenation {
- : text_part {
- label = /*MSG23*/"¿ñ½╫: ";
- width = 8;
- }
- : text_part {
- key = "l_angle";
- width = 10;
- }
- }
- }
- }
- spacer_1;
- }
- spacer;
- handle_assembly;
- ok_cancel_help_errtile;
- }
-
- ddcircle : dialog {
- label = /*MSG24*/"╜s┐Φíu╢Ωív";
- properties_subassembly;
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG174*/"ñññ▀┬I";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG25*/"Ñb«|R:";
- mnemonic = /*MSG176*/"R";
- key = "radius";
- }
- : row {
- : column {
- : text {
- label = /*MSG26*/"¬╜«|:";
- }
- : text {
- label = /*MSG175*/"⌐P¬°:";
- }
- : text {
- label = /*MSG27*/"¡▒┐n: ";
- }
- : text {
- label = /*MSG28*/"╣╧╜X: ";
- }
- }
- : column {
- : text {
- key = "Dia";
- width = 11;
- }
- : text {
- key = "Circum";
- width = 11;
- }
- : text {
- key = "Area";
- width = 11;
- }
- : text {
- key = "Handle";
- width = 11;
- }
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddarc : dialog {
- label = /*MSG29*/"╜s┐Φíu⌐╖ív";
- properties_subassembly;
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG30*/"ñññ▀┬I";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG31*/"Ñb«|R: ";
- mnemonic = /*MSG177*/"R";
- key = "radius";
- }
- : number_box {
- label = /*MSG32*/"░_⌐l¿ñ½╫S: ";
- mnemonic = /*MSG178*/"S";
- key = "st_ang";
- }
- : number_box {
- label = /*MSG33*/"▓╫ñε¿ñ½╫E: ";
- mnemonic = /*MSG179*/"E";
- key = "end_ang";
- }
- : concatenation {
- : text_part {
- label = /*MSG34*/"⌐╖¿ñ: ";
- width = 14;
- }
- : text_part {
- key = "tot_angle";
- width = 10;
- }
- }
- }
- spacer;
- : column {
- fixed_height = true;
- fixed_width = true;
- alignment = top;
- : text {
- label = " ";
- }
- : concatenation {
- : text_part {
- label = /*MSG35*/"⌐╖¬°: ";
- width = 13;
- }
- : text_part {
- key = "arclen";
- width = 8;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG36*/"╣╧╜X: ";
- width = 13;
- }
- : text_part {
- key = "Handle";
- width = 8;
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- dd3dface : dialog {
- label = /*MSG37*/"╜s┐Φíu3D¡▒ív";
- properties_subassembly;
- spacer;
- : row {
- : boxed_column {
- label = /*MSG38*/"▓─ 1 ┬I ";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : boxed_column {
- label = /*MSG39*/"▓─ 2 ┬I ";
- fixed_width = true;
- pick_point_2_button;
- x2_box;
- y2_box;
- z2_box;
- }
- : boxed_column {
- label = /*MSG40*/"▓─ 3 ┬I ";
- fixed_width = true;
- pick_point_3_button;
- x3_box;
- y3_box;
- z3_box;
- }
- : boxed_column {
- label = /*MSG41*/"▓─ 4 ┬I";
- fixed_width = true;
- pick_point_4_button;
- x4_box;
- y4_box;
- z4_box;
- }
- }
- spacer;
- : boxed_row {
- label = /*MSG42*/"Ñi▓{⌐╩";
- : toggle {
- label = /*MSG43*/"╜t├Σ 1";
- mnemonic = "1";
- key = "edge_1";
- }
- : toggle {
- label = /*MSG44*/"╜t├Σ 2";
- mnemonic = "2";
- key = "edge_2";
- }
- : toggle {
- label = /*MSG45*/"╜t├Σ 3";
- mnemonic = "3";
- key = "edge_3";
- }
- : toggle {
- label = /*MSG46*/"╜t├Σ 4";
- mnemonic = "4";
- key = "edge_4";
- }
- }
- spacer;
- handle_assembly;
- ok_cancel_help_errtile;
- }
-
- ddsolid : dialog {
- label = /*MSG47*/"╜s┐Φíu╣╧╢⌠ív";
- properties_subassembly;
- spacer;
- : row {
- children_alignment = top;
- children_fixed_width = true;
- children_fixed_height = true;
- : column {
- : boxed_column {
- label = /*MSG48*/"▓─ 1 ┬I";
- pick_point_1_button;
- x1_box;
- y1_box;
- }
- handle_assembly;
- }
- : boxed_column {
- label = /*MSG49*/"▓─ 2 ┬I";
- pick_point_2_button;
- x2_box;
- y2_box;
- }
- : boxed_column {
- label = /*MSG50*/"▓─ 3 ┬I";
- pick_point_3_button;
- x3_box;
- y3_box;
- }
- : boxed_column {
- label = /*MSG51*/"▓─ 4 ┬I";
- pick_point_4_button;
- x4_box;
- y4_box;
- z4_box;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddtrace : dialog {
- label = /*MSG52*/"╜s┐Φíu¡y╜uív";
- properties_subassembly;
- spacer;
- : row {
- children_alignment = top;
- children_fixed_width = true;
- children_fixed_height = true;
- : column {
- : boxed_column {
- label = /*MSG53*/"▓─ 1 ┬I";
- pick_point_1_button;
- x1_box;
- y1_box;
- }
- handle_assembly;
- }
- : boxed_column {
- label = /*MSG54*/"▓─ 2 ┬I";
- pick_point_2_button;
- x2_box;
- y2_box;
- }
- : boxed_column {
- label = /*MSG55*/"▓─ 3 ┬I";
- pick_point_3_button;
- x3_box;
- y3_box;
- }
- : boxed_column {
- label = /*MSG56*/"▓─ 4 ┬I";
- pick_point_4_button;
- x4_box;
- y4_box;
- z4_box;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddblock : dialog {
- label = /*MSG57*/"╜s┐Φíu╣╧╕sív";
- properties_subassembly;
- spacer;
- : concatenation {
- : text_part {
- label = /*MSG58*/"╣╧╕sªW║┘: ";
- width = 12;
- }
- : text_part {
- key = "Bl_name";
- width = 33;
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG59*/"┤íñ▐┬I";
- fixed_width = true;
- fixed_height = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG60*/"X-ñ±¿╥S: ";
- mnemonic = /*MSG180*/"S";
- key = "xscale";
- }
- : number_box {
- label = /*MSG61*/"Y-ñ±¿╥A: ";
- mnemonic = /*MSG181*/"A";
- key = "yscale";
- }
- : number_box {
- label = /*MSG62*/"Z-ñ±¿╥L: ";
- mnemonic = /*MSG182*/"L";
- key = "zscale";
- }
- : number_box {
- label = /*MSG63*/"▒█┬αR: ";
- mnemonic = /*MSG183*/"R";
- key = "rot";
- }
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG64*/"¬╜ªµO: ";
- mnemonic = /*MSG184*/"O";
- key = "columns";
- }
- : number_box {
- label = /*MSG65*/"╛εªCW: ";
- mnemonic = /*MSG185*/"W";
- key = "rows";
- }
- : number_box {
- label = /*MSG66*/"ªµ╢í╢ZN: ";
- mnemonic = /*MSG186*/"n";
- key = "col_sp";
- }
- : number_box {
- label = /*MSG67*/"ªC╢í╢ZG: ";
- mnemonic = /*MSG187*/"G";
- key = "row_sp";
- }
- }
- }
- spacer;
- handle_assembly;
- ok_cancel_help_errtile;
- }
-
- ddxref : dialog {
- label = /*MSG68*/"╜s┐ΦíuÑ~│í░╤ª╥ív";
- properties_subassembly;
- spacer;
- : row {
- : concatenation {
- : text_part {
- label = /*MSG69*/"XrefªW║┘: ";
- }
- : text_part {
- key = "Bl_name";
- width = 12;
- }
- }
- spacer_0;
- : concatenation {
- : text_part {
- label = /*MSG70*/"╕⌠«|: ";
- }
- : text_part {
- key = "path";
- width = 35;
- }
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG71*/"┤íñ▐┬I";
- fixed_width = true;
- fixed_height = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG72*/"X-ñ±¿╥S: ";
- mnemonic = /*MSG188*/"S";
- key = "xscale";
- }
- : number_box {
- label = /*MSG73*/"Y-ñ±¿╥A: ";
- mnemonic = /*MSG189*/"A";
- key = "yscale";
- }
- : number_box {
- label = /*MSG74*/"Z-ñ±¿╥L: ";
- mnemonic = /*MSG190*/"L";
- key = "zscale";
- }
- : number_box {
- label = /*MSG75*/"▒█┬αR: ";
- mnemonic = /*MSG191*/"R";
- key = "rot";
- }
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG76*/"¬╜ªµO: ";
- mnemonic = /*MSG192*/"O";
- key = "columns";
- }
- : number_box {
- label = /*MSG77*/"╛εªCW: ";
- mnemonic = /*MSG193*/"W";
- key = "rows";
- }
- : number_box {
- label = /*MSG78*/"ªµ╢í╢ZN: ";
- mnemonic = /*MSG194*/"N";
- key = "col_sp";
- }
- : number_box {
- label = /*MSG79*/"ªC╢í╢ZG: ";
- mnemonic = /*MSG195*/"G";
- key = "row_sp";
- }
- }
- }
- spacer;
- handle_assembly;
- ok_cancel_help_errtile;
- }
-
- ddshape : dialog {
- label = /*MSG80*/"╜s┐Φíuº╬¬¼ív";
- properties_subassembly;
- spacer;
- : concatenation {
- : text_part {
- label = /*MSG81*/"º╬¬¼: ";
- }
- : text_part {
- key = "sh_name";
- width = 10;
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG82*/"¡∞┬I";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG83*/"ñjñpS: ";
- mnemonic = /*MSG196*/"S";
- key = "hght";
- }
- : number_box {
- label = /*MSG84*/"▒█┬αR: ";
- mnemonic = /*MSG197*/"R";
- key = "rot";
- }
- : number_box {
- label = /*MSG85*/"╝e½╫½Y╝╞W: ";
- mnemonic = /*MSG198*/"W";
- key = "wid";
- }
- : number_box {
- label = /*MSG86*/"▒╫Ñ▀¿ñ½╫O: ";
- mnemonic = /*MSG199*/"O";
- key = "obl";
- }
- }
- spacer;
- : column {
- alignment = top;
- fixed_height = true;
- : text {
- height = 1.4;
- label = " ";
- }
- handle_assembly;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddtext : dialog {
- label = /*MSG87*/"╜s┐Φíuñσªrív";
- properties_subassembly;
- spacer;
- : edit_box {
- label = /*MSG88*/"ñσªrE: ";
- mnemonic = /*MSG200*/"E";
- key = "t_string";
- width = 50;
- edit_limit = 255;
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG89*/"¡∞┬I";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG90*/"ªr░¬H: ";
- mnemonic = /*MSG201*/"H";
- key = "hght";
- }
- : number_box {
- label = /*MSG91*/"▒█┬αR: ";
- mnemonic = /*MSG202*/"R";
- key = "rot";
- }
- : number_box {
- label = /*MSG92*/"╝e½╫½Y╝╞W: ";
- mnemonic = /*MSG203*/"W";
- key = "wid";
- }
- : number_box {
- label = /*MSG93*/"▒╫Ñ▀¿ñ½╫O: ";
- mnemonic = /*MSG204*/"O";
- key = "obl";
- }
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : popup_list {
- label = /*MSG94*/"╣∩╗⌠J:";
- mnemonic = /*MSG205*/"J";
- key = "popup_just";
- edit_width = 13;
- }
- : popup_list {
- label = /*MSG95*/"ªr½¼S:";
- mnemonic = /*MSG206*/"S";
- key = "style";
- edit_width = 13;
- }
- : column {
- children_fixed_width = true;
- : toggle {
- label = /*MSG96*/"─A¡╦U";
- mnemonic = /*MSG207*/"U";
- key = "upsd";
- }
- : toggle {
- label = /*MSG97*/"ñ╧ªVB";
- mnemonic = /*MSG208*/"B";
- key = "bkwd";
- }
- }
- }
- }
- spacer;
- handle_assembly;
- ok_cancel_help_errtile;
- }
-
- ddattdef : dialog {
- label = /*MSG98*/"╜s┐Φíu─▌⌐╩⌐w╕qív";
- properties_subassembly;
- spacer;
- : row {
- children_fixed_width = true;
- : edit_box {
- label = /*MSG99*/"╝╨┼╥A:";
- mnemonic = /*MSG209*/"A";
- key = "tag";
- edit_width = 12;
- edit_limit = 255;
- }
- : edit_box {
- label = /*MSG100*/"┤úÑ▄R:";
- mnemonic = /*MSG210*/"R";
- key = "prompt";
- edit_width = 12;
- edit_limit = 255;
- }
- : edit_box {
- label = /*MSG101*/"ñ║⌐w¡╚D:";
- mnemonic = /*MSG211*/"D";
- key = "t_string";
- edit_width = 12;
- edit_limit = 255;
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = /*MSG102*/"¡∞┬I";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = /*MSG103*/"ªr░¬H: ";
- mnemonic = /*MSG212*/"H";
- key = "hght";
- }
- : number_box {
- label = /*MSG104*/"▒█┬αR: ";
- mnemonic = /*MSG213*/"R";
- key = "rot";
- }
- : number_box {
- label = /*MSG105*/"╝e½╫½Y╝╞W: ";
- mnemonic = /*MSG214*/"W";
- key = "wid";
- }
- : number_box {
- label = /*MSG106*/"▒╫Ñ▀¿ñ½╫O: ";
- mnemonic = /*MSG215*/"O";
- key = "obl";
- }
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : row {
- : popup_list {
- label = /*MSG107*/"╣∩╗⌠J:";
- mnemonic = /*MSG216*/"J";
- key = "popup_just";
- edit_width = 13;
- }
- }
- : row {
- : popup_list {
- label = /*MSG108*/"ªr½¼S:";
- mnemonic = /*MSG217*/"S";
- key = "style";
- edit_width = 13;
- }
- }
- : row {
- : column {
- children_fixed_width = true;
- : toggle {
- label = /*MSG109*/"─A¡╦U";
- mnemonic = /*MSG218*/"U";
- key = "upsd";
- }
- : toggle {
- label = /*MSG110*/"ñ╧ªVB";
- mnemonic = /*MSG219*/"B";
- key = "bkwd";
- }
- : toggle {
- label = /*MSG111*/"ºφ▓{V";
- mnemonic = /*MSG220*/"V";
- key = "inv";
- }
- }
- : column {
- children_fixed_width = true;
- : toggle {
- label = /*MSG112*/"▒`╝╞N";
- mnemonic = /*MSG221*/"N";
- key = "con";
- }
- : toggle {
- label = /*MSG113*/"╜T╗{F";
- mnemonic = /*MSG222*/"F";
- key = "ver";
- }
- : toggle {
- label = /*MSG114*/"╣w│]E";
- mnemonic = /*MSG223*/"E";
- key = "pre";
- }
- }
- }
- }
- }
- spacer;
- handle_assembly;
- ok_cancel_help_errtile;
- }
-
- ddpline : dialog {
- label = /*MSG115*/"╜s┐Φíu╗EªX╜uív";
- properties_subassembly;
- spacer;
- : row {
- fixed_width = true;
- : concatenation {
- : text_part {
- label = /*MSG116*/"íu╗EªX╜uív├■ºO: ";
- }
- : text_part {
- key = "ptype";
- width = 19;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG117*/"╣╧ñ╕╣╧╜X: ";
- }
- : text_part {
- key = "Handle";
- width = 8;
- }
- }
- }
- spacer;
- : row {
- : boxed_column {
- label = /*MSG118*/"│╗┬IªCÑ▄";
- fixed_width = true;
- : row {
- : column {
- vertical_margin = wide;
- : concatenation {
- : text_part {
- label = /*MSG119*/"│╗┬I:";
- }
- : text_part {
- key = "ctr";
- width = 3;
- }
- }
- }
- : column {
- : button {
- label = /*MSG120*/"ñUñ@┬IN";
- mnemonic = /*MSG224*/"N";
- key = "next_v";
- }
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG121*/"X: ";
- }
- : text_part {
- key = "xtext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG122*/"Y: ";
- }
- : text_part {
- key = "ytext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG123*/"Z: ";
- }
- : text_part {
- key = "ztext";
- width = 10;
- }
- }
- }
- spacer;
- : boxed_radio_column {
- label = /*MSG124*/"└└ªX/Ñ¡╖╞";
- key = "f-s";
- : radio_button {
- label = /*MSG125*/"⌐╘¬╜O";
- mnemonic = /*MSG225*/"O";
- key = "none";
- }
- : radio_button {
- label = /*MSG126*/"Quadratic";
- mnemonic = /*MSG226*/"Q";
- key = "quad";
- }
- : radio_button {
- label = /*MSG127*/"Cubic";
- mnemonic = /*MSG227*/"b";
- key = "cubic";
- }
- : radio_button {
- label = /*MSG128*/"Bezier";
- mnemonic = /*MSG228*/"B";
- key = "bezier";
- }
- : radio_button {
- label = /*MSG129*/"└└ªXR";
- mnemonic = /*MSG229*/"R";
- key = "fit";
- }
- }
- spacer;
- : boxed_column {
- fixed_width = true;
- label = /*MSG130*/"║⌠¡▒M";
- key = "mesh";
- : row {
- : concatenation {
- : text_part {
- label = /*MSG131*/"M:";
- }
- : text_part {
- key = "m";
- width = 3;
- }
- }
- spacer_1;
- : toggle {
- label = /*MSG132*/"│¼ªXS";
- mnemonic = /*MSG230*/"S";
-
- key = "closedm";
- }
- }
- : row {
- : concatenation {
- : text_part {
- label = /*MSG133*/"N:";
- }
- : text_part {
- key = "n";
- width = 3;
- }
- }
- spacer_1;
- : toggle {
- label = /*MSG134*/"│¼ªXE";
- mnemonic = /*MSG231*/"E";
- key = "closedn";
- }
- }
- : edit_box {
- fixed_width = true;
- label = /*MSG135*/"U:";
- mnemonic = /*MSG232*/"U";
- key = "u";
- edit_width = 3;
- }
- : edit_box {
- fixed_width = true;
- label = /*MSG136*/"V:";
- mnemonic = /*MSG233*/"V";
- key = "v";
- edit_width = 3;
- }
- }
- spacer;
- : boxed_column {
- fixed_width = true;
- label = /*MSG137*/"╗EªX╜u";
- key = "pline";
- : column {
- fixed_height = true;
- : toggle {
- label = /*MSG138*/"│¼ªXD";
- mnemonic = /*MSG234*/"D";
- key = "closed";
- }
- : toggle {
- label = /*MSG139*/"╜u½¼Ñ═ª¿G";
- mnemonic = /*MSG235*/"G";
- key = "ltgen";
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddvport : dialog {
- label = /*MSG140*/"╜s┐Φíu╡°╡íív";
- : boxed_row {
- : row {
- fixed_width = true;
- : column {
- fixed_width = true;
- : row {
- : button {
- label = /*MSG236*/"├CªΓR...";
- mnemonic = /*MSG237*/"R";
- key = "b_color";
- }
- : image {
- key = "show_image";
- height = 1;
- width = 3;
- }
- }
- spacer_0;
- : text {
- label = /*MSG238*/"╜u½¼:";
- key = "b_line";
- }
- }
- : column {
- spacer_0;
- fixed_width = true;
- : text {
- key = "t_color";
- width = 12;
- }
- spacer_0;
- : row {
- : text {
- alignment = bottom;
- key = "t_ltype";
- width = 12;
- }
- }
- }
- }
- : column {
- fixed_width = true;
- : row {
- : column {
- : button {
- label = /*MSG239*/"╣╧╝hL...";
- mnemonic = /*MSG240*/"L";
- key = "b_name";
- }
- : text {
- label = /*MSG241*/"½p½╫:";
- width = 15;
- }
- }
- : column {
- spacer_0;
- : text {
- key = "t_layer";
- width = 18;
- }
- spacer_0;
- : row {
- : text {
- alignment = bottom;
- key = "eb_thickness";
- width = 18;
- }
- }
- }
- }
- }
- }
- spacer;
- : row {
- : boxed_column {
- label = /*MSG141*/"╡°┤║ñññ▀";
- fixed_width = true;
- : concatenation {
- : text_part {
- label = /*MSG142*/"X: ";
- }
- : text_part {
- key = "xtext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG143*/"Y: ";
- }
- : text_part {
- key = "ytext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG144*/"Z: ";
- }
- : text_part {
- key = "ztext";
- width = 10;
- }
- }
- }
- spacer_0;
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : concatenation {
- : text_part {
- label = /*MSG145*/"╡°╡í╜s╕╣:";
- width = 10;
- }
- : text_part {
- key = "vpid";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG146*/"╝e½╫:";
- width = 10;
- }
- : text_part {
- key = "wid";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG147*/"░¬½╫:";
- width = 10;
- }
- : text_part {
- key = "hght";
- width = 10;
- }
- }
- }
- spacer_0;
- : column {
- alignment = top;
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : concatenation {
- : text_part {
- label = /*MSG148*/"¬¼║A: ";
- width = 8;
- }
- : text_part {
- key = "on-off";
- width = 15;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG242*/"╣╧╜X: ";
- width = 8;
- }
- : text_part {
- key = "Handle";
- width = 15;
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddimen : dialog {
- label = /*MSG149*/"╜s┐Φíu╝╨╡∙ív";
- properties_subassembly;
- spacer;
- : row {
- : column {
- : concatenation {
- : text_part {
- label = /*MSG150*/"╝╨╡∙├■ºO:";
- width = 17;
- }
- : text_part {
- key = "dtype";
- width = 15;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG151*/"╝╨╡∙ñσªr:";
- width = 17;
- }
- : text_part {
- key = "dtext";
- width = 15;
- }
- }
- }
- spacer_0;
- : column {
- : concatenation {
- : text_part {
- label = /*MSG152*/"╝╨╡∙º╬ªí:";
- width = 18;
- }
- : text_part {
- key = "dstyle";
- width = 9;
- }
- }
- : concatenation {
- : text_part {
- label = /*MSG153*/"╣╧╜X:";
- width = 18;
- }
- : text_part {
- key = "Handle";
- width = 9;
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- setltype : dialog {
- label = /*MSG156*/"┐∩╛▄╜u½¼";
- image_block;
- : list_box {
- key = "list_lt";
- allow_accept = true;
- }
- : edit_box {
- key = "edit_lt";
- allow_accept = false;
- label = /*MSG157*/"╜u½¼L:";
- edit_limit = 31;
- mnemonic = /*MSG243*/"L";
- }
- ok_cancel_err;
- }
-
- setlayer : dialog {
- subassembly = 0;
- label = /*MSG158*/"┐∩╛▄╣╧╝h";
- initial_focus = "listbox";
- : concatenation {
- children_fixed_width = true;
- key = "clayer";
- : text_part {
- label = /*MSG159*/"Ñ╪½e╝h: ";
- width = 15;
- }
- : text_part {
- key = "cur_layer";
- width = 35;
- }
- }
- : row {
- fixed_width = true;
- key = "titles";
- children_fixed_width = true;
- : text {
- label = /*MSG160*/"╝hªW";
- width = 34;
- }
- : text {
- label = /*MSG161*/"¬¼║A";
- width = 9;
- }
- : text {
- label = /*MSG162*/"├CªΓ";
- width = 8;
- }
- : text {
- label = /*MSG163*/"╜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 = /*MSG164*/"│]⌐w╣╧╝hªW║┘S:";
- mnemonic = /*MSG244*/"S";
- key = "edit_lay";
- width = 32;
- edit_width = 32;
- edit_limit = 31;
- allow_accept = true;
- }
- }
- }
- ok_cancel_err;
- }
-