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="Play FLI/FLC" name="play_fli">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="Loop" name="loop" />
|
|
|
|
<check text="Fullscreen" name="fullscreen" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<button text="&Open" name="button_open" />
|
|
|
|
<box horizontal="true" homogeneous="true" expansive="true">
|
|
|
|
<button text="&Play" name="button_play" magnetic="true" />
|
|
|
|
<button text="&Close" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|