Vertical alignment on labels in TD

This commit is contained in:
teinarss
2019-05-30 18:10:09 +02:00
committed by abcdefg30
parent cc588f11c4
commit d2639645bf
36 changed files with 266 additions and 235 deletions

View File

@@ -10,7 +10,7 @@ Container@ASSETBROWSER_PANEL:
ColorPreviewManager@COLOR_MANAGER: ColorPreviewManager@COLOR_MANAGER:
Label@ASSETBROWSER_TITLE: Label@ASSETBROWSER_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -22,7 +22,7 @@ Container@ASSETBROWSER_PANEL:
Children: Children:
Label@SOURCE_SELECTOR_DESC: Label@SOURCE_SELECTOR_DESC:
X: 15 X: 15
Y: 5 Y: 6
Width: 160 Width: 160
Height: 25 Height: 25
Font: TinyBold Font: TinyBold
@@ -58,7 +58,7 @@ Container@ASSETBROWSER_PANEL:
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Label@FILENAME_DESC: Label@FILENAME_DESC:
X: 15 X: 15
Y: 340 Y: 341
Width: 160 Width: 160
Height: 25 Height: 25
Font: TinyBold Font: TinyBold
@@ -72,7 +72,7 @@ Container@ASSETBROWSER_PANEL:
Type: Filename Type: Filename
Label@PALETTE_DESC: Label@PALETTE_DESC:
X: PARENT_RIGHT - WIDTH - 270 X: PARENT_RIGHT - WIDTH - 270
Y: 30 Y: 31
Width: 150 Width: 150
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -193,6 +193,7 @@ Container@ASSETBROWSER_PANEL:
MinimumValue: 0 MinimumValue: 0
Label@FRAME_COUNT: Label@FRAME_COUNT:
X: 445 X: 445
Y: 1
Width: 40 Width: 40
Height: 25 Height: 25
Font: TinyBold Font: TinyBold

View File

@@ -96,7 +96,7 @@ Background@COLOR_CHOOSER:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
Text: Preset Colors Text: Preset Colors
Container@PRESET_AREA: Container@PRESET_AREA:
@@ -121,7 +121,7 @@ Background@COLOR_CHOOSER:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
Text: Custom Colors Text: Custom Colors
Container@CUSTOM_AREA: Container@CUSTOM_AREA:

View File

@@ -7,7 +7,7 @@ Container@CONNECTING_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -41,7 +41,7 @@ Container@CONNECTIONFAILED_PANEL:
LogicTicker@CONNECTION_FAILED_TICKER: LogicTicker@CONNECTION_FAILED_TICKER:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -51,21 +51,21 @@ Container@CONNECTIONFAILED_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@CONNECTING_DESC: Label@CONNECTING_DESC:
Y: 15 Y: 16
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Text: Failed to connect Text: Failed to connect
Font: Bold Font: Bold
Align: Center Align: Center
Label@CONNECTION_ERROR: Label@CONNECTION_ERROR:
Y: 40 Y: 41
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Align: Center Align: Center
Font: Bold Font: Bold
Label@PASSWORD_LABEL: Label@PASSWORD_LABEL:
X: 40 X: 40
Y: 79 Y: 80
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -100,7 +100,7 @@ Container@CONNECTION_SWITCHMOD_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -111,7 +111,7 @@ Container@CONNECTION_SWITCHMOD_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC: Label@DESC:
Y: 15 Y: 16
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Text: This server is running a different mod: Text: This server is running a different mod:
@@ -128,19 +128,20 @@ Container@CONNECTION_SWITCHMOD_PANEL:
Height: 32 Height: 32
Label@MOD_TITLE: Label@MOD_TITLE:
X: 37 X: 37
Y: 1
Width: PARENT_RIGHT - 37 Width: PARENT_RIGHT - 37
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Left Align: Left
Label@MOD_VERSION: Label@MOD_VERSION:
X: 37 X: 37
Y: 15 Y: 16
Width: PARENT_RIGHT - 37 Width: PARENT_RIGHT - 37
Height: 25 Height: 25
Font: Tiny Font: Tiny
Align: Left Align: Left
Label@DESC2: Label@DESC2:
Y: 80 Y: 81
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Text: Switch mods and join server? Text: Switch mods and join server?

View File

@@ -7,7 +7,7 @@ Container@CREDITS_PANEL:
Children: Children:
Label@CREDITS_TITLE: Label@CREDITS_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -37,7 +37,7 @@ Container@CREDITS_PANEL:
Y: 15 Y: 15
Width: PARENT_RIGHT - 30 Width: PARENT_RIGHT - 30
Height: PARENT_BOTTOM - 30 Height: PARENT_BOTTOM - 30
TopBottomSpacing: 6 TopBottomSpacing: 8
Children: Children:
Label@CREDITS_TEMPLATE: Label@CREDITS_TEMPLATE:
X: 8 X: 8

View File

@@ -12,7 +12,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -58,7 +58,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -126,7 +126,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -160,12 +160,12 @@ Background@THREEBUTTON_PROMPT:
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
Label@PROMPT_TEXT: Label@PROMPT_TEXT:
Y: 20 Y: 22
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Font: Bold Font: Bold
@@ -203,12 +203,12 @@ Background@TWOBUTTON_PROMPT:
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
Label@PROMPT_TEXT: Label@PROMPT_TEXT:
Y: 15 Y: 17
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Font: Bold Font: Bold
@@ -237,7 +237,7 @@ Container@TEXT_INPUT_PROMPT:
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -248,7 +248,7 @@ Container@TEXT_INPUT_PROMPT:
Children: Children:
Label@PROMPT_TEXT: Label@PROMPT_TEXT:
X: 20 X: 20
Y: 10 Y: 12
Width: PARENT_RIGHT - 40 Width: PARENT_RIGHT - 40
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -289,23 +289,24 @@ ScrollPanel@NEWS_PANEL:
Height: 45 Height: 45
Children: Children:
Label@TITLE: Label@TITLE:
Y: 1
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Align: Center Align: Center
Font: Bold Font: Bold
Label@AUTHOR_DATETIME: Label@AUTHOR_DATETIME:
Y: 25 Y: 26
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 15 Height: 15
Align: Center Align: Center
Text: by {0} at {1} Text: by {0} at {1}
Font: TinyBold Font: TinyBold
Label@CONTENT: Label@CONTENT:
Y: 45 Y: 46
Width: PARENT_RIGHT Width: PARENT_RIGHT
Label@NEWS_STATUS: Label@NEWS_STATUS:
X: 80 X: 80
Y: 0 Y: 1
Width: PARENT_RIGHT - 80 - 80 - 24 Width: PARENT_RIGHT - 80 - 80 - 24
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Align: Center Align: Center

View File

