GUI2K4.UT2K4Tab_MidGameRulesCombo
- Extends
- MidGamePanel
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.MidGamePanel
|
+-- GUI2K4.UT2K4Tab_MidGameRulesCombo
UT2K4Tab_MidGameRulesCombo
struct
AServerRule
{
var string RuleName;
var string RuleValue;
};
function DrawServerRule (
Canvas Canvas,
int i,
float X,
float Y,
float W,
float H,
bool bSelected,
bool bPending) )
function ProcessMapName ( string MapName ) )
function ProcessRule ( string NewRule) )
function ShowPanel ( bool bShow) )
function Timer ( ) )
defaultproperties
{
DefaultRulesText="Receiving game rules from server"
DefaultMapsText="Receiving maplist from server"
OnRightClick=RightClick
Begin Object class=AltSectionBackground name=sbRules
WinWidth=0.944875
WinHeight=0.455783
WinLeft=0.023625
WinTop=0.020438
bBoundToParent=true
bScaleToParent=true
bFillClient=true
Caption="Server Rules"
End Object
sb_Rules=sbRules;
Begin Object class=AltSectionBackground name=sbMaps
WinWidth=0.881875
WinHeight=0.436125
WinLeft=0.055125
WinTop=0.482921
bBoundToParent=true
bScaleToParent=true
bFillClient=true
Caption="Map Rotation"
End Object
sb_Maps=sbMaps;
Begin Object Class=GUIListBox Name=ComboMaplistBox
WinWidth=0.478167
WinHeight=0.922516
WinLeft=0.517829
WinTop=0.045905
bScaleToParent=true
bBoundToParent=true
bVisibleWhenEmpty=true
StyleName="ServerBrowserGrid"
SelectedStyleName="BrowserListSelection"
End Object
lb_Maps=ComboMaplistBox
Begin Object Class=GUIMultiColumnListBox Name=ComboRulesListbox
WinWidth=0.478167
WinHeight=0.922516
WinLeft=0.008213
WinTop=0.045905
bScaleToParent=true
bBoundToParent=true
bVisibleWhenEmpty=true
StyleName="ServerBrowserGrid"
SelectedStyleName="BrowserListSelection"
HeaderColumnPerc(0)=0.6
HeaderColumnPerc(1)=0.4
bDisplayHeader=false
End Object
lb_Rules=ComboRulesListBox
Begin Object Class=GUIContextMenu Name=ComboContextMenu
ContextItems(0)="Switch to this map"
ContextItems(1)="Remove this map from rotation"
OnSelect=ContextClick
End Object
ContextMenu=ComboContextMenu
}
|
Creation time: Do 14.8.2014 09:58:27.969 - Created with
UnCodeX