2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2009-01-24 00:41:01 +00:00
|
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Duplicate Sprite" name="duplicate_sprite">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Duplicate:" />
|
|
|
|
<label text="As:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<label text="" name="src_name" />
|
2008-03-22 18:43:56 +00:00
|
|
|
<entry maxsize="256" name="dst_name" magnetic />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="Duplicate merged layers only" name="flatten" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box horizontal homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<button text="&OK" name="ok" magnetic />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|