2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2011-01-20 21:32:31 +00:00
|
|
|
<!-- Copyright (C) 2001-2011 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Cel Properties" name="cel_properties">
|
2008-03-27 14:29:33 +00:00
|
|
|
<grid columns="2">
|
|
|
|
<label text="Frame:" />
|
|
|
|
<label name="frame" />
|
|
|
|
|
|
|
|
<label text="Position: " />
|
2009-12-16 23:24:57 +00:00
|
|
|
<label name="pos" readonly="true" tooltip="X axis, Y axis" />
|
2008-03-27 14:29:33 +00:00
|
|
|
|
|
|
|
<label text="Dimension:" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<label name="size" readonly="true" tooltip="Width x Height (Memory size)" />
|
2008-03-27 14:29:33 +00:00
|
|
|
|
|
|
|
<label text="Opacity:" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<slider min="0" max="255" name="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">
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&OK" closewindow="true" name="ok" magnetic="true" minwidth="60" />
|
|
|
|
<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>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|