- Extends
- UT2K3TabPanel
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K3TabPanel
|
+-- XInterface.Tab_AdminPlayerList
var bool bAdvancedAdmin;
function ProcessRule ( string NewRule) )
function ReloadList ( ) )
defaultproperties
{
Begin Object Class=GUIImage Name=AdminBackground
Image=Texture'InterfaceContent.Menu.SquareBoxA'
ImageStyle=ISTY_Stretched
WinHeight=1.000000
bNeverFocus=True
End Object
Controls(0)=GUIImage'XInterface.Tab_AdminPlayerList.AdminBackground'
Begin Object Class=GUIMultiColumnListBox Name=AdminPlayersListBox
bVisibleWhenEmpty=True
Begin Object Class=AdminPlayerList Name=AdminList
OnPreDraw=AdminList.InternalOnPreDraw
OnClick=AdminList.InternalOnClick
OnRightClick=AdminList.InternalOnRightClick
OnMousePressed=AdminList.InternalOnMousePressed
OnMouseRelease=AdminList.InternalOnMouseRelease
OnKeyEvent=AdminList.InternalOnKeyEvent
OnBeginDrag=AdminList.InternalOnBeginDrag
OnEndDrag=AdminList.InternalOnEndDrag
OnDragDrop=AdminList.InternalOnDragDrop
OnDragEnter=AdminList.InternalOnDragEnter
OnDragLeave=AdminList.InternalOnDragLeave
OnDragOver=AdminList.InternalOnDragOver
End Object
Controls(0)=AdminPlayerList'XInterface.Tab_AdminPlayerList.AdminList'
OnCreateComponent=AdminPlayersListBox.InternalOnCreateComponent
StyleName="ServerBrowserGrid"
WinHeight=0.878127
End Object
Controls(1)=GUIMultiColumnListBox'XInterface.Tab_AdminPlayerList.AdminPlayersListBox'
Begin Object Class=GUIButton Name=AdminPlayerKick
Caption="Kick"
StyleName="SquareMenuButton"
Hint="Kick this Player"
WinTop=0.900000
WinLeft=0.743750
WinWidth=0.120000
WinHeight=0.070625
OnClick=Tab_AdminPlayerList.KickClicked
OnKeyEvent=AdminPlayerKick.InternalOnKeyEvent
End Object
Controls(2)=GUIButton'XInterface.Tab_AdminPlayerList.AdminPlayerKick'
Begin Object Class=GUIButton Name=AdminPlayerBan
Caption="Ban"
StyleName="SquareMenuButton"
Hint="Ban this player"
WinTop=0.900000
WinLeft=0.868750
WinWidth=0.120000
WinHeight=0.070625
OnClick=Tab_AdminPlayerList.BanClicked
OnKeyEvent=AdminPlayerBan.InternalOnKeyEvent
End Object
Controls(3)=GUIButton'XInterface.Tab_AdminPlayerList.AdminPlayerBan'
WinHeight=0.625003
}
|
Creation time: sk 18-3-2018 09:49:53.285 - Created with
UnCodeX