Imported Upstream version 2008.1+svn1553
[opeanno-debian-packaging.git] / content / gui / hud_branch.xml
blob1df22d8dd613cbe143bbe6fef6fc78b00a822972
1 <?xml version="1.0"?>
2 <Container size="600,200" border_size="0" background_image="content/gui/images/background/hud/menu_bg.png">
3         <!-- Name -->
4         <Label name="buildingNameLabel" text="Branch office (Branch class ROMAN)" base_color="40,40,40" position="5,5" />
6         <!-- Symbols-->
7         <!-- The following symbols should show a few infos about the ship as boolean (true=colored; false=grayscale). -->
8         <Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" position="5,35" />
9         <Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" position="21,35" />
10         <Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" position="37,35" />
11         <Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" position="53,35" />
12         <Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" position="69,35" />
14         <!-- Picture -->
15         <Icon name="buildingImage" image="content/gui/images/objects/buildings/dummy.jpg" position="5,56" />
17         <!-- Citywide charge bar -->
18         <Icon image="content/gui/images/background/hud/chargebar_bg.png" position="150,35" />
19         <Icon name="chargeBar" image="content/gui/images/icons/hud/ship/chargebar_stretch.png" position="154,39" size="184,19" />
21         <!-- The following two chapters contain the eight loading slots (some ships can have less). On the upper part, the icon should be shown, on the lower the charge as numeric and progress bar in the background. -->
22         <!-- Articles of trade (upper row) -->
23         <Icon image="content/gui/images/background/hud/res_bg.png" position="150,67" />
24         <Icon image="content/gui/images/background/hud/res_bg.png" position="198,67" />
25         <Icon image="content/gui/images/background/hud/res_bg.png" position="246,67" />
26         <Icon image="content/gui/images/background/hud/res_bg.png" position="294,67" />
28         <!-- Articles of trade (lower row) -->
29         <Icon image="content/gui/images/background/hud/res_bg.png" position="150,131" />
30         <Icon image="content/gui/images/background/hud/res_bg.png" position="198,131" />
31         <Icon image="content/gui/images/background/hud/res_bg.png" position="246,131" />
32         <Icon image="content/gui/images/background/hud/res_bg.png" position="294,131" />
34         <!-- Infos -->
35         <VBox position="350,35">
36     <!-- No icons atm. The first number should display the current status, the second the maximum. --> <!--
37         <HBox><Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" /><Label name="shipCanons" text="0/0" /></HBox>
38         <HBox><Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" /><Label name="shipCrew" text="0/0" /></HBox>
39         <HBox><Icon image="content/gui/images/icons/hud/ship/symbol_dummy.png" /><Label name="shipSpeed" text="0/0" /></HBox>
40         -->
41         </VBox>
43         <!-- Use the name of the buttons to identify their function. No logos atm -->
44         <!-- City Buttons -->
45         <Icon image="content/gui/images/icons/hud/ship/civil_32.png" position="526,35" />
46         <ImageButton name="diplomacyButton" up_image="content/gui/images/background/hud/background_32.png" position="526,67" border_size="0" text="New"/>
47         <ImageButton name="inventoryButton" up_image="content/gui/images/background/hud/background_32.png" position="526,99" border_size="0" />
48         <ImageButton name="cityResultButton" up_image="content/gui/images/background/hud/background_32.png" position="526,131" border_size="0" />
49         <ImageButton name="counselorsButton" up_image="content/gui/images/background/hud/background_32.png" position="526,163" border_size="0" />
51         <!-- Building buttons -->
52         <Icon image="content/gui/images/icons/hud/ship/war_32.png" position="563,35" />
53         <ImageButton name="accountBookButton" up_image="content/gui/images/background/hud/background_32.png" position="563,67" border_size="0" />
54         <ImageButton name="" up_image="content/gui/images/background/hud/background_32.png" position="563,99" border_size="0" />
55         <ImageButton name="" up_image="content/gui/images/background/hud/background_32.png" position="563,131" border_size="0" />
56         <ImageButton name="" up_image="content/gui/images/background/hud/background_32.png" position="563,163" border_size="0" />
57 </Container>