2015-02-19 23:29:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2015-02-19 23:29:48 +00:00
|
|
|
<window text="Frame Properties" id="frame_properties">
|
2008-03-27 16:58:14 +00:00
|
|
|
<grid columns="3">
|
|
|
|
<label text="Frame number:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="frame" />
|
2008-03-27 16:58:14 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
|
|
|
<label text="Duration (milliseconds):" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry maxsize="10" id="frlen" magnet="true" />
|
2008-03-27 16:58:14 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" cell_hspan="3" />
|
2008-03-27 16:58:14 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<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" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|