mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 05:13:46 +03:00
Upload
This commit is contained in:
111
addons/chess/dialogchesspawnpromote.res
Normal file
111
addons/chess/dialogchesspawnpromote.res
Normal file
@@ -0,0 +1,111 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user