2008-02-04 02:37:26 +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>
|
2008-02-04 02:37:26 +00:00
|
|
|
<window text="" name="file_selector">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" noborders="true">
|
2008-02-10 19:06:03 +00:00
|
|
|
<button text="" name="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
|
|
|
|
<button text="" name="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2010-01-31 23:42:45 +00:00
|
|
|
<button text="" name="goup" tooltip="Up to parent folder (Backspace)" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<combobox name="location" expansive="true" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" expansive="true" name="box" />
|
|
|
|
<box horizontal="true">
|
2008-02-04 02:37:26 +00:00
|
|
|
<label text="Name:" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<entry text="" maxsize="256" name="filename" expansive="true" magnetic="true" />
|
|
|
|
<combobox name="filetype" minwidth="70" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&OK" closewindow="true" name="ok" magnetic="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" name="cancel" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|