<?xml version="1.0"?>
<glade-interface>
<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkWindow" id="dummyWindow">
<child>
<widget class="GtkVBox" id="dummyContainer">
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="graphWidget">
<property name="visible">True</property>
<child>
<widget class="GtkHBox" id="graphHeader">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="jobLabel">
<property name="width_request">0</property>
<property name="height_request">0</property>
<property name="visible">True</property>
<property name="label" translatable="yes">job @ date</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="optionsButton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="goLeftButton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="stock">gtk-go-back</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="goRightButton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<widget class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="stock">gtk-go-forward</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="closeButton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<widget class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="stock">gtk-close</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">5</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHPaned" id="graphPane">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
</widget>
<widget class="GtkWindow" id="progressWindow">
<property name="width_request">600</property>
<property name="title" translatable="yes">Loading profile</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<child>
<widget class="GtkVBox" id="progressBox">
<property name="visible">True</property>
<child>
<widget class="GtkAlignment" id="progressBarAlignment">
<property name="visible">True</property>
<property name="top_padding">15</property>
<property name="bottom_padding">15</property>
<property name="left_padding">15</property>
<property name="right_padding">15</property>
<child>
<widget class="GtkProgressBar" id="progressBar">
<property name="visible">True</property>
<property name="ellipsize">middle</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="progressActionAlignment">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xscale">0.10000000149011612</property>
<property name="bottom_padding">15</property>
<property name="right_padding">15</property>
<child>
<widget class="GtkButton" id="cancelProgressButton">
<property name="label" translatable="yes">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkMenu" id="graphMenu">
<property name="visible">True</property>
<child>
<widget class="GtkCheckMenuItem" id="showCostCentres">
<property name="visible">True</property>
<property name="label" translatable="yes">Show cost centres</property>
<property name="use_underline">True</property>
<property name="active">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="orderMode">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="label" translatable="yes">Order mode</property>
<property name="use_underline">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="viewMode">
<property name="visible">True</property>
<property name="label" translatable="yes">View mode</property>
<property name="use_underline">True</property>
</widget>
</child>
</widget>
</glade-interface>