2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2017-02-13 21:34:23 +00:00
|
|
|
<!-- Copyright (C) 2001-2017 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">
|
2017-02-13 21:34:23 +00:00
|
|
|
<button text="" id="go_back_button" style="go_back_button" tooltip="@.go_back_button_tooltip" />
|
|
|
|
<button text="" id="go_forward_button" style="go_forward_button" tooltip="@.go_forward_button_tooltip" />
|
2008-02-04 02:37:26 +00:00
|
|
|
</box>
|
2017-02-13 21:34:23 +00:00
|
|
|
<button text="" id="go_up_button" style="go_up_button" tooltip="@.go_up_button_tooltip" />
|
|
|
|
<button text="" id="new_folder_button" style="new_folder_button" tooltip="@.new_folder_button_tooltip" />
|
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">
|
2017-02-13 21:34:23 +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
|
|
|
|
2017-02-13 21:34:23 +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" />
|
2016-09-17 04:01:28 +00:00
|
|
|
<vbox>
|
|
|
|
<boxfiller />
|
|
|
|
<link id="extra_options" text="" />
|
|
|
|
<boxfiller />
|
|
|
|
</vbox>
|
2015-05-28 20:06:01 +00:00
|
|
|
<boxfiller />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" id="cancel" />
|
2015-05-28 20:06:01 +00:00
|
|
|
</box>
|
|
|
|
</hbox>
|
|
|
|
</grid>
|
|
|
|
</vbox>
|
2015-06-03 15:16:25 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|