2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="New Image Layer" id="new_layer">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Name:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true">
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry maxsize="256" text="New Layer" id="name" magnet="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
<window text="New Layer Set" id="new_layer_set">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Name:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry maxsize="256" text="New Set" id="name" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|