ardour/gtk2_ardour/ui/session_close_dialog.xml
2014-09-30 23:08:30 +03:00

58 lines
1.6 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title=" " resizeable="False">
<style name="generic_control"
winfont ="Arial Bold 11"
macfont ="Helvetica Bold 11"/>
<style name="generic_button"
style="generic_control"
fgnormal="#E6E6E6"
bgnormal="#6C6C6C"
fgactive="#BFBFBF"
bgactive="#454545"
fghover="#CCCCCC"
bghover="#898989"
fgdisabled ="#959595"
bordercolor="#7E7E7E"
borderwidth="1 1 0 0" />
<Layout width="400" height="170">
<Label style ="generic_control"
id="top_label"
justify="center"
winfont ="Arial 14"
macfont ="Helvetica 14"
text="??\n??\n??\n??\n??"
x="20"
y="40"
width="360"
height="30"/>
<Label style ="generic_control"
id="bottom_label"
justify="center"
text="??\n??\n??\n??\n??"
winfont ="Arial 12"
macfont ="Helvetica 12"
x="20"
y="80"
width="360"
height="30"/>
<Button style="generic_button"
id="cancel_button"
text="Cancel"
x="10" y="128" width="80" height="26"/>
<Button style="generic_button"
id="dont_save_button"
text="Don't Save"
x="220" y="128" width="80" height="26"/>
<Button style="generic_button"
id="save_button"
text="Save"
x="310" y="128" width="80" height="26"/>
</Layout>
</Dialog>