- Extends
- VotingPage
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- xVoting.VotingPage
|
+-- xVoting.MapVotingPage
i_MapCountListBackground Source code
var automated
GUIImage i_MapCountListBackground;
var automated
GUIImage i_MapListBackground;
var localized string lmsgMapDisabled;
var localized string lmsgMapVotingDisabled;
var localized string lmsgMode[8];
lmsgReplicationNotFinished Source code
var localized string lmsgReplicationNotFinished;
var localized string lmsgTotalMaps;
function
bool AlignBK (
Canvas C) )
function InternalOnOpen ( ) )
function OnOkButtonClick ( byte bButton) )
function Submit ( ) )
function UpdateMapVoteCount ( int UpdatedIndex, bool bRemoved) )
defaultproperties
{
Begin Object Class=MapVoteCountMultiColumnListBox Name=VoteCountListBox
WinWidth=0.96
WinHeight=0.223770
WinLeft=0.02
WinTop=0.052930
bVisibleWhenEmpty=true
bScaleToParent=True
bBoundToParent=True
FontScale=FNS_Small
HeaderColumnPerc(0)=0.40
HeaderColumnPerc(1)=0.40
HeaderColumnPerc(2)=0.20
End Object
lb_VoteCountListBox = VoteCountListBox
Begin Object class=moComboBox Name=GameTypeCombo
WinWidth=0.757809
WinHeight=0.037500
WinLeft=0.199219
WinTop=0.334309
Caption="Filter Game Type:"
CaptionWidth=0.35
bScaleToParent=True
End Object
co_GameType = GameTypeCombo
Begin Object Class=MapVoteMultiColumnListBox Name=MapListBox
WinWidth=0.96
WinHeight=0.293104
WinLeft=0.02
WinTop=0.371020
bVisibleWhenEmpty=true
StyleName="ServerBrowserGrid"
bScaleToParent=True
bBoundToParent=True
FontScale=FNS_Small
HeaderColumnPerc(0)=0.60
HeaderColumnPerc(1)=0.20
HeaderColumnPerc(2)=0.20
End Object
lb_MapListBox = MapListBox
Begin Object Class=GUIImage Name=MapCountListBackground
WinWidth=0.98
WinHeight=0.223770
WinLeft=0.01
WinTop=0.052930
Image=Material'2K4Menus.NewControls.NewFooter'
ImageStyle=ISTY_Stretched
OnDraw=AlignBK
End Object
i_MapCountListBackground=MapCountListBackground
Begin Object Class=GUIImage Name=MapListBackground
WinWidth=0.98
WinHeight=0.316542
WinLeft=0.01
WinTop=0.371020
Image=Material'2K4Menus.NewControls.NewFooter'
ImageStyle=ISTY_Stretched
End Object
i_MapListBackground=MapListBackground
OnOpen=InternalOnOpen;
lmsgMapVotingDisabled="Sorry, Map Voting has been disabled by the server administrator."
lmsgReplicationNotFinished="Map data download in progress. Please try again later."
lmsgMapDisabled="The selected Map is disabled."
lmsgTotalMaps="%mapcount% Total Maps"
lmsgMode(0)="Majority Mode"
lmsgMode(1)="Majority & Elimination Mode"
lmsgMode(2)="Score Mode"
lmsgMode(3)="Score & Elimination Mode"
lmsgMode(4)="Majority & Accumulation Mode"
lmsgMode(5)="Majority & Accumulation & Elimination Mode"
lmsgMode(6)="Score & Accumulation Mode"
lmsgMode(7)="Score & Accumulation & Elimination Mode"
WindowName="Map Voting"
}
|
Creation time: Do 14.8.2014 09:58:13.909 - Created with
UnCodeX