GUI2K4.UT2K4PerformWarn
- Extends
- UT2K4GenericMessageBox
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.MessageWindow
|
+-- GUI2K4.UT2K4GenericMessageBox
|
+-- GUI2K4.UT2K4PerformWarn
function HandleParameters ( string Param1, string Param2 ) )
function InternalOnLoadIni (
GUIComponent Sender,
string Value ) )
function Timer ( ) )
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'
}
|
Creation time: Do 14.8.2014 09:58:27.154 - Created with
UnCodeX