2012-01-09 23:28:04 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Go to Frame" id="goto_frame">
|
2012-01-09 23:28:04 +00:00
|
|
|
<grid columns="3">
|
|
|
|
<label text="Frame number:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry expansive="true" maxsize="4" id="frame" magnet="true" />
|
2012-01-09 23:28:04 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
|
|
|
<separator horizontal="true" cell_hspan="3" />
|
|
|
|
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
2012-01-09 23:28:04 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
|
|
|
</box>
|
|
|
|
</grid>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|