DeusEx.ComputerScreenATMWithdraw
- Extends
- ComputerUIWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- DeusEx.ComputerUIWindow
|
+-- DeusEx.ComputerScreenATMWithdraw
Inherited Variables from DeusEx.ComputerUIWindow |
bActionButtonBarActive, bAllowWindowDragging, bAlwaysCenter, bRightEdgeActive, bUsesStatusWindow, ButtonLabelCancel, ButtonLabelLogin, ButtonLabelLogout, ButtonLabelSpecial, bWindowBeingDragged, bWindowDragged, classClient, clientHeight, clientTextures[6], clientWidth, compOwner, ComputerNodeFunctionLabel, defaultStatusClientDiffY, defaultStatusHeight, defaultStatusLeftOffset, emailIndex, emailInfo[10], escapeAction, fileIndex, fileInfo[10], player, root, statusPosY, textureCols, textureRows, title, verticalOffset, winButtonBar, winClient, windowStartDragX, windowStartDragY, winLeftEdge, winRightEdge, winStatus, winTerm, winTitle |
Inherited Variables from Extension.Window |
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y |
Inherited Functions from DeusEx.ComputerUIWindow |
ChangeAccount, ChildRequestedReconfiguration, CloseScreen, ConfigurationChanged, CreateActionButtonBar, CreateClientWindow, CreateControls, CreateHeaderButton, CreateLeftEdgeWindow, CreateMenuEditWindow, CreateMenuLabel, CreateRightEdgeWindow, CreateScrollAreaWindow, CreateSmallMenuLabel, CreateStatusWindow, CreateTitleWindow, DestroyWindow, HideStatus, InitWindow, MouseButtonPressed, MouseButtonReleased, MouseMoved, ParentRequestedPreferredSize, ProcessDeusExText, ProcessDeusExTextTag, ProcessEmail, ProcessFile, SetCompOwner, SetNetworkTerminal, SetTitle, ShowStatus, StyleChanged, VirtualKeyPressed |
Inherited Functions from Extension.Window |
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady |
var localized String BalanceLabel;
var float balanceModifier;
var localized String ButtonLabelClose;
var localized String ButtonLabelWithdraw;
var localized String CreditsWithdrawnLabel;
var float disabledDelay;
var localized String HackedText;
var localized String InstructionText;
InsufficientCreditsLabel Source code
var localized String InsufficientCreditsLabel;
var localized String InvalidAmountLabel;
var localized String StatusText;
var localized String WithdrawAmountLabel;
function bool ButtonActivated (
Window buttonPressed ) )
function CreateControls ( ) )
function CreateInfoWindow ( ) )
CreateInstructionsWindow Source code
function CreateInstructionsWindow ( ) )
event bool EditActivated (
window edit,
bool bModified) )
function EnableButtons ( ) )
event bool TextChanged (
window edit,
bool bModified) )
function Tick ( float deltaTime) )
function UpdateBalance ( ) )
function WithdrawCredits ( ) )
defaultproperties
{
disabledDelay=5.000000
ButtonLabelWithdraw="|&Withdraw"
ButtonLabelClose="|&Close"
BalanceLabel="Current Balance:"
WithdrawAmountLabel="Amount to Withdraw:"
InstructionText="Account #: %d|nPlease enter the amount of|ncredits you wish to withdraw."
InvalidAmountLabel="INVALID AMOUNT ENTERED"
InsufficientCreditsLabel="INSUFFICIENT CREDITS"
CreditsWithdrawnLabel="CREDITS WITHDRAWN"
StatusText="PNGBS//GLOBAL//PUB:3902.9571[wd]"
HackedText="TERMINAL HACKED"
escapeAction="LOGOUT"
Title="PageNet Global Banking System"
ClientWidth=403
ClientHeight=211
verticalOffset=30
clientTextures(0)=Texture'DeusExUI.UserInterface.ComputerGBSWithdrawBackground_1'
clientTextures(1)=Texture'DeusExUI.UserInterface.ComputerGBSWithdrawBackground_2'
textureRows=1
textureCols=2
bAlwaysCenter=True
statusPosY=186
ComputerNodeFunctionLabel="ATMWD"
}
|
Creation time: Mon 8/11/2021 16:31:04.324 - Created with
UnCodeX