defaultproperties
{
Begin Object Class=GUIButton name=VidOKBackground
WinWidth=1.0
WinHeight=1.0
WinTop=0
WinLeft=0
bAcceptsInput=false
bNeverFocus=true
StyleName="SquareBar"
bBoundToParent=true
bScaleToParent=true
End Object
Controls(0)=GUIButton'VidOKBackground'
Begin Object Class=GUIButton Name=AcceptButton
Caption="Keep Settings"
WinWidth=0.2
WinHeight=0.04
WinLeft=0.125
WinTop=0.75
bBoundToParent=true
OnClick=InternalOnClick
End Object
Controls(1)=GUIButton'AcceptButton'
Begin Object Class=GUIButton Name=BackButton
Caption="Restore Settings"
WinWidth=0.2
WinHeight=0.04
WinLeft=0.65
WinTop=0.75
bBoundToParent=true
OnClick=InternalOnClick
End Object
Controls(2)=GUIButton'BackButton'
Begin Object class=GUILabel Name=VideoOKDesc
Caption="Accept these settings?"
TextALign=TXTA_Center
TextColor=(R=230,G=200,B=0,A=255)
TextFont="UT2HeaderFont"
WinWidth=1
WinLeft=0
WinTop=0.4
WinHeight=32
End Object
Controls(3)=GUILabel'VideoOKDesc'
Begin Object class=GUILabel Name=VideoOkTimerDesc
Caption="(Original settings will be restored in 15 seconds)"
TextALign=TXTA_Center
TextColor=(R=230,G=200,B=0,A=255)
TextFont="UT2MenuFont"
WinWidth=1
WinLeft=0
WinTop=0.46
WinHeight=32
End Object
Controls(4)=GUILabel'VideoOKTimerDesc'
WinLeft=0
WinTop=0.375
WinWidth=1
WinHeight=0.25
OnActivate=StartTimer
RestoreTextPre="(Original settings will be restored in "
RestoreTextPost=" seconds)"
RestoreTextSingular="(Original settings will be restored in 1 second)"
InactiveFadeColor=(R=128,G=128,B=128,A=255)
}
|