XVoting.KickVotingPage
- Extends
- VotingPage
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- XVoting.VotingPage
|
+-- XVoting.KickVotingPage
lmsgKickVotingDisabled Source code
var localized string lmsgKickVotingDisabled;
var automated
GUILabel l_PlayerListTitle;
function InternalOnOpen ( ) )
function OnOkButtonClick ( byte bButton) )
function SendKickVote ( ) )
function UpdateKickVoteCount (
VotingHandler.KickVoteScore KVCData) )
defaultproperties
{
Begin Object Class=AltSectionBackground Name=ListBackground
bFillClient=True
LeftPadding=0.010000
RightPadding=0.010000
TopPadding=0.100000
BottomPadding=0.100000
WinTop=0.052083
WinLeft=0.023438
WinWidth=0.953125
WinHeight=0.500000
bBoundToParent=True
bScaleToParent=True
OnPreDraw=ListBackground.InternalPreDraw
End Object
sb_List=AltSectionBackground'XVoting.KickVotingPage.ListBackground'
Begin Object Class=KickVoteMultiColumnListBox Name=PlayerListBoxControl
bVisibleWhenEmpty=True
OnCreateComponent=PlayerListBoxControl.InternalOnCreateComponent
StyleName="ServerBrowserGrid"
WinTop=0.162239
WinLeft=0.254141
WinWidth=0.473047
WinHeight=0.481758
OnRightClick=PlayerListBoxControl.InternalOnRightClick
End Object
lb_PlayerListBox=KickVoteMultiColumnListBox'XVoting.KickVotingPage.PlayerListBoxControl'
Begin Object Class=GUIButton Name=InfoButton
Caption="Info"
WinTop=0.489482
WinLeft=0.550634
WinWidth=0.160075
TabOrder=1
bStandardized=True
OnClick=KickVotingPage.InfoClick
OnKeyEvent=InfoButton.InternalOnKeyEvent
End Object
b_Info=GUIButton'XVoting.KickVotingPage.InfoButton'
Begin Object Class=GUIButton Name=KickButton
Caption="Kick"
WinTop=0.489482
WinLeft=0.715411
WinWidth=0.137744
TabOrder=1
bStandardized=True
OnClick=KickVotingPage.KickClick
OnKeyEvent=KickButton.InternalOnKeyEvent
End Object
b_Kick=GUIButton'XVoting.KickVotingPage.KickButton'
lmsgKickVotingDisabled="Sorry, Kick Voting has been disabled by the server administrator."
WindowName="Kick Voting"
OnOpen=KickVotingPage.InternalOnOpen
}
|
Creation time: Fri 13-10-2023 03:18:48.237 - Created with
UnCodeX