@@ -8,7 +8,7 @@ Container@NEW_MAP_BG:
Label@TITLE: Label@TITLE:
Text: New Map Text: New Map
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -19,7 +19,7 @@ Container@NEW_MAP_BG:
Children: Children:
Label@TILESET_LABEL: Label@TILESET_LABEL:
X: 25 X: 25
Y: 14 Y: 15
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -31,7 +31,7 @@ Container@NEW_MAP_BG:
Height: 25 Height: 25
Label@WIDTH_LABEL: Label@WIDTH_LABEL:
X: 25 X: 25
Y: 49 Y: 50
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -46,7 +46,7 @@ Container@NEW_MAP_BG:
Type: Integer Type: Integer
Label@HEIGHT_LABEL: Label@HEIGHT_LABEL:
X: 135 X: 135
Y: 49 Y: 50
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -85,7 +85,7 @@ Container@SAVE_MAP_PANEL:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Text: Save Map Text: Save Map
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -96,7 +96,7 @@ Container@SAVE_MAP_PANEL:
Children: Children:
Label@TITLE_LABEL: Label@TITLE_LABEL:
X: 10 X: 10
Y: 14 Y: 15
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -109,7 +109,7 @@ Container@SAVE_MAP_PANEL:
Height: 25 Height: 25
Label@AUTHOR_LABEL: Label@AUTHOR_LABEL:
X: 10 X: 10
Y: 49 Y: 50
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -122,7 +122,7 @@ Container@SAVE_MAP_PANEL:
Height: 25 Height: 25
Label@VISIBILITY_LABEL: Label@VISIBILITY_LABEL:
X: 10 X: 10
Y: 84 Y: 85
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -136,7 +136,7 @@ Container@SAVE_MAP_PANEL:
Font: Regular Font: Regular
Label@DIRECTORY_LABEL: Label@DIRECTORY_LABEL:
X: 10 X: 10
Y: 119 Y: 120
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -149,7 +149,7 @@ Container@SAVE_MAP_PANEL:
Font: Regular Font: Regular
Label@FILENAME_LABEL: Label@FILENAME_LABEL:
X: 10 X: 10
Y: 154 Y: 155
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -231,13 +231,13 @@ Container@EDITOR_WORLD_ROOT:
Children: Children:
Label@ACTOR_TYPE_LABEL: Label@ACTOR_TYPE_LABEL:
X: 2 X: 2
Y: 1 Y: 2
Width: 265 Width: 265
Height: 24 Height: 24
Align: Center Align: Center
Font: Bold Font: Bold
Label@ACTOR_ID_LABEL: Label@ACTOR_ID_LABEL:
Y: 29 Y: 30
Width: 55 Width: 55
Height: 24 Height: 24
Text: ID Text: ID
@@ -249,7 +249,7 @@ Container@EDITOR_WORLD_ROOT:
Height: 25 Height: 25
Label@ACTOR_ID_ERROR_LABEL: Label@ACTOR_ID_ERROR_LABEL:
X: 67 X: 67
Y: 54 Y: 55
Width: 189 Width: 189
Height: 15 Height: 15
Font: TinyBold Font: TinyBold
@@ -263,6 +263,7 @@ Container@EDITOR_WORLD_ROOT:
Height: 22 Height: 22
Children: Children:
Label@LABEL: Label@LABEL:
Y: 1
Width: 55 Width: 55
Height: 16 Height: 16
Align: Right Align: Right
@@ -276,7 +277,7 @@ Container@EDITOR_WORLD_ROOT:
Height: 27 Height: 27
Children: Children:
Label@LABEL: Label@LABEL:
Y: 1 Y: 2
Width: 55 Width: 55
Height: 24 Height: 24
Align: Right Align: Right
@@ -361,13 +362,14 @@ Container@EDITOR_WORLD_ROOT:
Background: panel-black Background: panel-black
Children: Children:
Label@SEARCH_LABEL: Label@SEARCH_LABEL:
Y: 1
Width: PARENT_RIGHT - 5 Width: PARENT_RIGHT - 5
Height: 25 Height: 25
Text: Search: Text: Search:
Align: Right Align: Right
Font: TinyBold Font: TinyBold
Label@CATEGORIES_LABEL: Label@CATEGORIES_LABEL:
Y: 24 Y: 25
Width: PARENT_RIGHT - 5 Width: PARENT_RIGHT - 5
Height: 25 Height: 25
Text: Filter: Text: Filter:
@@ -443,20 +445,21 @@ Container@EDITOR_WORLD_ROOT:
Background: panel-black Background: panel-black
Children: Children:
Label@SEARCH_LABEL: Label@SEARCH_LABEL:
Y: 1
Width: PARENT_RIGHT - 5 Width: PARENT_RIGHT - 5
Height: 25 Height: 25
Text: Search: Text: Search:
Align: Right Align: Right
Font: TinyBold Font: TinyBold
Label@CATEGORIES_LABEL: Label@CATEGORIES_LABEL:
Y: 24 Y: 25
Width: PARENT_RIGHT - 5 Width: PARENT_RIGHT - 5
Height: 25 Height: 25
Text: Filter: Text: Filter:
Align: Right Align: Right
Font: TinyBold Font: TinyBold
Label@OWNERS_LABEL: Label@OWNERS_LABEL:
Y: 48 Y: 49
Width: PARENT_RIGHT - 5 Width: PARENT_RIGHT - 5
Height: 25 Height: 25
Text: Owner: Text: Owner:

View File

@@ -7,7 +7,7 @@ Container@GAMESAVE_BROWSER_PANEL:
Children: Children:
Label@LOAD_TITLE: Label@LOAD_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -15,7 +15,7 @@ Container@GAMESAVE_BROWSER_PANEL:
Visible: False Visible: False
Label@SAVE_TITLE: Label@SAVE_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center

View File

@@ -23,7 +23,7 @@ Container@GAMESAVE_LOADING_SCREEN:
ImageName: eva ImageName: eva
Label@VERSION_LABEL: Label@VERSION_LABEL:
X: WINDOW_RIGHT - 128 - 43 X: WINDOW_RIGHT - 128 - 43
Y: 115 Y: 116
Width: 128 Width: 128
Align: Center Align: Center
Shadow: true Shadow: true
@@ -33,7 +33,7 @@ Container@GAMESAVE_LOADING_SCREEN:
Background: shellmapborder Background: shellmapborder
Label@TITLE: Label@TITLE:
Width: WINDOW_RIGHT Width: WINDOW_RIGHT
Y: 3 * WINDOW_BOTTOM / 4 - 30 Y: 3 * WINDOW_BOTTOM / 4 - 29
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
@@ -45,7 +45,7 @@ Container@GAMESAVE_LOADING_SCREEN:
Height: 20 Height: 20
Label@DESC: Label@DESC:
Width: WINDOW_RIGHT Width: WINDOW_RIGHT
Y: 3 * WINDOW_BOTTOM / 4 + 20 Y: 3 * WINDOW_BOTTOM / 4 + 19
Height: 25 Height: 25
Font: Regular Font: Regular
Align: Center Align: Center

View File

@@ -46,7 +46,7 @@ Container@CHAT_PANEL:
Y: PARENT_BOTTOM - HEIGHT - 30 Y: PARENT_BOTTOM - HEIGHT - 30
Width: 550 Width: 550
Height: 164 Height: 164
TopBottomSpacing: 4 TopBottomSpacing: 3
ItemSpacing: 4 ItemSpacing: 4
Align: Bottom Align: Bottom
Children: Children:
@@ -58,13 +58,11 @@ Container@CHAT_PANEL:
Label@NAME: Label@NAME:
X: 3 X: 3
Width: 50 Width: 50
Height: 15 Height: 16
VAlign: Top
Shadow: True Shadow: True
Label@TEXT: Label@TEXT:
X: 12 X: 12
Width: PARENT_RIGHT - 17 Width: PARENT_RIGHT - 17
Height: 15 Height: 16
WordWrap: true WordWrap: true
VAlign: Top
Shadow: True Shadow: True

View File

@@ -4,7 +4,7 @@ Container@DEBUG_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@TITLE: Label@TITLE:
Y: 25 Y: 26
Font: Bold Font: Bold
Text: Debug Options Text: Debug Options
Align: Center Align: Center
@@ -76,7 +76,7 @@ Container@DEBUG_PANEL:
Height: 35 Height: 35
Text: Reset Shroud Text: Reset Shroud
Label@VISUALIZATIONS_TITLE: Label@VISUALIZATIONS_TITLE:
Y: 255 Y: 256
Font: Bold Font: Bold
Text: Visualizations Text: Visualizations
Align: Center Align: Center

View File

@@ -8,14 +8,14 @@ Container@GAME_INFO_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 20 Y: 0 - 17
Text: Game Information Text: Game Information
Align: Center Align: Center
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Label@TITLE_NO_TABS: Label@TITLE_NO_TABS:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 15 Y: 18
Text: Game Information Text: Game Information
Align: Center Align: Center
Font: BigBold Font: BigBold

View File

@@ -26,5 +26,5 @@ Container@MAP_PANEL:
Children: Children:
Label@MAP_DESCRIPTION: Label@MAP_DESCRIPTION:
X: 4 X: 4
Y: 1 Y: 2
Width: PARENT_RIGHT - 32 Width: PARENT_RIGHT - 32

