Template:PatchDiff/February 14, 2017 Patch/tf/tf2 misc dir.vpk/resource/ui/surveypanel mapquality.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1#base "SurveyPanel_Base.res"
N/A2 
N/A3"Resource/UI/SurveyPanel_MatchQuality.res"
N/A4{
N/A5 "Survey"
N/A6 {
N/A7 "QuestionContainer"
N/A8 {
N/A9 "TextLabel"
N/A10 {
N/A11 "ControlName" "CExLabel"
N/A12 "fieldName" "TextLabel"
N/A13 "font" "HudFontSmallBold"
N/A14 "labelText" "#TF_SurveyQuestion_MapQuality"
N/A15 "textAlignment" "north"
N/A16 "xpos" "cs-0.5"
N/A17 "ypos" "10"
N/A18 "zpos" "1000"
N/A19 "wide" "p0.85"
N/A20 "tall" "30"
N/A21 "autoResize" "0"
N/A22 "pinCorner" "0"
N/A23 "visible" "1"
N/A24 "enabled" "1"
N/A25 "wrap" "0"
N/A26 "centerwrap" "1"
N/A27 "fgcolor_override" "TanLight"
N/A28 "proportionaltoparent" "1"
N/A29 }
N/A30 "MapLabel"
N/A31 {
N/A32 "ControlName" "CExLabel"
N/A33 "fieldName" "MapLabel"
N/A34 "font" "HudFontSmallBold"
N/A35 "labelText" "%mapname%"
N/A36 "textAlignment" "north"
N/A37 "xpos" "cs-0.5"
N/A38 "ypos" "38"
N/A39 "zpos" "1000"
N/A40 "wide" "p1"
N/A41 "tall" "30"
N/A42 "autoResize" "0"
N/A43 "pinCorner" "0"
N/A44 "visible" "1"
N/A45 "enabled" "1"
N/A46 "wrap" "0"
N/A47 "centerwrap" "1"
N/A48 "fgcolor_override" "Orange"
N/A49 "proportionaltoparent" "1"
N/A50 }
N/A51 
N/A52 "SelectionGroup"
N/A53 {
N/A54 "ControlName" "EditablePanel"
N/A55 "fieldName" "SelectionGroup"
N/A56 "xpos" "cs-0.5"
N/A57 "ypos" "55"
N/A58 "zpos" "-1"
N/A59 "wide" "350"
N/A60 "tall" "50"
N/A61 "visible" "1"
N/A62 "proportionaltoparent" "1"
N/A63 "bgcolor_override" "0 0 0 100"
N/A64 
N/A65 "InnerShadow"
N/A66 {
N/A67 "ControlName" "EditablePanel"
N/A68 "fieldName" "InnerShadow"
N/A69 "xpos" "0"
N/A70 "ypos" "0"
N/A71 "zpos" "100"
N/A72 "wide" "f0"
N/A73 "tall" "f0"
N/A74 "visible" "1"
N/A75 "PaintBackgroundType" "2"
N/A76 "border" "InnerShadowBorder"
N/A77 "proportionaltoparent" "1"
N/A78 "mouseinputenabled" "0"
N/A79 }
N/A80 
N/A81 "Radio0" // Horrible
N/A82 {
N/A83 "ControlName" "RadioButton"
N/A84 "fieldName" "Radio0"
N/A85 "xpos" "p0.1-10"
N/A86 "ypos" "15"
N/A87 "zpos" "1"
N/A88 "wide" "15"
N/A89 "tall" "20"
N/A90 "visible" "1"
N/A91 "proportionaltoparent" "1"
N/A92 
N/A93 "sound_depressed" "UI/buttonclick.wav"
N/A94 "sound_released" "UI/buttonclickrelease.wav"
N/A95 
N/A96 "labelText" ""
N/A97 "Command" "option0"
N/A98 }
N/A99 
N/A100 "Radio0Label"
N/A101 {
N/A102 "ControlName" "Label"
N/A103 "fieldName" "Radio0Label"
N/A104 "xpos" "p0.1-30"
N/A105 "ypos" "30"
N/A106 "zpos" "1"
N/A107 "wide" "60"
N/A108 "tall" "20"
N/A109 "visible" "1"
N/A110 "proportionaltoparent" "1"
N/A111 
N/A112 "labelText" "#TF_SurveyQuestion_Rating0"
N/A113 "font" "HudFontSmallest"
N/A114 "textAlignment" "center"
N/A115 
N/A116 "associate" "Radio0"
N/A117 }
N/A118 
N/A119 "Radio1" // Bad
N/A120 {
N/A121 "ControlName" "RadioButton"
N/A122 "fieldName" "Radio1"
N/A123 "xpos" "p0.3-13"
N/A124 "ypos" "15"
N/A125 "zpos" "2"
N/A126 "wide" "15"
N/A127 "tall" "20"
N/A128 "visible" "1"
N/A129 "proportionaltoparent" "1"
N/A130 
N/A131 "sound_depressed" "UI/buttonclick.wav"
N/A132 "sound_released" "UI/buttonclickrelease.wav"
N/A133 
N/A134 "labelText" ""
N/A135 "Command" "option1"
N/A136 }
N/A137 
N/A138 "Radio1Label"
N/A139 {
N/A140 "ControlName" "Label"
N/A141 "fieldName" "Radio1Label"
N/A142 "xpos" "p0.3-36"
N/A143 "ypos" "30"
N/A144 "zpos" "1"
N/A145 "wide" "60"
N/A146 "tall" "20"
N/A147 "visible" "1"
N/A148 "proportionaltoparent" "1"
N/A149 
N/A150 "labelText" "#TF_SurveyQuestion_Rating1"
N/A151 "font" "HudFontSmallest"
N/A152 "textAlignment" "center"
N/A153 }
N/A154 
N/A155 "Radio2" // Neutral
N/A156 {
N/A157 "ControlName" "RadioButton"
N/A158 "fieldName" "Radio2"
N/A159 "xpos" "p0.5-10"
N/A160 "ypos" "15"
N/A161 "zpos" "3"
N/A162 "wide" "15"
N/A163 "tall" "20"
N/A164 "visible" "1"
N/A165 "proportionaltoparent" "1"
N/A166 
N/A167 "sound_depressed" "UI/buttonclick.wav"
N/A168 "sound_released" "UI/buttonclickrelease.wav"
N/A169 
N/A170 "labelText" ""
N/A171 "Command" "option2"
N/A172 }
N/A173 
N/A174 "Radio2Label"
N/A175 {
N/A176 "ControlName" "Label"
N/A177 "fieldName" "Radio2Label"
N/A178 "xpos" "p0.5-33"
N/A179 "ypos" "30"
N/A180 "zpos" "1"
N/A181 "wide" "60"
N/A182 "tall" "20"
N/A183 "visible" "1"
N/A184 "proportionaltoparent" "1"
N/A185 
N/A186 "labelText" "#TF_SurveyQuestion_Rating2"
N/A187 "font" "HudFontSmallest"
N/A188 "textAlignment" "center"
N/A189 "default" "1"
N/A190 }
N/A191 
N/A192 "Radio3" // Good
N/A193 {
N/A194 "ControlName" "RadioButton"
N/A195 "fieldName" "Radio3"
N/A196 "xpos" "p0.7-10"
N/A197 "ypos" "15"
N/A198 "zpos" "4"
N/A199 "wide" "15"
N/A200 "tall" "20"
N/A201 "visible" "1"
N/A202 "proportionaltoparent" "1"
N/A203 
N/A204 "sound_depressed" "UI/buttonclick.wav"
N/A205 "sound_released" "UI/buttonclickrelease.wav"
N/A206 
N/A207 "labelText" ""
N/A208 "Command" "option3"
N/A209 }
N/A210 
N/A211 "Radio3Label"
N/A212 {
N/A213 "ControlName" "Label"
N/A214 "fieldName" "Radio3Label"
N/A215 "xpos" "p0.7-33"
N/A216 "ypos" "30"
N/A217 "zpos" "1"
N/A218 "wide" "60"
N/A219 "tall" "20"
N/A220 "visible" "1"
N/A221 "proportionaltoparent" "1"
N/A222 
N/A223 "labelText" "#TF_SurveyQuestion_Rating3"
N/A224 "font" "HudFontSmallest"
N/A225 "textAlignment" "center"
N/A226 }
N/A227 
N/A228 "Radio4" // Great
N/A229 {
N/A230 "ControlName" "RadioButton"
N/A231 "fieldName" "Radio4"
N/A232 "xpos" "p0.9-10"
N/A233 "ypos" "15"
N/A234 "zpos" "5"
N/A235 "wide" "15"
N/A236 "tall" "20"
N/A237 "visible" "1"
N/A238 "proportionaltoparent" "1"
N/A239 
N/A240 "sound_depressed" "UI/buttonclick.wav"
N/A241 "sound_released" "UI/buttonclickrelease.wav"
N/A242 
N/A243 "labelText" ""
N/A244 "Command" "option4"
N/A245 }
N/A246 
N/A247 "Radio4Label"
N/A248 {
N/A249 "ControlName" "Label"
N/A250 "fieldName" "Radio4Label"
N/A251 "xpos" "p0.9-33"
N/A252 "ypos" "30"
N/A253 "zpos" "1"
N/A254 "wide" "60"
N/A255 "tall" "20"
N/A256 "visible" "1"
N/A257 "proportionaltoparent" "1"
N/A258 
N/A259 "labelText" "#TF_SurveyQuestion_Rating4"
N/A260 "font" "HudFontSmallest"
N/A261 "textAlignment" "center"
N/A262 }
N/A263 }
N/A264 
N/A265 "SubmitButton"
N/A266 {
N/A267 "ControlName" "CExButton"
N/A268 "fieldName" "SubmitButton"
N/A269 "xpos" "cs-0.5"
N/A270 "ypos" "rs1-10"
N/A271 "zpos" "1"
N/A272 "wide" "130"
N/A273 "tall" "25"
N/A274 "labelText" "#AbuseReport_Submit"
N/A275 "font" "HudFontSmallBold"
N/A276 "textAlignment" "center"
N/A277 "Command" "submit"
N/A278 "sound_depressed" "UI/buttonclick.wav"
N/A279 "sound_released" "UI/buttonclickrelease.wav"
N/A280 "proportionaltoparent" "1"
N/A281 "actionsignallevel" "2"
N/A282 }
N/A283 }
N/A284 }
N/A285}