ardour/gtk2_ardour/ui/progress_dialog.xml
2015-02-10 11:53:25 +02:00

90 lines
No EOL
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title=""
winfont ="Arial Bold 12"
macfont ="Helvetica Bold 12"
fgnormal="#6D6E72"
borderwidth="5 5 5 5"
bordercolor="#000000"
CACHEIT="false">
<style name="generic_control"
winfont ="Arial Bold 12"
macfont ="Helvetica Bold 12"
fgnormal="#6D6E72"
/>
<style name="generic_button"
winfont ="Arial Bold 12"
macfont ="Helvetica Bold 12"
fgnormal="#6D6E72"
bgnormal="#CACAC5"
fgactive="#EDECE8"
bgactive="#6D6E72"
visible="false"
noshowall="true"
width="110"
height="22"/>
<EventBox bgnormal="#EDECE8">
<VBox width="320">
<HBox height="8"/>
<Label id="top_label"
style="generic_control"
vertalignment="center"
text="---"
ellipsize="end"
justify="center"/>
<VBox height="12"/>
<HBox width="320">
<VBox width="13"/>
<Layout width="294"
height="18">
<ProgressBar id="progress_bar"
winfont ="Arial 11"
macfont ="Helvetica 11"
fgnormal="#ffffff"
fgactive="#ffffff"
fghovered="#ffffff"
text="from xml"
bgnormal="#6B6B6B"
bgselected="#20B2AA"
width="294"
height="18"
x="0"
y="0"
visible="true"/>
<VBox x="0"
y="0"
width="294"
height="18">
</VBox>
</Layout>
</HBox>
<VBox height="9"/>
<Label id="bottom_label"
style="generic_control"
winfont ="Arial 10"
macfont ="Helvetica 10"
vertalignment="center"
justify="center"
text="info-2"/>
<VBox height="11"/>
<HBox width="320">
<VBox width="105"/>
<Button id="cancel_button"
style="generic_button"
text="Cancel"
visible="false"
noshowall="true"/>
</HBox>
<HBox width="320">
<VBox width="120"/>
</HBox>
<VBox height="7"/>
</VBox>
</EventBox>
</Dialog>