1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
<?xml version="1.0"?>
<Container name="foo" size="569,350" position="200,200" background_image="content/gui/images/background/notice350.png">
<Label name="headline" text="String Previewer Tool for Scenario files" position="15,15" />
<ScrollArea min_size="300,300" position="15,35">
<ListBox name="scenario_list" is_focusable="0" />
</ScrollArea>
<VBox position="325,45" min_size="200,300" max_size="200,300" padding="10">
<Button name="load" text="Load / Reload" />
<Label name="hintlbl" wrap_text="1" max_size="200,80" min_size="200,80"
text="Select a scenario and click on 'Load / Reload' to update the messages in the captain's log" />
<Label name="stats" wrap_text="1" max_size="200,80" min_size="200,80" />
</VBox>
</Container>
|