GUI2K4.UT2K4Browser_OpenIP
- Extends
- UT2K4GetDataMenu
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.MessageWindow
|
+-- GUI2K4.UT2K4GenericMessageBox
|
+-- GUI2K4.UT2K4GetDataMenu
|
+-- GUI2K4.UT2K4Browser_OpenIP
Direct Known Subclasses:
EditFavoritePage
var localized string CancelButtonHint;
var localized string EditBoxHint;
var localized string OKButtonHint;
function ApplyURL (
string URL ) )
function Execute ( ) )
function HandleParameters ( string s, string s2) )
function bool InternalOnKeyEvent ( out byte Key, out byte State, float Delta ) )
function string StripProtocol ( string s ) )
defaultproperties
{
OKButtonHint="Open a connection to this IP address."
CancelButtonHint="Close this page without connecting to a server."
EditBoxHint="Enter the address for the server you'd like to connect to - separate the IP and port with the : symbol"
Begin Object class=GUILabel Name=IPDesc
Caption="Enter New IP Address"
TextAlign=TXTA_Center
StyleName="TextLabel"
FontScale=FNS_Large
WinWidth=1
WinLeft=0
WinTop=0.4
WinHeight=32
End Object
Begin Object class=moEditBox Name=IpEntryBox
Caption="IP Address: "
LabelJustification=TXTA_Right
CaptionWidth=0.55
ComponentWidth=-1
WinWidth=0.500000
WinHeight=0.04
WinLeft=0.160000
WinTop=0.466667
TabOrder=0
End Object
l_Text=IPDesc
ed_Data=IPEntryBox
}
|
Creation time: Do 14.8.2014 09:58:26.290 - Created with
UnCodeX