Files
wnsrc/addons/chess/dialogchesspawnpromote.res
lifestorm 9c918c46e5 Upload
2024-08-04 23:12:27 +03:00

112 lines
2.0 KiB
Plaintext

"AddOns/Chess/DialogChessPawnPromote.res"
{
"DialogChessPawnPromote"
{
"ControlName" "CDialogChessPawnPromote"
"fieldName" "DialogChessPawnPromote"
"xpos" "519"
"ypos" "306"
"wide" "250"
"tall" "230"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
}
"TextLabel"
{
"ControlName" "Label"
"fieldName" "TextLabel"
"xpos" "15"
"ypos" "35"
"wide" "225"
"tall" "40"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Chess_PawnPromotion_Text"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
}
"QueenBtn"
{
"ControlName" "Button"
"fieldName" "QueenBtn"
"xpos" "55"
"ypos" "84"
"wide" "128"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Chess_PromoteQueen"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}
"RookBtn"
{
"ControlName" "Button"
"fieldName" "RookBtn"
"xpos" "55"
"ypos" "115"
"wide" "128"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Chess_PromoteRook"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}
"BishopBtn"
{
"ControlName" "Button"
"fieldName" "BishopBtn"
"xpos" "55"
"ypos" "145"
"wide" "128"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Chess_PromoteBishop"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"Default" "0"
}
"KnightBtn"
{
"ControlName" "Button"
"fieldName" "KnightBtn"
"xpos" "55"
"ypos" "176"
"wide" "128"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Chess_PromoteKnight"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"Default" "1"
}
}