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
{
NoneText="None"
AnyKeyText="Press Any Key|To Bind Command"
WinLeft=0
WinTop=0.375
WinWidth=1
WinHeight=0.3
Begin Object Class=GUILabel Name=Title
WinWidth=0.629687
WinHeight=0.068164
WinLeft=0.185352
WinTop=0.388802
Caption="Modify Quick Switch KeyBind"
StyleName="TextLabel"
FontScale=FNS_Large
End Object
l_PageTitle=Title
Begin Object Class=moEditBox Name=ChannelName
Caption="Channel Name"
LabelJustification=TXTA_Center
bVerticalLayout=True
WinWidth=0.278125
WinHeight=0.087695
WinLeft=0.142383
WinTop=0.486458
OnChange=InternalOnChange
End Object
ed_ChannelName=ChannelName
Begin Object Class=GUILabel Name=KeyLabel1
WinWidth=0.082813
WinHeight=0.038867
WinLeft=0.464649
WinTop=0.487760
Caption="Key 1"
StyleName="TextLabel"
End Object
l_KeyLabel1=KeyLabel1
Begin Object Class=GUILabel Name=KeyLabel2
WinWidth=0.200000
WinHeight=0.038867
WinLeft=0.654102
WinTop=0.487760
Caption="Key 2"
StyleName="TextLabel"
End Object
l_KeyLabel2=KeyLabel2
Begin Object Class=GUILabel Name=Key1
WinWidth=0.163867
WinHeight=0.082813
WinLeft=0.463673
WinTop=0.529427
bAcceptsInput=True
OnClick=KeyClick
StyleName="TextLabel"
bMultiLine=True
End Object
l_Key1=Key1
Begin Object Class=GUILabel Name=Key2
WinWidth=0.130664
WinHeight=0.082813
WinLeft=0.654102
WinTop=0.529427
bAcceptsInput=True
OnClick=KeyClick
StyleName="TextLabel"
bMultiLine=True
End Object
l_Key2=Key2
Begin Object Class=GUIButton Name=OKButton
WinWidth=0.116992
WinHeight=0.04
WinLeft=0.673633
WinTop=0.616667
Caption="Apply"
OnClick=CloseClick
End Object
b_OK=OKButton
}
|
Creation time: Do 14.8.2014 09:58:28.940 - Created with
UnCodeX