aseprite/data/jids/convmatr.jid

65 lines
2.3 KiB
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Convolution Matrix" name="convolution_matrix">
<box vertical="true">
<box horizontal="true" expansive="true">
<view expansive="true" name="view" /><!-- custom widget -->
<box vertical="true">
<button text="&amp;OK" name="button_ok" magnetic="true" />
<button text="&amp;Cancel" />
2007-09-18 23:57:02 +00:00
<box name="target" />
<check text="&amp;Preview" name="preview" />
<check text="&amp;Tiled" name="tiled" />
2007-09-18 23:57:02 +00:00
</box>
</box>
<box horizontal="true">
<button text="&amp;Reload Stock" name="reload" />
<button text="&amp;Generate" name="generate" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
<window text="Generate New Matrix" name="generate_convolution_matrix">
<box vertical="true">
<box horizontal="true" expansive="true" homogeneous="true">
<box vertical="true" expansive="true">
<label text="X axis" />
<view expansive="true" name="view_x" /><!-- custom widget -->
2007-09-18 23:57:02 +00:00
</box>
<box vertical="true" expansive="true">
<label text="Y axis" />
<view expansive="true" name="view_y" /><!-- custom widget -->
2007-09-18 23:57:02 +00:00
</box>
</box>
<box horizontal="true" homogeneous="true">
<box horizontal="true">
<box vertical="true" homogeneous="true">
<label text="Width:" />
<label text="Height:" />
2007-09-18 23:57:02 +00:00
</box>
<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>
<box vertical="true" homogeneous="true">
<label text="Div:" />
<label text="Bias:" />
2007-09-18 23:57:02 +00:00
</box>
<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>
<box vertical="true" homogeneous="true">
<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="true" homogeneous="true">
<button text="&amp;OK" name="button_ok" magnetic="true" />
<button text="&amp;Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>