2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2016-01-05 19:37:52 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2015-06-03 15:16:25 +00:00
|
|
|
<window id="file_selector" text="">
|
2015-05-28 20:06:01 +00:00
|
|
|
<vbox id="main">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" noborders="true">
|
2015-06-03 15:16:25 +00:00
|
|
|
<button text="" id="go_back_button" bevel="2 0 2 0" tooltip="Go back one folder" />
|
|
|
|
<button text="" id="go_forward_button" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2015-06-03 15:16:25 +00:00
|
|
|
<button text="" id="go_up_button" tooltip="Up to parent folder (Backspace)" />
|
|
|
|
<button text="" id="new_folder_button" 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>
|
2016-01-05 19:37:52 +00:00
|
|
|
<vbox id="file_view_placeholder" expansive="true" />
|
2015-05-28 20:06:01 +00:00
|
|
|
<grid columns="2">
|
2015-05-28 21:59:12 +00:00
|
|
|
<label text="File name:" />
|
2015-06-03 15:16:25 +00:00
|
|
|
<box id="file_name_placeholder" cell_align="horizontal" />
|
2015-05-28 20:06:01 +00:00
|
|
|
|
2015-05-28 21:59:12 +00:00
|
|
|
<label text="File type:" />
|
2015-05-28 20:06:01 +00:00
|
|
|
<hbox cell_align="horizontal">
|
2015-06-03 15:16:25 +00:00
|
|
|
<combobox id="file_type" minwidth="70" />
|
2015-06-03 19:34:27 +00:00
|
|
|
<hbox id="resize_options">
|
|
|
|
<label text="Resize:" />
|
|
|
|
<combobox id="resize">
|
|
|
|
<listitem text="25%" value="0.25" />
|
|
|
|
<listitem text="50%" value="0.5" />
|
|
|
|
<listitem text="100%" value="1" />
|
|
|
|
<listitem text="200%" value="2" />
|
|
|
|
<listitem text="300%" value="3" />
|
|
|
|
<listitem text="400%" value="4" />
|
|
|
|
<listitem text="500%" value="5" />
|
|
|
|
<listitem text="600%" value="6" />
|
|
|
|
<listitem text="700%" value="7" />
|
|
|
|
<listitem text="800%" value="8" />
|
|
|
|
<listitem text="900%" value="9" />
|
|
|
|
<listitem text="1000%" value="10" />
|
|
|
|
</combobox>
|
|
|
|
</hbox>
|
2015-05-28 20:06:01 +00:00
|
|
|
<boxfiller />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" id="cancel" />
|
|
|
|
</box>
|
|
|
|
</hbox>
|
|
|
|
</grid>
|
|
|
|
</vbox>
|
2015-06-03 15:16:25 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|