View File

@@ -23,7 +23,7 @@ Container@CHAT_CONTAINER:
ScrollPanel@CHAT_SCROLLPANEL: ScrollPanel@CHAT_SCROLLPANEL:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM - 30 Height: PARENT_BOTTOM - 30
TopBottomSpacing: 2 TopBottomSpacing: 3
ItemSpacing: 2 ItemSpacing: 2
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
@@ -34,13 +34,11 @@ Container@CHAT_CONTAINER:
Label@NAME: Label@NAME:
X: 3 X: 3
Width: 50 Width: 50
Height: 15 Height: 16
VAlign: Top
Shadow: True Shadow: True
Label@TEXT: Label@TEXT:
X: 12 X: 12
Width: PARENT_RIGHT - 17 Width: PARENT_RIGHT - 17
Height: 15 Height: 16
WordWrap: true WordWrap: true
VAlign: Top
Shadow: True Shadow: True

View File

@@ -5,14 +5,14 @@ Container@MISSION_OBJECTIVES:
Children: Children:
Label@MISSION: Label@MISSION:
X: 15 X: 15
Y: 15 Y: 17
Width: 80 Width: 80
Height: 20 Height: 20
Font: MediumBold Font: MediumBold
Text: Mission: Text: Mission:
Label@MISSION_STATUS: Label@MISSION_STATUS:
X: 95 X: 95
Y: 15 Y: 17
Width: PARENT_RIGHT - 110 Width: PARENT_RIGHT - 110
Height: 20 Height: 20
Font: MediumBold Font: MediumBold
@@ -30,7 +30,7 @@ Container@MISSION_OBJECTIVES:
Children: Children:
Label@OBJECTIVE_TYPE: Label@OBJECTIVE_TYPE:
X: 10 X: 10
Y: 0 Y: 1
Width: 70 Width: 70
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Align: Center Align: Center

View File

@@ -8,14 +8,14 @@ Container@SKIRMISH_STATS:
Children: Children:
Label@MISSION: Label@MISSION:
X: 15 X: 15
Y: 10 Y: 12
Width: 85 Width: 85
Height: 25 Height: 25
Font: MediumBold Font: MediumBold
Text: Mission: Text: Mission:
Label@STATS_STATUS: Label@STATS_STATUS:
X: 100 X: 100
Y: 10 Y: 12
Width: PARENT_RIGHT - 10 Width: PARENT_RIGHT - 10
Height: 25 Height: 25
Font: MediumBold Font: MediumBold
@@ -35,18 +35,21 @@ Container@SKIRMISH_STATS:
Children: Children:
Label@NAME: Label@NAME:
X: 10 X: 10
Y: 1
Width: 210 Width: 210
Height: 25 Height: 25
Text: Player Text: Player
Font: Bold Font: Bold
Label@FACTION: Label@FACTION:
X: 230 X: 230
Y: 1
Width: 120 Width: 120
Height: 25 Height: 25
Text: Faction Text: Faction
Font: Bold Font: Bold
Label@SCORE: Label@SCORE:
X: 360 X: 360
Y: 1
Width: 75 Width: 75
Height: 25 Height: 25
Text: Score Text: Score
@@ -67,13 +70,13 @@ Container@SKIRMISH_STATS:
Children: Children:
Label@TEAM: Label@TEAM:
X: 6 X: 6
Y: 0 - 2 Y: 0
Width: 160 Width: 160
Height: 20 Height: 20
Font: Bold Font: Bold
Label@TEAM_SCORE: Label@TEAM_SCORE:
X: 360 X: 360
Y: 0 - 2 Y: 0
Width: 75 Width: 75
Height: 20 Height: 20
Font: Bold Font: Bold
@@ -103,7 +106,7 @@ Container@SKIRMISH_STATS:
Shadow: True Shadow: True
Image@FACTIONFLAG: Image@FACTIONFLAG:
X: 230 X: 230
Y: 6 Y: 4
Width: 32 Width: 32
Height: 16 Height: 16
Label@FACTION: Label@FACTION:

View File

@@ -14,7 +14,7 @@ Container@INGAME_MENU:
ImageName: eva ImageName: eva
Label@VERSION_LABEL: Label@VERSION_LABEL:
X: WINDOW_RIGHT - 128 - 43 X: WINDOW_RIGHT - 128 - 43
Y: 115 Y: 116
Width: 128 Width: 128
Align: Center Align: Center
Contrast: true Contrast: true

View File

@@ -1625,7 +1625,7 @@ Container@PLAYER_WIDGETS:
Label@GAME_TIMER: Label@GAME_TIMER:
Logic: GameTimerLogic Logic: GameTimerLogic
X: 0 X: 0
Y: 233 Y: 234
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 22 Height: 22
Align: Center Align: Center
@@ -1633,7 +1633,7 @@ Container@PLAYER_WIDGETS:
WorldLabelWithTooltip@POWER: WorldLabelWithTooltip@POWER:
Logic: IngamePowerCounterLogic Logic: IngamePowerCounterLogic
X: 35 X: 35
Y: 232 Y: 234
Width: 50 Width: 50
Height: 22 Height: 22
Font: Bold Font: Bold
@@ -1643,13 +1643,13 @@ Container@PLAYER_WIDGETS:
Children: Children:
Image@POWER_ICON: Image@POWER_ICON:
X: 0 - 16 X: 0 - 16
Y: 5 Y: 3
ImageCollection: power-icons ImageCollection: power-icons
ImageName: power-normal ImageName: power-normal
WorldLabelWithTooltip@CASH: WorldLabelWithTooltip@CASH:
Logic: IngameCashCounterLogic Logic: IngameCashCounterLogic
X: PARENT_RIGHT - WIDTH - 35 X: PARENT_RIGHT - WIDTH - 35
Y: 232 Y: 234
Width: 50 Width: 50
Height: 22 Height: 22
Align: Right Align: Right
@@ -1660,7 +1660,7 @@ Container@PLAYER_WIDGETS:
Children: Children:
Image@CASH_ICON: Image@CASH_ICON:
X: PARENT_RIGHT X: PARENT_RIGHT
Y: 5 Y: 3
ImageCollection: cash-icons ImageCollection: cash-icons
ImageName: cash-normal ImageName: cash-normal
Container@PRODUCTION_TYPES: Container@PRODUCTION_TYPES:

View File

@@ -5,20 +5,20 @@ Background@KICK_CLIENT_DIALOG:
Background: scrollpanel-bg Background: scrollpanel-bg
Children: Children:
Label@TITLE: Label@TITLE:
Y: 40 Y: 41
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Label@TEXTA: Label@TEXTA:
Y: 67 Y: 68
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Regular Font: Regular
Align: Center Align: Center
Text: You may also apply a temporary ban, preventing Text: You may also apply a temporary ban, preventing
Label@TEXTB: Label@TEXTB:
Y: 85 Y: 86
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Regular Font: Regular
@@ -53,14 +53,14 @@ Background@KICK_SPECTATORS_DIALOG:
Background: scrollpanel-bg Background: scrollpanel-bg
Children: Children:
Label@TITLE: Label@TITLE:
Y: 40 Y: 41
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Text: Kick Spectators Text: Kick Spectators
Label@TEXT: Label@TEXT:
Y: 85 Y: 86
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Regular Font: Regular
@@ -86,21 +86,21 @@ Background@FORCE_START_DIALOG:
Background: scrollpanel-bg Background: scrollpanel-bg
Children: Children:
Label@TITLE: Label@TITLE:
Y: 40 Y: 41
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Text: Start Game? Text: Start Game?
Label@TEXTA: Label@TEXTA:
Y: 67 Y: 68
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Regular Font: Regular
Align: Center Align: Center
Text: One or more players are not yet ready. Text: One or more players are not yet ready.
Label@TEXTB: Label@TEXTB:
Y: 85 Y: 86
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Regular Font: Regular
@@ -111,7 +111,7 @@ Background@FORCE_START_DIALOG:
Children: Children:
Label@KICK_WARNING_A: Label@KICK_WARNING_A:
X: 0 X: 0
Y: 106 Y: 107
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -119,7 +119,7 @@ Background@FORCE_START_DIALOG:
Text: One or more clients are missing the selected Text: One or more clients are missing the selected
Label@KICK_WARNING_B: Label@KICK_WARNING_B:
X: 0 X: 0
Y: 123 Y: 124
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold

