Imported Upstream version 2008.1+svn1553
[opeanno-debian-packaging.git] / content / gui / buildings_gui / production_building_overview.xml
blob514097cd0db2af5867f75a1511e6fa1b9b558e18
1 <?xml version="1.0"?>
2 <!-- Overview tab for buildings -->
3 <Container size="336,192">
4         <Label position="10,5" text="Overview" />
5         <Label position="10,25" text="Name:" /><Label name='name' position="60,25" text="" />
6         <Label position="10,45" text="Health:" /><Label name='health' position="60,45" text="" />
7         <Label position="10,65" text="Running Costs:" /><Label name="running_costs" position="100,65" text=""/>
9         <HBox position="185,147">
10                 <Label text="Toggle active:"/>
11                 <ImageButton name="toggle_active" up_image="content/gui/images/icons/hud/main/build.png" down_image="content/gui/images/icons/hud/main/build_h.png" hover_image="content/gui/images/icons/hud/main/build_h.png" border_size="0"/>
12         </HBox>
13 </Container>