Template:PatchDiff/October 26, 2012 Patch/team fortress 2 content.gcf/tf/resource/ui/ImportPreviewItemPanel.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/ImportPreviewItemPanel.res"
N/A2{
N/A3 "storepreviewitem"
N/A4 {
N/A5 "ControlName" "CStorePreviewItemPanel"
N/A6 "fieldName" "storepreviewitem"
N/A7 "xpos" "0"
N/A8 "ypos" "0"
N/A9 "wide" "f0"
N/A10 "tall" "f0"
N/A11 "autoResize" "0"
N/A12 "skip_autoresize" "1"
N/A13 "pinCorner" "0"
N/A14 "visible" "0"
N/A15 "enabled" "1"
N/A16 "tabPosition" "0"
N/A17 
N/A18 "small_vertical_break_size" "0"
N/A19 "medium_vertical_break_size" "6"
N/A20 "big_vertical_break_size" "7"
N/A21 "horizontal_break_size" "3"
N/A22 "paint_style_buttons_y" "c-140"
N/A23 
N/A24 "control_button_width" "70"
N/A25 "control_button_height" "15"
N/A26 "control_button_y" "c-140"
N/A27 }
N/A28 
N/A29 // Fullscreen background panel
N/A30 "BgPanel"
N/A31 {
N/A32 "ControlName" "EditablePanel"
N/A33 "fieldName" "BgPanel"
N/A34 "xpos" "0"
N/A35 "ypos" "0"
N/A36 "zpos" "0"
N/A37 "wide" "f0"
N/A38 "tall" "f0"
N/A39 "visible" "0"
N/A40 "enabled" "1"
N/A41 "PaintBackgroundType" "0"
N/A42 "bgcolor_override" "0 0 0 240"
N/A43 }
N/A44 
N/A45 // Rounded dialog border
N/A46 "DialogFrame"
N/A47 {
N/A48 "ControlName" "EditablePanel"
N/A49 "fieldName" "DialogFrame"
N/A50 "xpos" "c-300"
N/A51 "ypos" "c-200"
N/A52 "zpos" "0"
N/A53 "wide" "600"
N/A54 "tall" "400"
N/A55 "visible" "1"
N/A56 "enabled" "1"
N/A57 "paintbackground" "0"
N/A58 "border" "TFFatLineBorderOpaque"
N/A59 "PaintBorder" "1"
N/A60 
N/A61 // Background for the player model & item preview panels
N/A62 "PreviewViewportBg"
N/A63 {
N/A64 "ControlName" "EditablePanel"
N/A65 "fieldName" "PreviewViewportBg"
N/A66 "xpos" "10"
N/A67 "ypos" "18"
N/A68 "zpos" "1"
N/A69 "wide" "340"
N/A70 "tall" "313"
N/A71 "visible" "1"
N/A72 "enabled" "1"
N/A73 "paintborder" "1"
N/A74 "border" "StoreInnerShadowBorder"
N/A75 }
N/A76 
N/A77 "ItemNameLabel"
N/A78 {
N/A79 "ControlName" "CExLabel"
N/A80 "fieldName" "ItemNameLabel"
N/A81 "font" "HudFontSmallBold"
N/A82 "labelText" "%itemname%"
N/A83 "textAlignment" "west"
N/A84 "xpos" "360"
N/A85 "ypos" "17"
N/A86 "wide" "230"
N/A87 "tall" "15"
N/A88 "autoResize" "0"
N/A89 "skip_autoresize" "1"
N/A90 "pinCorner" "0"
N/A91 "visible" "1"
N/A92 "enabled" "1"
N/A93 "wrap" "1"
N/A94 }
N/A95 
N/A96 // Scrollable editable panel for right-hand side of preview, for all text details
N/A97 "DetailsView"
N/A98 {
N/A99 "ControlName" "EditablePanel"
N/A100 "fieldName" "DetailsView"
N/A101 "xpos" "360"
N/A102 "ypos" "30"
N/A103 "wide" "230"
N/A104 "tall" "300"
N/A105 "visible" "1"
N/A106 "PaintBackgroundType" "0"
N/A107 "bgcolor_override" "0 0 0 0"
N/A108 "skip_autoresize" "1"
N/A109 "autoresize" "0"
N/A110 
N/A111 //
N/A112 // All the controls below get laid out off of the item name label's position and the break sizes defined at the top of this file
N/A113 //
N/A114 "UsedByLabel"
N/A115 {
N/A116 "ControlName" "CExLabel"
N/A117 "fieldName" "UsedByLabel"
N/A118 "font" "FontStoreOriginalPrice"
N/A119 "labelText" "#Store_ItemDesc_UsedBy"
N/A120 "textAlignment" "north-west"
N/A121 "wide" "228"
N/A122 "tall" "10"
N/A123 "autoResize" "0"
N/A124 "pinCorner" "0"
N/A125 "visible" "1"
N/A126 "enabled" "1"
N/A127 "wrap" "1"
N/A128 "fgcolor" "173 165 146 255"
N/A129 }
N/A130 
N/A131 "UsedByTextLabel"
N/A132 {
N/A133 "ControlName" "CExLabel"
N/A134 "fieldName" "UsedByTextLabel"
N/A135 "font" "FontStoreOriginalPrice"
N/A136 "labelText" "%used_by_classes%"
N/A137 "textAlignment" "north-west"
N/A138 "wide" "228"
N/A139 "tall" "10"
N/A140 "autoResize" "0"
N/A141 "pinCorner" "0"
N/A142 "visible" "1"
N/A143 "enabled" "1"
N/A144 "wrap" "1"
N/A145 }
N/A146 
N/A147 "SlotLabel"
N/A148 {
N/A149 "ControlName" "CExLabel"
N/A150 "fieldName" "SlotLabel"
N/A151 "font" "FontStoreOriginalPrice"
N/A152 "labelText" "#Store_ItemDesc_Slot"
N/A153 "textAlignment" "north-west"
N/A154 "wide" "228"
N/A155 "tall" "10"
N/A156 "autoResize" "0"
N/A157 "pinCorner" "0"
N/A158 "visible" "1"
N/A159 "enabled" "1"
N/A160 "wrap" "1"
N/A161 "fgcolor" "173 165 146 255"
N/A162 }
N/A163 
N/A164 "SlotTextLabel"
N/A165 {
N/A166 "ControlName" "CExLabel"
N/A167 "fieldName" "SlotTextLabel"
N/A168 "font" "FontStoreOriginalPrice"
N/A169 "labelText" "%slot%"
N/A170 "textAlignment" "north-west"
N/A171 "wide" "228"
N/A172 "tall" "10"
N/A173 "autoResize" "0"
N/A174 "pinCorner" "0"
N/A175 "visible" "1"
N/A176 "enabled" "1"
N/A177 "wrap" "1"
N/A178 }
N/A179 
N/A180 "AttributesLabel"
N/A181 {
N/A182 "ControlName" "CExLabel"
N/A183 "fieldName" "AttributesLabel"
N/A184 "font" "FontStoreOriginalPrice"
N/A185 "textAlignment" "north-west"
N/A186 "wide" "228"
N/A187 "tall" "300"
N/A188 "autoResize" "0"
N/A189 "pinCorner" "0"
N/A190 "visible" "1"
N/A191 "enabled" "1"
N/A192 "wrap" "1"
N/A193 }
N/A194 }
N/A195 }
N/A196 
N/A197 "classmodelpanel"
N/A198 {
N/A199 "ControlName" "CTFPlayerModelPanel"
N/A200 "fieldName" "classmodelpanel"
N/A201 
N/A202 "xpos" "c-290"
N/A203 "ypos" "c-182"
N/A204 "zpos" "1"
N/A205 "wide" "340"
N/A206 "tall" "313"
N/A207 "autoResize" "1"
N/A208 "pinCorner" "0"
N/A209 "visible" "1"
N/A210 "enabled" "1"
N/A211 
N/A212 "render_texture" "0"
N/A213 "fov" "40"
N/A214 "allow_manip" "1"
N/A215 
N/A216 "paintbackground" "1"
N/A217 "paintbackgroundenabled" "1"
N/A218 "bgcolor_override" "255 255 255 0"
N/A219 
N/A220 "model"
N/A221 {
N/A222 "force_pos" "1"
N/A223 
N/A224 "angles_x" "0"
N/A225 "angles_y" "170"
N/A226 "angles_z" "0"
N/A227 "origin_x" "190"
N/A228 "origin_y" "0"
N/A229 "origin_z" "-36"
N/A230 "frame_origin_x" "0"
N/A231 "frame_origin_y" "0"
N/A232 "frame_origin_z" "0"
N/A233 "spotlight" "1"
N/A234 
N/A235 "modelname" ""
N/A236 }
N/A237 }
N/A238 
N/A239 "PreviewItemModelPanel"
N/A240 {
N/A241 "ControlName" "CItemModelPanel"
N/A242 "fieldName" "PreviewItemModelPanel"
N/A243 "xpos" "c-290"
N/A244 "ypos" "c-190"
N/A245 "zpos" "1"
N/A246 "wide" "340"
N/A247 "tall" "320"
N/A248 "visible" "1"
N/A249 "paintbackground" "0"
N/A250 "paintborder" "0"
N/A251 
N/A252 "model_xpos" "10"
N/A253 "model_ypos" "10"
N/A254 "model_wide" "320"
N/A255 "model_tall" "300"
N/A256 "name_only" "0"
N/A257 "attrib_only" "0"
N/A258 "model_only" "1"
N/A259 "paint_icon_hide" "0"
N/A260 
N/A261 "text_ypos" "10"
N/A262 
N/A263 "itemmodelpanel"
N/A264 {
N/A265 "inventory_image_type" "1"
N/A266 "allow_rot" "0"
N/A267 "force_square_image" "1"
N/A268 }
N/A269 }
N/A270 
N/A271 "ItemIcon1"
N/A272 {
N/A273 "ControlName" "CStorePreviewItemIcon"
N/A274 "fieldName" "ItemIcon1"
N/A275 
N/A276 "ypos" "c106"
N/A277 "zpos" "13"
N/A278 "wide" "30"
N/A279 "tall" "20"
N/A280 "visible" "1"
N/A281 "panel_bgcolor" "117 107 94 255"
N/A282 "panel_bgcolor_mouseover" "255 255 255 255"
N/A283 "image_indent" "0"
N/A284 "PaintBackgroundType" "2"
N/A285 
N/A286 "bgblockout"
N/A287 {
N/A288 "ControlName" "EditablePanel"
N/A289 "fieldName" "bgblockout"
N/A290 "xpos" "2"
N/A291 "ypos" "2"
N/A292 "zpos" "-10"
N/A293 "wide" "26"
N/A294 "tall" "16"
N/A295 "visible" "1"
N/A296 "enabled" "0"
N/A297 "PaintBackgroundType" "2"
N/A298 "bgcolor_override" "51 47 46 255"
N/A299 }
N/A300 
N/A301 "itempanel"
N/A302 {
N/A303 "fieldName" "itempanel"
N/A304 
N/A305 "PaintBackgroundType" "2"
N/A306 "paintborder" "0"
N/A307 
N/A308 "model_xpos" "1"
N/A309 "model_ypos" "2"
N/A310 "model_wide" "28"
N/A311 "model_tall" "16"
N/A312 "name_only" "0"
N/A313 "attrib_only" "0"
N/A314 "model_only" "1"
N/A315 "paint_icon_hide" "0"
N/A316 
N/A317 "itemmodelpanel"
N/A318 {
N/A319 "use_item_rendertarget" "0"
N/A320 "allow_rot" "0"
N/A321 }
N/A322 }
N/A323 }
N/A324 
N/A325 "ClassUsageImage1"
N/A326 {
N/A327 "ControlName" "CStorePreviewClassIcon"
N/A328 "fieldName" "ClassUsageImage1"
N/A329 "ypos" "225"
N/A330 "zpos" "5"
N/A331 "wide" "20"
N/A332 "tall" "20"
N/A333 "visible" "1"
N/A334 "enabled" "1"
N/A335 "panel_bgcolor" "117 107 94 255"
N/A336 "panel_bgcolor_mouseover" "255 255 255 255"
N/A337 "image_indent" "2"
N/A338 "PaintBackgroundType" "2"
N/A339 }
N/A340 "ClassUsageImage2"
N/A341 {
N/A342 "ControlName" "CStorePreviewClassIcon"
N/A343 "fieldName" "ClassUsageImage2"
N/A344 "ypos" "225"
N/A345 "zpos" "5"
N/A346 "wide" "20"
N/A347 "tall" "20"
N/A348 "visible" "1"
N/A349 "enabled" "1"
N/A350 "panel_bgcolor" "117 107 94 255"
N/A351 "panel_bgcolor_mouseover" "255 255 255 255"
N/A352 "image_indent" "2"
N/A353 "PaintBackgroundType" "2"
N/A354 }
N/A355 "ClassUsageImage3"
N/A356 {
N/A357 "ControlName" "CStorePreviewClassIcon"
N/A358 "fieldName" "ClassUsageImage3"
N/A359 "ypos" "225"
N/A360 "zpos" "5"
N/A361 "wide" "20"
N/A362 "tall" "20"
N/A363 "visible" "1"
N/A364 "enabled" "1"
N/A365 "panel_bgcolor" "117 107 94 255"
N/A366 "panel_bgcolor_mouseover" "255 255 255 255"
N/A367 "image_indent" "2"
N/A368 "PaintBackgroundType" "2"
N/A369 }
N/A370 "ClassUsageImage4"
N/A371 {
N/A372 "ControlName" "CStorePreviewClassIcon"
N/A373 "fieldName" "ClassUsageImage4"
N/A374 "ypos" "225"
N/A375 "zpos" "5"
N/A376 "wide" "20"
N/A377 "tall" "20"
N/A378 "visible" "1"
N/A379 "enabled" "1"
N/A380 "panel_bgcolor" "117 107 94 255"
N/A381 "panel_bgcolor_mouseover" "255 255 255 255"
N/A382 "image_indent" "2"
N/A383 "PaintBackgroundType" "2"
N/A384 }
N/A385 "ClassUsageImage5"
N/A386 {
N/A387 "ControlName" "CStorePreviewClassIcon"
N/A388 "fieldName" "ClassUsageImage5"
N/A389 "ypos" "225"
N/A390 "zpos" "5"
N/A391 "wide" "20"
N/A392 "tall" "20"
N/A393 "visible" "1"
N/A394 "enabled" "1"
N/A395 "panel_bgcolor" "117 107 94 255"
N/A396 "panel_bgcolor_mouseover" "255 255 255 255"
N/A397 "image_indent" "2"
N/A398 "PaintBackgroundType" "2"
N/A399 }
N/A400 "ClassUsageImage6"
N/A401 {
N/A402 "ControlName" "CStorePreviewClassIcon"
N/A403 "fieldName" "ClassUsageImage6"
N/A404 "ypos" "225"
N/A405 "zpos" "5"
N/A406 "wide" "20"
N/A407 "tall" "20"
N/A408 "visible" "1"
N/A409 "enabled" "1"
N/A410 "panel_bgcolor" "117 107 94 255"
N/A411 "panel_bgcolor_mouseover" "255 255 255 255"
N/A412 "image_indent" "2"
N/A413 "PaintBackgroundType" "2"
N/A414 }
N/A415 "ClassUsageImage6"
N/A416 {
N/A417 "ControlName" "CStorePreviewClassIcon"
N/A418 "fieldName" "ClassUsageImage6"
N/A419 "ypos" "225"
N/A420 "zpos" "5"
N/A421 "wide" "20"
N/A422 "tall" "20"
N/A423 "visible" "1"
N/A424 "enabled" "1"
N/A425 "panel_bgcolor" "117 107 94 255"
N/A426 "panel_bgcolor_mouseover" "255 255 255 255"
N/A427 "image_indent" "2"
N/A428 "PaintBackgroundType" "2"
N/A429 }
N/A430 "ClassUsageImage7"
N/A431 {
N/A432 "ControlName" "CStorePreviewClassIcon"
N/A433 "fieldName" "ClassUsageImage7"
N/A434 "ypos" "225"
N/A435 "zpos" "5"
N/A436 "wide" "20"
N/A437 "tall" "20"
N/A438 "visible" "1"
N/A439 "enabled" "1"
N/A440 "panel_bgcolor" "117 107 94 255"
N/A441 "panel_bgcolor_mouseover" "255 255 255 255"
N/A442 "image_indent" "2"
N/A443 "PaintBackgroundType" "2"
N/A444 }
N/A445 "ClassUsageImage8"
N/A446 {
N/A447 "ControlName" "CStorePreviewClassIcon"
N/A448 "fieldName" "ClassUsageImage8"
N/A449 "ypos" "225"
N/A450 "zpos" "5"
N/A451 "wide" "20"
N/A452 "tall" "20"
N/A453 "visible" "1"
N/A454 "enabled" "1"
N/A455 "panel_bgcolor" "117 107 94 255"
N/A456 "panel_bgcolor_mouseover" "255 255 255 255"
N/A457 "image_indent" "2"
N/A458 "PaintBackgroundType" "2"
N/A459 }
N/A460 "ClassUsageImage9"
N/A461 {
N/A462 "ControlName" "CStorePreviewClassIcon"
N/A463 "fieldName" "ClassUsageImage9"
N/A464 "ypos" "225"
N/A465 "zpos" "5"
N/A466 "wide" "20"
N/A467 "tall" "20"
N/A468 "visible" "1"
N/A469 "enabled" "1"
N/A470 "panel_bgcolor" "117 107 94 255"
N/A471 "panel_bgcolor_mouseover" "255 255 255 255"
N/A472 "image_indent" "2"
N/A473 "PaintBackgroundType" "2"
N/A474 }
N/A475 
N/A476 "ButtonGestureAttack"
N/A477 {
N/A478 "ControlName" "Button"
N/A479 "fieldName" "ButtonGestureAttack"
N/A480 "zpos" "20"
N/A481 "xpos" "c-35"
N/A482 "ypos" "c70"
N/A483 "wide" "80"
N/A484 "tall" "15"
N/A485 "autoResize" "0"
N/A486 "pinCorner" "0"
N/A487 "visible" "0"
N/A488 "enabled" "1"
N/A489 "tabPosition" "0"
N/A490 "labelText" "#TF_ImportPreview_Attack"
N/A491 "textAlignment" "center"
N/A492 "dulltext" "0"
N/A493 "brighttext" "0"
N/A494 "wrap" "0"
N/A495 "Command" "gesture_attack"
N/A496 "Default" "1"
N/A497 "font" "HudFontSmallBold"
N/A498 }
N/A499 
N/A500 "ButtonGestureReload"
N/A501 {
N/A502 "ControlName" "Button"
N/A503 "fieldName" "ButtonGestureReload"
N/A504 "zpos" "20"
N/A505 "xpos" "c-35"
N/A506 "ypos" "c90"
N/A507 "wide" "80"
N/A508 "tall" "15"
N/A509 "autoResize" "0"
N/A510 "pinCorner" "0"
N/A511 "visible" "0"
N/A512 "enabled" "1"
N/A513 "tabPosition" "0"
N/A514 "labelText" "#TF_ImportPreview_Reload"
N/A515 "textAlignment" "center"
N/A516 "dulltext" "0"
N/A517 "brighttext" "0"
N/A518 "wrap" "0"
N/A519 "Command" "gesture_reload"
N/A520 "Default" "1"
N/A521 "font" "HudFontSmallBold"
N/A522 }
N/A523 
N/A524 "NextWeaponButton"
N/A525 {
N/A526 "ControlName" "CExButton"
N/A527 "fieldName" "NextWeaponButton"
N/A528 "zpos" "20"
N/A529 "autoResize" "0"
N/A530 "pinCorner" "0"
N/A531 "visible" "0"
N/A532 "enabled" "1"
N/A533 "tabPosition" "0"
N/A534 "labelText" "#Store_NextWeapon"
N/A535 "font" "HudFontSmallest"
N/A536 "textAlignment" "center"
N/A537 "textinsetx" "50"
N/A538 "dulltext" "0"
N/A539 "brighttext" "0"
N/A540 "Command" "next_weapon"
N/A541 "sound_depressed" "UI/buttonclick.wav"
N/A542 "sound_released" "UI/buttonclickrelease.wav"
N/A543 }
N/A544 
N/A545 "TeamNavPanel"
N/A546 {
N/A547 "ControlName" "CNavigationPanel"
N/A548 "fieldName" "TeamNavPanel"
N/A549 "xpos" "c-280"
N/A550 "ypos" "c-173"
N/A551 "zpos" "2"
N/A552 "wide" "19"
N/A553 "tall" "40"
N/A554 "autoResize" "0"
N/A555 "pinCorner" "0"
N/A556 "visible" "1"
N/A557 "enabled" "1"
N/A558 
N/A559 "auto_scale" "1"
N/A560 "auto_layout" "1"
N/A561 "selected_button_default" "0"
N/A562 "auto_layout_vertical_buffer" "-4"
N/A563 "display_vertically" "1"
N/A564 "align" "west"
N/A565 
N/A566 "ButtonSettings"
N/A567 {
N/A568 "wide" "19"
N/A569 "tall" "19"
N/A570 "autoResize" "0"
N/A571 "pinCorner" "2"
N/A572 "visible" "1"
N/A573 "enabled" "1"
N/A574 "tabPosition" "0"
N/A575 "labelText" ""
N/A576 "textAlignment" "south-west"
N/A577 "scaleImage" "1"
N/A578 
N/A579 "fgcolor" "TanDark"
N/A580 "defaultFgColor_override" "TanDark"
N/A581 "armedFgColor_override" "TanDark"
N/A582 "depressedFgColor_override" "TanDark"
N/A583 
N/A584 "sound_depressed" "UI/buttonclick.wav"
N/A585 "sound_released" "UI/buttonclickrelease.wav"
N/A586 "sound_armed" "UI/buttonrollover.wav"
N/A587 
N/A588 "paintbackground" "0"
N/A589 "paintbackgroundtype" "0"
N/A590 "defaultBgColor_Override" "0 0 0 255"
N/A591 
N/A592 "paintborder" "0"
N/A593 
N/A594 "image_drawcolor" "255 255 255 77"
N/A595 "image_armedcolor" "255 255 255 128"
N/A596 "image_selectedcolor" "255 255 255 255"
N/A597 
N/A598 "stayselectedonclick" "1"
N/A599 "keyboardinputenabled" "0"
N/A600 
N/A601 "SubImage"
N/A602 {
N/A603 "ControlName" "ImagePanel"
N/A604 "fieldName" "SubImage"
N/A605 "xpos" "0"
N/A606 "ypos" "0"
N/A607 "zpos" "7"
N/A608 "wide" "19"
N/A609 "tall" "19"
N/A610 "visible" "1"
N/A611 "enabled" "1"
N/A612 "scaleImage" "1"
N/A613 }
N/A614 }
N/A615 
N/A616 "Buttons"
N/A617 {
N/A618 "all"
N/A619 {
N/A620 "userdata" "2"
N/A621 "image_default" "store/store_redteam"
N/A622 "image_armed" "store/store_redteam"
N/A623 "image_selected" "store/store_redteam"
N/A624 
N/A625 "SubImage"
N/A626 {
N/A627 "image" "store/store_redteam"
N/A628 }
N/A629 }
N/A630 "scout"
N/A631 {
N/A632 "userdata" "3"
N/A633 "image_default" "store/store_blueteam"
N/A634 "image_armed" "store/store_blueteam"
N/A635 "image_selected" "store/store_blueteam"
N/A636 
N/A637 "SubImage"
N/A638 {
N/A639 "image" "store/store_blueteam"
N/A640 }
N/A641 }
N/A642 }
N/A643 }
N/A644 
N/A645 "PaintButton"
N/A646 {
N/A647 "ControlName" "CExButton"
N/A648 "fieldName" "PaintButton"
N/A649 "zpos" "20"
N/A650 "wide" "76"
N/A651 "tall" "15"
N/A652 "autoResize" "0"
N/A653 "pinCorner" "0"
N/A654 "visible" "0"
N/A655 "enabled" "1"
N/A656 "tabPosition" "0"
N/A657 "labelText" "#Store_Paint"
N/A658 "font" "HudFontSmallest"
N/A659 "textAlignment" "center"
N/A660 "textinsetx" "50"
N/A661 "dulltext" "0"
N/A662 "brighttext" "0"
N/A663 "Command" "paint_toggle"
N/A664 "sound_depressed" "UI/buttonclick.wav"
N/A665 "sound_released" "UI/buttonclickrelease.wav"
N/A666 }
N/A667 
N/A668 "CycleTextLabel"
N/A669 {
N/A670 "ControlName" "CExLabel"
N/A671 "fieldName" "CycleTextLabel"
N/A672 "font" "FontStorePrice"
N/A673 "labelText" ""
N/A674 "textAlignment" "west"
N/A675 "xpos" "c-80"
N/A676 "ypos" "c-153"
N/A677 "wide" "130"
N/A678 "tall" "40"
N/A679 "autoResize" "0"
N/A680 "pinCorner" "0"
N/A681 "visible" "1"
N/A682 "enabled" "1"
N/A683 "wrap" "1"
N/A684 }
N/A685 
N/A686 "NextStyleButton"
N/A687 {
N/A688 "ControlName" "CExButton"
N/A689 "fieldName" "NextStyleButton"
N/A690 "zpos" "20"
N/A691 "autoResize" "0"
N/A692 "pinCorner" "0"
N/A693 "visible" "0"
N/A694 "enabled" "1"
N/A695 "tabPosition" "0"
N/A696 "labelText" "#Store_NextStyle"
N/A697 "font" "HudFontSmallest"
N/A698 "textAlignment" "center"
N/A699 "textinsetx" "50"
N/A700 "dulltext" "0"
N/A701 "brighttext" "0"
N/A702 "Command" "next_style"
N/A703 "sound_depressed" "UI/buttonclick.wav"
N/A704 "sound_released" "UI/buttonclickrelease.wav"
N/A705 }
N/A706 
N/A707 "OptionsFrame"
N/A708 {
N/A709 "ControlName" "EditablePanel"
N/A710 "fieldName" "OptionsFrame"
N/A711 "xpos" "c60"
N/A712 "ypos" "c-100"
N/A713 "wide" "200"
N/A714 "tall" "150"
N/A715 "visible" "1"
N/A716 "enabled" "1"
N/A717 
N/A718 "LoadoutLabel"
N/A719 {
N/A720 "ControlName" "CExLabel"
N/A721 "fieldName" "LoadoutLabel"
N/A722 "font" "HudFontSmallBold"
N/A723 "labelText" "#TF_ImportPreview_LoadoutLabel"
N/A724 "textAlignment" "west"
N/A725 "xpos" "0"
N/A726 "ypos" "0"
N/A727 "wide" "200"
N/A728 "tall" "15"
N/A729 "autoResize" "0"
N/A730 "skip_autoresize" "1"
N/A731 "pinCorner" "0"
N/A732 "visible" "1"
N/A733 "enabled" "1"
N/A734 "wrap" "1"
N/A735 }
N/A736 
N/A737 "LoadoutComboBox"
N/A738 {
N/A739 "ControlName" "ComboBox"
N/A740 "fieldName" "LoadoutComboBox"
N/A741 "Font" "HudFontSmallBold"
N/A742 "xpos" "0"
N/A743 "ypos" "15"
N/A744 "wide" "200"
N/A745 "tall" "25"
N/A746 "autoResize" "0"
N/A747 "pinCorner" "0"
N/A748 "editable" "0"
N/A749 }
N/A750 
N/A751 "ActionLabel"
N/A752 {
N/A753 "ControlName" "CExLabel"
N/A754 "fieldName" "ActionLabel"
N/A755 "font" "HudFontSmallBold"
N/A756 "labelText" "#TF_ImportPreview_ActionLabel"
N/A757 "textAlignment" "west"
N/A758 "xpos" "0"
N/A759 "ypos" "45"
N/A760 "wide" "200"
N/A761 "tall" "15"
N/A762 "autoResize" "0"
N/A763 "skip_autoresize" "1"
N/A764 "pinCorner" "0"
N/A765 "visible" "1"
N/A766 "enabled" "1"
N/A767 "wrap" "1"
N/A768 }
N/A769 
N/A770 "ActionComboBox"
N/A771 {
N/A772 "ControlName" "ComboBox"
N/A773 "fieldName" "ActionComboBox"
N/A774 "Font" "HudFontSmallBold"
N/A775 "xpos" "0"
N/A776 "ypos" "60"
N/A777 "wide" "200"
N/A778 "tall" "25"
N/A779 "autoResize" "0"
N/A780 "pinCorner" "0"
N/A781 "editable" "0"
N/A782 }
N/A783 
N/A784 "EffectLabel"
N/A785 {
N/A786 "ControlName" "CExLabel"
N/A787 "fieldName" "EffectLabel"
N/A788 "font" "HudFontSmallBold"
N/A789 "labelText" "#TF_ImportPreview_EffectLabel"
N/A790 "textAlignment" "west"
N/A791 "xpos" "0"
N/A792 "ypos" "90"
N/A793 "wide" "200"
N/A794 "tall" "15"
N/A795 "autoResize" "0"
N/A796 "skip_autoresize" "1"
N/A797 "pinCorner" "0"
N/A798 "visible" "1"
N/A799 "enabled" "1"
N/A800 "wrap" "1"
N/A801 }
N/A802 
N/A803 "EffectComboBox"
N/A804 {
N/A805 "ControlName" "ComboBox"
N/A806 "fieldName" "EffectComboBox"
N/A807 "Font" "HudFontSmallBold"
N/A808 "xpos" "0"
N/A809 "ypos" "105"
N/A810 "wide" "200"
N/A811 "tall" "25"
N/A812 "autoResize" "0"
N/A813 "pinCorner" "0"
N/A814 "editable" "0"
N/A815 }
N/A816 }
N/A817 
N/A818 "AdvancedLabel"
N/A819 {
N/A820 "ControlName" "CExLabel"
N/A821 "fieldName" "AdvancedLabel"
N/A822 "font" "HudFontSmallBold"
N/A823 "textAlignment" "north-west"
N/A824 "xpos" "c60"
N/A825 "ypos" "c40"
N/A826 "wide" "200"
N/A827 "tall" "15"
N/A828 "autoResize" "0"
N/A829 "pinCorner" "0"
N/A830 "visible" "1"
N/A831 "enabled" "1"
N/A832 "wrap" "1"
N/A833 "labelText" "#TF_ImportFile_Advanced"
N/A834 }
N/A835 
N/A836 "AdvancedFrame"
N/A837 {
N/A838 "ControlName" "EditablePanel"
N/A839 "fieldName" "AdvancedFrame"
N/A840 "xpos" "c60"
N/A841 "ypos" "c55"
N/A842 "wide" "200"
N/A843 "tall" "76"
N/A844 "visible" "1"
N/A845 "enabled" "1"
N/A846 "paintbackground" "0"
N/A847 "border" "TFFatLineBorderOpaque"
N/A848 "PaintBorder" "1"
N/A849 
N/A850 "ButtonEditQC"
N/A851 {
N/A852 "ControlName" "Button"
N/A853 "fieldName" "ButtonEditQC"
N/A854 "xpos" "7"
N/A855 "ypos" "5"
N/A856 "wide" "92"
N/A857 "tall" "20"
N/A858 "autoResize" "0"
N/A859 "pinCorner" "0"
N/A860 "visible" "1"
N/A861 "enabled" "1"
N/A862 "tabPosition" "0"
N/A863 "labelText" "#TF_ImportFile_EditQC"
N/A864 "textAlignment" "center"
N/A865 "dulltext" "0"
N/A866 "brighttext" "0"
N/A867 "wrap" "0"
N/A868 "Command" "EditQC"
N/A869 "Default" "0"
N/A870 "font" "HudFontSmallBold"
N/A871 }
N/A872 
N/A873 "ButtonEditMaterial0"
N/A874 {
N/A875 "ControlName" "Button"
N/A876 "fieldName" "ButtonEditMaterial0"
N/A877 "xpos" "7"
N/A878 "ypos" "28"
N/A879 "wide" "92"
N/A880 "tall" "20"
N/A881 "autoResize" "0"
N/A882 "pinCorner" "0"
N/A883 "visible" "1"
N/A884 "enabled" "1"
N/A885 "tabPosition" "0"
N/A886 "labelText" "#TF_ImportFile_EditMaterial0"
N/A887 "textAlignment" "center"
N/A888 "dulltext" "0"
N/A889 "brighttext" "0"
N/A890 "wrap" "0"
N/A891 "Command" "EditMaterial0"
N/A892 "Default" "0"
N/A893 "font" "HudFontSmallBold"
N/A894 }
N/A895 
N/A896 "ButtonEditMaterial1"
N/A897 {
N/A898 "ControlName" "Button"
N/A899 "fieldName" "ButtonEditMaterial1"
N/A900 "xpos" "102"
N/A901 "ypos" "28"
N/A902 "wide" "92"
N/A903 "tall" "20"
N/A904 "autoResize" "0"
N/A905 "pinCorner" "0"
N/A906 "visible" "1"
N/A907 "enabled" "1"
N/A908 "tabPosition" "0"
N/A909 "labelText" "#TF_ImportFile_EditMaterial1"
N/A910 "textAlignment" "center"
N/A911 "dulltext" "0"
N/A912 "brighttext" "0"
N/A913 "wrap" "0"
N/A914 "Command" "EditMaterial1"
N/A915 "Default" "0"
N/A916 "font" "HudFontSmallBold"
N/A917 }
N/A918 
N/A919 "SkinButton1"
N/A920 {
N/A921 "ControlName" "RadioButton"
N/A922 "fieldName" "ButtonSelectSkin1"
N/A923 "xpos" "7"
N/A924 "ypos" "51"
N/A925 "wide" "92"
N/A926 "tall" "20"
N/A927 "labelText" "#TF_ImportFile_RedSkinShort"
N/A928 "font" "HudFontSmallBold"
N/A929 "defaultFgColor_override" "235 226 202 255"
N/A930 }
N/A931 
N/A932 "SkinButton2"
N/A933 {
N/A934 "ControlName" "RadioButton"
N/A935 "fieldName" "ButtonSelectSkin2"
N/A936 "xpos" "102"
N/A937 "ypos" "51"
N/A938 "wide" "92"
N/A939 "tall" "20"
N/A940 "labelText" "#TF_ImportFile_BluSkinShort"
N/A941 "font" "HudFontSmallBold"
N/A942 "defaultFgColor_override" "235 226 202 255"
N/A943 }
N/A944 }
N/A945 
N/A946 "ShowExplanationsButton"
N/A947 {
N/A948 "ControlName" "CExButton"
N/A949 "fieldName" "ShowExplanationsButton"
N/A950 "xpos" "c275"
N/A951 "ypos" "45"
N/A952 "wide" "20"
N/A953 "tall" "20"
N/A954 "autoResize" "0"
N/A955 "pinCorner" "0"
N/A956 "visible" "1"
N/A957 "enabled" "1"
N/A958 "tabPosition" "0"
N/A959 "labelText" "?"
N/A960 "font" "HudFontSmallBold"
N/A961 "textAlignment" "center"
N/A962 "dulltext" "0"
N/A963 "brighttext" "0"
N/A964 "default" "1"
N/A965 "Command" "show_explanations"
N/A966 }
N/A967 
N/A968 "StartExplanation"
N/A969 {
N/A970 "ControlName" "CExplanationPopup"
N/A971 "fieldName" "StartExplanation"
N/A972 "xpos" "0"
N/A973 "ypos" "0"
N/A974 "zpos" "10000"
N/A975 "wide" "250"
N/A976 "tall" "140"
N/A977 "visible" "0"
N/A978 "PaintBackgroundType" "2"
N/A979 "paintbackground" "0"
N/A980 "border" "MainMenuHighlightBorder"
N/A981 
N/A982 "force_close" "1"
N/A983 "end_x" "c-10"
N/A984 "end_y" "190"
N/A985 "end_wide" "300"
N/A986 "end_tall" "155"
N/A987 "callout_inparents_x" "c-40"
N/A988 "callout_inparents_y" "c0"
N/A989 "next_explanation" "OptionsExplanation"
N/A990 
N/A991 "TitleLabel"
N/A992 {
N/A993 "ControlName" "CExLabel"
N/A994 "fieldName" "TitleLabel"
N/A995 "font" "HudFontSmallBold"
N/A996 "labelText" "#TF_ImportFile_PreviewExplanation_Title"
N/A997 "textAlignment" "north"
N/A998 "xpos" "20"
N/A999 "ypos" "10"
N/A1000 "wide" "260"
N/A1001 "tall" "30"
N/A1002 "autoResize" "0"
N/A1003 "pinCorner" "0"
N/A1004 "visible" "1"
N/A1005 "enabled" "1"
N/A1006 "wrap" "1"
N/A1007 "fgcolor_override" "46 43 42 255"
N/A1008 }
N/A1009 
N/A1010 "TextLabel"
N/A1011 {
N/A1012 "ControlName" "CExLabel"
N/A1013 "fieldName" "TextLabel"
N/A1014 "font" "HudFontSmall"
N/A1015 "labelText" "#TF_ImportFile_PreviewExplanation_Text"
N/A1016 "textAlignment" "north-west"
N/A1017 "xpos" "20"
N/A1018 "ypos" "45"
N/A1019 "wide" "260"
N/A1020 "tall" "85"
N/A1021 "autoResize" "0"
N/A1022 "pinCorner" "0"
N/A1023 "visible" "1"
N/A1024 "enabled" "1"
N/A1025 "wrap" "1"
N/A1026 "fgcolor_override" "46 43 42 255"
N/A1027 }
N/A1028 
N/A1029 "CloseButton"
N/A1030 {
N/A1031 "ControlName" "CExImageButton"
N/A1032 "fieldName" "CloseButton"
N/A1033 "xpos" "280"
N/A1034 "ypos" "5"
N/A1035 "zpos" "10"
N/A1036 "wide" "14"
N/A1037 "tall" "14"
N/A1038 "autoResize" "0"
N/A1039 "pinCorner" "0"
N/A1040 "visible" "1"
N/A1041 "enabled" "1"
N/A1042 "tabPosition" "0"
N/A1043 "labeltext" ""
N/A1044 "font" "HudFontSmallBold"
N/A1045 "textAlignment" "center"
N/A1046 "dulltext" "0"
N/A1047 "brighttext" "0"
N/A1048 "default" "0"
N/A1049 "sound_depressed" "UI/buttonclick.wav"
N/A1050 "sound_released" "UI/buttonclickrelease.wav"
N/A1051 "Command" "close"
N/A1052 
N/A1053 "paintbackground" "0"
N/A1054 
N/A1055 "defaultFgColor_override" "46 43 42 255"
N/A1056 "armedFgColor_override" "200 80 60 255"
N/A1057 "depressedFgColor_override" "46 43 42 255"
N/A1058 
N/A1059 "image_drawcolor" "117 107 94 255"
N/A1060 "image_armedcolor" "200 80 60 255"
N/A1061 "SubImage"
N/A1062 {
N/A1063 "ControlName" "ImagePanel"
N/A1064 "fieldName" "SubImage"
N/A1065 "xpos" "0"
N/A1066 "ypos" "0"
N/A1067 "zpos" "1"
N/A1068 "wide" "14"
N/A1069 "tall" "14"
N/A1070 "visible" "1"
N/A1071 "enabled" "1"
N/A1072 "image" "close_button"
N/A1073 "scaleImage" "1"
N/A1074 }
N/A1075 }
N/A1076 "PositionLabel"
N/A1077 {
N/A1078 "ControlName" "CExLabel"
N/A1079 "fieldName" "PositionLabel"
N/A1080 "font" "HudFontSmallBold"
N/A1081 "labelText" "%explanationnumber%"
N/A1082 "textAlignment" "center"
N/A1083 "xpos" "0"
N/A1084 "ypos" "125"
N/A1085 "zpos" "-1"
N/A1086 "wide" "300"
N/A1087 "tall" "30"
N/A1088 "autoResize" "0"
N/A1089 "pinCorner" "0"
N/A1090 "visible" "1"
N/A1091 "enabled" "1"
N/A1092 "fgcolor_override" "200 80 60 255"
N/A1093 }
N/A1094 "NextButton"
N/A1095 {
N/A1096 "ControlName" "CExImageButton"
N/A1097 "fieldName" "NextButton"
N/A1098 "xpos" "260"
N/A1099 "ypos" "125"
N/A1100 "zpos" "10"
N/A1101 "wide" "30"
N/A1102 "tall" "30"
N/A1103 "autoResize" "0"
N/A1104 "pinCorner" "0"
N/A1105 "visible" "1"
N/A1106 "enabled" "1"
N/A1107 "tabPosition" "0"
N/A1108 "labeltext" ""
N/A1109 "font" "HudFontSmallBold"
N/A1110 "textAlignment" "center"
N/A1111 "dulltext" "0"
N/A1112 "brighttext" "0"
N/A1113 "default" "1"
N/A1114 "sound_depressed" "UI/buttonclick.wav"
N/A1115 "sound_released" "UI/buttonclickrelease.wav"
N/A1116 "Command" "nextexplanation"
N/A1117 
N/A1118 "paintbackground" "0"
N/A1119 
N/A1120 "defaultFgColor_override" "46 43 42 255"
N/A1121 "armedFgColor_override" "200 80 60 255"
N/A1122 "depressedFgColor_override" "46 43 42 255"
N/A1123 
N/A1124 "image_drawcolor" "235 226 202 255"
N/A1125 "image_armedcolor" "255 255 255 255"
N/A1126 "SubImage"
N/A1127 {
N/A1128 "ControlName" "ImagePanel"
N/A1129 "fieldName" "SubImage"
N/A1130 "xpos" "0"
N/A1131 "ypos" "0"
N/A1132 "zpos" "1"
N/A1133 "wide" "30"
N/A1134 "tall" "30"
N/A1135 "visible" "1"
N/A1136 "enabled" "1"
N/A1137 "image" "blog_forward"
N/A1138 "scaleImage" "1"
N/A1139 }
N/A1140 }
N/A1141 }
N/A1142 
N/A1143 "OptionsExplanation"
N/A1144 {
N/A1145 "ControlName" "CExplanationPopup"
N/A1146 "fieldName" "OptionsExplanation"
N/A1147 "xpos" "0"
N/A1148 "ypos" "0"
N/A1149 "zpos" "10000"
N/A1150 "wide" "250"
N/A1151 "tall" "120"
N/A1152 "visible" "0"
N/A1153 "PaintBackgroundType" "2"
N/A1154 "paintbackground" "0"
N/A1155 "border" "MainMenuHighlightBorder"
N/A1156 
N/A1157 "force_close" "1"
N/A1158 "end_x" "c-240"
N/A1159 "end_y" "c-120"
N/A1160 "end_wide" "250"
N/A1161 "end_tall" "120"
N/A1162 "callout_inparents_x" "c60"
N/A1163 "callout_inparents_y" "c-25"
N/A1164 "next_explanation" "AdvancedExplanation"
N/A1165 
N/A1166 "TitleLabel"
N/A1167 {
N/A1168 "ControlName" "CExLabel"
N/A1169 "fieldName" "TitleLabel"
N/A1170 "font" "HudFontSmallBold"
N/A1171 "labelText" "#TF_ImportFile_OptionsExplanation_Title"
N/A1172 "textAlignment" "north"
N/A1173 "xpos" "20"
N/A1174 "ypos" "10"
N/A1175 "wide" "210"
N/A1176 "tall" "30"
N/A1177 "autoResize" "0"
N/A1178 "pinCorner" "0"
N/A1179 "visible" "1"
N/A1180 "enabled" "1"
N/A1181 "wrap" "1"
N/A1182 "fgcolor_override" "46 43 42 255"
N/A1183 }
N/A1184 
N/A1185 "TextLabel"
N/A1186 {
N/A1187 "ControlName" "CExLabel"
N/A1188 "fieldName" "TextLabel"
N/A1189 "font" "HudFontSmall"
N/A1190 "labelText" "#TF_ImportFile_OptionsExplanation_Text"
N/A1191 "textAlignment" "north-west"
N/A1192 "xpos" "20"
N/A1193 "ypos" "45"
N/A1194 "wide" "210"
N/A1195 "tall" "85"
N/A1196 "autoResize" "0"
N/A1197 "pinCorner" "0"
N/A1198 "visible" "1"
N/A1199 "enabled" "1"
N/A1200 "wrap" "1"
N/A1201 "fgcolor_override" "46 43 42 255"
N/A1202 }
N/A1203 
N/A1204 "CloseButton"
N/A1205 {
N/A1206 "ControlName" "CExImageButton"
N/A1207 "fieldName" "CloseButton"
N/A1208 "xpos" "230"
N/A1209 "ypos" "5"
N/A1210 "zpos" "10"
N/A1211 "wide" "14"
N/A1212 "tall" "14"
N/A1213 "autoResize" "0"
N/A1214 "pinCorner" "0"
N/A1215 "visible" "1"
N/A1216 "enabled" "1"
N/A1217 "tabPosition" "0"
N/A1218 "labeltext" ""
N/A1219 "font" "HudFontSmallBold"
N/A1220 "textAlignment" "center"
N/A1221 "dulltext" "0"
N/A1222 "brighttext" "0"
N/A1223 "default" "0"
N/A1224 "sound_depressed" "UI/buttonclick.wav"
N/A1225 "sound_released" "UI/buttonclickrelease.wav"
N/A1226 "Command" "close"
N/A1227 
N/A1228 "paintbackground" "0"
N/A1229 
N/A1230 "defaultFgColor_override" "46 43 42 255"
N/A1231 "armedFgColor_override" "200 80 60 255"
N/A1232 "depressedFgColor_override" "46 43 42 255"
N/A1233 
N/A1234 "image_drawcolor" "117 107 94 255"
N/A1235 "image_armedcolor" "200 80 60 255"
N/A1236 "SubImage"
N/A1237 {
N/A1238 "ControlName" "ImagePanel"
N/A1239 "fieldName" "SubImage"
N/A1240 "xpos" "0"
N/A1241 "ypos" "0"
N/A1242 "zpos" "1"
N/A1243 "wide" "14"
N/A1244 "tall" "14"
N/A1245 "visible" "1"
N/A1246 "enabled" "1"
N/A1247 "image" "close_button"
N/A1248 "scaleImage" "1"
N/A1249 }
N/A1250 }
N/A1251 "PrevButton"
N/A1252 {
N/A1253 "ControlName" "CExImageButton"
N/A1254 "fieldName" "PrevButton"
N/A1255 "xpos" "10"
N/A1256 "ypos" "90"
N/A1257 "zpos" "10"
N/A1258 "wide" "30"
N/A1259 "tall" "30"
N/A1260 "autoResize" "0"
N/A1261 "pinCorner" "0"
N/A1262 "visible" "1"
N/A1263 "enabled" "1"
N/A1264 "tabPosition" "0"
N/A1265 "labeltext" ""
N/A1266 "font" "HudFontSmallBold"
N/A1267 "textAlignment" "center"
N/A1268 "dulltext" "0"
N/A1269 "brighttext" "0"
N/A1270 "default" "0"
N/A1271 "sound_depressed" "UI/buttonclick.wav"
N/A1272 "sound_released" "UI/buttonclickrelease.wav"
N/A1273 "Command" "prevexplanation"
N/A1274 
N/A1275 "paintbackground" "0"
N/A1276 
N/A1277 "defaultFgColor_override" "46 43 42 255"
N/A1278 "armedFgColor_override" "200 80 60 255"
N/A1279 "depressedFgColor_override" "46 43 42 255"
N/A1280 
N/A1281 "image_drawcolor" "235 226 202 255"
N/A1282 "image_armedcolor" "255 255 255 255"
N/A1283 "SubImage"
N/A1284 {
N/A1285 "ControlName" "ImagePanel"
N/A1286 "fieldName" "SubImage"
N/A1287 "xpos" "0"
N/A1288 "ypos" "0"
N/A1289 "zpos" "1"
N/A1290 "wide" "30"
N/A1291 "tall" "30"
N/A1292 "visible" "1"
N/A1293 "enabled" "1"
N/A1294 "image" "blog_back"
N/A1295 "scaleImage" "1"
N/A1296 }
N/A1297 }
N/A1298 "PositionLabel"
N/A1299 {
N/A1300 "ControlName" "CExLabel"
N/A1301 "fieldName" "PositionLabel"
N/A1302 "font" "HudFontSmallBold"
N/A1303 "labelText" "%explanationnumber%"
N/A1304 "textAlignment" "center"
N/A1305 "xpos" "0"
N/A1306 "ypos" "90"
N/A1307 "zpos" "-1"
N/A1308 "wide" "250"
N/A1309 "tall" "30"
N/A1310 "autoResize" "0"
N/A1311 "pinCorner" "0"
N/A1312 "visible" "1"
N/A1313 "enabled" "1"
N/A1314 "fgcolor_override" "200 80 60 255"
N/A1315 }
N/A1316 "NextButton"
N/A1317 {
N/A1318 "ControlName" "CExImageButton"
N/A1319 "fieldName" "NextButton"
N/A1320 "xpos" "210"
N/A1321 "ypos" "90"
N/A1322 "zpos" "10"
N/A1323 "wide" "30"
N/A1324 "tall" "30"
N/A1325 "autoResize" "0"
N/A1326 "pinCorner" "0"
N/A1327 "visible" "1"
N/A1328 "enabled" "1"
N/A1329 "tabPosition" "0"
N/A1330 "labeltext" ""
N/A1331 "font" "HudFontSmallBold"
N/A1332 "textAlignment" "center"
N/A1333 "dulltext" "0"
N/A1334 "brighttext" "0"
N/A1335 "default" "1"
N/A1336 "sound_depressed" "UI/buttonclick.wav"
N/A1337 "sound_released" "UI/buttonclickrelease.wav"
N/A1338 "Command" "nextexplanation"
N/A1339 
N/A1340 "paintbackground" "0"
N/A1341 
N/A1342 "defaultFgColor_override" "46 43 42 255"
N/A1343 "armedFgColor_override" "200 80 60 255"
N/A1344 "depressedFgColor_override" "46 43 42 255"
N/A1345 
N/A1346 "image_drawcolor" "235 226 202 255"
N/A1347 "image_armedcolor" "255 255 255 255"
N/A1348 "SubImage"
N/A1349 {
N/A1350 "ControlName" "ImagePanel"
N/A1351 "fieldName" "SubImage"
N/A1352 "xpos" "0"
N/A1353 "ypos" "0"
N/A1354 "zpos" "1"
N/A1355 "wide" "30"
N/A1356 "tall" "30"
N/A1357 "visible" "1"
N/A1358 "enabled" "1"
N/A1359 "image" "blog_forward"
N/A1360 "scaleImage" "1"
N/A1361 }
N/A1362 }
N/A1363 }
N/A1364 
N/A1365 "AdvancedExplanation"
N/A1366 {
N/A1367 "ControlName" "CExplanationPopup"
N/A1368 "fieldName" "AdvancedExplanation"
N/A1369 "xpos" "0"
N/A1370 "ypos" "0"
N/A1371 "zpos" "10000"
N/A1372 "wide" "250"
N/A1373 "tall" "120"
N/A1374 "visible" "0"
N/A1375 "PaintBackgroundType" "2"
N/A1376 "paintbackground" "0"
N/A1377 "border" "MainMenuHighlightBorder"
N/A1378 
N/A1379 "force_close" "1"
N/A1380 "end_x" "c-240"
N/A1381 "end_y" "c-10"
N/A1382 "end_wide" "250"
N/A1383 "end_tall" "140"
N/A1384 "callout_inparents_x" "c60"
N/A1385 "callout_inparents_y" "c95"
N/A1386 "next_explanation" "ExplanationExplanation"
N/A1387 
N/A1388 "TitleLabel"
N/A1389 {
N/A1390 "ControlName" "CExLabel"
N/A1391 "fieldName" "TitleLabel"
N/A1392 "font" "HudFontSmallBold"
N/A1393 "labelText" "#TF_ImportFile_AdvancedExplanation_Title"
N/A1394 "textAlignment" "north"
N/A1395 "xpos" "20"
N/A1396 "ypos" "10"
N/A1397 "wide" "210"
N/A1398 "tall" "30"
N/A1399 "autoResize" "0"
N/A1400 "pinCorner" "0"
N/A1401 "visible" "1"
N/A1402 "enabled" "1"
N/A1403 "wrap" "1"
N/A1404 "fgcolor_override" "46 43 42 255"
N/A1405 }
N/A1406 
N/A1407 "TextLabel"
N/A1408 {
N/A1409 "ControlName" "CExLabel"
N/A1410 "fieldName" "TextLabel"
N/A1411 "font" "HudFontSmall"
N/A1412 "labelText" "#TF_ImportFile_AdvancedExplanation_Text"
N/A1413 "textAlignment" "north-west"
N/A1414 "xpos" "20"
N/A1415 "ypos" "45"
N/A1416 "wide" "210"
N/A1417 "tall" "85"
N/A1418 "autoResize" "0"
N/A1419 "pinCorner" "0"
N/A1420 "visible" "1"
N/A1421 "enabled" "1"
N/A1422 "wrap" "1"
N/A1423 "fgcolor_override" "46 43 42 255"
N/A1424 }
N/A1425 
N/A1426 "CloseButton"
N/A1427 {
N/A1428 "ControlName" "CExImageButton"
N/A1429 "fieldName" "CloseButton"
N/A1430 "xpos" "230"
N/A1431 "ypos" "5"
N/A1432 "zpos" "10"
N/A1433 "wide" "14"
N/A1434 "tall" "14"
N/A1435 "autoResize" "0"
N/A1436 "pinCorner" "0"
N/A1437 "visible" "1"
N/A1438 "enabled" "1"
N/A1439 "tabPosition" "0"
N/A1440 "labeltext" ""
N/A1441 "font" "HudFontSmallBold"
N/A1442 "textAlignment" "center"
N/A1443 "dulltext" "0"
N/A1444 "brighttext" "0"
N/A1445 "default" "0"
N/A1446 "sound_depressed" "UI/buttonclick.wav"
N/A1447 "sound_released" "UI/buttonclickrelease.wav"
N/A1448 "Command" "close"
N/A1449 
N/A1450 "paintbackground" "0"
N/A1451 
N/A1452 "defaultFgColor_override" "46 43 42 255"
N/A1453 "armedFgColor_override" "200 80 60 255"
N/A1454 "depressedFgColor_override" "46 43 42 255"
N/A1455 
N/A1456 "image_drawcolor" "117 107 94 255"
N/A1457 "image_armedcolor" "200 80 60 255"
N/A1458 "SubImage"
N/A1459 {
N/A1460 "ControlName" "ImagePanel"
N/A1461 "fieldName" "SubImage"
N/A1462 "xpos" "0"
N/A1463 "ypos" "0"
N/A1464 "zpos" "1"
N/A1465 "wide" "14"
N/A1466 "tall" "14"
N/A1467 "visible" "1"
N/A1468 "enabled" "1"
N/A1469 "image" "close_button"
N/A1470 "scaleImage" "1"
N/A1471 }
N/A1472 }
N/A1473 "PrevButton"
N/A1474 {
N/A1475 "ControlName" "CExImageButton"
N/A1476 "fieldName" "PrevButton"
N/A1477 "xpos" "10"
N/A1478 "ypos" "110"
N/A1479 "zpos" "10"
N/A1480 "wide" "30"
N/A1481 "tall" "30"
N/A1482 "autoResize" "0"
N/A1483 "pinCorner" "0"
N/A1484 "visible" "1"
N/A1485 "enabled" "1"
N/A1486 "tabPosition" "0"
N/A1487 "labeltext" ""
N/A1488 "font" "HudFontSmallBold"
N/A1489 "textAlignment" "center"
N/A1490 "dulltext" "0"
N/A1491 "brighttext" "0"
N/A1492 "default" "0"
N/A1493 "sound_depressed" "UI/buttonclick.wav"
N/A1494 "sound_released" "UI/buttonclickrelease.wav"
N/A1495 "Command" "prevexplanation"
N/A1496 
N/A1497 "paintbackground" "0"
N/A1498 
N/A1499 "defaultFgColor_override" "46 43 42 255"
N/A1500 "armedFgColor_override" "200 80 60 255"
N/A1501 "depressedFgColor_override" "46 43 42 255"
N/A1502 
N/A1503 "image_drawcolor" "235 226 202 255"
N/A1504 "image_armedcolor" "255 255 255 255"
N/A1505 "SubImage"
N/A1506 {
N/A1507 "ControlName" "ImagePanel"
N/A1508 "fieldName" "SubImage"
N/A1509 "xpos" "0"
N/A1510 "ypos" "0"
N/A1511 "zpos" "1"
N/A1512 "wide" "30"
N/A1513 "tall" "30"
N/A1514 "visible" "1"
N/A1515 "enabled" "1"
N/A1516 "image" "blog_back"
N/A1517 "scaleImage" "1"
N/A1518 }
N/A1519 }
N/A1520 "PositionLabel"
N/A1521 {
N/A1522 "ControlName" "CExLabel"
N/A1523 "fieldName" "PositionLabel"
N/A1524 "font" "HudFontSmallBold"
N/A1525 "labelText" "%explanationnumber%"
N/A1526 "textAlignment" "center"
N/A1527 "xpos" "0"
N/A1528 "ypos" "110"
N/A1529 "zpos" "-1"
N/A1530 "wide" "250"
N/A1531 "tall" "30"
N/A1532 "autoResize" "0"
N/A1533 "pinCorner" "0"
N/A1534 "visible" "1"
N/A1535 "enabled" "1"
N/A1536 "fgcolor_override" "200 80 60 255"
N/A1537 }
N/A1538 "NextButton"
N/A1539 {
N/A1540 "ControlName" "CExImageButton"
N/A1541 "fieldName" "NextButton"
N/A1542 "xpos" "210"
N/A1543 "ypos" "110"
N/A1544 "zpos" "10"
N/A1545 "wide" "30"
N/A1546 "tall" "30"
N/A1547 "autoResize" "0"
N/A1548 "pinCorner" "0"
N/A1549 "visible" "1"
N/A1550 "enabled" "1"
N/A1551 "tabPosition" "0"
N/A1552 "labeltext" ""
N/A1553 "font" "HudFontSmallBold"
N/A1554 "textAlignment" "center"
N/A1555 "dulltext" "0"
N/A1556 "brighttext" "0"
N/A1557 "default" "1"
N/A1558 "sound_depressed" "UI/buttonclick.wav"
N/A1559 "sound_released" "UI/buttonclickrelease.wav"
N/A1560 "Command" "nextexplanation"
N/A1561 
N/A1562 "paintbackground" "0"
N/A1563 
N/A1564 "defaultFgColor_override" "46 43 42 255"
N/A1565 "armedFgColor_override" "200 80 60 255"
N/A1566 "depressedFgColor_override" "46 43 42 255"
N/A1567 
N/A1568 "image_drawcolor" "235 226 202 255"
N/A1569 "image_armedcolor" "255 255 255 255"
N/A1570 "SubImage"
N/A1571 {
N/A1572 "ControlName" "ImagePanel"
N/A1573 "fieldName" "SubImage"
N/A1574 "xpos" "0"
N/A1575 "ypos" "0"
N/A1576 "zpos" "1"
N/A1577 "wide" "30"
N/A1578 "tall" "30"
N/A1579 "visible" "1"
N/A1580 "enabled" "1"
N/A1581 "image" "blog_forward"
N/A1582 "scaleImage" "1"
N/A1583 }
N/A1584 }
N/A1585 }
N/A1586 
N/A1587 "ExplanationExplanation"
N/A1588 {
N/A1589 "ControlName" "CExplanationPopup"
N/A1590 "fieldName" "ExplanationExplanation"
N/A1591 "xpos" "0"
N/A1592 "ypos" "0"
N/A1593 "zpos" "10000"
N/A1594 "wide" "250"
N/A1595 "tall" "120"
N/A1596 "visible" "0"
N/A1597 "PaintBackgroundType" "2"
N/A1598 "paintbackground" "0"
N/A1599 "border" "MainMenuHighlightBorder"
N/A1600 
N/A1601 "force_close" "1"
N/A1602 "end_x" "c100"
N/A1603 "end_y" "100"
N/A1604 "end_wide" "250"
N/A1605 "end_tall" "120"
N/A1606 "callout_inparents_x" "c285"
N/A1607 "callout_inparents_y" "65"
N/A1608 
N/A1609 "TitleLabel"
N/A1610 {
N/A1611 "ControlName" "CExLabel"
N/A1612 "fieldName" "TitleLabel"
N/A1613 "font" "HudFontSmallBold"
N/A1614 "labelText" "#ExplanationExplanation_Title"
N/A1615 "textAlignment" "north"
N/A1616 "xpos" "20"
N/A1617 "ypos" "10"
N/A1618 "wide" "210"
N/A1619 "tall" "30"
N/A1620 "autoResize" "0"
N/A1621 "pinCorner" "0"
N/A1622 "visible" "1"
N/A1623 "enabled" "1"
N/A1624 "wrap" "1"
N/A1625 "fgcolor_override" "46 43 42 255"
N/A1626 }
N/A1627 
N/A1628 "TextLabel"
N/A1629 {
N/A1630 "ControlName" "CExLabel"
N/A1631 "fieldName" "TextLabel"
N/A1632 "font" "HudFontSmall"
N/A1633 "labelText" "#ExplanationExplanation_Text"
N/A1634 "textAlignment" "north-west"
N/A1635 "xpos" "20"
N/A1636 "ypos" "45"
N/A1637 "wide" "210"
N/A1638 "tall" "65"
N/A1639 "autoResize" "0"
N/A1640 "pinCorner" "0"
N/A1641 "visible" "1"
N/A1642 "enabled" "1"
N/A1643 "wrap" "1"
N/A1644 "fgcolor_override" "46 43 42 255"
N/A1645 }
N/A1646 
N/A1647 "CloseButton"
N/A1648 {
N/A1649 "ControlName" "CExImageButton"
N/A1650 "fieldName" "CloseButton"
N/A1651 "xpos" "230"
N/A1652 "ypos" "5"
N/A1653 "zpos" "10"
N/A1654 "wide" "14"
N/A1655 "tall" "14"
N/A1656 "autoResize" "0"
N/A1657 "pinCorner" "0"
N/A1658 "visible" "1"
N/A1659 "enabled" "1"
N/A1660 "tabPosition" "0"
N/A1661 "labeltext" ""
N/A1662 "font" "HudFontSmallBold"
N/A1663 "textAlignment" "center"
N/A1664 "dulltext" "0"
N/A1665 "brighttext" "0"
N/A1666 "default" "1"
N/A1667 "sound_depressed" "UI/buttonclick.wav"
N/A1668 "sound_released" "UI/buttonclickrelease.wav"
N/A1669 "Command" "close"
N/A1670 
N/A1671 "paintbackground" "0"
N/A1672 
N/A1673 "defaultFgColor_override" "46 43 42 255"
N/A1674 "armedFgColor_override" "235 226 202 255"
N/A1675 "depressedFgColor_override" "46 43 42 255"
N/A1676 
N/A1677 "image_drawcolor" "117 107 94 255"
N/A1678 "image_armedcolor" "200 80 60 255"
N/A1679 "SubImage"
N/A1680 {
N/A1681 "ControlName" "ImagePanel"
N/A1682 "fieldName" "SubImage"
N/A1683 "xpos" "0"
N/A1684 "ypos" "0"
N/A1685 "zpos" "1"
N/A1686 "wide" "14"
N/A1687 "tall" "14"
N/A1688 "visible" "1"
N/A1689 "enabled" "1"
N/A1690 "image" "close_button"
N/A1691 "scaleImage" "1"
N/A1692 }
N/A1693 }
N/A1694 "PrevButton"
N/A1695 {
N/A1696 "ControlName" "CExImageButton"
N/A1697 "fieldName" "PrevButton"
N/A1698 "xpos" "10"
N/A1699 "ypos" "90"
N/A1700 "zpos" "10"
N/A1701 "wide" "30"
N/A1702 "tall" "30"
N/A1703 "autoResize" "0"
N/A1704 "pinCorner" "0"
N/A1705 "visible" "1"
N/A1706 "enabled" "1"
N/A1707 "tabPosition" "0"
N/A1708 "labeltext" ""
N/A1709 "font" "HudFontSmallBold"
N/A1710 "textAlignment" "center"
N/A1711 "dulltext" "0"
N/A1712 "brighttext" "0"
N/A1713 "default" "0"
N/A1714 "sound_depressed" "UI/buttonclick.wav"
N/A1715 "sound_released" "UI/buttonclickrelease.wav"
N/A1716 "Command" "prevexplanation"
N/A1717 
N/A1718 "paintbackground" "0"
N/A1719 
N/A1720 "defaultFgColor_override" "46 43 42 255"
N/A1721 "armedFgColor_override" "200 80 60 255"
N/A1722 "depressedFgColor_override" "46 43 42 255"
N/A1723 
N/A1724 "image_drawcolor" "235 226 202 255"
N/A1725 "image_armedcolor" "255 255 255 255"
N/A1726 "SubImage"
N/A1727 {
N/A1728 "ControlName" "ImagePanel"
N/A1729 "fieldName" "SubImage"
N/A1730 "xpos" "0"
N/A1731 "ypos" "0"
N/A1732 "zpos" "1"
N/A1733 "wide" "30"
N/A1734 "tall" "30"
N/A1735 "visible" "1"
N/A1736 "enabled" "1"
N/A1737 "image" "blog_back"
N/A1738 "scaleImage" "1"
N/A1739 }
N/A1740 }
N/A1741 "PositionLabel"
N/A1742 {
N/A1743 "ControlName" "CExLabel"
N/A1744 "fieldName" "PositionLabel"
N/A1745 "font" "HudFontSmallBold"
N/A1746 "labelText" "%explanationnumber%"
N/A1747 "textAlignment" "center"
N/A1748 "xpos" "0"
N/A1749 "ypos" "90"
N/A1750 "zpos" "-1"
N/A1751 "wide" "250"
N/A1752 "tall" "30"
N/A1753 "autoResize" "0"
N/A1754 "pinCorner" "0"
N/A1755 "visible" "1"
N/A1756 "enabled" "1"
N/A1757 "fgcolor_override" "200 80 60 255"
N/A1758 }
N/A1759 }
N/A1760 
N/A1761 "ButtonRefresh"
N/A1762 {
N/A1763 "ControlName" "Button"
N/A1764 "fieldName" "ButtonRefresh"
N/A1765 "xpos" "c-158"
N/A1766 "ypos" "405"
N/A1767 "wide" "150"
N/A1768 "tall" "25"
N/A1769 "autoResize" "0"
N/A1770 "pinCorner" "0"
N/A1771 "visible" "1"
N/A1772 "enabled" "1"
N/A1773 "tabPosition" "0"
N/A1774 "labelText" "#TF_ImportPreview_Refresh"
N/A1775 "textAlignment" "center"
N/A1776 "dulltext" "0"
N/A1777 "brighttext" "0"
N/A1778 "wrap" "0"
N/A1779 "Command" "BuildPreview"
N/A1780 "Default" "0"
N/A1781 "font" "HudFontSmallBold"
N/A1782 }
N/A1783 
N/A1784 "ButtonClose"
N/A1785 {
N/A1786 "ControlName" "Button"
N/A1787 "fieldName" "ButtonClose"
N/A1788 "xpos" "c7"
N/A1789 "ypos" "405"
N/A1790 "wide" "150"
N/A1791 "tall" "25"
N/A1792 "autoResize" "0"
N/A1793 "pinCorner" "0"
N/A1794 "visible" "1"
N/A1795 "enabled" "1"
N/A1796 "tabPosition" "0"
N/A1797 "labelText" "#GameUI_OK"
N/A1798 "textAlignment" "center"
N/A1799 "dulltext" "0"
N/A1800 "brighttext" "0"
N/A1801 "wrap" "0"
N/A1802 "Command" "Close"
N/A1803 "Default" "1"
N/A1804 "font" "HudFontSmallBold"
N/A1805 }
N/A1806}