2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Convolution Matrix" name="convolution_matrix">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true" expansive="true">
|
|
|
|
<view expansive="true" name="view" /><!-- custom widget -->
|
|
|
|
<box vertical="true">
|
|
|
|
<button text="&OK" name="button_ok" magnetic="true" />
|
|
|
|
<button text="&Cancel" />
|
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">
|
|
|
|
<button text="&Reload Stock" name="reload" />
|
|
|
|
<button text="&Generate" name="generate" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Generate New Matrix" name="generate_convolution_matrix">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true" expansive="true" homogeneous="true">
|
|
|
|
<box vertical="true" expansive="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="X axis" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<view expansive="true" name="view_x" /><!-- custom widget -->
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" expansive="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Y axis" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<view expansive="true" name="view_y" /><!-- custom widget -->
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<box horizontal="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">
|
2007-09-18 23:57:02 +00:00
|
|
|
<slider min="1" max="31" name="width" />
|
|
|
|
<slider min="1" max="31" name="height" />
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Div:" />
|
|
|
|
<label text="Bias:" />
|
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 maxsize="32" name="div" />
|
|
|
|
<entry maxsize="32" name="bias" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="Auto" name="div_auto" />
|
|
|
|
<check text="Auto" name="bias_auto" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="button_ok" magnetic="true" />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|