Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UWindow.AdminGUIManBanClientW

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.AdminGUIManBanClientW

Variables Summary
UWindowSmallCloseButtonCloseButton
UWindowSmallButtonInsertBanButton
UWindowEditControlIPEndE[4]
UWindowCheckboxIPRangeCheck
UWindowEditControlIPStartE[4]
UWindowLabelControlIPTxt
UWindowFramedWindowMainWin
UWindowLabelControlNameTxt
UWindowEditControlPlNameE
UWindowLabelControlRangeTxt
AdminGUIManBanClientW
stringInsertBanTxt
stringPlayerIpTxt
stringPlayerNameTxt
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function Created ()))
function Notify (UWindowDialogControl C, byte E))
function Resized ()))
function SetStatus (string Status ))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

CloseButton Source code

var UWindowSmallCloseButton CloseButton;

InsertBanButton Source code

var UWindowSmallButton InsertBanButton;

IPEndE[4] Source code

var UWindowEditControl IPEndE[4];

IPRangeCheck Source code

var UWindowCheckbox IPRangeCheck;

IPStartE[4] Source code

var UWindowEditControl IPStartE[4];

IPTxt Source code

var UWindowLabelControl IPTxt;

MainWin Source code

var UWindowFramedWindow MainWin;

NameTxt Source code

var UWindowLabelControl NameTxt;

PlNameE Source code

var UWindowEditControl PlNameE;

RangeTxt Source code

var UWindowLabelControl RangeTxt;

AdminGUIManBanClientW

InsertBanTxt Source code

var(AdminGUIManBanClientW) localized string InsertBanTxt;

PlayerIpTxt Source code

var(AdminGUIManBanClientW) localized string PlayerIpTxt;

PlayerNameTxt Source code

var(AdminGUIManBanClientW) localized string PlayerNameTxt;


Functions Detail

Created Source code

function Created ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

Resized Source code

function Resized ( ) )

SetStatus Source code

function SetStatus ( string Status ) )


Defaultproperties

defaultproperties
{
				PlayerNameTxt="Client name (for banlisting purposes only):"
				PlayerIpTxt="Client IP address (or IP range if desired):"
				InsertBanTxt="Insert ban"
				bLeaveOnscreen=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:07.787 - Created with UnCodeX