View File

@@ -19,7 +19,7 @@ Container@MAP_PREVIEW:
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
LabelWithTooltip@MAP_TITLE: LabelWithTooltip@MAP_TITLE:
Y: 172 Y: 173
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -27,14 +27,14 @@ Container@MAP_PREVIEW:
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Label@MAP_TYPE: Label@MAP_TYPE:
Y: 187 Y: 188
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: TinyBold Font: TinyBold
Align: Center Align: Center
IgnoreMouseOver: true IgnoreMouseOver: true
Label@MAP_AUTHOR: Label@MAP_AUTHOR:
Y: 200 Y: 201
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -55,7 +55,7 @@ Container@MAP_PREVIEW:
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
LabelWithTooltip@MAP_TITLE: LabelWithTooltip@MAP_TITLE:
Y: 172 Y: 173
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -63,7 +63,7 @@ Container@MAP_PREVIEW:
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Label@MAP_STATUS_A: Label@MAP_STATUS_A:
Y: 187 Y: 188
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -71,7 +71,7 @@ Container@MAP_PREVIEW:
Text: This map is not compatible Text: This map is not compatible
IgnoreMouseOver: true IgnoreMouseOver: true
Label@MAP_STATUS_B: Label@MAP_STATUS_B:
Y: 200 Y: 201
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -93,7 +93,7 @@ Container@MAP_PREVIEW:
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
LabelWithTooltip@MAP_TITLE: LabelWithTooltip@MAP_TITLE:
Y: 142 Y: 143
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -101,14 +101,14 @@ Container@MAP_PREVIEW:
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Label@MAP_TYPE: Label@MAP_TYPE:
Y: 157 Y: 158
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: TinyBold Font: TinyBold
Align: Center Align: Center
IgnoreMouseOver: true IgnoreMouseOver: true
Label@MAP_AUTHOR: Label@MAP_AUTHOR:
Y: 170 Y: 171
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -134,7 +134,7 @@ Container@MAP_PREVIEW:
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
LabelWithTooltip@MAP_TITLE: LabelWithTooltip@MAP_TITLE:
Y: 142 Y: 143
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -142,7 +142,7 @@ Container@MAP_PREVIEW:
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Label@MAP_STATUS_SEARCHING: Label@MAP_STATUS_SEARCHING:
Y: 157 Y: 158
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -153,28 +153,28 @@ Container@MAP_PREVIEW:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@a: Label@a:
Y: 157 Y: 158
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
Align: Center Align: Center
Text: This map was not found on the Text: This map was not found on the
Label@b: Label@b:
Y: 170 Y: 171
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
Align: Center Align: Center
Text: OpenRA Resource Center Text: OpenRA Resource Center
Label@MAP_STATUS_ERROR: Label@MAP_STATUS_ERROR:
Y: 157 Y: 158
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
Align: Center Align: Center
Text: An error occurred during installation Text: An error occurred during installation
Label@MAP_STATUS_DOWNLOADING: Label@MAP_STATUS_DOWNLOADING:
Y: 157 Y: 158
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny

View File

@@ -5,7 +5,7 @@ Container@LOBBY_MUSIC_BIN:
Children: Children:
LogicTicker@SONG_WATCHER: LogicTicker@SONG_WATCHER:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
Y: 0 - 25 Y: 0 - 23
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@MUSIC: Label@MUSIC:
@@ -133,7 +133,7 @@ Container@LOBBY_MUSIC_BIN:
Font: Regular Font: Regular
Text: Loop Text: Loop
Label@VOLUME_LABEL: Label@VOLUME_LABEL:
Y: 180 Y: 182
Width: 65 Width: 65
Height: 25 Height: 25
Align: Right Align: Right

View File

@@ -3,7 +3,7 @@ Container@LOBBY_OPTIONS_BIN:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@TITLE: Label@TITLE:
Y: 0 - 25 Y: 0 - 24
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold

View File

@@ -4,7 +4,7 @@ Container@LOBBY_PLAYER_BIN:
Children: Children:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
X: 5 X: 5
Y: 0 - 25 Y: 0 - 24
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:

View File

@@ -4,7 +4,7 @@ Container@LOBBY_SERVERS_BIN:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
Y: 0 - 25 Y: 0 - 24
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@NAME: Label@NAME:

View File

@@ -8,7 +8,7 @@ Container@SERVER_LOBBY:
ColorPreviewManager@COLOR_MANAGER: ColorPreviewManager@COLOR_MANAGER:
Label@SERVER_NAME: Label@SERVER_NAME:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -96,7 +96,7 @@ Container@SERVER_LOBBY:
ScrollPanel@CHAT_DISPLAY: ScrollPanel@CHAT_DISPLAY:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM - 30 Height: PARENT_BOTTOM - 30
TopBottomSpacing: 2 TopBottomSpacing: 3
ItemSpacing: 2 ItemSpacing: 2
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
@@ -108,21 +108,18 @@ Container@SERVER_LOBBY:
Label@TIME: Label@TIME:
X: 3 X: 3
Width: 50 Width: 50
Height: 15 Height: 16
VAlign: Top
Shadow: True Shadow: True
Label@NAME: Label@NAME:
X: 45 X: 45
Width: 50 Width: 50
Height: 15 Height: 16
VAlign: Top
Shadow: True Shadow: True
Label@TEXT: Label@TEXT:
X: 55 X: 55
Width: PARENT_RIGHT - 60 Width: PARENT_RIGHT - 60
Height: 15 Height: 16
WordWrap: true WordWrap: true
VAlign: Top
Shadow: True Shadow: True
Button@CHAT_MODE: Button@CHAT_MODE:
Y: PARENT_BOTTOM - HEIGHT Y: PARENT_BOTTOM - HEIGHT

View File

@@ -32,7 +32,7 @@ Container@MENU_BACKGROUND:
ImageName: eva ImageName: eva
Label@VERSION_LABEL: Label@VERSION_LABEL:
X: WINDOW_RIGHT - 128 - 43 X: WINDOW_RIGHT - 128 - 43
Y: 115 Y: 116
Width: 128 Width: 128
Align: Center Align: Center
Shadow: true Shadow: true
@@ -51,7 +51,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@MAINMENU_LABEL_TITLE: Label@MAINMENU_LABEL_TITLE:
X: 0 X: 0
Y: 0 - 30 Y: 0 - 28
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Main Menu Text: Main Menu
@@ -100,7 +100,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@SINGLEPLAYER_MENU_TITLE: Label@SINGLEPLAYER_MENU_TITLE:
X: 0 X: 0
Y: 0 - 30 Y: 0 - 28
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Singleplayer Text: Singleplayer
@@ -138,7 +138,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@EXTRAS_MENU_TITLE: Label@EXTRAS_MENU_TITLE:
X: 0 X: 0
Y: 0 - 30 Y: 0 - 28
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Extras Text: Extras
@@ -189,7 +189,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@MAP_EDITOR_MENU_TITLE: Label@MAP_EDITOR_MENU_TITLE:
X: 0 X: 0
Y: 0 - 30 Y: 0 - 28
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Map Editor Text: Map Editor

View File

