GUI2K4.UT2K4VideoChangeOK
- Extends
- UT2K4GenericMessageBox
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.MessageWindow
|
+-- GUI2K4.UT2K4GenericMessageBox
|
+-- GUI2K4.UT2K4VideoChangeOK
UT2K4VideoChangeOK
function ChangeResolution ( string DesiredRes )
function DeferChangeOnClose ( optional Bool bCancelled )
function Execute ( string DesiredRes )
function SetDevice ( string NewRenderDevice )
function StartTimer ( )
event Timer ( )
function ToggleFullScreen ( )
defaultproperties
{
RestoreText="(Original settings will be restored in %count% %seconds%)"
SecondText="second"
SecondsText="seconds"
Begin Object Class=GUIButton Name=bCancel
Caption="Restore Settings"
WinTop=0.558334
WinLeft=0.650000
WinWidth=0.200000
bBoundToParent=True
OnClick=UT2K4VideoChangeOK.InternalOnClick
OnKeyEvent=bCancel.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'GUI2K4.UT2K4VideoChangeOK.bCancel'
Begin Object Class=GUIButton Name=bOk
Caption="Keep Settings"
WinTop=0.558334
WinLeft=0.175000
WinWidth=0.200000
bBoundToParent=True
OnClick=UT2K4VideoChangeOK.InternalOnClick
OnKeyEvent=bOk.InternalOnKeyEvent
End Object
b_OK=GUIButton'GUI2K4.UT2K4VideoChangeOK.bOk'
Begin Object Class=GUILabel Name=lbText
Caption="Accept these settings?"
TextAlign=TXTA_Center
FontScale=FNS_Large
StyleName="TextLabel"
WinTop=0.390000
WinHeight=0.068750
End Object
l_Text=GUILabel'GUI2K4.UT2K4VideoChangeOK.lbText'
Begin Object Class=GUILabel Name=lbText2
Caption="(Original settings will be restored in 15 seconds)"
TextAlign=TXTA_Center
StyleName="TextButton"
WinTop=0.460000
WinHeight=0.045000
End Object
l_Text2=GUILabel'GUI2K4.UT2K4VideoChangeOK.lbText2'
InactiveFadeColor=(B=128,G=128,R=128)
}
|
Creation time: Wed 7/2/2007 19:16:24.437 - Created with
UnCodeX