home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 9 */
-
- //----------------------------------------------------------------------------
- //
- // DDRENAME.DCL ¬⌐Ñ╗ 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
- //
- //----------------------------------------------------------------------------
- //
- // Corresponding dialogue for DDRENAME.LSP which is an AutoLISP implementation
- // of the AutoCAD Rename command with wildcard support and a dialogue
- // interface.
- //
- //----------------------------------------------------------------------------
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
-
- ddrename : dialog {
- label = /*MSG1*/"º≤º∩ªW║┘";
- : row {
- : column {
- : list_box {
- label = /*MSG2*/"¿πªWñ╕┼ΘN";
- key = "tables";
- width = 12;
- height = 8;
- mnemonic = /*MSG6*/"N";
- }
- }
- : column {
- : list_box {
- label = /*MSG7*/"╢╡Ñ╪I";
- key = "table_items";
- width = 25;
- height = 8;
- multiple_select = true;
- mnemonic = /*MSG8*/"I";
- }
- }
- }
- : column {
- : edit_box {
- label = /*MSG3*/"¡∞⌐lªW║┘O:";
- key = "old";
- mnemonic = /*MSG4*/"O";
- edit_width = 31;
- edit_limit = 31;
- }
- : row {
- : button {
- label = /*MSG5*/"º≤º∩¼░R:";
- key = "rename";
- mnemonic = /*MSG0*/"R";
- }
- : edit_box {
- label = "";
- key = "new";
- edit_width = 31;
- edit_limit = 31;
- }
- }
- }
- spacer_1;
- ok_cancel_help_errtile;
- }
-