@@ -7,7 +7,7 @@ Container@MAPCHOOSER_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -19,7 +19,7 @@ Container@MAPCHOOSER_PANEL:
Children: Children:
Label@FILTER_DESC: Label@FILTER_DESC:
X: PARENT_RIGHT - WIDTH - 401 X: PARENT_RIGHT - WIDTH - 401
Y: 15 Y: 16
Width: 60 Width: 60
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -32,7 +32,7 @@ Container@MAPCHOOSER_PANEL:
Height: 25 Height: 25
Label@FILTER_DESC_JOINER: Label@FILTER_DESC_JOINER:
X: PARENT_RIGHT - WIDTH - 215 X: PARENT_RIGHT - WIDTH - 215
Y: 15 Y: 16
Width: 30 Width: 30
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -90,25 +90,25 @@ Container@MAPCHOOSER_PANEL:
IgnoreMouseInput: true IgnoreMouseInput: true
Label@TITLE: Label@TITLE:
X: 4 X: 4
Y: PARENT_BOTTOM - 48 Y: PARENT_BOTTOM - 46
Width: PARENT_RIGHT - 8 Width: PARENT_RIGHT - 8
Align: Center Align: Center
Label@DETAILS: Label@DETAILS:
Width: PARENT_RIGHT - 8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM - 34 Y: PARENT_BOTTOM - 32
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@AUTHOR: Label@AUTHOR:
Width: PARENT_RIGHT - 8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM - 22 Y: PARENT_BOTTOM - 20
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@SIZE: Label@SIZE:
Width: PARENT_RIGHT - 8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM - 10 Y: PARENT_BOTTOM - 8
Align: Center Align: Center
Font: Tiny Font: Tiny
Button@BUTTON_CANCEL: Button@BUTTON_CANCEL:

View File

@@ -6,7 +6,7 @@ Container@MISSIONBROWSER_PANEL:
Height: 420 Height: 420
Children: Children:
Label@MISSIONBROWSER_TITLE: Label@MISSIONBROWSER_TITLE:
Y: 0 - 25 Y: 0 - 22
Width: PARENT_RIGHT Width: PARENT_RIGHT
Text: Missions Text: Missions
Align: Center Align: Center
@@ -32,7 +32,7 @@ Container@MISSIONBROWSER_PANEL:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -70,10 +70,10 @@ Container@MISSIONBROWSER_PANEL:
Y: 213 Y: 213
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 142 Height: 142
TopBottomSpacing: 5
Children: Children:
Label@MISSION_DESCRIPTION: Label@MISSION_DESCRIPTION:
X: 4 X: 4
Y: 1
Width: PARENT_RIGHT - 32 Width: PARENT_RIGHT - 32
VAlign: Top VAlign: Top
Font: Small Font: Small

View File

@@ -8,7 +8,7 @@ Container@MULTIPLAYER_PANEL:
Label@TITLE: Label@TITLE:
Text: Multiplayer Text: Multiplayer
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -19,7 +19,7 @@ Container@MULTIPLAYER_PANEL:
Children: Children:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
X: 15 X: 15
Y: 5 Y: 6
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
@@ -63,21 +63,21 @@ Container@MULTIPLAYER_PANEL:
Label@OUTDATED_VERSION_LABEL: Label@OUTDATED_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT-10
Height: 18 Height: 20
Align: Center Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@UNKNOWN_VERSION_LABEL: Label@UNKNOWN_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT-10
Height: 18 Height: 20
Align: Center Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL: Label@PLAYTEST_AVAILABLE_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT-10
Height: 18 Height: 20
Align: Center Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net
Font: TinyBold Font: TinyBold
@@ -95,7 +95,6 @@ Container@MULTIPLAYER_PANEL:
Visible: false Visible: false
Children: Children:
Label@LABEL: Label@LABEL:
Y: 0 - 1
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
@@ -146,7 +145,7 @@ Container@MULTIPLAYER_PANEL:
Height: 25 Height: 25
Label@PROGRESS_LABEL: Label@PROGRESS_LABEL:
X: 15 X: 15
Y: 30 + (PARENT_BOTTOM - 75 - HEIGHT) / 2 Y: 31 + (PARENT_BOTTOM - 75 - HEIGHT) / 2
Width: 582 Width: 582
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -170,31 +169,31 @@ Container@MULTIPLAYER_PANEL:
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@SELECTED_MAP: Label@SELECTED_MAP:
Y: 172 Y: 173
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Label@SELECTED_IP: Label@SELECTED_IP:
Y: 187 Y: 188
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
Align: Center Align: Center
Label@SELECTED_STATUS: Label@SELECTED_STATUS:
Y: 203 Y: 204
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: TinyBold Font: TinyBold
Align: Center Align: Center
Label@SELECTED_MOD_VERSION: Label@SELECTED_MOD_VERSION:
Y: 216 Y: 217
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
Align: Center Align: Center
Label@SELECTED_PLAYERS: Label@SELECTED_PLAYERS:
Y: 229 Y: 230
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: TinyBold Font: TinyBold

View File

@@ -13,7 +13,7 @@ ScrollPanel@MULTIPLAYER_CLIENT_LIST:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -31,12 +31,12 @@ ScrollPanel@MULTIPLAYER_CLIENT_LIST:
Label@LABEL: Label@LABEL:
X: 40 X: 40
Width: PARENT_RIGHT - 50 Width: PARENT_RIGHT - 50
Height: 23 Height: 25
Shadow: True Shadow: True
Label@NOFLAG_LABEL: Label@NOFLAG_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 23 Height: 25
Shadow: True Shadow: True
ScrollPanel@MULTIPLAYER_FILTER_PANEL: ScrollPanel@MULTIPLAYER_FILTER_PANEL:

View File

@@ -7,7 +7,7 @@ Container@MULTIPLAYER_CREATESERVER_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center

View File

@@ -7,7 +7,7 @@ Container@DIRECTCONNECT_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center

View File

@@ -8,7 +8,7 @@ Container@MUSIC_PANEL:
LogicTicker@SONG_WATCHER: LogicTicker@SONG_WATCHER:
Label@TITLE: Label@TITLE:
Width: 360 Width: 360
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -45,7 +45,7 @@ Container@MUSIC_PANEL:
Height: 25 Height: 25
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
X: 25 X: 25
Y: 5 Y: 4
Width: 330 Width: 330
Children: Children:
Label@TITLE: Label@TITLE:
@@ -139,7 +139,7 @@ Container@MUSIC_PANEL:
Ticks: 7 Ticks: 7
Label@TIME_LABEL: Label@TIME_LABEL:
X: (PARENT_RIGHT - WIDTH) / 2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 315 Y: 317
Width: 140 Width: 140
Height: 25 Height: 25
Align: Center Align: Center
@@ -159,7 +159,7 @@ Container@MUSIC_PANEL:
Text: Loop Text: Loop
Container@NO_MUSIC_LABEL: Container@NO_MUSIC_LABEL:
X: 15 X: 15
Y: 120 Y: 121
Width: 330 Width: 330
Height: 60 Height: 60
Visible: false Visible: false
@@ -191,7 +191,7 @@ Container@MUSIC_PANEL:
Text: Back Text: Back
Label@MUTE_LABEL: Label@MUTE_LABEL:
X: 100 X: 100
Y: 337 Y: 339
Width: 300 Width: 300
Height: 20 Height: 20
Font: Small Font: Small

View File

