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=GUIButton Name=OkButton
		Caption="OK"
		WinWidth=0.121875
		WinHeight=0.040000
		WinLeft=0.439063
		WinTop=0.550000
		OnClick=InternalOnClick
		TabOrder=0
	End Object
    b_Ok=OKButton


	Begin Object class=GUILabel Name=DialogText
		Caption="WARNING"
		TextALign=TXTA_Center
		StyleName="TextLabel"
        FontScale=FNS_Large
		WinWidth=1
		WinLeft=0
		WinTop=0.4
		WinHeight=0.04
	End Object
    l_Text=DialogText


	Begin Object class=GUILabel Name=DialogText2
		Caption="The change you are making may adversely affect your performance."
		TextAlign=TXTA_Center
		StyleName="TextLabel"
		WinWidth=1
		WinLeft=0
		WinTop=0.45
		WinHeight=0.04
	End Object
    l_Text2=DialogText2


    Begin Object Class=moCheckBox Name=HideCheckbox
		WinWidth=0.370000
		WinHeight=0.030000
		WinLeft=0.312500
		WinTop=0.499479
    	Caption="  do not display this warning again"
    	Hint="Check this to disable showing warning messages when adjusting properties in the Settings menu"
    	IniOption="@Internal"
    	OnLoadIni=InternalOnLoadIni
    	OnChange=CheckBoxClick
    	TabOrder=1
    	CaptionWidth=0.93
    	ComponentWidth=0.07
    	bFlipped=True
    	ComponentJustification=TXTA_Left
    	LabelJustification=TXTA_Left
    	FontScale=FNS_Small
    End Object
    ch_NeverShowAgain=HideCheckbox


	OpenSound=sound'MenuSounds.SelectDshort'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:27.154 - Created with UnCodeX