- 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=MapVoteMultiColumnListBox Name=MapListBox
HeaderColumnPerc(0)=0.600000
HeaderColumnPerc(1)=0.200000
HeaderColumnPerc(2)=0.200000
bVisibleWhenEmpty=Wahr
OnCreateComponent=MapListBox.InternalOnCreateComponent
StyleName="ServerBrowserGrid"
WinTop=0.371020
WinLeft=0.020000
WinWidth=0.960000
WinHeight=0.293104
bBoundToParent=Wahr
bScaleToParent=Wahr
OnRightClick=MapListBox.InternalOnRightClick
End Object
lb_MapListBox=MapVoteMultiColumnListBox'xVoting.MapVotingPage.MapListBox'
Begin Object Class=MapVoteCountMultiColumnListBox Name=VoteCountListBox
HeaderColumnPerc(0)=0.400000
HeaderColumnPerc(1)=0.400000
HeaderColumnPerc(2)=0.200000
bVisibleWhenEmpty=Wahr
OnCreateComponent=VoteCountListBox.InternalOnCreateComponent
WinTop=0.052930
WinLeft=0.020000
WinWidth=0.960000
WinHeight=0.223770
bBoundToParent=Wahr
bScaleToParent=Wahr
OnRightClick=VoteCountListBox.InternalOnRightClick
End Object
lb_VoteCountListBox=MapVoteCountMultiColumnListBox'xVoting.MapVotingPage.VoteCountListBox'
Begin Object Class=moComboBox Name=GameTypeCombo
CaptionWidth=0.350000
Caption="Filter Game Type:"
OnCreateComponent=GameTypeCombo.InternalOnCreateComponent
WinTop=0.334309
WinLeft=0.199219
WinWidth=0.757809
WinHeight=0.037500
bScaleToParent=Wahr
End Object
co_GameType=moComboBox'xVoting.MapVotingPage.GameTypeCombo'
Begin Object Class=GUIImage Name=MapListBackground
Image=Texture'2K4Menus.NewControls.NewFooter'
ImageStyle=ISTY_Stretched
WinTop=0.371020
WinLeft=0.010000
WinWidth=0.980000
WinHeight=0.316542
End Object
i_MapListBackground=GUIImage'xVoting.MapVotingPage.MapListBackground'
Begin Object Class=GUIImage Name=MapCountListBackground
Image=Texture'2K4Menus.NewControls.NewFooter'
ImageStyle=ISTY_Stretched
WinTop=0.052930
WinLeft=0.010000
WinWidth=0.980000
WinHeight=0.223770
OnDraw=MapVotingPage.AlignBK
End Object
i_MapCountListBackground=GUIImage'xVoting.MapVotingPage.MapCountListBackground'
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"
OnOpen=MapVotingPage.InternalOnOpen
}
|
Creation time: Mo 16.4.2007 11:20:24.156 - Created with
UnCodeX