home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 26 */
- //
- // DDATTEXT.DCL Version 1.0
- // ¬⌐┼v⌐╥ª│ (C) 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
- //
- //---------------------------------------------------------------------
- //
- // Dialogue definition file for DDATTEXT.LSP - Attribute extraction
- //
-
-
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
-
- ddattext : dialog {
- label = /*MSG1*/"─▌⌐╩╡╤¿·";
- : boxed_radio_column {
- label = /*MSG2*/"└╔«╫«µªí";
- : radio_button {
- label = /*MSG3*/"íu│r╕╣ívñ└¼╔└╔ (CDF)";
- key = "cdf";
- mnemonic = /*MSG21*/"C";
- }
- : radio_button {
- label = /*MSG4*/"íu¬┼Ñ╒ívñ└¼╔└╔ (SDF)";
- key = "sdf";
- mnemonic = /*MSG22*/"S";
- }
- : radio_button {
- label = /*MSG5*/"╣╧º╬ѵ┤½└╔ (DXF)";
- key = "dxf";
- mnemonic = /*MSG23*/"D";
- }
- }
- : row {
- : button {
- label = /*MSG6*/"┐∩╛▄¬½┼ΘO <";
- mnemonic = /*MSG7*/"O";
- key = "selobjs";
- fixed_width = true;
- }
- : concatenation {
- : text_part {
- label = /*MSG8*/"┤M└≥╝╞╢q: ";
- }
- : text_part {
- key = "how_many";
- width = 5;
- }
- }
- }
- : row {
- : button {
- label = /*MSG9*/"╝╦¬O└╔«╫T... ";
- key = "select_temp_file";
- mnemonic = /*MSG24*/"T";
- }
- : edit_box {
- edit_width = 20;
- key = "temp_file";
- fixed_width = true;
- }
- }
- : row {
- : button {
- label = /*MSG10*/"┬αÑX└╔ªWF... ";
- key = "select_out_file";
- mnemonic = /*MSG25*/"F";
- }
- : edit_box {
- edit_width = 20;
- key = "out_file";
- fixed_width = true;
- }
- }
- ok_cancel_help_errtile;
- }
-
- out_exists : dialog {
- label = /*MSG11*/"─╡ºi";
- : paragraph {
- : text_part {
- label = /*MSG12*/"½ⁿ⌐w¬║íu┬αÑX└╔ívñwªsªbíC";
- }
- : text_part {
- label = /*MSG13*/"▒²╕m┤½╕╙└╔╢▄?";
- }
- }
- spacer_1;
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = /*MSG14*/"Yes";
- mnemonic = /*MSG15*/"R";
- key = "yes";
- width = 8;
- }
- : spacer {
- width = 2;
- }
- : default_button {
- label = /*MSG16*/"No";
- mnemonic = /*MSG17*/"C";
- key = "no";
- width = 8;
- }
- }
- }
-
- out_temp : dialog {
- label = /*MSG18*/"─╡ºi";
- : paragraph {
- : text_part {
- label = /*MSG19*/"íu┬αÑX└╔ív╗Píu╝╦¬O└╔ívªPªW!";
- }
- : text_part {
- label = /*MSG20*/"╜╨º≤º∩íu┬αÑX└╔ív¬║ªW║┘íC";
- }
- }
- spacer_1;
- : ok_button {
- is_cancel = true;
- }
- }
-