@@ -10,13 +10,13 @@ Container@LOCAL_PROFILE_PANEL:
Children: Children:
Label@PROFILE_NAME: Label@PROFILE_NAME:
X: 10 X: 10
Y: 3 Y: 5
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Font: MediumBold Font: MediumBold
Label@PROFILE_RANK: Label@PROFILE_RANK:
X: 10 X: 10
Y: 23 Y: 24
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Font: TinyBold Font: TinyBold
@@ -38,21 +38,21 @@ Container@LOCAL_PROFILE_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC_A: Label@DESC_A:
Y: 5 Y: 6
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: Connect to a forum account to identify Text: Connect to a forum account to identify
Label@DESC_B: Label@DESC_B:
Y: 21 Y: 22
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: yourself to other players, join private Text: yourself to other players, join private
Label@DESC_C: Label@DESC_C:
Y: 37 Y: 38
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
@@ -71,14 +71,14 @@ Container@LOCAL_PROFILE_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC_A: Label@DESC_A:
Y: 13 Y: 14
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: Generating authentication key pair. Text: Generating authentication key pair.
Label@DESC_B: Label@DESC_B:
Y: 29 Y: 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
@@ -96,21 +96,21 @@ Container@LOCAL_PROFILE_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC_A: Label@DESC_A:
Y: 2 Y: 3
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: An authentication key has been copied to your Text: An authentication key has been copied to your
Label@DESC_B: Label@DESC_B:
Y: 18 Y: 19
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: clipboard. Add this to your User Control Panel Text: clipboard. Add this to your User Control Panel
Label@DESC_C: Label@DESC_C:
Y: 34 Y: 35
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
@@ -136,14 +136,14 @@ Container@LOCAL_PROFILE_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC_A: Label@DESC_A:
Y: 13 Y: 14
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: Querying account details from Text: Querying account details from
Label@DESC_B: Label@DESC_B:
Y: 29 Y: 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
@@ -161,14 +161,14 @@ Container@LOCAL_PROFILE_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC_A: Label@DESC_A:
Y: 13 Y: 14
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: Your authentication key is not connected Text: Your authentication key is not connected
Label@DESC_B: Label@DESC_B:
Y: 29 Y: 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
@@ -187,14 +187,14 @@ Container@LOCAL_PROFILE_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@DESC_A: Label@DESC_A:
Y: 13 Y: 14
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
Align: Center Align: Center
Text: Failed to connect to the OpenRA forum. Text: Failed to connect to the OpenRA forum.
Label@DESC_B: Label@DESC_B:
Y: 29 Y: 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Small Font: Small
@@ -223,6 +223,7 @@ Container@PLAYER_PROFILE_BADGES_INSERT:
Height: 24 Height: 24
Label@LABEL: Label@LABEL:
X: 36 X: 36
Y: 2
Width: PARENT_RIGHT - 60 Width: PARENT_RIGHT - 60
Height: 24 Height: 24
Font: Bold Font: Bold

View File

@@ -7,7 +7,7 @@ Container@REPLAYBROWSER_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -139,6 +139,7 @@ Container@REPLAYBROWSER_PANEL:
Height: 115 Height: 115
Children: Children:
Label@MANAGE_TITLE: Label@MANAGE_TITLE:
Y: 1
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -171,6 +172,7 @@ Container@REPLAYBROWSER_PANEL:
Height: PARENT_BOTTOM - 20 - 20 Height: PARENT_BOTTOM - 20 - 20
Children: Children:
Label@REPLAYBROWSER_LABEL_TITLE: Label@REPLAYBROWSER_LABEL_TITLE:
Y: 1
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Text: Choose Replay Text: Choose Replay
@@ -208,7 +210,7 @@ Container@REPLAYBROWSER_PANEL:
Height: PARENT_BOTTOM - 260 Height: PARENT_BOTTOM - 260
Children: Children:
Label@DURATION: Label@DURATION:
Y: 20 Y: 21
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 15 Height: 15
Font: Tiny Font: Tiny
@@ -229,7 +231,7 @@ Container@REPLAYBROWSER_PANEL:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27

View File

@@ -32,7 +32,7 @@ Container@SETTINGS_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
Width: 590 Width: 590
Y: 0 - 25 Y: 0 - 22
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -69,14 +69,14 @@ Container@SETTINGS_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@VIDEO_TITLE: Label@VIDEO_TITLE:
Y: 20 Y: 21
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: Bold Font: Bold
Text: Display Text: Display
Align: Center Align: Center
Label@MODE_LABEL: Label@MODE_LABEL:
X: 110 X: 110
Y: 39 Y: 40
Width: 45 Width: 45
Height: 25 Height: 25
Align: Right Align: Right
@@ -95,7 +95,7 @@ Container@SETTINGS_PANEL:
Label@At: Label@At:
Text: @ Text: @
Font: Bold Font: Bold
Y: 0 - 1 Y: 0
Height: 25 Height: 25
Width: 25 Width: 25
Align: Center Align: Center
@@ -109,7 +109,7 @@ Container@SETTINGS_PANEL:
Text: x Text: x
Font: Bold Font: Bold
X: 70 X: 70
Y: 0 - 1 Y: 0
Height: 25 Height: 25
Width: 15 Width: 15
Align: Center Align: Center
@@ -127,7 +127,7 @@ Container@SETTINGS_PANEL:
Font: Regular Font: Regular
Text: Use Hardware Cursors Text: Use Hardware Cursors
Label@VIDEO_DESC: Label@VIDEO_DESC:
Y: 93 Y: 92
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -156,7 +156,7 @@ Container@SETTINGS_PANEL:
Text: Also Double Cursor Text: Also Double Cursor
Label@FRAME_LIMIT_DESC_A: Label@FRAME_LIMIT_DESC_A:
X: 45 X: 45
Y: 152 Y: 153
Width: 50 Width: 50
Height: 25 Height: 25
Text: Limit to Text: Limit to
@@ -170,7 +170,7 @@ Container@SETTINGS_PANEL:
Type: Integer Type: Integer
Label@FRAME_LIMIT_DESC_B: Label@FRAME_LIMIT_DESC_B:
X: 150 X: 150
Y: 152 Y: 153
Height: 25 Height: 25
Text: FPS Text: FPS
Checkbox@PLAYER_STANCE_COLORS_CHECKBOX: Checkbox@PLAYER_STANCE_COLORS_CHECKBOX:
@@ -183,7 +183,7 @@ Container@SETTINGS_PANEL:
Label@PLAYER: Label@PLAYER:
Text: Player: Text: Player:
X: 15 X: 15
Y: 195 Y: 197
TextField@PLAYERNAME: TextField@PLAYERNAME:
Text: Name Text: Name
X: 65 X: 65
@@ -206,7 +206,7 @@ Container@SETTINGS_PANEL:
Height: PARENT_BOTTOM - 12 Height: PARENT_BOTTOM - 12
Label@STATUS_BARS: Label@STATUS_BARS:
X: 310 X: 310
Y: 255 Y: 257
Text: Status Bars: Text: Status Bars:
DropDownButton@STATUS_BAR_DROPDOWN: DropDownButton@STATUS_BAR_DROPDOWN:
X: 400 X: 400
@@ -265,14 +265,14 @@ Container@SETTINGS_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@AUDIO_TITLE: Label@AUDIO_TITLE:
Y: 20 Y: 21
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: Bold Font: Bold
Text: Audio Text: Audio
Align: Center Align: Center
Label@SOUND_LABEL: Label@SOUND_LABEL:
X: PARENT_RIGHT - WIDTH - 270 X: PARENT_RIGHT - WIDTH - 270
Y: 37 Y: 38
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -299,7 +299,7 @@ Container@SETTINGS_PANEL:
Text: Mute Sound Text: Mute Sound
Label@MUSIC_LABEL: Label@MUSIC_LABEL:
X: PARENT_RIGHT - WIDTH - 270 X: PARENT_RIGHT - WIDTH - 270
Y: 67 Y: 68
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -312,7 +312,7 @@ Container@SETTINGS_PANEL:
Ticks: 7 Ticks: 7
Label@VIDEO_LABEL: Label@VIDEO_LABEL:
X: PARENT_RIGHT - WIDTH - 270 X: PARENT_RIGHT - WIDTH - 270
Y: 97 Y: 98
Width: 95 Width: 95
Height: 25 Height: 25
Align: Right Align: Right
@@ -325,7 +325,7 @@ Container@SETTINGS_PANEL:
Ticks: 7 Ticks: 7
Label@AUDIO_DEVICE_LABEL: Label@AUDIO_DEVICE_LABEL:
X: 190 - WIDTH - 5 X: 190 - WIDTH - 5
Y: 244 Y: 245
Width: 75 Width: 75
Height: 25 Height: 25
Align: Right Align: Right
@@ -336,7 +336,7 @@ Container@SETTINGS_PANEL:
Width: 300 Width: 300
Height: 25 Height: 25
Label@AUDIO_DEVICE_DESC: Label@AUDIO_DEVICE_DESC:
Y: 265 Y: 266
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Font: Tiny Font: Tiny
@@ -347,7 +347,7 @@ Container@SETTINGS_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@INPUT_TITLE: Label@INPUT_TITLE:
Y: 20 Y: 21
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: Bold Font: Bold
Text: Input Text: Input
@@ -361,7 +361,7 @@ Container@SETTINGS_PANEL:
Text: Left-click Orders Text: Left-click Orders
Label@MIDDLE_MOUSE_SCROLL_LABEL: Label@MIDDLE_MOUSE_SCROLL_LABEL:
X: PARENT_RIGHT - WIDTH - 120 X: PARENT_RIGHT - WIDTH - 120
Y: 39 Y: 41
Width: 160 Width: 160
Height: 20 Height: 20
Font: Regular Font: Regular
@@ -375,7 +375,7 @@ Container@SETTINGS_PANEL:
Font: Regular Font: Regular
Label@MIDDLE_MOUSE_SCROLL_LABEL: Label@MIDDLE_MOUSE_SCROLL_LABEL:
X: PARENT_RIGHT - WIDTH - 120 X: PARENT_RIGHT - WIDTH - 120
Y: 69 Y: 71
Width: 160 Width: 160
Height: 20 Height: 20
Font: Regular Font: Regular
@@ -389,7 +389,7 @@ Container@SETTINGS_PANEL:
Font: Regular Font: Regular
Label@ZOOM_MODIFIER_LABEL: Label@ZOOM_MODIFIER_LABEL:
X: PARENT_RIGHT - WIDTH - 120 X: PARENT_RIGHT - WIDTH - 120
Y: 98 Y: 101
Width: 160 Width: 160
Height: 20 Height: 20
Font: Regular Font: Regular
@@ -425,7 +425,7 @@ Container@SETTINGS_PANEL:
Text: Lock Mouse to Window Text: Lock Mouse to Window
Label@SCROLL_SPEED_LABEL: Label@SCROLL_SPEED_LABEL:
X: PARENT_RIGHT - WIDTH - 270 X: PARENT_RIGHT - WIDTH - 270
Y: 127 Y: 128
Width: 95 Width: 95
Height: 25 Height: 25
Text: Scroll Speed: Text: Scroll Speed:
@@ -440,7 +440,7 @@ Container@SETTINGS_PANEL:
MaximumValue: 50 MaximumValue: 50
Label@UI_SCROLL_SPEED_LABEL: Label@UI_SCROLL_SPEED_LABEL:
X: PARENT_RIGHT - WIDTH - 106 X: PARENT_RIGHT - WIDTH - 106
Y: 127 Y: 128
Width: 95 Width: 95
Height: 25 Height: 25
Text: UI Scroll: Text: UI Scroll:
@@ -454,7 +454,7 @@ Container@SETTINGS_PANEL:
MinimumValue: 1 MinimumValue: 1
MaximumValue: 100 MaximumValue: 100
Label@HOTKEYS_TITLE: Label@HOTKEYS_TITLE:
Y: 165 Y: 166
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: Bold Font: Bold
Text: Hotkeys Text: Hotkeys
@@ -475,7 +475,7 @@ Container@SETTINGS_PANEL:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
Container@TEMPLATES: Container@TEMPLATES:
Children: Children:
@@ -485,7 +485,7 @@ Container@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0 - 1 Y: 0
Width: PARENT_RIGHT - 85 Width: PARENT_RIGHT - 85
Height: 25 Height: 25
Align: Right Align: Right
@@ -512,7 +512,7 @@ Container@SETTINGS_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@ADVANCED_TITLE: Label@ADVANCED_TITLE:
Y: 20 Y: 21
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: Bold Font: Bold
Text: Advanced Text: Advanced
@@ -561,20 +561,20 @@ Container@SETTINGS_PANEL:
Text: Send System Information Text: Send System Information
Label@SENDSYSINFO_DESC: Label@SENDSYSINFO_DESC:
X: 310 X: 310
Y: 115 Y: 116
Width: 250 Width: 250
Height: 30 Height: 30
Font: Tiny Font: Tiny
WordWrap: True WordWrap: True
Text: Your Operating System, OpenGL and .NET runtime versions, and language settings will be sent along with an anonymous ID to help prioritize future development. Text: Your Operating System, OpenGL and .NET runtime versions, and language settings will be sent along with an anonymous ID to help prioritize future development.
Label@DEBUG_TITLE: Label@DEBUG_TITLE:
Y: 200 Y: 201
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: Bold Font: Bold
Text: Developer Text: Developer
Align: Center Align: Center
Container@DEBUG_HIDDEN_LABEL: Container@DEBUG_HIDDEN_LABEL:
Y: 250 Y: 252
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@A: Label@A:

