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="Median Blur" name="median">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Width:" />
|
|
|
|
<label text="Height:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
|
|
<entry expansive="true" name="width" maxsize="4" />
|
|
|
|
<entry expansive="true" name="height" maxsize="4" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box name="target" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<check text="&Preview" name="preview" />
|
|
|
|
<check text="&Tiled" name="tiled" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true" expansive="true">
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&OK" closewindow="true" name="button_ok" magnetic="true" />
|
|
|
|
<button text="&Cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|