1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 13:41:46 +00:00
doghud/resource/ui/replaymessage.res

60 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-11-01 15:05:16 +00:00
"Resource/UI/replaymessage.res"
{
"ReplayMessagePanel"
{
"ControlName" "EditablePanel"
"fieldName" "ReplayMessagePanel"
"zpos" "1000"
"tall" "84"
"wide" "200"
"autoResize" "0"
"visible" "1"
"enabled" "1"
}
"ReplayLabel"
{
"ControlName" "CExLabel"
"fieldName" "ReplayLabel"
"font" "Size 24"
"xpos" "35"
"ypos" "2"
"zpos" "0"
"wide" "180"
"tall" "60"
"visible" "1"
"enabled" "1"
"labelText" "#Replay_ReplayMsgTitle"
"textAlignment" "north-west"
"fgcolor" "White"
}
"MessageLabel"
{
"ControlName" "CExLabel"
"fieldName" "MessageLabel"
"font" "Size 11"
"zpos" "0"
"wide" "180"
"tall" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "north"
"fgcolor" "White"
"centerwrap" "0"
"wrap" "1"
}
"Icon"
{
"ControlName" "ImagePanel"
"fieldName" "Icon"
"xpos" "8"
"ypos" "5"
"zpos" "1"
"wide" "18"
"tall" "18"
"visible" "1"
"enabled" "1"
"image" "replay/replayicon"
"scaleImage" "1"
}
}