RealmFiles/Heap/Heap40119.txt

130 lines
3.0 KiB
Plaintext

subclass SetMoneyEditItem of EditItem
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
top = $0
left = $0
bottom = $14 ; 20, nsRight
right = $b4 ; 180, end
canTrack = $1
canDrag = $0
state = $1
priority = $0
plane = $0
x = $0
y = $0
z = $0
scaleX = $80 ; 128, lastKey
scaleY = $80 ; 128, lastKey
maxScale = $80 ; 128, lastKey
fixPriority = $0
seenRect = $0
view = $ffff ; -1
loop = $0
cel = $0
bitmap = $0
scaleSignal = $0
magnifier = $0
signal = $0
client = $0
clut = $0
value = $0
font = $0
dimmed = $0
fore = $ffff ; -1
back = $fe ; 254, strIndex
skip = $fe ; 254, strIndex
borderColor = $ffff ; -1
hiColor = $0
borderSize = $0
drawCode = $0
handler = $0
helpStr = $0
key = $0
text = $0
mode = $0
max = $a ; 10, inTop
cursor = $0
crIsChar = $0
numLines = $1
editID = $0
activeState = $9 ; inLeft
matchSelector = $0
advanceSelect = $1
exitOnEnter = $1
pRightMargin = $0
new()
init()
dispose()
validKey()
}
subclass SetManaEditItem of EditItem
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
top = $0
left = $0
bottom = $14 ; 20, nsRight
right = $b4 ; 180, end
canTrack = $1
canDrag = $0
state = $1
priority = $0
plane = $0
x = $0
y = $0
z = $0
scaleX = $80 ; 128, lastKey
scaleY = $80 ; 128, lastKey
maxScale = $80 ; 128, lastKey
fixPriority = $0
seenRect = $0
view = $ffff ; -1
loop = $0
cel = $0
bitmap = $0
scaleSignal = $0
magnifier = $0
signal = $0
client = $0
clut = $0
value = $0
font = $0
dimmed = $0
fore = $ffff ; -1
back = $fe ; 254, strIndex
skip = $fe ; 254, strIndex
borderColor = $ffff ; -1
hiColor = $0
borderSize = $0
drawCode = $0
handler = $0
helpStr = $0
key = $0
text = $0
mode = $0
max = $a ; 10, inTop
cursor = $0
crIsChar = $0
numLines = $1
editID = $0
activeState = $9 ; inLeft
matchSelector = $0
advanceSelect = $1
exitOnEnter = $1
pRightMargin = $0
new()
init()
dispose()
validKey()
}
string_0102 = "SetMoneyEditItem"
string_0113 = "SetManaEditItem"