home *** CD-ROM | disk | FTP | other *** search
- <screen title="Start New Game" subtitle="Selected Nations, Divisions, Detail Level and Start Date" version="1.0">
-
- <list id="acts">
- <record text="Start Game" id="fini" event_id="fini" event_target="ntlp"/>
- <record text="Recommended Setup" id="rcmd" event_id="rcmd" event_target="ntpl"/>
- <record text="Reset" id="rset" event_id="rset" event_target="ntpl"/>
- </list>
-
-
- <container class="titled_box" title="New Game">
-
- <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="0" gap="8"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
-
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <container width="220">
- <!-- TO DO for some reason, subsection boxes draw their title one pixel higher than tables
- the fix for this is to put the subsection_box in another container and move
- it down a pixel... should be removed at some point -->
-
- <container class="subsection_box" title="Nations">
- <layout class="stick_to_sides_attachment" alignment="top,extend" inset="1"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal,bottom" inset="0"/>
- <widget class="nation_table_panel" id="ntpl">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <event id="ntsl">
- <flags id="evid" value="rule"/>
- <flags id="evtg" value="ntlp"/>
- </event>
- </widget>
- </container>
- </container>
-
- <container class="nation_league_panel" id="ntlp">
- </container>
- </container>
- </screen>
-