Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.UT2K4PerformWarn

Extends
UT2K4GenericMessageBox

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.UT2K4GenericMessageBox
                        |   
                        +-- GUI2K4.UT2K4PerformWarn

Variables Summary
moCheckboxch_NeverShowAgain
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Functions Summary
function CheckBoxClick (GUIComponent Sender)
function HandleParameters (string Param1, string Param2)
functionbool InternalOnClick (GUIComponent Sender)
function InternalOnLoadIni (GUIComponent Sender, string Value)
function Timer ()
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

ch_NeverShowAgain Source code

var automated moCheckbox ch_NeverShowAgain;


Functions Detail

CheckBoxClick Source code

function CheckBoxClick ( GUIComponent Sender )

HandleParameters Source code

function HandleParameters ( string Param1, string Param2 )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnLoadIni Source code

function InternalOnLoadIni ( GUIComponent Sender, string Value )

Timer Source code

function Timer ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=moCheckBox Name=HideCheckbox
         bFlipped=True
         ComponentJustification=TXTA_Left
         CaptionWidth=0.930000
         ComponentWidth=0.070000
         Caption="  do not display this warning again"
         OnCreateComponent=HideCheckbox.InternalOnCreateComponent
         FontScale=FNS_Small
         IniOption="@Internal"
         Hint="Check this to disable showing warning messages when adjusting properties in the Settings menu"
         WinTop=0.499479
         WinLeft=0.312500
         WinWidth=0.370000
         TabOrder=1
         OnChange=UT2K4PerformWarn.CheckBoxClick
         OnLoadINI=UT2K4PerformWarn.InternalOnLoadINI
     End Object
     ch_NeverShowAgain=moCheckBox'GUI2K4.UT2K4PerformWarn.HideCheckbox'

     Begin Object Class=GUIButton Name=OkButton
         Caption="OK"
         WinTop=0.550000
         WinLeft=0.439063
         WinWidth=0.121875
         TabOrder=0
         OnClick=UT2K4PerformWarn.InternalOnClick
         OnKeyEvent=OkButton.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.UT2K4PerformWarn.OkButton'

     Begin Object Class=GUILabel Name=DialogText
         Caption="WARNING"
         TextAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.400000
         WinHeight=0.040000
     End Object
     l_Text=GUILabel'GUI2K4.UT2K4PerformWarn.DialogText'

     Begin Object Class=GUILabel Name=DialogText2
         Caption="The change you are making may adversely affect your performance."
         TextAlign=TXTA_Center
         StyleName="TextLabel"
         WinTop=0.450000
         WinHeight=0.040000
     End Object
     l_Text2=GUILabel'GUI2K4.UT2K4PerformWarn.DialogText2'

     OpenSound=Sound'MenuSounds.selectDshort'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:22.968 - Created with UnCodeX