2018-03-15 23:34:01 +00:00
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (C) 2016-2018 by David Capello -->
|
|
|
|
<gui>
|
|
|
|
<window id="export_file" text="@.title">
|
2018-03-16 13:08:52 +00:00
|
|
|
<grid columns="3">
|
2018-03-15 23:34:01 +00:00
|
|
|
<label text="@.output_file" />
|
2018-03-16 13:08:52 +00:00
|
|
|
<entry id="output_filename" cell_align="horizontal" maxsize="1024" maxwidth="256" />
|
|
|
|
<button id="output_filename_browse" text="..." style="mini_button" />
|
2018-03-15 23:34:01 +00:00
|
|
|
|
|
|
|
<label id="resize_label" text="@.resize" />
|
2018-03-16 13:08:52 +00:00
|
|
|
<combobox id="resize" cell_align="horizontal" cell_hspan="2">
|
2018-03-15 23:34:01 +00:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<label id="layers_label" text="@.layers" />
|
2018-03-16 13:08:52 +00:00
|
|
|
<combobox id="layers" text="" cell_align="horizontal" cell_hspan="2" />
|
2018-03-15 23:34:01 +00:00
|
|
|
|
|
|
|
<label id="frames_label" text="@.frames" />
|
2018-03-16 13:08:52 +00:00
|
|
|
<combobox id="frames" text="" cell_align="horizontal" cell_hspan="2" />
|
2018-03-15 23:34:01 +00:00
|
|
|
|
2018-03-16 11:59:34 +00:00
|
|
|
<label id="anidir_label" text="@.anidir" />
|
2018-03-16 13:08:52 +00:00
|
|
|
<combobox id="anidir" text="" cell_align="horizontal" cell_hspan="2" />
|
2018-03-16 11:59:34 +00:00
|
|
|
|
2018-03-16 13:08:52 +00:00
|
|
|
<check id="pixel_ratio" text="@.pixel_ratio" cell_hspan="3" />
|
2018-03-15 23:34:01 +00:00
|
|
|
|
2018-03-16 14:26:13 +00:00
|
|
|
<hbox cell_hspan="3">
|
|
|
|
<check id="for_twitter" text="@.for_twitter" tooltip="@.for_twitter_tooltip" />
|
|
|
|
<button id="adjust_resize" text="@.adjust_resize" style="mini_button" />
|
|
|
|
</hbox>
|
2018-03-16 14:03:50 +00:00
|
|
|
|
2018-03-16 13:08:52 +00:00
|
|
|
<hbox cell_hspan="3">
|
2018-03-15 23:34:01 +00:00
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
2018-06-27 13:00:19 +00:00
|
|
|
<button text="@.export" minwidth="60" id="ok" magnet="true" />
|
2018-03-15 23:34:01 +00:00
|
|
|
<button text="@.cancel" minwidth="60" closewindow="true" />
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|