2012-01-06 04:12:57 +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>
|
|
|
|
<box id="main" vertical="true">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" noborders="true">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="" id="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
|
|
|
|
<button text="" id="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="" id="goup" tooltip="Up to parent folder (Backspace)" />
|
2014-06-28 21:01:32 +00:00
|
|
|
<button text="" id="newfolder" tooltip="New folder" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<combobox id="location" expansive="true" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
<view id="fileview_container" expansive="true"></view>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
2008-02-04 02:37:26 +00:00
|
|
|
<label text="Name:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<filenameentry id="filename" expansive="true" magnet="true" />
|
|
|
|
<combobox id="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">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" id="cancel" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
2014-06-28 21:01:32 +00:00
|
|
|
|
|
|
|
<window text="New Folder" id="newfolder_dialog">
|
|
|
|
<vbox>
|
|
|
|
<hbox>
|
|
|
|
<label text="Folder Name:" />
|
|
|
|
<entry text="New Folder" id="name" maxsize="256" magnet="true" expansive="true" />
|
|
|
|
</hbox>
|
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" id="cancel" />
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|