ardour/gtk2_ardour/ui/session_dialog.xml
Nikolay f42681bcf1 [Summary] Fixed bug with session details label in the Session Dialog
[Feature reviewed on Mac and Windows] Igor Maximenko
2015-01-15 10:25:37 +02:00

220 lines
6.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title="Session" resizeable="false">
<style name="generic_control"
winfont ="Arial Bold 11"
macfont ="Helvetica Bold 11"/>
<style name="generic_button"
style="generic_control"
fgnormal="#101010"
bgnormal="#d6d6d6"
fgactive="#ffffff"
bgactive="#303030"
fghover="#ffffff"
bghover="#898989"
fgdisabled ="#959595"
bordercolor="#7E7E7E"/>
<style name="recent_session_button"
fgnormal="#ffffff"
bgnormal="#424242"
fgactive="#ffffff"
bgactive="#101010"
fgdisabled ="#959595"
bordercolor="#7E7E7E"
borderwidth="0 0 0 0"/>
<Layout bgnormal="#000000" width="395" height="312">
<Layout bgnormal="#424242" x="1" y="1" width="395" height="312">
<Button id="new_session_button"
text="New Session"
style="generic_control"
fgnormal="#ffffff"
bgnormal="#303030"
fgactive="#000000"
bgactive="#dcdcdc"
borderwidth="0 0 1 1"
x="0"
y="0"
width="196"
height="40"/>
<Button id="open_saved_session_button"
style="generic_control"
text="Open Saved Session"
fgnormal="#ffffff"
bgnormal="#303030"
fgactive="#000000"
bgactive="#dcdcdc"
borderwidth="0 0 1 1"
x="0"
y="41"
width="196"
height="40"/>
<Button style="generic_control"
id="open_selected_button"
text="Open Selected"
fgnormal="#ffffff"
bgnormal="#303030"
fgactive="#000000"
bgactive="#dcdcdc"
fgdisabled ="#505050"
borderwidth="0 0 1 1"
x="197"
y="0"
width="196"
height="40"/>
<Button style="generic_control"
id="system_configuration_button"
text="System Settings"
fgnormal="#ffffff"
bgnormal="#303030"
fgactive="#000000"
bgactive="#dcdcdc"
borderwidth="0 0 1 1"
x="0"
y="82"
width="196"
height="40"/>
<Button style="generic_control"
id="quit_button"
text="Quit"
fgnormal="#ffffff"
bgnormal="#303030"
fgactive="#000000"
bgactive="#dcdcdc"
borderwidth="0 1 1 1"
x="0"
y="271"
width="393"
height="40"/>
<Layout bgnormal="#303030"
x="0"
y="123"
borderwidth="0 0 1 1"
width="196"
height="147">
<VBox adjustment="center"
width="196"
y="10">
<Label style ="generic_control"
text="Audio Interface:"
winfont ="Arial Bold 10"
justify="center"/>
<Label style ="generic_control"
id="session_details_label_1"
winfont ="Arial 9"
macfont ="Helvetica 10"
justify="center"/>
<VBox style ="generic_control"
height="5"/>
<Label style ="generic_control"
text="Channels:"
winfont ="Arial Bold 10"
justify="center"/>
<Label style ="generic_control"
id="session_details_label_2"
winfont ="Arial 9"
macfont ="Helvetica 10"
justify="center"/>
<VBox style ="generic_control"
height="5"/>
<Label style ="generic_control"
text="Operation Mode:"
winfont ="Arial Bold 10"
justify="center"/>
<Label style ="generic_control"
id="session_details_label_3"
winfont ="Arial 9"
macfont ="Helvetica 10"
justify="center"/>
<VBox style ="generic_control"
height="5"/>
<Label style ="generic_control"
text="Sample Rate:"
winfont ="Arial Bold 10"
justify="center"/>
<Label style ="generic_control"
id="session_details_label_4"
winfont ="Arial 9"
macfont ="Helvetica 10"
justify="center"/>
</VBox>
</Layout>
<Layout bgnormal="#303030"
x="197"
y="41"
width="196"
height="229">
<Layout bgnormal="#303030"
x="1"
y="1"
width="194"
height="227">
<Label style="generic_control"
text="Recent Sessions"
x="54"
y="6"
winfont ="Arial Bold 11"
macfont ="Helvetica Bold 11"/>
<Button style="recent_session_button"
id="recent_session_button_0"
x="4"
y="24"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_1"
x="4"
y="44"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_2"
x="4"
y="64"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_3"
x="4"
y="84"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_4"
x="4"
y="104"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_5"
x="4"
y="124"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_6"
x="4"
y="144"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_7"
x="4"
y="164"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_8"
x="4"
y="184"
width="186"
height="19"/>
<Button style="recent_session_button"
id="recent_session_button_9"
x="4"
y="204"
width="186"
height="19"/>
</Layout>
</Layout>
</Layout>
</Layout>
</Dialog>