KFGui.KFUT2K4_FilterEdit
- Extends
- LargeWindow
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- KFGui.KFUT2K4_FilterEdit
Inherited Variables from GUI2K4.FloatingWindow |
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName |
Inherited Functions from GUI2K4.FloatingWindow |
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked |
var bool bInitialized;
var localized string DifficultyOptions[6];
var int FilterIndex;
event HandleParameters ( string Param1, string Param2) )
defaultproperties
{
Begin Object Class=GUISectionBackground Name=sbOptions
bFillClient=True
Caption="Options..."
LeftPadding=0.002500
RightPadding=0.002500
TopPadding=0.200000
BottomPadding=0.002500
NumColumns=2
WinTop=0.257448
WinLeft=0.086094
WinWidth=0.827735
WinHeight=0.427735
OnPreDraw=sbOptions.InternalPreDraw
End Object
sb_Options=GUISectionBackground'KFGui.KFUT2K4_FilterEdit.sbOptions'
Begin Object Class=moEditBox Name=ebName
ComponentWidth=0.700000
Caption="Filter Name:"
OnCreateComponent=ebName.InternalOnCreateComponent
WinTop=0.124114
WinLeft=0.184531
WinWidth=0.654297
TabOrder=0
OnPreDraw=KFUT2K4_FilterEdit.ebPreDraw
End Object
eb_Name=moEditBox'KFGui.KFUT2K4_FilterEdit.ebName'
Begin Object Class=moCheckBox Name=ckFull
ComponentWidth=0.100000
Caption="No Full Servers"
OnCreateComponent=ckFull.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=1
End Object
ck_Full=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckFull'
Begin Object Class=moCheckBox Name=ckDedicated
ComponentWidth=0.100000
Caption="Dedicated Only"
OnCreateComponent=ckDedicated.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=2
End Object
ck_Dedicated=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckDedicated'
Begin Object Class=moCheckBox Name=ckEmpty
ComponentWidth=0.100000
Caption="No Empty Servers"
OnCreateComponent=ckEmpty.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=3
End Object
ck_Empty=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckEmpty'
Begin Object Class=moCheckBox Name=ckPassworded
ComponentWidth=0.100000
Caption="No Passworded Servers"
OnCreateComponent=ckPassworded.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=4
End Object
ck_Passworded=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckPassworded'
Begin Object Class=moCheckBox Name=ckVACOnly
ComponentWidth=0.100000
Caption="Valve Anti-Cheat Protected Only"
OnCreateComponent=ckVACOnly.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=5
End Object
ck_VACOnly=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckVACOnly'
Begin Object Class=moCheckBox Name=ckHidden
ComponentWidth=0.100000
Caption="Hidden"
OnCreateComponent=ckHidden.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=7
bVisible=False
End Object
ck_Hidden=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckHidden'
Begin Object Class=moCheckBox Name=ckPerks
ComponentWidth=0.100000
Caption="Perks Enabled"
OnCreateComponent=ckPerks.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=6
End Object
ck_Perks=moCheckBox'KFGui.KFUT2K4_FilterEdit.ckPerks'
Begin Object Class=moComboBox Name=cbDifficulty
bReadOnly=True
ComponentWidth=0.550000
Caption="Difficulty:"
OnCreateComponent=cbDifficulty.InternalOnCreateComponent
WinTop=0.250000
WinLeft=0.250000
TabOrder=8
End Object
cb_Difficulty=moComboBox'KFGui.KFUT2K4_FilterEdit.cbDifficulty'
Begin Object Class=GUIButton Name=bOk
Caption="OK"
WinTop=0.698612
WinLeft=0.561564
WinWidth=0.168750
WinHeight=0.050000
OnClick=KFUT2K4_FilterEdit.OkClick
OnKeyEvent=bOk.InternalOnKeyEvent
End Object
b_OK=GUIButton'KFGui.KFUT2K4_FilterEdit.bOk'
Begin Object Class=GUIButton Name=bCancel
Caption="Cancel"
WinTop=0.698612
WinLeft=0.742814
WinWidth=0.168750
WinHeight=0.050000
OnClick=KFUT2K4_FilterEdit.CancelClick
OnKeyEvent=bCancel.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'KFGui.KFUT2K4_FilterEdit.bCancel'
DifficultyOptions(0)="Any Difficulty"
DifficultyOptions(1)="Beginner"
DifficultyOptions(2)="Normal"
DifficultyOptions(3)="Hard"
DifficultyOptions(4)="Suicidal"
DifficultyOptions(5)="Hell on Earth"
WindowName="Edit Filter Rules..."
WinLeft=0.050000
WinWidth=0.900000
WinHeight=0.570000
}
|
Creation time: Fri 13-10-2023 03:18:47.734 - Created with
UnCodeX