2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
|
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
2007-09-18 23:57:02 +00:00
|
|
|
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Convolution Matrix" name="convolution_matrix">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive>
|
|
|
|
<view expansive name="view" /><!-- custom widget -->
|
|
|
|
<box vertical>
|
2007-11-28 14:19:36 +00:00
|
|
|
<button text="&OK" name="button_ok" magnetic />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box name="target" />
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="&Preview" name="preview" />
|
|
|
|
<check text="&Tiled" name="tiled" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
<box horizontal>
|
2007-11-28 14:19:36 +00:00
|
|
|
<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">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive homogeneous>
|
|
|
|
<box vertical expansive>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="X axis" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<view expansive name="view_x" /><!-- custom widget -->
|
|
|
|
</box>
|
|
|
|
<box vertical expansive>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Y axis" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<view expansive name="view_y" /><!-- custom widget -->
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
<box horizontal homogeneous>
|
|
|
|
<box horizontal>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Width:" />
|
|
|
|
<label text="Height:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<slider min="1" max="31" name="width" />
|
|
|
|
<slider min="1" max="31" name="height" />
|
|
|
|
</box>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Div:" />
|
|
|
|
<label text="Bias:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<entry maxsize=32 name="div" />
|
|
|
|
<entry maxsize=32 name="bias" />
|
|
|
|
</box>
|
|
|
|
<box vertical homogeneous>
|
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>
|
|
|
|
<box horizontal homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<button text="&OK" name="button_ok" magnetic />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|