GUI2K4.VoiceChatKeyBindPage
- Extends
- LargeWindow
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- GUI2K4.VoiceChatKeyBindPage
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 localized string AnyKeyText;
var string Channel;
var array<string> Keys;
var array<string> LocalizedKeys;
var localized string NoneText;
function GetBinds ( )
function HandleParameters ( string Value, string Nothing )
function bool RawKeyPress ( byte NewKey )
function UpdateLabel (
GUILabel Label,
bool bWaitingForRawInput )
defaultproperties
{
Begin Object Class=GUILabel Name=Title
Caption="Modify Quick Switch KeyBind"
FontScale=FNS_Large
StyleName="TextLabel"
WinTop=0.388802
WinLeft=0.185352
WinWidth=0.629687
WinHeight=0.068164
End Object
l_PageTitle=GUILabel'GUI2K4.VoiceChatKeyBindPage.Title'
Begin Object Class=GUILabel Name=KeyLabel1
Caption="Key 1"
StyleName="TextLabel"
WinTop=0.487760
WinLeft=0.464649
WinWidth=0.082813
WinHeight=0.038867
End Object
l_KeyLabel1=GUILabel'GUI2K4.VoiceChatKeyBindPage.KeyLabel1'
Begin Object Class=GUILabel Name=KeyLabel2
Caption="Key 2"
StyleName="TextLabel"
WinTop=0.487760
WinLeft=0.654102
WinWidth=0.200000
WinHeight=0.038867
End Object
l_KeyLabel2=GUILabel'GUI2K4.VoiceChatKeyBindPage.KeyLabel2'
Begin Object Class=GUILabel Name=Key1
bMultiLine=True
StyleName="TextLabel"
WinTop=0.529427
WinLeft=0.463673
WinWidth=0.163867
WinHeight=0.082813
bAcceptsInput=True
OnClick=VoiceChatKeyBindPage.KeyClick
End Object
l_Key1=GUILabel'GUI2K4.VoiceChatKeyBindPage.Key1'
Begin Object Class=GUILabel Name=Key2
bMultiLine=True
StyleName="TextLabel"
WinTop=0.529427
WinLeft=0.654102
WinWidth=0.130664
WinHeight=0.082813
bAcceptsInput=True
OnClick=VoiceChatKeyBindPage.KeyClick
End Object
l_Key2=GUILabel'GUI2K4.VoiceChatKeyBindPage.Key2'
Begin Object Class=moEditBox Name=ChannelName
bVerticalLayout=True
LabelJustification=TXTA_Center
Caption="Channel Name"
OnCreateComponent=ChannelName.InternalOnCreateComponent
WinTop=0.486458
WinLeft=0.142383
WinWidth=0.278125
WinHeight=0.087695
OnChange=VoiceChatKeyBindPage.InternalOnChange
End Object
ed_ChannelName=moEditBox'GUI2K4.VoiceChatKeyBindPage.ChannelName'
Begin Object Class=GUIButton Name=OkButton
Caption="Apply"
WinTop=0.616667
WinLeft=0.673633
WinWidth=0.116992
OnClick=VoiceChatKeyBindPage.CloseClick
OnKeyEvent=OkButton.InternalOnKeyEvent
End Object
b_OK=GUIButton'GUI2K4.VoiceChatKeyBindPage.OkButton'
NoneText="None"
AnyKeyText="Press Any Key|To Bind Command"
WinTop=0.375000
WinLeft=0.000000
WinWidth=1.000000
WinHeight=0.300000
}
|
Creation time: Wed 7/2/2007 19:16:25.171 - Created with
UnCodeX