Template:PatchDiff/June 23, 2011 Patch/team fortress 2 content.gcf/tf/resource/ui/UpgradeBoxDialog.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/UpgradeBoxDialog.res"
N/A2{
N/A3 "ConfirmDialog"
N/A4 {
N/A5 "ControlName" "Frame"
N/A6 "fieldName" "ConfirmDialog"
N/A7 "xpos" "c-150"
N/A8 "ypos" "140"
N/A9 "wide" "300"
N/A10 "tall" "200"
N/A11 "autoResize" "0"
N/A12 "pinCorner" "0"
N/A13 "visible" "1"
N/A14 "enabled" "1"
N/A15 "tabPosition" "0"
N/A16 "settitlebarvisible" "0"
N/A17 "PaintBackgroundType" "0"
N/A18 }
N/A19 
N/A20 "TitleLabel"
N/A21 {
N/A22 "ControlName" "CExLabel"
N/A23 "fieldName" "TitleLabel"
N/A24 "font" "HudFontMediumBold"
N/A25 "labelText" "#ConfirmTitle"
N/A26 "textAlignment" "north"
N/A27 "xpos" "0"
N/A28 "ypos" "15"
N/A29 "zpos" "1"
N/A30 "wide" "300"
N/A31 "tall" "30"
N/A32 "autoResize" "1"
N/A33 "pinCorner" "0"
N/A34 "visible" "1"
N/A35 "enabled" "1"
N/A36 }
N/A37 
N/A38 "ExplanationLabel"
N/A39 {
N/A40 "ControlName" "CExLabel"
N/A41 "fieldName" "ExplanationLabel"
N/A42 "font" "HudFontSmallBold"
N/A43 "labelText" "%text%"
N/A44 "textAlignment" "north"
N/A45 "xpos" "40"
N/A46 "ypos" "50"
N/A47 "zpos" "1"
N/A48 "wide" "220"
N/A49 "tall" "170"
N/A50 "autoResize" "0"
N/A51 "pinCorner" "0"
N/A52 "visible" "1"
N/A53 "enabled" "1"
N/A54 "centerwrap" "1"
N/A55 "fgcolor_override" "200 80 60 255"
N/A56 }
N/A57 
N/A58 "UpgradeButton"
N/A59 {
N/A60 "ControlName" "CExButton"
N/A61 "fieldName" "UpgradeButton"
N/A62 "xpos" "62"
N/A63 "ypos" "130"
N/A64 "zpos" "20"
N/A65 "wide" "175"
N/A66 "tall" "25"
N/A67 "autoResize" "0"
N/A68 "pinCorner" "0"
N/A69 "visible" "1"
N/A70 "enabled" "1"
N/A71 "tabPosition" "0"
N/A72 "labelText" "#TF_Trial_Upgrade"
N/A73 "font" "HudFontSmallBold"
N/A74 "textAlignment" "center"
N/A75 "textinsetx" "50"
N/A76 "dulltext" "0"
N/A77 "brighttext" "0"
N/A78 "Command" "upgrade"
N/A79 "sound_depressed" "UI/buttonclick.wav"
N/A80 "sound_released" "UI/buttonclickrelease.wav"
N/A81 "defaultBgColor_override" "102 122 42 255"
N/A82 "armedBgColor_override" "143 167 57 255"
N/A83 "depressedBgColor_override" "143 167 57 255"
N/A84 "selectedBgColor_override" "143 167 57 255"
N/A85 }
N/A86 
N/A87 "ConfirmButton"
N/A88 {
N/A89 "ControlName" "CExButton"
N/A90 "fieldName" "ConfirmButton"
N/A91 "xpos" "62"
N/A92 "ypos" "160"
N/A93 "zpos" "20"
N/A94 "wide" "175"
N/A95 "tall" "25"
N/A96 "autoResize" "0"
N/A97 "pinCorner" "0"
N/A98 "visible" "1"
N/A99 "enabled" "1"
N/A100 "tabPosition" "0"
N/A101 "labelText" "#ConfirmButtonText"
N/A102 "font" "HudFontSmallBold"
N/A103 "textAlignment" "center"
N/A104 "textinsetx" "50"
N/A105 "dulltext" "0"
N/A106 "brighttext" "0"
N/A107 "Command" "confirm"
N/A108 "sound_depressed" "UI/buttonclick.wav"
N/A109 "sound_released" "UI/buttonclickrelease.wav"
N/A110 }
N/A111}