Files
HuginPortable/App/Hugin/share/hugin/xrc/batch_toolbar.xrc
2023-10-19 11:41:58 +02:00

69 lines
2.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
<object class="wxToolBar" name="batch_toolbar">
<style>wxTB_FLAT</style>
<object class="tool" name="tool_clear">
<bitmap>data/filenew.png</bitmap>
<tooltip>Clear batch</tooltip>
<longhelp>Clears the batch list</longhelp>
<label>clear</label>
</object>
<object class="tool" name="tool_open">
<bitmap>data/fileopen.png</bitmap>
<tooltip>Open batch</tooltip>
<longhelp>Opens a batch file with a list of projects</longhelp>
<label>open</label>
</object>
<object class="tool" name="tool_save">
<bitmap>data/filesave.png</bitmap>
<tooltip>Save batch</tooltip>
<longhelp>Saves a batch file with a list of projects</longhelp>
<label>save</label>
</object>
<object class="separator"/>
<object class="tool" name="tool_start">
<bitmap>data/start.png</bitmap>
<tooltip>Start batch</tooltip>
<longhelp>Starts batch execution</longhelp>
<label>start</label>
</object>
<object class="tool" name="tool_skip">
<bitmap>data/skip.png</bitmap>
<tooltip>Skip project(s)</tooltip>
<longhelp>Skips execution of currently running project(s)</longhelp>
<label>skip</label>
</object>
<object class="tool" name="tool_pause">
<bitmap>data/pause.png</bitmap>
<toggle>1</toggle>
<tooltip>Pause batch</tooltip>
<longhelp>Pauses batch execution</longhelp>
<label>pause</label>
</object>
<object class="tool" name="tool_cancel">
<bitmap>data/stop.png</bitmap>
<tooltip>Cancel batch</tooltip>
<longhelp>Cancels batch execution</longhelp>
<label>cancel</label>
</object>
<object class="separator"/>
<object class="tool" name="tool_add">
<bitmap>data/add_project.png</bitmap>
<tooltip>Add project(s)</tooltip>
<longhelp>Appends project file(s) to the batch list</longhelp>
<label>add</label>
</object>
<object class="tool" name="tool_remove">
<bitmap>data/remove_project.png</bitmap>
<tooltip>Remove project</tooltip>
<longhelp>Removes selected project from the batch list</longhelp>
<label>remove</label>
</object>
<object class="tool" name="tool_adddir">
<bitmap>data/add_projects.png</bitmap>
<tooltip>Search directory</tooltip>
<longhelp>Appends all project files from a directory and subdirectories</longhelp>
<label>adddir</label>
</object>
</object>
</resource>