mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
147 lines
4.8 KiB
XML
147 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<VBox CACHEIT="false">
|
|
<style name="generic_control"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#6C6C6C"
|
|
fgactive="#BFBFBF"
|
|
bgactive="#454545"
|
|
fghover="#CCCCCC"
|
|
bghover="#898989"/>
|
|
<style name="generic_button"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#6D6E72"
|
|
textcolornormal="#6D6E72"
|
|
bgnormal="#CACAC5"
|
|
basenormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
borderwidth="0 0 0 0"
|
|
bordercolor="#6D6E72"/>
|
|
<style name="generic_dropdown"
|
|
style="generic_control"
|
|
bgnormal="#6C6C6C"
|
|
basenormal="#6C6C6C"
|
|
fgnormal="#C1C1C1"
|
|
textcolornormal="#C1C1C1"/>
|
|
<style name="generic_dropdown_menu"
|
|
style="generic_dropdown"/>
|
|
<VBox>
|
|
<HBox spacing="6">
|
|
<Label style="generic_control"
|
|
text="Folder:"/>
|
|
<Entry id="path_entry"
|
|
style="generic_dropdown"
|
|
activatesdefault="true"
|
|
hasframe="false"
|
|
horzalignment="start"
|
|
height="22"
|
|
box.fill="true"
|
|
box.expand="true"/>
|
|
<Button id="browse_button"
|
|
style="generic_button"
|
|
text="Browse"
|
|
width="60"/>
|
|
</HBox>
|
|
<VBox height="18"/>
|
|
<Label style="generic_control"
|
|
text="Build filename(s) from these components:"
|
|
horzalignment="start"
|
|
winfont="Arial Italic 10"
|
|
macfont="Helvetica Italic 10"/>
|
|
<VBox height="6"/>
|
|
<HBox spacing="6">
|
|
<Label style="generic_control"
|
|
text="Label:"/>
|
|
<Entry id="label_entry"
|
|
style="generic_dropdown"
|
|
hasframe="false"
|
|
activatesdefault="true"
|
|
horzalignment="start"
|
|
height="22"
|
|
box.fill="true"
|
|
box.expand="true"/>
|
|
<HBox>
|
|
<Iconbutton id="session_button"
|
|
width="20"
|
|
height="20"
|
|
normalicon="waves_darker_check_box"
|
|
activeicon="waves_darker_check_box_active"
|
|
toggleable="true"/>
|
|
<Label style="generic_control"
|
|
text="Session Name"/>
|
|
</HBox>
|
|
<Dropdown style="generic_dropdown"
|
|
id="date_format_dropdown"
|
|
width="90"
|
|
height="20"
|
|
normalicon="dropdown_90x20"
|
|
activeicon="dropdown_90x20_active"
|
|
inactiveicon="dropdown_90x20_inactive">
|
|
<HBox>
|
|
<VBox width="10"/>
|
|
<Label style="generic_dropdown"
|
|
horzalignment="start"/>
|
|
</HBox>
|
|
<DropdownMenu style="generic_dropdown_menu"/>
|
|
</Dropdown>
|
|
<Dropdown style="generic_dropdown"
|
|
id="time_format_dropdown"
|
|
width="90"
|
|
height="20"
|
|
normalicon="dropdown_90x20"
|
|
activeicon="dropdown_90x20_active"
|
|
inactiveicon="dropdown_90x20_inactive">
|
|
<HBox>
|
|
<VBox width="10"/>
|
|
<Label style="generic_dropdown"
|
|
horzalignment="start"/>
|
|
</HBox>
|
|
<DropdownMenu style="generic_dropdown_menu"/>
|
|
</Dropdown>
|
|
<HBox>
|
|
<Iconbutton id="revision_button"
|
|
width="20"
|
|
height="20"
|
|
normalicon="waves_darker_check_box"
|
|
activeicon="waves_darker_check_box_active"
|
|
toggleable="true"/>
|
|
<Label style="generic_control"
|
|
text="Revision:"/>
|
|
</HBox>
|
|
<HBox>
|
|
<Entry id="revision_entry"
|
|
style="generic_dropdown"
|
|
hasframe="false"
|
|
horzalignment="start"
|
|
width="32"
|
|
height="22"
|
|
box.fill="true"
|
|
box.expand="true"/>
|
|
<VBox>
|
|
<iconbutton id="revision_inc_button"
|
|
width="12"
|
|
height="11"
|
|
normalicon="spin_up_12x11"
|
|
activeicon="spin_up_12x11_inactive"
|
|
inactiveicon="spin_up_12x11_inactive"/>
|
|
<iconbutton id="revision_dec_button"
|
|
width="12"
|
|
height="11"
|
|
normalicon="spin_down_12x11"
|
|
activeicon="spin_down_12x11_inactive"
|
|
inactiveicon="spin_down_12x11_inactive"/>
|
|
</VBox>
|
|
</HBox>
|
|
</HBox>
|
|
<VBox height="11"/>
|
|
<Label id="example_filename_label"
|
|
style="generic_control"
|
|
horzalignment="start"
|
|
winfont="Arial Italic 10"
|
|
macfont="Helvetica Italic 10"/>
|
|
</VBox>
|
|
</VBox>
|