View File

@@ -8,7 +8,7 @@ Background@SIMPLE_TOOLTIP:
Height: 19 Height: 19
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 0 - 2 Y: 0 - 1
Height: 23 Height: 23
Font: Bold Font: Bold
@@ -22,27 +22,29 @@ Background@SIMPLE_TOOLTIP_FACTIONSUFFIX:
Height: 19 Height: 19
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 0 - 2 Y: 0 - 1
Height: 23 Height: 23
Font: Bold Font: Bold
Background@BUTTON_TOOLTIP: Background@BUTTON_TOOLTIP:
Logic: ButtonTooltipLogic Logic: ButtonTooltipLogic
Background: panel-black Background: panel-black
Height: 25 Height: 26
Children: Children:
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 1
Visible: false Visible: false
TextColor: FFFF00 TextColor: FFFF00
Height: 23 Height: 23
Font: Bold Font: Bold
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 23 Y: 26
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
@@ -50,20 +52,22 @@ Background@BUTTON_TOOLTIP:
Background@BUTTON_TOOLTIP_FACTIONSUFFIX: Background@BUTTON_TOOLTIP_FACTIONSUFFIX:
Logic: ButtonTooltipLogic, AddFactionSuffixLogic Logic: ButtonTooltipLogic, AddFactionSuffixLogic
Background: panel-black Background: panel-black
Height: 25 Height: 26
Children: Children:
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 1
Visible: false Visible: false
TextColor: FFFF00 TextColor: FFFF00
Height: 23 Height: 23
Font: Bold Font: Bold
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 23 Y: 26
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
@@ -72,20 +76,22 @@ Background@BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP:
Logic: ButtonTooltipWithDescHighlightLogic Logic: ButtonTooltipWithDescHighlightLogic
Highlight: FFFF00 Highlight: FFFF00
Background: panel-black Background: panel-black
Height: 25 Height: 26
Children: Children:
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 1
Visible: false Visible: false
TextColor: FFFF00 TextColor: FFFF00
Height: 23 Height: 23
Font: Bold Font: Bold
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 23 Y: 26
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
@@ -94,20 +100,22 @@ Background@BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP_FACTIONSUFFIX:
Logic: ButtonTooltipWithDescHighlightLogic, AddFactionSuffixLogic Logic: ButtonTooltipWithDescHighlightLogic, AddFactionSuffixLogic
Highlight: FFFF00 Highlight: FFFF00
Background: panel-black Background: panel-black
Height: 25 Height: 26
Children: Children:
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 1
Visible: false Visible: false
TextColor: FFFF00 TextColor: FFFF00
Height: 23 Height: 23
Font: Bold Font: Bold
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 23 Y: 26
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
@@ -117,11 +125,12 @@ Background@WORLD_TOOLTIP:
Background: panel-black Background: panel-black
Children: Children:
Container@SINGLE_HEIGHT: Container@SINGLE_HEIGHT:
Height: 25 Height: 26
Container@DOUBLE_HEIGHT: Container@DOUBLE_HEIGHT:
Height: 45 Height: 45
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Image@FLAG: Image@FLAG:
@@ -131,7 +140,7 @@ Background@WORLD_TOOLTIP:
Height: 16 Height: 16
Label@OWNER: Label@OWNER:
X: 42 X: 42
Y: 19 Y: 20
Height: 23 Height: 23
Font: Bold Font: Bold
Shadow: True Shadow: True
@@ -146,11 +155,12 @@ Background@WORLD_TOOLTIP_FACTIONSUFFIX:
Background: panel-black Background: panel-black
Children: Children:
Container@SINGLE_HEIGHT: Container@SINGLE_HEIGHT:
Height: 25 Height: 26
Container@DOUBLE_HEIGHT: Container@DOUBLE_HEIGHT:
Height: 45 Height: 45
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Image@FLAG: Image@FLAG:
@@ -160,13 +170,13 @@ Background@WORLD_TOOLTIP_FACTIONSUFFIX:
Height: 16 Height: 16
Label@OWNER: Label@OWNER:
X: 42 X: 42
Y: 19 Y: 20
Height: 23 Height: 23
Font: Bold Font: Bold
Shadow: True Shadow: True
Label@EXTRA: Label@EXTRA:
X: 5 X: 5
Y: 47 Y: 49
Height: 5 Height: 5
Font: Bold Font: Bold
@@ -178,33 +188,37 @@ Background@PRODUCTION_TOOLTIP:
Children: Children:
Label@NAME: Label@NAME:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 1
Visible: false Visible: false
Height: 23 Height: 23
TextColor: FFFF00 TextColor: FFFF00
Font: Bold Font: Bold
Label@REQUIRES: Label@REQUIRES:
X: 5 X: 5
Y: 19 Y: 20
Height: 15 Height: 15
Font: TinyBold Font: TinyBold
Text: Requires {0} Text: Requires {0}
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 19 Y: 20
Height: 5 Height: 5
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
Image@COST_ICON: Image@COST_ICON:
X: 3
Y: 5 Y: 5
Width: 16 Width: 16
Height: 16 Height: 16
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: production-tooltip-cost ImageName: production-tooltip-cost
Label@COST: Label@COST:
Height: 23 Y: 1
Height: 24
Font: Bold Font: Bold
Image@TIME_ICON: Image@TIME_ICON:
X: 3 X: 3
@@ -214,7 +228,7 @@ Background@PRODUCTION_TOOLTIP:
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: production-tooltip-time ImageName: production-tooltip-time
Label@TIME: Label@TIME:
Y: 19 Y: 20
Height: 23 Height: 23
Font: Bold Font: Bold
Image@POWER_ICON: Image@POWER_ICON:
@@ -224,7 +238,7 @@ Background@PRODUCTION_TOOLTIP:
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: production-tooltip-power ImageName: production-tooltip-power
Label@POWER: Label@POWER:
Y: 39 Y: 40
Height: 23 Height: 23
Font: Bold Font: Bold
@@ -236,22 +250,24 @@ Background@PRODUCTION_TOOLTIP_FACTIONSUFFIX:
Children: Children:
Label@NAME: Label@NAME:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 1
Visible: false Visible: false
Height: 23 Height: 23
TextColor: FFFF00 TextColor: FFFF00
Font: Bold Font: Bold
Label@REQUIRES: Label@REQUIRES:
X: 5 X: 5
Y: 19 Y: 20
Height: 15 Height: 15
Font: TinyBold Font: TinyBold
Text: Requires {0} Text: Requires {0}
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 19 Y: 20
Height: 5 Height: 5
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
@@ -262,6 +278,7 @@ Background@PRODUCTION_TOOLTIP_FACTIONSUFFIX:
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: production-tooltip-cost ImageName: production-tooltip-cost
Label@COST: Label@COST:
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Image@TIME_ICON: Image@TIME_ICON:
@@ -272,7 +289,7 @@ Background@PRODUCTION_TOOLTIP_FACTIONSUFFIX:
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: production-tooltip-time ImageName: production-tooltip-time
Label@TIME: Label@TIME:
Y: 19 Y: 20
Height: 23 Height: 23
Font: Bold Font: Bold
Image@POWER_ICON: Image@POWER_ICON:
@@ -282,7 +299,7 @@ Background@PRODUCTION_TOOLTIP_FACTIONSUFFIX:
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: production-tooltip-power ImageName: production-tooltip-power
Label@POWER: Label@POWER:
Y: 39 Y: 40
Height: 23 Height: 23
Font: Bold Font: Bold
@@ -290,7 +307,7 @@ Background@SUPPORT_POWER_TOOLTIP:
Logic: SupportPowerTooltipLogic Logic: SupportPowerTooltipLogic
Background: panel-black Background: panel-black
Width: 200 Width: 200
Height: 25 Height: 27
Children: Children:
Label@NAME: Label@NAME:
X: 5 X: 5
@@ -315,24 +332,26 @@ Background@SUPPORT_POWER_TOOLTIP_FACTIONSUFFIX:
Logic: SupportPowerTooltipLogic, AddFactionSuffixLogic Logic: SupportPowerTooltipLogic, AddFactionSuffixLogic
Background: panel-black Background: panel-black
Width: 200 Width: 200
Height: 25 Height: 27
Children: Children:
Label@NAME: Label@NAME:
X: 5 X: 5
Y: 2
Height: 20 Height: 20
Font: Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
Y: 2
Visible: false Visible: false
Height: 20 Height: 20
TextColor: FFFF00 TextColor: FFFF00
Font: Bold Font: Bold
Label@TIME: Label@TIME:
Y: 6 Y: 8
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
Label@DESC: Label@DESC:
X: 5 X: 5
Y: 20 Y: 22
Font: TinyBold Font: TinyBold
VAlign: Top VAlign: Top
@@ -347,6 +366,7 @@ Background@SPAWN_TOOLTIP:
Height: 40 Height: 40
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Image@FLAG: Image@FLAG:
@@ -355,7 +375,7 @@ Background@SPAWN_TOOLTIP:
Width: 32 Width: 32
Height: 16 Height: 16
Label@TEAM: Label@TEAM:
Y: 21 Y: 22
Height: 15 Height: 15
Font: TinyBold Font: TinyBold
Align: center Align: center
@@ -368,10 +388,12 @@ Background@LATENCY_TOOLTIP:
Children: Children:
Label@LATENCY_PREFIX: Label@LATENCY_PREFIX:
X: 5 X: 5
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
Text: Latency: Text: Latency:
Label@LATENCY: Label@LATENCY:
Y: 1
Height: 23 Height: 23
Font: Bold Font: Bold
@@ -383,17 +405,18 @@ Background@ANONYMOUS_PLAYER_TOOLTIP:
Children: Children:
Label@NAME: Label@NAME:
X: 5 X: 5
Y: 2
Text: Anonymous Player Text: Anonymous Player
Height: 23 Height: 23
Font: MediumBold Font: MediumBold
Label@LOCATION: Label@LOCATION:
X: 5 X: 5
Y: 23 Y: 24
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
Label@IP: Label@IP:
X: 5 X: 5
Y: 36 Y: 37
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
Container@GAME_ADMIN: Container@GAME_ADMIN:
@@ -410,6 +433,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP:
ImageName: admin ImageName: admin
Label@LABEL: Label@LABEL:
X: 10 X: 10
Y: 1
Height: 12 Height: 12
Text: Game Admin Text: Game Admin
Font: TinyBold Font: TinyBold
@@ -429,12 +453,13 @@ Container@REGISTERED_PLAYER_TOOLTIP:
Children: Children:
Label@PROFILE_NAME: Label@PROFILE_NAME:
X: 5 X: 5
Y: 2
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: 23 Height: 23
Font: MediumBold Font: MediumBold
Label@PROFILE_RANK: Label@PROFILE_RANK:
X: 5 X: 5
Y: 23 Y: 24
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: 12 Height: 12
Font: TinyBold Font: TinyBold
@@ -453,6 +478,7 @@ Container@REGISTERED_PLAYER_TOOLTIP:
ImageName: admin ImageName: admin
Label@LABEL: Label@LABEL:
X: 10 X: 10
Y: 1
Height: 12 Height: 12
Text: Game Admin Text: Game Admin
Font: TinyBold Font: TinyBold
@@ -461,6 +487,7 @@ Container@REGISTERED_PLAYER_TOOLTIP:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@MESSAGE: Label@MESSAGE:
Y: 1
X: 5 X: 5
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: 23 Height: 23