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

  1. /* Next available MSG number is   9 */
  2.  
  3. //----------------------------------------------------------------------------
  4. //
  5. // DDRENAME.DCL  ¬⌐Ñ╗ 1.0
  6. //
  7. // ¬⌐┼v⌐╥ª│ (C) 1991-1992  Autodesk ñ╜Ñq
  8. //
  9. //
  10. // Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
  11. // ¡∞½h :
  12. //
  13. // 1)  ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
  14. // 2)  ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
  15. //
  16. // Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
  17. // Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
  18. //
  19. //----------------------------------------------------------------------------
  20. //
  21. // Corresponding dialogue for DDRENAME.LSP which is an AutoLISP implementation
  22. // of the AutoCAD Rename command with wildcard support and a dialogue
  23. // interface.
  24. //
  25. //----------------------------------------------------------------------------
  26.  
  27. dcl_settings : default_dcl_settings { audit_level = 0; }
  28.  
  29.  
  30. ddrename : dialog {
  31.     label = /*MSG1*/"º≤º∩ªW║┘";
  32.     : row {
  33.         : column {
  34.             : list_box {
  35.                 label = /*MSG2*/"¿πªWñ╕┼ΘN";
  36.                 key = "tables";
  37.                 width = 12;
  38.                 height = 8;
  39.                 mnemonic = /*MSG6*/"N";
  40.             }
  41.         }
  42.         : column {
  43.             : list_box {
  44.                 label = /*MSG7*/"╢╡Ñ╪I";
  45.                 key = "table_items";
  46.                 width = 25;
  47.                 height = 8;
  48.                 multiple_select = true;
  49.                 mnemonic = /*MSG8*/"I";
  50.             }
  51.         }
  52.     }
  53.     : column {
  54.         : edit_box {
  55.             label = /*MSG3*/"¡∞⌐lªW║┘O:";
  56.             key = "old";
  57.             mnemonic = /*MSG4*/"O";
  58.             edit_width = 31;
  59.             edit_limit = 31;
  60.         }
  61.         : row {
  62.             : button {
  63.                 label = /*MSG5*/"º≤º∩¼░R:";
  64.                 key = "rename";
  65.                 mnemonic = /*MSG0*/"R";
  66.             }
  67.             : edit_box {
  68.                 label = "";
  69.                 key = "new";
  70.                 edit_width = 31;
  71.                 edit_limit = 31;
  72.             }
  73.         }
  74.     }
  75.     spacer_1;
  76.     ok_cancel_help_errtile;
  77. }
  78.  
  79.