Template:PatchDiff/April 14, 2011 Patch/team fortress 2 content.gcf/tf/resource/ui/econ/ConfirmDialogOptOut.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/ConfirmDialogOptOut.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" "20"
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" "center"
N/A45 "xpos" "40"
N/A46 "ypos" "45"
N/A47 "zpos" "1"
N/A48 "wide" "220"
N/A49 "tall" "150"
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 "CancelButton"
N/A59 {
N/A60 "ControlName" "CExButton"
N/A61 "fieldName" "CancelButton"
N/A62 "xpos" "190"
N/A63 "ypos" "160"
N/A64 "zpos" "20"
N/A65 "wide" "100"
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" "#Cancel"
N/A73 "font" "HudFontSmallBold"
N/A74 "textAlignment" "center"
N/A75 "textinsetx" "50"
N/A76 "dulltext" "0"
N/A77 "brighttext" "0"
N/A78 "Command" "cancel"
N/A79 "sound_depressed" "UI/buttonclick.wav"
N/A80 "sound_released" "UI/buttonclickrelease.wav"
N/A81 }
N/A82 
N/A83 "ConfirmButton"
N/A84 {
N/A85 "ControlName" "CExButton"
N/A86 "fieldName" "ConfirmButton"
N/A87 "xpos" "10"
N/A88 "ypos" "160"
N/A89 "zpos" "20"
N/A90 "wide" "175"
N/A91 "tall" "25"
N/A92 "default" "1"
N/A93 "autoResize" "0"
N/A94 "pinCorner" "0"
N/A95 "visible" "1"
N/A96 "enabled" "1"
N/A97 "tabPosition" "0"
N/A98 "labelText" "#ConfirmButtonText"
N/A99 "font" "HudFontSmallBold"
N/A100 "textAlignment" "center"
N/A101 "textinsetx" "50"
N/A102 "dulltext" "0"
N/A103 "brighttext" "0"
N/A104 "Command" "confirm"
N/A105 "sound_depressed" "UI/buttonclick.wav"
N/A106 "sound_released" "UI/buttonclickrelease.wav"
N/A107 }
N/A108 
N/A109 "OptOutCheckbox"
N/A110 {
N/A111 "ControlName" "CheckButton"
N/A112 "fieldName" "OptOutCheckbox"
N/A113 "xpos" "0"
N/A114 "ypos" "130"
N/A115 "zpos" "2"
N/A116 "wide" "300"
N/A117 "tall" "25"
N/A118 "autoResize" "0"
N/A119 "pinCorner" "0"
N/A120 "visible" "1"
N/A121 "enabled" "1"
N/A122 "tabPosition" "0"
N/A123 "labelText" "#TF_Confirm_Opt_Out"
N/A124 "textAlignment" "center"
N/A125 "dulltext" "0"
N/A126 "brighttext" "0"
N/A127 "wrap" "0"
N/A128 "font" "HudFontSmallest"
N/A129 "selected_fgcolor_override" "255 0 0 255"
N/A130 }
N/A131}