From 1279c8036a9e0614d55e64e9372e61a419f609d5 Mon Sep 17 00:00:00 2001 From: RaysFire Date: Mon, 19 Nov 2012 15:23:47 -0600 Subject: Positioning/sizing fixes --- resource/ui/HudInspectPanel.res | 221 +++--- resource/ui/MapInfoMenu.res | 568 +++++++-------- resource/ui/ObjectiveStatusEscort.res | 1276 ++++++++++++++++----------------- resource/ui/Spectator.res | 811 +++++++++++---------- resource/ui/TextWindow.res | 372 +++++----- resource/ui/winpanel.res | 1162 +++++++++++++++--------------- 6 files changed, 2205 insertions(+), 2205 deletions(-) diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res index 6831b28..3449462 100644 --- a/resource/ui/HudInspectPanel.res +++ b/resource/ui/HudInspectPanel.res @@ -1,111 +1,112 @@ -"Resource/UI/HudInspectPanel.res" -{ - "itempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "itempanel" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "250" - "tall" "900" - "visible" "0" - "bgcolor_override" "255 255 255 0" - "PaintBackgroundType" "0" - - "model_xpos" "10" - "model_center_y" "1" - "model_wide" "64" - "model_tall" "48" - - "text_xpos" "90" - "text_ypos" "25" - "text_wide" "155" - "text_center" "1" - - "max_text_height" "90" - "padding_height" "10" - "resize_to_text" "1" - "text_forcesize" "2" - - "itemmodelpanel" - { - "fieldName" "itemmodelpanel" - "use_item_rendertarget" "1" - "useparentbg" "1" - } - - "ItemBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-99" - "wide" "250" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - "TitleBackground" - { - "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" - "zpos" "-99" - "wide" "246" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - - "ItemLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemLabel" - "font" "Cerbetica12" - "xpos" "10" - "ypos" "5" - "zpos" "1" - "wide" "270" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#FreezePanel_Item" - "textAlignment" "south-west" - "dulltext" "0" - "brighttext" "0" - } - - "attriblabel" - { - "ControlName" "CExLabel" - "fieldName" "attriblabel" - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "2" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "north" - "fgcolor" "235 226 202 255" - "centerwrap" "1" - } - } -} +"Resource/UI/HudInspectPanel.res" +{ + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "250" + "tall" "900" + "visible" "0" + "bgcolor_override" "255 255 255 0" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_center_y" "1" + "model_wide" "64" + "model_tall" "48" + + "text_xpos" "90" + "text_ypos" "25" + "text_wide" "155" + "text_center" "1" + + "max_text_height" "90" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "1" + "useparentbg" "1" + } + + "ItemBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-99" + "wide" "250" + "tall" "900" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "TitleBackground" + { + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-99" + "wide" "246" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Cerbetica12" + "xpos" "10" + "ypos" "5" + "zpos" "1" + "wide" "270" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "north" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + } +} s \ No newline at end of file diff --git a/resource/ui/MapInfoMenu.res b/resource/ui/MapInfoMenu.res index d80773e..42f1f78 100644 --- a/resource/ui/MapInfoMenu.res +++ b/resource/ui/MapInfoMenu.res @@ -1,284 +1,284 @@ -"Resource/UI/MapInfoMenu.res" -{ - "mapinfo" - { - "ControlName" "Frame" - "fieldName" "mapinfo" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "c-180" - "ypos" "c-120" - "zpos" "-1" - "wide" "360" - "tall" "250" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "MapInfoTitle" - { - "ControlName" "CExLabel" - "fieldName" "MapInfoTitle" - "xpos" "c-180" - "ypos" "c-116" - "zpos" "1" - "wide" "360" - "tall" "26" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%mapname%" - "textAlignment" "center" - "font" "Cerbetica24" - "fgcolor" "TanLight" - } - - "MapInfoType" - { - "ControlName" "CExLabel" - "fieldName" "MapInfoType" - "xpos" "c-180" - "ypos" "c-92" - "zpos" "1" - "wide" "360" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%gamemode%" - "textAlignment" "center" - "font" "Cerbetica16" - "fgcolor" "TanLight" - } - - "MapInfoText" - { - "ControlName" "CExRichText" - "fieldName" "MapInfoText" - "font" "Cerbetica12" - "xpos" "c-176" - "ypos" "c-66" - "zpos" "3" - "wide" "352" - "tall" "160" - "autoResize" "3" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintborder" "0" - "textAlignment" "northwest" - "fgcolor" "TanLight" - } - - "MapImage" - { - "ControlName" "ImagePanel" - "fieldName" "MapImage" - "xpos" "9999" - "xpos_lodef" "c35" - "xpos_hidef" "c35" - "ypos" "9999" - "ypos_lodef" "100" - "ypos_hidef" "100" - "zpos" "2" - "wide" "275" - "wide_hidef" "225" - "wide_lodef" "225" - "tall" "275" - "tall_hidef" "225" - "tall_lodef" "225" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - } - - "MapInfoContinue" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "MapInfoContinue" - "xpos" "c-60" - "ypos" "c96" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Continue" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "continue" - "default" "1" - "font" "Cerbetica24" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "MapInfoWatchIntro" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "MapInfoWatchIntro" - "xpos" "c60" - "ypos" "c96" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "labelText" "#TF_WatchIntro" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "intro" - "default" "1" - "font" "Cerbetica20" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "MapInfoBack" [$WIN32] - { - "ControlName" "CExButton" - "fieldName" "MapInfoBack" - "xpos" "c-180" - "ypos" "c96" - "zpos" "6" - "wide" "120" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "labelText" "#TF_Back" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "command" "back" - "font" "Cerbetica20" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "MenuBG" - { - "ControlName" "CModelPanel" - "fieldName" "MenuBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - - "model" - { - "modelname" "models/vgui/UI_welcome01_screen.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_x_lodef" "320" - "origin_x_hidef" "310" - "origin_y" "0" - "origin_z" "-39" - } - } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "ypos_lodef" "r74" - "ypos_hidef" "r65" - "zpos" "5" - "wide" "f0" - "tall" "50" - "tall_lodef" "74" - "tall_hidef" "65" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - - "Footer" [$X360] - { - "ControlName" "CTFFooter" - "fieldName" "Footer" - "zpos" "6" - "tall" "80" - "button_separator" "10" - "button_separator_lodef" "5" - "buttongap" "50" - "textadjust" "3" - "buttonoffsety" "20" - "buttonoffsety_hidef" "0" - "buttonoffsety_lodef" "18" - "fonttext" "MatchmakingDialogMenuLarge" - "fonttext_lodef" "MatchmakingDialogMenuSmall" - "fgcolor" "HudOffWhite" - - "button" - { - "name" "intro" - "text" "#TF_WatchIntro_360" - "icon" "#GameUI_Icons_Y_BUTTON" - } - - "button" - { - "name" "continue" - "text" "#TF_Continue_360" - "icon" "#GameUI_Icons_A_BUTTON" - } - } -} +"Resource/UI/MapInfoMenu.res" +{ + "mapinfo" + { + "ControlName" "Frame" + "fieldName" "mapinfo" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "MainBG" + { + "ControlName" "ImagePanel" + "fieldName" "MainBG" + "xpos" "c-180" + "ypos" "c-120" + "zpos" "-1" + "wide" "360" + "tall" "250" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "MapInfoTitle" + { + "ControlName" "CExLabel" + "fieldName" "MapInfoTitle" + "xpos" "c-180" + "ypos" "c-116" + "zpos" "1" + "wide" "360" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%mapname%" + "textAlignment" "center" + "font" "Cerbetica24" + "fgcolor" "TanLight" + } + + "MapInfoType" + { + "ControlName" "CExLabel" + "fieldName" "MapInfoType" + "xpos" "c-180" + "ypos" "c-92" + "zpos" "1" + "wide" "360" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%gamemode%" + "textAlignment" "center" + "font" "Cerbetica16" + "fgcolor" "TanLight" + } + + "MapInfoText" + { + "ControlName" "CExRichText" + "fieldName" "MapInfoText" + "font" "Cerbetica12" + "xpos" "c-176" + "ypos" "c-66" + "zpos" "3" + "wide" "352" + "tall" "155" + "autoResize" "3" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "textAlignment" "northwest" + "fgcolor" "TanLight" + } + + "MapImage" + { + "ControlName" "ImagePanel" + "fieldName" "MapImage" + "xpos" "9999" + "xpos_lodef" "c35" + "xpos_hidef" "c35" + "ypos" "9999" + "ypos_lodef" "100" + "ypos_hidef" "100" + "zpos" "2" + "wide" "275" + "wide_hidef" "225" + "wide_lodef" "225" + "tall" "275" + "tall_hidef" "225" + "tall_lodef" "225" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + + "MapInfoContinue" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "MapInfoContinue" + "xpos" "c-60" + "ypos" "c96" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Continue" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "continue" + "default" "1" + "font" "Cerbetica24" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "MapInfoWatchIntro" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "MapInfoWatchIntro" + "xpos" "c60" + "ypos" "c96" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "#TF_WatchIntro" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "intro" + "default" "1" + "font" "Cerbetica20" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "MapInfoBack" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "MapInfoBack" + "xpos" "c-180" + "ypos" "c96" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Back" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "back" + "font" "Cerbetica20" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_welcome01_screen.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "310" + "origin_y" "0" + "origin_z" "-39" + } + } + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "9999" + "ypos_lodef" "r74" + "ypos_hidef" "r65" + "zpos" "5" + "wide" "f0" + "tall" "50" + "tall_lodef" "74" + "tall_hidef" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "zpos" "6" + "tall" "80" + "button_separator" "10" + "button_separator_lodef" "5" + "buttongap" "50" + "textadjust" "3" + "buttonoffsety" "20" + "buttonoffsety_hidef" "0" + "buttonoffsety_lodef" "18" + "fonttext" "MatchmakingDialogMenuLarge" + "fonttext_lodef" "MatchmakingDialogMenuSmall" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "intro" + "text" "#TF_WatchIntro_360" + "icon" "#GameUI_Icons_Y_BUTTON" + } + + "button" + { + "name" "continue" + "text" "#TF_Continue_360" + "icon" "#GameUI_Icons_A_BUTTON" + } + } +} diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index 559201e..5d0064e 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -1,638 +1,638 @@ -"Resource/UI/ObjectiveStatusEscort.res" -{ - "ObjectiveStatusEscort" - { - "ControlName" "EditablePanel" - "fieldName" "ObjectiveStatusEscort" - "xpos" "c-200" - "ypos" "r150" - "zpos" "1" - "wide" "400" - "tall" "150" - "visible" "1" - "enabled" "1" - "progress_xpos" "79" - "progress_wide" "270" - - "if_multiple_trains" - { - "ypos" "r200" - "tall" "200" - } - } - - "LevelBar" - { - "ControlName" "ImagePanel" - "fieldName" "LevelBar" - "xpos" "73" - "ypos" "123" - "zpos" "0" - "wide" "254" - "tall" "4" - "visible" "1" - "enabled" "1" - "labelText" "" - "image" "../hud/cart_track" - "scaleImage" "1" - - "if_multiple_trains" - { - "ypos" "114" - "zpos" "3" - "tall" "12" - "image" "../hud/cart_track_neutral_opaque" - } - - "if_single_with_hills" - { - "ypos" "120" - "ypos_minmode" "120" - "tall" "10" - "tall_minmode" "10" - "image" "../hud/cart_track_neutral_opaque" - } - } - - "ProgressBar" - { - "ControlName" "CTFHudEscortProgressBar" - "fieldName" "ProgressBar" - "xpos" "73" - "ypos" "123" - "zpos" "4" - "wide" "254" - "tall" "4" - "visible" "0" - "enabled" "1" - "scaleImage" "1" - - "if_multiple_trains" - { - "ypos" "114" - "zpos" "6" - "tall" "12" - "visible" "1" - } - } - - "HomeCPIcon" - { - "ControlName" "ImagePanel" - "fieldName" "HomeCPIcon" - "xpos" "64" - "xpos_minmode" "64" - "ypos" "116" - "ypos_minmode" "116" - "zpos" "1" - "wide" "18" - "wide_minmode" "18" - "tall" "18" - "tall_minmode" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_home_blue" - "scaleImage" "1" - - "if_team_red" - { - "image" "../hud/cart_home_red" - } - - "if_single_with_hills_blue" - { - "image" "../hud/cart_home_blue_opaque" - } - - "if_single_with_hills_red" - { - "image" "../hud/cart_home_red_opaque" - } - - "if_multiple_trains" - { - "xpos" "59" - "zpos" "5" - "wide" "14" - "tall" "14" - "image" "../hud/cart_track_neutral_opaque" - } - - "if_multiple_trains_top" - { - "ypos" "113" - } - - "if_multiple_trains_bottom" - { - "ypos" "113" - } - - "if_multiple_trains_red" - { - "image" "../hud/cart_home_red_square" - } - - "if_multiple_trains_blue" - { - "image" "../hud/cart_home_blue_square" - } - } - - "SimpleControlPointTemplate" - { - "ControlName" "ImagePanel" - "fieldName" "SimpleControlPointTemplate" - "xpos" "65" - "xpos_minmode" "65" - "ypos" "116" - "ypos_minmode" "116" - "zpos" "1" - "wide" "18" - "wide_minmode" "18" - "tall" "18" - "tall_minmode" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_point_neutral" - "scaleImage" "1" - - "if_multiple_trains" - { - "xpos" "61" - "ypos" "114" - "zpos" "5" - "wide" "12" - "tall" "12" - } - } - - "EscortItemPanel" - { - "ControlName" "EditablePanel" - "fieldName" "EscortItemPanel" - "xpos" "0" - "ypos" "48" - "ypos_minmode" "48" - "zpos" "2" - "wide" "52" - "wide_minmode" "52" - "tall" "75" - "tall_minmode" "75" - "visible" "1" - "enabled" "1" - - "if_multiple_trains" - { - "ypos" "48" - "zpos" "8" - "wide" "52" - "tall" "170" - } - - "RecedeTime" - { - "ControlName" "CExLabel" - "fieldName" "RecedeTime" - "font" "Cerbetica8" - "xpos" "18" - "ypos" "53" - "zpos" "2" - "wide" "17" - "tall" "7" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%recede%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - - "if_multiple_trains" - { - "font" "ItemFontAttribSmall" - "xpos" "21" - "wide" "11" - "tall" "10" - } - - "if_multiple_trains_top" - { - "ypos" "46" - } - - "if_multiple_trains_bottom" - { - "ypos" "82" - } - } - - "EscortItemImage" - { - "ControlName" "ImagePanel" - "fieldName" "EscortItemImage" - "xpos" "13" - "xpos_minmode" "13" - "ypos" "50" - "ypos_minmode" "50" - "zpos" "1" - "wide" "26" - "wide_minmode" "26" - "tall" "26" - "tall_minmode" "26" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_neutral" - "scaleImage" "1" - - "if_team_blue" - { - "image" "../hud/cart_blue" - } - - "if_team_red" - { - "image" "../hud/cart_red" - } - - "if_multiple_trains" - { - "xpos" "11" - "ypos" "43" - "wide" "30" - "tall" "30" - } - } - - "EscortItemImageBottom" - { - "ControlName" "ImagePanel" - "fieldName" "EscortItemImageBottom" - "xpos" "20" - "ypos" "117" - "zpos" "1" - "wide" "40" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_neutral_bottom" - "scaleImage" "1" - - "if_team_blue" - { - "image" "../hud/cart_blue_bottom" - } - - "if_team_red" - { - "image" "../hud/cart_red_bottom" - } - - "if_multiple_trains" - { - "xpos" "11" - "ypos" "71" - "wide" "30" - "tall" "30" - } - } - - "EscortItemImageAlert" - { - "ControlName" "ImagePanel" - "fieldName" "EscortItemImageAlert" - "xpos" "-4" - "ypos" "38" - "zpos" "0" - "wide" "60" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_alert" - "scaleImage" "1" - - "if_multiple_trains_bottom" - { - "xpos" "-5" - "ypos" "75" - } - } - - "Speed_Backwards" - { - "ControlName" "ImagePanel" - "fieldName" "Speed_Backwards" - "xpos" "23" - "xpos_minmode" "23" - "ypos" "53" - "ypos_minmode" "53" - "zpos" "2" - "wide" "7" - "wide_minmode" "7" - "tall" "7" - "tall_minmode" "7" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_arrow_left" - "scaleImage" "1" - - "if_multiple_trains" - { - "xpos" "22" - "wide" "8" - "tall" "8" - } - - "if_multiple_trains_top" - { - "ypos" "46" - } - - "if_multiple_trains_bottom" - { - "ypos" "83" - } - } - - "CapPlayerImage" - { - "ControlName" "ImagePanel" - "fieldName" "CapPlayerImage" - "xpos" "20" - "xpos_minmode" "20" - "ypos" "52" - "ypos_minmode" "52" - "zpos" "3" - "wide" "4" - "wide_minmode" "4" - "tall" "8" - "tall_minmode" "8" - "visible" "0" - "enabled" "1" - "image" "capture_icon_white" - "scaleImage" "1" - - "if_multiple_trains" - { - "xpos" "20" - "wide" "5" - "tall" "10" - } - - "if_multiple_trains_top" - { - "ypos" "45" - } - - "if_multiple_trains_bottom" - { - "ypos" "81" - } - } - - "CapNumPlayers" - { - "ControlName" "CExLabel" - "fieldName" "CapNumPlayers" - "font" "Cerbetica8" - "font_minmode" "Cerbetica8" - "xpos" "25" - "xpos_minmode" "25" - "ypos" "53" - "ypos_minmode" "53" - "zpos" "4" - "wide" "20" - "wide_minmode" "20" - "tall" "7" - "tall_minmode" "7" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#ControlPointIconCappers" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - - "if_multiple_trains" - { - "font" "ItemFontAttribSmall" - "xpos" "25" - "wide" "30" - "tall" "10" - } - - "if_multiple_trains_top" - { - "ypos" "46" - } - - "if_multiple_trains_bottom" - { - "ypos" "82" - } - } - - "Blocked" - { - "ControlName" "ImagePanel" - "fieldName" "Blocked" - "xpos" "23" - "xpos_minmode" "23" - "ypos" "53" - "ypos_minmode" "53" - "zpos" "2" - "wide" "7" - "wide_minmode" "7" - "tall" "7" - "tall_minmode" "7" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_blocked" - "scaleImage" "1" - - "if_multiple_trains" - { - "xpos" "22" - "wide" "8" - "tall" "8" - } - - "if_multiple_trains_top" - { - "ypos" "46" - } - - "if_multiple_trains_bottom" - { - "ypos" "83" - } - } - - "EscortTeardrop" - { - "ControlName" "EditablePanel" - "fieldName" "EscortTeardrop" - "xpos" "9999" - "ypos" "9999" - "zpos" "20" - "wide" "100" - "tall" "65" - "visible" "0" - "enabled" "1" - - "if_multiple_trains" - { - "xpos" "9" - "ypos" "2" - "wide" "65" - "tall" "42" - } - - "Teardrop" - { - "ControlName" "CIconPanel" - "fieldName" "Teardrop" - "xpos" "0" - "ypos" "0" - "zpos" "0" - "wide" "54" - "wide_minmode" "35" - "tall" "65" - "tall_minmode" "42" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "cappoint_progressbar_teardrop" - "iconColor" "255 255 255 255" - - "if_multiple_trains" - { - "xpos" "0" - "ypos" "0" - "wide" "35" - "tall" "42" - } - } - - "ProgressText" - { - "ControlName" "Label" - "fieldName" "ProgressText" - "font" "DefaultSmall" - "font_minmode" "DefaultVerySmall" - "xpos" "9999" - "ypos" "9999" - "zpos" "23" - "wide" "54" - "wide_minmode" "35" - "tall" "40" - "tall_minmode" "28" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "progress" - "dulltext" "0" - "brighttext" "0" - "centerwrap" "1" - - "if_multiple_trains" - { - "font" "Cerbetica8" - "xpos" "0" - "ypos" "3" - "wide" "35" - "tall" "28" - } - } - - "Blocked" - { - "ControlName" "CIconPanel" - "fieldName" "Blocked" - "xpos" "2" - "ypos" "2" - "ypos_minmode" "2" - "zpos" "1" - "wide" "50" - "wide_minmode" "31" - "tall" "50" - "tall_minmode" "31" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "cappoint_progressbar_blocked" - "iconColor" "255 255 255 255" - - "if_multiple_trains" - { - "xpos" "2" - "ypos" "2" - "wide" "31" - "tall" "31" - } - } - - "Capping" - { - "ControlName" "ImagePanel" - "fieldName" "Capping" - "xpos" "8" - "xpos_minmode" "8" - "ypos" "8" - "ypos_minmode" "8" - "zpos" "1" - "wide" "30" - "wide_minmode" "20" - "tall" "30" - "tall_minmode" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "tabPosition" "0" - "labelText" "" - "image" "../hud/cart_arrow_right" - "scaleImage" "1" - - "if_multiple_trains" - { - "xpos" "8" - "ypos" "8" - "wide" "20" - "tall" "20" - } - } - } - } -} +"Resource/UI/ObjectiveStatusEscort.res" +{ + "ObjectiveStatusEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusEscort" + "xpos" "c-200" + "ypos" "r150" + "zpos" "1" + "wide" "400" + "tall" "150" + "visible" "1" + "enabled" "1" + "progress_xpos" "79" + "progress_wide" "270" + + "if_multiple_trains" + { + "ypos" "r200" + "tall" "200" + } + } + + "LevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "LevelBar" + "xpos" "73" + "ypos" "123" + "zpos" "0" + "wide" "254" + "tall" "4" + "visible" "1" + "enabled" "1" + "labelText" "" + "image" "../hud/cart_track" + "scaleImage" "1" + + "if_multiple_trains" + { + "ypos" "114" + "zpos" "3" + "tall" "12" + "image" "../hud/cart_track_neutral_opaque" + } + + "if_single_with_hills" + { + "ypos" "120" + "ypos_minmode" "120" + "tall" "12" + "tall_minmode" "12" + "image" "../hud/cart_track_neutral_opaque" + } + } + + "ProgressBar" + { + "ControlName" "CTFHudEscortProgressBar" + "fieldName" "ProgressBar" + "xpos" "73" + "ypos" "123" + "zpos" "4" + "wide" "254" + "tall" "4" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + + "if_multiple_trains" + { + "ypos" "114" + "zpos" "6" + "tall" "12" + "visible" "1" + } + } + + "HomeCPIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HomeCPIcon" + "xpos" "64" + "xpos_minmode" "64" + "ypos" "116" + "ypos_minmode" "116" + "zpos" "1" + "wide" "18" + "wide_minmode" "18" + "tall" "18" + "tall_minmode" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_home_blue" + "scaleImage" "1" + + "if_team_red" + { + "image" "../hud/cart_home_red" + } + + "if_single_with_hills_blue" + { + "image" "../hud/cart_home_blue_opaque" + } + + "if_single_with_hills_red" + { + "image" "../hud/cart_home_red_opaque" + } + + "if_multiple_trains" + { + "xpos" "61" + "zpos" "5" + "wide" "12" + "tall" "12" + "image" "../hud/cart_track_neutral_opaque" + } + + "if_multiple_trains_top" + { + "ypos" "114" + } + + "if_multiple_trains_bottom" + { + "ypos" "114" + } + + "if_multiple_trains_red" + { + "image" "../hud/cart_home_red_square" + } + + "if_multiple_trains_blue" + { + "image" "../hud/cart_home_blue_square" + } + } + + "SimpleControlPointTemplate" + { + "ControlName" "ImagePanel" + "fieldName" "SimpleControlPointTemplate" + "xpos" "65" + "xpos_minmode" "65" + "ypos" "116" + "ypos_minmode" "116" + "zpos" "1" + "wide" "18" + "wide_minmode" "18" + "tall" "18" + "tall_minmode" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_point_neutral" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "61" + "ypos" "114" + "zpos" "5" + "wide" "12" + "tall" "12" + } + } + + "EscortItemPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EscortItemPanel" + "xpos" "0" + "ypos" "48" + "ypos_minmode" "48" + "zpos" "2" + "wide" "52" + "wide_minmode" "52" + "tall" "75" + "tall_minmode" "75" + "visible" "1" + "enabled" "1" + + "if_multiple_trains" + { + "ypos" "48" + "zpos" "8" + "wide" "52" + "tall" "170" + } + + "RecedeTime" + { + "ControlName" "CExLabel" + "fieldName" "RecedeTime" + "font" "Cerbetica8" + "xpos" "18" + "ypos" "53" + "zpos" "2" + "wide" "17" + "tall" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%recede%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + + "if_multiple_trains" + { + "font" "ItemFontAttribSmall" + "xpos" "21" + "wide" "11" + "tall" "10" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "82" + } + } + + "EscortItemImage" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImage" + "xpos" "13" + "xpos_minmode" "13" + "ypos" "50" + "ypos_minmode" "50" + "zpos" "1" + "wide" "26" + "wide_minmode" "26" + "tall" "26" + "tall_minmode" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_neutral" + "scaleImage" "1" + + "if_team_blue" + { + "image" "../hud/cart_blue" + } + + "if_team_red" + { + "image" "../hud/cart_red" + } + + "if_multiple_trains" + { + "xpos" "11" + "ypos" "43" + "wide" "30" + "tall" "30" + } + } + + "EscortItemImageBottom" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageBottom" + "xpos" "20" + "ypos" "117" + "zpos" "1" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_neutral_bottom" + "scaleImage" "1" + + "if_team_blue" + { + "image" "../hud/cart_blue_bottom" + } + + "if_team_red" + { + "image" "../hud/cart_red_bottom" + } + + "if_multiple_trains" + { + "xpos" "11" + "ypos" "71" + "wide" "30" + "tall" "30" + } + } + + "EscortItemImageAlert" + { + "ControlName" "ImagePanel" + "fieldName" "EscortItemImageAlert" + "xpos" "-4" + "ypos" "38" + "zpos" "0" + "wide" "60" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_alert" + "scaleImage" "1" + + "if_multiple_trains_bottom" + { + "xpos" "-5" + "ypos" "75" + } + } + + "Speed_Backwards" + { + "ControlName" "ImagePanel" + "fieldName" "Speed_Backwards" + "xpos" "23" + "xpos_minmode" "23" + "ypos" "53" + "ypos_minmode" "53" + "zpos" "2" + "wide" "7" + "wide_minmode" "7" + "tall" "7" + "tall_minmode" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_arrow_left" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "22" + "wide" "8" + "tall" "8" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "83" + } + } + + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "20" + "xpos_minmode" "20" + "ypos" "52" + "ypos_minmode" "52" + "zpos" "3" + "wide" "4" + "wide_minmode" "4" + "tall" "8" + "tall_minmode" "8" + "visible" "0" + "enabled" "1" + "image" "capture_icon_white" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "20" + "wide" "5" + "tall" "10" + } + + "if_multiple_trains_top" + { + "ypos" "45" + } + + "if_multiple_trains_bottom" + { + "ypos" "81" + } + } + + "CapNumPlayers" + { + "ControlName" "CExLabel" + "fieldName" "CapNumPlayers" + "font" "Cerbetica8" + "font_minmode" "Cerbetica8" + "xpos" "25" + "xpos_minmode" "25" + "ypos" "53" + "ypos_minmode" "53" + "zpos" "4" + "wide" "20" + "wide_minmode" "20" + "tall" "7" + "tall_minmode" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + + "if_multiple_trains" + { + "font" "ItemFontAttribSmall" + "xpos" "25" + "wide" "30" + "tall" "10" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "82" + } + } + + "Blocked" + { + "ControlName" "ImagePanel" + "fieldName" "Blocked" + "xpos" "23" + "xpos_minmode" "23" + "ypos" "53" + "ypos_minmode" "53" + "zpos" "2" + "wide" "7" + "wide_minmode" "7" + "tall" "7" + "tall_minmode" "7" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_blocked" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "22" + "wide" "8" + "tall" "8" + } + + "if_multiple_trains_top" + { + "ypos" "46" + } + + "if_multiple_trains_bottom" + { + "ypos" "83" + } + } + + "EscortTeardrop" + { + "ControlName" "EditablePanel" + "fieldName" "EscortTeardrop" + "xpos" "9999" + "ypos" "9999" + "zpos" "20" + "wide" "100" + "tall" "65" + "visible" "0" + "enabled" "1" + + "if_multiple_trains" + { + "xpos" "9" + "ypos" "2" + "wide" "65" + "tall" "42" + } + + "Teardrop" + { + "ControlName" "CIconPanel" + "fieldName" "Teardrop" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "54" + "wide_minmode" "35" + "tall" "65" + "tall_minmode" "42" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_teardrop" + "iconColor" "255 255 255 255" + + "if_multiple_trains" + { + "xpos" "0" + "ypos" "0" + "wide" "35" + "tall" "42" + } + } + + "ProgressText" + { + "ControlName" "Label" + "fieldName" "ProgressText" + "font" "DefaultSmall" + "font_minmode" "DefaultVerySmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "23" + "wide" "54" + "wide_minmode" "35" + "tall" "40" + "tall_minmode" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "progress" + "dulltext" "0" + "brighttext" "0" + "centerwrap" "1" + + "if_multiple_trains" + { + "font" "Cerbetica8" + "xpos" "0" + "ypos" "3" + "wide" "35" + "tall" "28" + } + } + + "Blocked" + { + "ControlName" "CIconPanel" + "fieldName" "Blocked" + "xpos" "2" + "ypos" "2" + "ypos_minmode" "2" + "zpos" "1" + "wide" "50" + "wide_minmode" "31" + "tall" "50" + "tall_minmode" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "cappoint_progressbar_blocked" + "iconColor" "255 255 255 255" + + "if_multiple_trains" + { + "xpos" "2" + "ypos" "2" + "wide" "31" + "tall" "31" + } + } + + "Capping" + { + "ControlName" "ImagePanel" + "fieldName" "Capping" + "xpos" "8" + "xpos_minmode" "8" + "ypos" "8" + "ypos_minmode" "8" + "zpos" "1" + "wide" "30" + "wide_minmode" "20" + "tall" "30" + "tall_minmode" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../hud/cart_arrow_right" + "scaleImage" "1" + + "if_multiple_trains" + { + "xpos" "8" + "ypos" "8" + "wide" "20" + "tall" "20" + } + } + } + } +} diff --git a/resource/ui/Spectator.res b/resource/ui/Spectator.res index 29038f9..9fad6fb 100644 --- a/resource/ui/Spectator.res +++ b/resource/ui/Spectator.res @@ -1,406 +1,405 @@ -"Resource/UI/Spectator.res" -{ - "Spectator" - { - "ControlName" "Frame" - "fieldName" "Spectator" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - } - "topbar" - { - "ControlName" "Panel" - "fieldName" "TopBar" - "xpos" "0" - "ypos" "0" - "tall" "0" [$WIN32] - "wide" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - } - "BottomBar" - { - "ControlName" "Frame" - "fieldName" "BottomBar" - "xpos" "9999" - "ypos" "9999" [$WIN32] - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "0" - "tabPosition" "0" - } - "bottombarblank" - { - "ControlName" "Panel" - "fieldName" "bottombarblank" - "xpos" "9999" - "ypos" "9999" [$WIN32] - "ypos" "r90" [$X360] - "ypos_minmode" "r0" - "tall" "0" [$WIN32] // this needs to match the size of BottomBar - "tall_minmode" "0" - "tall" "90" [$X360] - "wide" "f0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_minmode" "0" - "enabled" "1" - "tabPosition" "0" - } - "ReinforcementsLabel" - { - "ControlName" "CExLabel" - "fieldName" "ReinforcementsLabel" - "xpos" "c-300" [$WIN32] - "ypos" "50" - "wide" "600" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#game_respawntime_in_secs" - "textAlignment" "center" - "font" "Cerbetica24" - } - "BuyBackLabel" - { - "ControlName" "CExLabel" - "fieldName" "BuyBackLabel" - "xpos" "0" - "ypos" "0" - "wide" "320" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "" - "textAlignment" "center" - "font" "Cerbetica16" - "wrap" "1" - "centerwrap" "1" - } - "MapLabel" - { - "ControlName" "CExLabel" - "fieldName" "MapLabel" - "font" "HudFontSmall" - "font_hidef" "HudFontMedium" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "tall" "20" - "tall_hidef" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_minmode" "0" - "enabled" "1" - "labelText" "map: cp_bridge" - "textAlignment" "east" - } - "ClassOrTeamLabel" - { - "ControlName" "CExLabel" - "fieldName" "ClassOrTeamLabel" - "xpos" "9999" - "xpos_hidef" "c-65" - "xpos_lodef" "40" - "ypos" "9999" - "ypos_hidef" "90" - "ypos_lodef" "30" - "wide" "170" - "wide_hidef" "130" - "wide_lodef" "220" - "tall" "15" - "tall_lodef" "25" - "zpos" "2" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_ChangeTeam" - "textAlignment" "center" - "textAlignment_lodef" "north-west" - "font" "SpectatorKeyHints" - "font_hidef" "HudFontSmallest" - "font_lodef" "HudFontSmall" - "wrap_lodef" "1" - } - "SwitchCamModeKeyLabel" - { - "ControlName" "CExLabel" - "fieldName" "SwitchCamModeKeyLabel" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "xpos" "53" [$X360] - "ypos" "40" [$X360] - "wide" "60" [$WIN32] - "wide" "60" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_ChangeTeam" - "textAlignment" "east" - "font" "SpectatorKeyHints" - - } - "SwitchCamModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "SwitchCamModeLabel" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "xpos" "128" [$X360] - "ypos" "40" [$X360] - "wide" "125" [$WIN32] - "wide" "95" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_SwitchCamMode" - "textAlignment" "west" - "font" "SpectatorKeyHints" - } - "CycleTargetFwdKeyLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetFwdKeyLabel" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "xpos" "53" [$X360] - "ypos" "50" [$X360] - "wide" "60" [$WIN32] - "wide" "60" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_ClassOrTeamKey" - "textAlignment" "east" - "font" "SpectatorKeyHints" - } - "CycleTargetFwdLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetFwdLabel" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "xpos" "128" [$X360] - "ypos" "50" [$X360] - "wide" "125" [$WIN32] - "wide" "95" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_CycleTargetFwd" - "textAlignment" "west" - "font" "SpectatorKeyHints" - } - "CycleTargetRevKeyLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetRevKeyLabel" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "xpos" "53" [$X360] - "ypos" "60" [$X360] - "wide" "60" [$WIN32] - "wide" "60" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_ClassOrTeamKey" - "textAlignment" "east" - "font" "SpectatorKeyHints" - } - "CycleTargetRevLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetRevLabel" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "xpos" "128" [$X360] - "ypos" "60" [$X360] - "wide" "125" [$WIN32] - "wide" "95" [$X360] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "visible_minmode" "0" - "visible" "0" [$X360] - "enabled" "1" - "labelText" "#TF_Spectator_CycleTargetRev" - "textAlignment" "west" - "font" "SpectatorKeyHints" - } - "TipLabel" - { - "ControlName" "CExLabel" - "fieldName" "TipLabel" - "xpos" "9999" - "xpos_hidef" "60" - "xpos_lodef" "45" - "ypos" "9999" - "ypos_lodef" "28" - "ypos_hidef" "35" - "wide" "130" - "wide_hidef" "230" - "wide_lodef" "240" - "tall" "54" - "tall_hidef" "70" - "tall_lodef" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "visible_minmode" "0" - "enabled" "1" - "labelText" "%tip%" - "textAlignment" "center" [$WIN32] - "textAlignment" "north-west" [$X360] - "font" "SpectatorKeyHints" - "font_hidef" "HudFontSmall" - "font_lodef" "DefaultVerySmall" - "wrap" "1" - } - "itempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "itempanel" - "xpos" "r249" - "ypos" "c75" - "zpos" "1" - "wide" "250" - "tall" "900" - "visible" "0" - "bgcolor_override" "255 255 255 0" - "PaintBackgroundType" "0" - "paintborder" "0" - - "model_xpos" "10" - "model_center_y" "1" - "model_wide" "64" - "model_tall" "48" - - "text_xpos" "90" - "text_ypos" "25" - "text_wide" "155" - "text_center" "1" - - "max_text_height" "90" - "padding_height" "10" - "resize_to_text" "1" - "text_forcesize" "2" - - "ItemBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "250" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - "TitleBackground" - { - "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" - "zpos" "-1" - "wide" "246" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "itemmodelpanel" - { - "fieldName" "itemmodelpanel" - "use_item_rendertarget" "1" - "useparentbg" "1" - } - - "ItemLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemLabel" - "font" "Cerbetica12" - "xpos" "10" - "ypos" "5" - "zpos" "1" - "wide" "270" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#FreezePanel_Item" - "textAlignment" "south-west" - "dulltext" "0" - "brighttext" "0" - } - - "attriblabel" - { - "ControlName" "CExLabel" - "fieldName" "attriblabel" - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "2" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "south" - "fgcolor" "235 226 202 255" - "centerwrap" "1" - } - } - } -} +"Resource/UI/Spectator.res" +{ + "Spectator" + { + "ControlName" "Frame" + "fieldName" "Spectator" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "tall" "0" [$WIN32] + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "9999" + "ypos" "9999" [$WIN32] + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + } + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "9999" + "ypos" "9999" [$WIN32] + "ypos" "r90" [$X360] + "ypos_minmode" "r0" + "tall" "0" [$WIN32] // this needs to match the size of BottomBar + "tall_minmode" "0" + "tall" "90" [$X360] + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "tabPosition" "0" + } + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "c-300" [$WIN32] + "ypos" "50" + "wide" "600" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "font" "Cerbetica24" + } + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "0" + "ypos" "0" + "wide" "320" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "font" "Cerbetica24" + "wrap" "1" + "centerwrap" "1" + } + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "HudFontSmall" + "font_hidef" "HudFontMedium" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "tall" "20" + "tall_hidef" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "map: cp_bridge" + "textAlignment" "east" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "xpos" "9999" + "xpos_hidef" "c-65" + "xpos_lodef" "40" + "ypos" "9999" + "ypos_hidef" "90" + "ypos_lodef" "30" + "wide" "170" + "wide_hidef" "130" + "wide_lodef" "220" + "tall" "15" + "tall_lodef" "25" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ChangeTeam" + "textAlignment" "center" + "textAlignment_lodef" "north-west" + "font" "SpectatorKeyHints" + "font_hidef" "HudFontSmallest" + "font_lodef" "HudFontSmall" + "wrap_lodef" "1" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "53" [$X360] + "ypos" "40" [$X360] + "wide" "60" [$WIN32] + "wide" "60" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ChangeTeam" + "textAlignment" "east" + "font" "SpectatorKeyHints" + + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "128" [$X360] + "ypos" "40" [$X360] + "wide" "125" [$WIN32] + "wide" "95" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_SwitchCamMode" + "textAlignment" "west" + "font" "SpectatorKeyHints" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "53" [$X360] + "ypos" "50" [$X360] + "wide" "60" [$WIN32] + "wide" "60" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ClassOrTeamKey" + "textAlignment" "east" + "font" "SpectatorKeyHints" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "128" [$X360] + "ypos" "50" [$X360] + "wide" "125" [$WIN32] + "wide" "95" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_CycleTargetFwd" + "textAlignment" "west" + "font" "SpectatorKeyHints" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "53" [$X360] + "ypos" "60" [$X360] + "wide" "60" [$WIN32] + "wide" "60" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_ClassOrTeamKey" + "textAlignment" "east" + "font" "SpectatorKeyHints" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "xpos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] + "xpos" "128" [$X360] + "ypos" "60" [$X360] + "wide" "125" [$WIN32] + "wide" "95" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" [$WIN32] + "visible_minmode" "0" + "visible" "0" [$X360] + "enabled" "1" + "labelText" "#TF_Spectator_CycleTargetRev" + "textAlignment" "west" + "font" "SpectatorKeyHints" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "xpos" "9999" + "xpos_hidef" "60" + "xpos_lodef" "45" + "ypos" "9999" + "ypos_lodef" "28" + "ypos_hidef" "35" + "wide" "130" + "wide_hidef" "230" + "wide_lodef" "240" + "tall" "54" + "tall_hidef" "70" + "tall_lodef" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "%tip%" + "textAlignment" "center" [$WIN32] + "textAlignment" "north-west" [$X360] + "font" "SpectatorKeyHints" + "font_hidef" "HudFontSmall" + "font_lodef" "DefaultVerySmall" + "wrap" "1" + } + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r249" + "ypos" "c75" + "zpos" "1" + "wide" "250" + "tall" "900" + "visible" "0" + "bgcolor_override" "255 255 255 0" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_center_y" "1" + "model_wide" "64" + "model_tall" "48" + + "text_xpos" "90" + "text_ypos" "25" + "text_wide" "155" + "text_center" "1" + + "max_text_height" "90" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "ItemBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ItemBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "250" + "tall" "900" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + "TitleBackground" + { + "ControlName" "ImagePanel" + "fieldName" "TitleBackground" + "xpos" "4" + "ypos" "4" + "zpos" "-1" + "wide" "246" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "1" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "Cerbetica12" + "xpos" "10" + "ypos" "5" + "zpos" "1" + "wide" "270" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + } + + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + } +} diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 5792729..66ab131 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -1,186 +1,186 @@ -"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" - } - - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "c-180" - "ypos" "c-120" - "zpos" "-1" - "wide" "360" - "tall" "250" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - - "TFMessageTitle" - { - "ControlName" "CExLabel" - "fieldName" "TFMessageTitle" - "xpos" "c-180" - "ypos" "c-116" - "zpos" "1" - "wide" "360" - "tall" "26" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_WELCOME" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "Cerbetica24" - "fgcolor" "TanLight" - } - - "TextMessage" - { - "ControlName" "TextEntry" - "fieldName" "TextMessage" - "visible" "0" - "enabled" "0" - } - - "TFTextMessage" - { - "ControlName" "CExRichText" - "fieldName" "TFTextMessage" - "font" "Cerbetica12" - "xpos" "c-176" - "ypos" "c-95" - "zpos" "1" - "wide" "352" - "tall" "190" - "autoResize" "3" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "paintborder" "0" - "textAlignment" "northwest" - "fgcolor" "TanLight" - } - - "HTMLMessage" - { - "ControlName" "HTML" - "fieldName" "HTMLMessage" - "xpos" "c-184" - "ypos" "75" - "zpos" "1" - "wide" "415" - "tall" "295" - "autoResize" "1" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "paintborder" "0" - } - - "ok" - { - "ControlName" "CExButton" - "fieldName" "ok" - "xpos" "c-180" - "ypos" "c96" - "zpos" "6" - "wide" "360" - "tall" "30" - "autoResize" "0" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "#TF_Continue" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "command" "okay" - "default" "1" - "font" "Cerbetica24" - "paintbackground" "0" - - "fgcolor" "TanLight" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" - } - - "MenuBG" - { - "ControlName" "CModelPanel" - "fieldName" "MenuBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fov" "20" - - "model" - { - "modelname" "models/vgui/UI_welcome01_screen.mdl" - "skin" "0" - "angles_x" "0" - "angles_y" "180" - "angles_z" "0" - "origin_x" "290" - "origin_y" "0" - "origin_z" "-39" - } - } - - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "5" - "wide" "f0" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "image" "loadout_bottom_gradient" - "tileImage" "1" - "PaintBackgroundType" "0" - } - - "MessageTitle" - { - "ControlName" "Label" - "fieldName" "MessageTitle" - "visible" "0" - "enabled" "0" - } -} +"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" + } + + "MainBG" + { + "ControlName" "ImagePanel" + "fieldName" "MainBG" + "xpos" "c-180" + "ypos" "c-120" + "zpos" "-1" + "wide" "360" + "tall" "250" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + + "TFMessageTitle" + { + "ControlName" "CExLabel" + "fieldName" "TFMessageTitle" + "xpos" "c-180" + "ypos" "c-116" + "zpos" "1" + "wide" "360" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_WELCOME" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + "fgcolor" "TanLight" + } + + "TextMessage" + { + "ControlName" "TextEntry" + "fieldName" "TextMessage" + "visible" "0" + "enabled" "0" + } + + "TFTextMessage" + { + "ControlName" "CExRichText" + "fieldName" "TFTextMessage" + "font" "Cerbetica12" + "xpos" "c-176" + "ypos" "c-90" + "zpos" "1" + "wide" "352" + "tall" "185" + "autoResize" "3" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "textAlignment" "northwest" + "fgcolor" "TanLight" + } + + "HTMLMessage" + { + "ControlName" "HTML" + "fieldName" "HTMLMessage" + "xpos" "c-184" + "ypos" "75" + "zpos" "1" + "wide" "415" + "tall" "295" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintborder" "0" + } + + "ok" + { + "ControlName" "CExButton" + "fieldName" "ok" + "xpos" "c-180" + "ypos" "c96" + "zpos" "6" + "wide" "360" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Continue" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "okay" + "default" "1" + "font" "Cerbetica24" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_welcome01_screen.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_y" "0" + "origin_z" "-39" + } + } + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "9999" + "zpos" "5" + "wide" "f0" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "MessageTitle" + { + "ControlName" "Label" + "fieldName" "MessageTitle" + "visible" "0" + "enabled" "0" + } +} diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 71908eb..936c809 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -1,581 +1,581 @@ -"Resource/UI/winpanel.res" -{ - "TeamScoresPanel" - { - "ControlName" "EditablePanel" - "fieldName" "TeamScoresPanel" - "xpos" "0" - "ypos" "56" - "wide" "200" - "tall" "100" - "visible" "1" - - "BlueScoreBG" - { - "ControlName" "ImagePanel" - "fieldName" "BlueScoreBG" - "xpos" "0" - "ypos" "25" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 153" - "scaleImage" "1" - - } - "RedScoreBG" - { - "ControlName" "ImagePanel" - "fieldName" "RedScoreBG" - "xpos" "100" - "ypos" "25" - "wide" "100" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - "scaleImage" "1" - } - "BlueTeamLabel" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamLabel" - "font" "Cerbetica24" - "labelText" "%blueteamname%" - "textAlignment" "west" - "xpos" "4" - "ypos" "23" - "zpos" "10" - "wide" "75" - "tall" "28" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "BlueTeamScore" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScore" - "font" "Cerbetica48" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "15" - "ypos" "-9" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "BlueTeamScoreDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScoreDropshadow" - "font" "Cerbetica48" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "16" - "ypos" "-7" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TransparentBlack" - } - "RedTeamLabel" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamLabel" - "font" "Cerbetica24" - "labelText" "%redteamname%" - "textAlignment" "east" - "xpos" "122" - "ypos" "23" - "zpos" "10" - "wide" "75" - "tall" "28" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "RedTeamScore" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamScore" - "font" "Cerbetica48" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "105" - "ypos" "-9" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "RedTeamScoreDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamScore" - "font" "Cerbetica48" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "107" - "ypos" "-7" - "zpos" "3" - "wide" "80" - "tall" "70" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "TransparentBlack" - } - - } - "WinPanelBG" - { - "ControlName" "ImagePanel" - "fieldName" "WinPanelBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "500" - "tall" "80" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fillcolor" "0 0 0 100" - "src_corner_height" "3" - "src_corner_width" "3" - "draw_corner_width" "0" - "draw_corner_height" "0" - } - "WinPanelBackground2" - { - "ControlName" "ImagePanel" - "fieldName" "WinPanelBackground2" - "xpos" "0" - "ypos" "105" - "zpos" "0" - "wide" "300" - "tall" "300" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "fillcolor" "0 0 0 100" - "src_corner_height" "3" - "src_corner_width" "3" - "draw_corner_width" "0" - "draw_corner_height" "0" - } - "WinningTeamLabel" - { - "ControlName" "CExLabel" - "fieldName" "WinningTeamLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "104" - "zpos" "1" - "wide" "180" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%WinningTeamLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - "WinningTeamLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "WinningTeamLabelDropshadow" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "10" - "ypos" "105" - "zpos" "1" - "wide" "180" - "tall" "40" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%WinningTeamLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - "AdvancingTeamLabel" - { - "ControlName" "CExLabel" - "fieldName" "AdvancingTeamLabel" - "font" "CerbeticaBold20" - "xpos" "10" - "ypos" "109" - "zpos" "1" - "wide" "180" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%AdvancingTeamLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - "AdvancingTeamLabelDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "AdvancingTeamLabelDropshadow" - "font" "CerbeticaBold20" - "fgcolor" "black" - "xpos" "10" - "ypos" "110" - "zpos" "1" - "wide" "180" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%AdvancingTeamLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - "WinReasonLabel" - { - "ControlName" "CExLabel" - "fieldName" "WinReasonLabel" - "font" "Cerbetica12" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "292" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%WinReasonLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - "DetailsLabel" - { - "ControlName" "CExLabel" - "fieldName" "DetailsLabel" - "font" "Cerbetica9" - "xpos" "10" - "ypos" "132" - "zpos" "1" - "wide" "180" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%DetailsLabel%" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - } - "ShadedBar" - { - "ControlName" "ImagePanel" - "fieldName" "ShadedBar" - "xpos" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "268" - "tall" "84" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 150" - "PaintBackgroundType" "0" - } - "TopPlayersLabel" - { - "ControlName" "CExLabel" - "fieldName" "TopPlayerLabel" - "font" "Cerbetica9" - "xpos" "15" - "ypos" "150" - "zpos" "3" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%TopPlayersLabel%" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "PointsThisRoundLabel" - { - "ControlName" "CExLabel" - "fieldName" "PointsThisRoundLabel" - "font" "Cerbetica9" - "xpos" "45" - "ypos" "150" - "zpos" "3" - "wide" "140" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#Winpanel_PointsThisRound" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - "HorizontalLine" - { - "ControlName" "ImagePanel" - "fieldName" "HorizontalLine" - "xpos" "15" - "ypos" "165" - "zpos" "3" - "wide" "170" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "250 234 201 255" - "PaintBackgroundType" "0" - } - "Player1Avatar" [$WIN32] - { - "ControlName" "CAvatarImagePanel" - "fieldName" "Player1Avatar" - "xpos" "22" - "ypos" "170" - "zpos" "3" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "Player1Name" - { - "ControlName" "CExLabel" - "fieldName" "Player1Name" - "xpos" "48" [$WIN32] - "ypos" "167" - "zpos" "3" - "wide" "75" [$WIN32] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "Player1Class" - { - "ControlName" "CExLabel" - "fieldName" "Player1Class" - "xpos" "128" - "ypos" "167" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "Player1Score" - { - "ControlName" "CExLabel" - "fieldName" "Player1Score" - "xpos" "145" - "ypos" "167" - "zpos" "3" - "wide" "30" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - "Player2Avatar" [$WIN32] - { - "ControlName" "CAvatarImagePanel" - "fieldName" "Player2Avatar" - "xpos" "22" - "ypos" "186" - "zpos" "3" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "Player2Name" - { - "ControlName" "CExLabel" - "fieldName" "Player2Name" - "xpos" "48" - "ypos" "183" - "zpos" "3" - "wide" "75" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "Player2Class" - { - "ControlName" "CExLabel" - "fieldName" "Player2Class" - "xpos" "128" - "ypos" "183" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "Player2Score" - { - "ControlName" "CExLabel" - "fieldName" "Player2Score" - "xpos" "145" - "ypos" "183" - "zpos" "3" - "wide" "30" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } - "Player3Avatar" [$WIN32] - { - "ControlName" "CAvatarImagePanel" - "fieldName" "Player3Avatar" - "xpos" "22" - "ypos" "202" - "zpos" "3" - "wide" "14" - "tall" "14" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "Player3Name" - { - "ControlName" "CExLabel" - "fieldName" "Player3Name" - "xpos" "48" - "ypos" "199" - "zpos" "3" - "wide" "75" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "Player3Class" - { - "ControlName" "CExLabel" - "fieldName" "Player3Class" - "xpos" "128" - "ypos" "199" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "west" - "dulltext" "0" - "brighttext" "0" - } - "Player3Score" - { - "ControlName" "CExLabel" - "fieldName" "Player3Score" - "xpos" "145" - "ypos" "199" - "zpos" "3" - "wide" "30" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "0" - } -} +"Resource/UI/winpanel.res" +{ + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "56" + "wide" "200" + "tall" "100" + "visible" "1" + + "BlueScoreBG" + { + "ControlName" "ImagePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "25" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "70 130 180 153" + "scaleImage" "1" + + } + "RedScoreBG" + { + "ControlName" "ImagePanel" + "fieldName" "RedScoreBG" + "xpos" "100" + "ypos" "25" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "205 50 50 153" + "scaleImage" "1" + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "Cerbetica24" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "4" + "ypos" "23" + "zpos" "10" + "wide" "75" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "Cerbetica48" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "15" + "ypos" "-9" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "Cerbetica48" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "17" + "ypos" "-7" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TransparentBlack" + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "Cerbetica24" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "122" + "ypos" "23" + "zpos" "10" + "wide" "75" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Cerbetica48" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "105" + "ypos" "-9" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "Cerbetica48" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "107" + "ypos" "-7" + "zpos" "3" + "wide" "80" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TransparentBlack" + } + + } + "WinPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "500" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "0 0 0 100" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "WinPanelBackground2" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBackground2" + "xpos" "0" + "ypos" "105" + "zpos" "0" + "wide" "300" + "tall" "300" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "fillcolor" "0 0 0 100" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "104" + "zpos" "1" + "wide" "180" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinningTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "font" "CerbeticaBold20" + "fgcolor" "TransparentBlack" + "xpos" "11" + "ypos" "105" + "zpos" "1" + "wide" "180" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinningTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "AdvancingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabel" + "font" "CerbeticaBold20" + "xpos" "10" + "ypos" "109" + "zpos" "1" + "wide" "180" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%AdvancingTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "AdvancingTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "AdvancingTeamLabelDropshadow" + "font" "CerbeticaBold20" + "fgcolor" "black" + "xpos" "10" + "ypos" "110" + "zpos" "1" + "wide" "180" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%AdvancingTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "font" "Cerbetica12" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "292" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinReasonLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "font" "Cerbetica9" + "xpos" "10" + "ypos" "132" + "zpos" "1" + "wide" "180" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%DetailsLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "268" + "tall" "84" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 150" + "PaintBackgroundType" "0" + } + "TopPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "TopPlayerLabel" + "font" "Cerbetica9" + "xpos" "15" + "ypos" "150" + "zpos" "3" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%TopPlayersLabel%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "PointsThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "PointsThisRoundLabel" + "font" "Cerbetica9" + "xpos" "45" + "ypos" "150" + "zpos" "3" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Winpanel_PointsThisRound" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "15" + "ypos" "165" + "zpos" "3" + "wide" "170" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "250 234 201 255" + "PaintBackgroundType" "0" + } + "Player1Avatar" [$WIN32] + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "22" + "ypos" "170" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "48" [$WIN32] + "ypos" "167" + "zpos" "3" + "wide" "75" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "128" + "ypos" "167" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player1Score" + { + "ControlName" "CExLabel" + "fieldName" "Player1Score" + "xpos" "145" + "ypos" "167" + "zpos" "3" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + "Player2Avatar" [$WIN32] + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "22" + "ypos" "186" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "48" + "ypos" "183" + "zpos" "3" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "128" + "ypos" "183" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player2Score" + { + "ControlName" "CExLabel" + "fieldName" "Player2Score" + "xpos" "145" + "ypos" "183" + "zpos" "3" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + "Player3Avatar" [$WIN32] + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "22" + "ypos" "202" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "48" + "ypos" "199" + "zpos" "3" + "wide" "75" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "128" + "ypos" "199" + "zpos" "3" + "wide" "35" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "Player3Score" + { + "ControlName" "CExLabel" + "fieldName" "Player3Score" + "xpos" "145" + "ypos" "199" + "zpos" "3" + "wide" "30" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } +} -- cgit v1.2.3