menthahud-lyra/resource/ui/econ/confirmdialogabandonsafe.res

129 lines
2.5 KiB
Text

"Resource/UI/ConfirmDialogAbandonSafe.res"
{
"ConfirmDialog"
{
"ControlName" "Frame"
"fieldName" "ConfirmDialog"
"xpos" "c-150"
"ypos" "140"
"wide" "300"
"tall" "200"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"PaintBackgroundType" "0"
"paintbackground" "1"
"bgcolor_override" "ahudDarkerGrey"
"BackColor"
{
"ControlName" "EditablePanel"
"fieldName" "BackColor"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "300"
"tall" "200"
"visible" "1"
"enabled" "1"
"pinCorner" "0"
"autoResize" "0"
"PaintBackgroundType" "2"
"border" "ahudPanelBorder"
"bgcolor_override" "ahudDarkerGrey"
}
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "aBold16"
"labelText" "#ConfirmTitle"
"textAlignment" "north"
"xpos" "0"
"ypos" "15"
"zpos" "1"
"wide" "300"
"tall" "20"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "200 80 60 255"
}
"ExplanationLabel"
{
"ControlName" "CExLabel"
"fieldName" "ExplanationLabel"
"font" "EconFontSmall"
"labelText" "%text%"
"textAlignment" "north"
"xpos" "40"
"ypos" "50"
"zpos" "1"
"wide" "220"
"tall" "170"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"centerwrap" "1"
"fgcolor_override" "TanLight"
}
"CancelButton"
{
"ControlName" "CExButton"
"fieldName" "CancelButton"
"xpos" "190"
"ypos" "165"
"zpos" "20"
"wide" "100"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#GameUI_CancelBold"
"font" "EconFontSmall"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "cancel"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"ConfirmButton"
{
"ControlName" "CExButton"
"fieldName" "ConfirmButton"
"xpos" "10"
"ypos" "165"
"zpos" "20"
"wide" "175"
"tall" "20"
"default" "1"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#ConfirmButtonText"
"font" "EconFontSmall"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "confirm"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
}