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="Cel Properties" id="cel_properties">
|
2008-03-27 14:29:33 +00:00
|
|
|
<grid columns="2">
|
|
|
|
<label text="Frame:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label id="frame" />
|
2008-03-27 14:29:33 +00:00
|
|
|
|
|
|
|
<label text="Position: " />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label id="pos" readonly="true" tooltip="X axis, Y axis" />
|
2008-03-27 14:29:33 +00:00
|
|
|
|
|
|
|
<label text="Dimension:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label id="size" readonly="true" tooltip="Width x Height (Memory size)" />
|
2008-03-27 14:29:33 +00:00
|
|
|
|
|
|
|
<label text="Opacity:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
2008-01-07 11:45:02 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
2008-03-27 16:58:14 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2008-03-27 14:29:33 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|