<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<window
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <hbox style="border: 2px dashed blue">
    <button label="Poopsie"/>
    <button label="Phlegm!" disabled="true"/>
    <radiogroup>
         <radio label="Small" />
         <radio label="Bigger" />
         <radio label="Biggest" />
    </radiogroup>
  </hbox>
  <spacer flex="1" />
  <description>Download Completion Status:</description>
  <progressmeter value="50%" /> 
  <spacer flex="1" />
  <groupbox>
    <caption>
      <description>Backup Configuration</description>
    </caption>
    <hbox>
      <label value="Folder:"/>
      <textbox  flex="1"/>
    </hbox>
    <checkbox label="Check to compress archive"/>
  </groupbox>
  <spacer flex="1" />
  <colorpicker />

</window>

