mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
100 lines
2.7 KiB
XML
Executable file
100 lines
2.7 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dialog title="Session Close" resizeable="False">
|
|
<style name="generic_control"
|
|
winfont ="Arial Bold 12"
|
|
macfont ="Helvetica Bold 12"
|
|
fgnormal="#BFBFBF"
|
|
bgnormal="#6C6C6C"
|
|
fgactive="#BFBFBF"
|
|
bgactive="#454545"
|
|
fghover="#CCCCCC"
|
|
bghover="#898989"/>
|
|
<style name="generic_button"
|
|
style="generic_control"
|
|
fgnormal="#BFBFBF"
|
|
bgnormal="#6C6C6C"
|
|
fgactive="#BFBFBF"
|
|
bgactive="#454545"
|
|
fghover="#CCCCCC"
|
|
bghover="#898989"
|
|
fgdisabled ="#959595"
|
|
bordercolor="#7E7E7E"
|
|
borderwidth="1 1 0 0" />
|
|
<Layout width="400"
|
|
height="120"
|
|
bgnormal="#EDECE8">
|
|
|
|
<Label style ="generic_control"
|
|
id="top_label"
|
|
justify="center"
|
|
winfont ="Arial Bold 14"
|
|
macfont ="Helvetica Bold 14"
|
|
fgnormal="#6D6E72"
|
|
text="??\n??\n??\n??\n??"
|
|
x="20"
|
|
y="20"
|
|
width="360"
|
|
height="30"/>
|
|
|
|
<Label style ="generic_control"
|
|
id="bottom_label"
|
|
justify="center"
|
|
text="??\n??\n??\n??\n??"
|
|
winfont ="Arial Bold 12"
|
|
macfont ="Helvetica Bold 12"
|
|
fgnormal="#6D6E72"
|
|
x="20"
|
|
y="40"
|
|
width="360"
|
|
height="30"/>
|
|
|
|
<Button style="generic_button"
|
|
id="cancel_button"
|
|
text="Cancel"
|
|
x="10"
|
|
y="90"
|
|
width="80"
|
|
height="22"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
borderwidth="0 0 0 0"
|
|
bordercolor="#6D6E72"/>
|
|
|
|
<Button style="generic_button"
|
|
id="dont_save_button"
|
|
text="Don't Save"
|
|
x="220"
|
|
y="90"
|
|
width="80"
|
|
height="22"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
borderwidth="0 0 0 0"
|
|
bordercolor="#6D6E72"/>
|
|
|
|
<Button style="generic_button"
|
|
id="save_button"
|
|
text="Save"
|
|
x="310"
|
|
y="90"
|
|
width="80"
|
|
height="22"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
borderwidth="0 0 0 0"
|
|
bordercolor="#6D6E72"/>
|
|
|
|
</Layout>
|
|
</Dialog>
|