home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 November
/
Gamestar_67_2004-11_dvd.iso
/
Dema
/
footballmanager2005_betademo.exe
/
Data1.cab
/
_05368B5E0881434D8F5E95D8E4950DD8
< prev
next >
Wrap
Text File
|
2004-08-30
|
9KB
|
234 lines
<panel title="Debugging Panel">
<layout class="arrange_vertical_attachment">
<flags id="algn" value="top, extend"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="horizontal"/>
<boolean id="laye" value="true"/>
</layout>
<!-- reset box - for rewinding the game to a given point in time -->
<widget class="titled_box" title="times" height="128">
<!-- time controls - split into 3 panels -->
<layout class="arrange_horizontal_attachment">
<flags id="algn" value="left,extend"/>
<integer id="gap" value="0"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="vertical"/>
<boolean id="laye" value="true"/>
</layout>
<!-- first panel contains labels for the various options -->
<widget class="group_box" width="64">
<!-- option labels are arranged vertically, and justified to the right of the box -->
<layout class="arrange_vertical_attachment">
<flags id="algn" value="top"/>
<integer id="gap" value="0"/>
<integer id="offs" value="0"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="left"/>
<integer id="inse" value="0"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="label">
<string value="half"/>
<integer id="size" value="9"/>
</widget>
<widget class="label">
<string value="minutes"/>
<integer id="size" value="9"/>
</widget>
<widget class="label">
<string value="seconds"/>
<integer id="size" value="9"/>
</widget>
</widget>
<!-- second panel contains the editable items -->
<widget class="group_box" width="64">
<layout class="arrange_vertical_attachment">
<flags id="algn" value="top"/>
<integer id="gap" value="0"/>
<integer id="offs" value="0"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="left"/>
<integer id="inse" value="0"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="edit_box" id="half" width="48">
<string id="valu" value="1"/>
</widget>
<widget class="edit_box" id="mins" width="48">
<string id="valu" value="0"/>
</widget>
<widget class="edit_box" id="secs" width="48">
<string id="valu" value="0"/>
</widget>
</widget>
<!-- third panel contains the buttons -->
<widget class="group_box">
<layout class="arrange_vertical_attachment">
<flags id="algn" value="top"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="left"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="action_button" text="set time" width="96">
<string id="clke" value="rese"/>
<string id="hint" value="Click here to reset the current match time to the value in the boxes on the left"/>
<integer id="sspc" value="3" comment="this really should be a flag!!"/>
</widget>
<widget class="action_button" text="get time" width="96">
<string id="clke" value="grab"/>
<string id="hint" value="Click here to put the current match time into the boxes on the left"/>
<integer id="sspc" value="3" comment="this really should be a flag!!"/>
</widget>
<widget class="action_button" text="profile" width="96">
<string id="clke" value="prof"/>
<string id="hint" value="Click here to run the current match 100 times, for profiling!"/>
<integer id="sspc" value="3" comment="this really should be a flag!!"/>
</widget>
</widget>
</widget>
<!-- incidents box -->
<widget class="titled_box" title="incidents" height="64">
<layout class="arrange_horizontal_attachment">
<flags id="algn" value="right, extend"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="top"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="popup_button" text="choose incident" id="ince">
<string id="sele" value="ince"/>
<boolean id="fixe" value="true"/>
</widget>
</widget>
<!-- files box -->
<widget class="titled_box" title="files" height="64">
<layout class="arrange_horizontal_attachment">
<flags id="algn" value="right, extend"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="top"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="popup_button" text="load match" id="load">
<string id="clke" value="load"/>
<boolean id="fixe" value="true"/>
</widget>
<widget class="action_button" text="new" width="64">
<event id="clke">
<integer id="evid" value="GOTO"/>
<integer id="scid" value="2"/>
<integer id="evtg" value="root"/>
</event>
<string id="hint" value="Click here to save the current match for later debugging"/>
<flags id="spec" value="control,small"/>
</widget>
<widget class="action_button" text="save" width="64">
<string id="clke" value="save"/>
<string id="hint" value="Click here to save the current match for later debugging"/>
<flags id="spec" value="control,small"/>
</widget>
</widget>
<!-- player panel - contains debug info about the selected player -->
<widget class="titled_box" title="selected player">
<!-- split into 2 panels -->
<layout class="arrange_horizontal_attachment">
<flags id="algn" value="fill"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="vertical"/>
<boolean id="laye" value="true"/>
</layout>
<!-- first panel contains labels for the various options -->
<widget class="group_box">
<!-- option labels are arranged vertically, and justified to the right of the box -->
<layout class="arrange_vertical_attachment">
<flags id="algn" value="top"/>
<integer id="gap" value="0"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="left"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="label" text="name" sspc="3"/>
<widget class="label" text="position" sspc="3"/>
<widget class="label" text="dist from ball" sspc="3"/>
<widget class="label" text="match total time" sspc="3"/>
<widget class="label" text="direction facing" sspc="3"/>
<widget class="label" text="dist from ball rank" sspc="3"/>
<widget class="label" text="squad no" sspc="3"/>
<widget class="label" text="ball pos" sspc="3"/>
<widget class="label" text="player to mark" sspc="3"/>
<widget class="label" text="close opponents" sspc="3"/>
<widget class="label" text="close opponents in path" sspc="3"/>
<widget class="label" text="debug flag" sspc="3"/>
<widget class="label" text="clean through" sspc="3"/>
<widget class="label" text="control" sspc="3"/>
<widget class="label" text="last condition" sspc="3"/>
<widget class="label" text="decision action" sspc="3"/>
<widget class="label" text="last action" sspc="3"/>
</widget>
<!-- second panel contains the debug info -->
<widget class="group_box">
<layout class="arrange_vertical_attachment">
<flags id="algn" value="top"/>
<integer id="gap" value="0"/>
</layout>
<layout class="stick_to_sides_attachment">
<flags id="algn" value="horizontal"/>
<boolean id="laye" value="true"/>
</layout>
<widget class="label" id="name" text="()" sspc="3"/>
<widget class="label" id="posn" text="0, 0" sspc="3"/>
<widget class="label" id="dbal" text="xx" sspc="3"/>
<widget class="label" id="ttim" text="xx" sspc="3"/>
<widget class="label" id="dfac" text="xx" sspc="3"/>
<widget class="label" id="dlbr" text="xx" sspc="3"/>
<widget class="label" id="sqno" text="xx" sspc="3"/>
<widget class="label" id="bpos" text="xx" sspc="3"/>
<widget class="label" id="pmrk" text="xx" sspc="3"/>
<widget class="label" id="copp" text="xx" sspc="3"/>
<widget class="label" id="cinp" text="xx" sspc="3"/>
<widget class="label" id="dflg" text="xx" sspc="3"/>
<widget class="label" id="cthr" text="xx" sspc="3"/>
<widget class="label" id="cntl" text="xx" sspc="3"/>
<widget class="label" id="lcnd" text="xx" sspc="3"/>
<widget class="label" id="dact" text="xx" sspc="3"/>
<widget class="label" id="lact" text="xx" sspc="3"/>
</widget>
</widget>
</panel>