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

201 lines
4.5 KiB
Plaintext

"Resource/UI/TextWindow.res"
{
"info"
{
"ControlName" "CTFTextWindow"
"fieldName" "info"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
}
"TitleFrame"
{
"ControlName" "EditablePanel"
"fieldName" "TitleFrame"
"xpos" "cs-0.5"
"ypos" "-5"
"zpos" "1"
"wide" "p1.02"
"tall" "25"
"visible" "1"
"enabled" "1"
"paintbackground" "0"
"border" "MaterialTransparent70"
}
"TFMessageTitle"
{
"ControlName" "CExLabel"
"fieldName" "TFMessageTitle"
"xpos" "0"
"ypos" "-4"
"zpos" "2"
"wide" "f0"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "#TF_WELCOME"
"textAlignment" "center"
"AllCaps" "1"
"dulltext" "0"
"brighttext" "1"
"font" "Size 14"
"fgcolor_override" "White"
"pin_to_sibling" "TitleFrame"
"pin_corner_to_sibling" "PIN_CENTER_TOP"
"pin_to_sibling_corner" "PIN_CENTER_TOP"
}
"Background"
{
"ControlName" "EditablePanel"
"fieldName" "Background"
"font" "Default"
"xpos" "c-200"
"ypos" "c-100"
"zpos" "0"
"wide" "400"
"tall" "200"
"visible" "1"
"enabled" "1"
"paintbackground" "0"
"border" "MaterialTransparent70"
}
"TFTextMessage"
{
"ControlName" "CExRichText"
"fieldName" "TFTextMessage"
"font" "default"
"xpos" "-5"
"ypos" "-5"
"zpos" "3"
"wide" "390"
"tall" "190"
"autoResize" "3"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"paintborder" "0"
"textAlignment" "center"
"fgcolor" "White"
"AllCaps" "1"
"pin_to_sibling" "Background"
}
"HTMLMessage"
{
"ControlName" "HTML"
"fieldName" "HTMLMessage"
"xpos" "-5"
"ypos" "-5"
"zpos" "3"
"wide" "390"
"tall" "190"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"paintborder" "0"
"pin_to_sibling" "Background"
}
"ok"
{
"ControlName" "CExButton"
"fieldName" "ok"
"xpos" "0"
"ypos" "0"
"zpos" "6"
"wide" "400"
"tall" "30"
"autoResize" "0"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" " CONTINUE (&E)"
"textAlignment" "center"
"textinsety" "1"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"command" "okay"
"default" "1"
"font" "Size 18"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"paintbackground" "0"
"paintborder" "0" //disabled, doesn't work anyway... classic
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
"pin_to_sibling" "Background"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}
"okBG"
{
"ControlName" "EditablePanel"
"fieldName" "okBG"
"xpos" "0"
"ypos" "0"
"zpos" "5"
"wide" "400"
"tall" "30"
"visible" "1"
"enabled" "1"
"border" "MaterialTransparent70"
"pin_to_sibling" "Background"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}
"TextMessage"
{
"ControlName" "TextEntry"
"fieldName" "TextMessage"
"xpos" "9999"
}
"MenuBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "MenuBG"
"xpos" "9999"
}
"ShadedBG"
{
"ControlName" "ImagePanel"
"fieldName" "ShadedBG"
"xpos" "9999"
}
"MessageTitle"
{
"ControlName" "Label"
"fieldName" "MessageTitle"
"xpos" "9999"
}
}