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

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/ImportFileTextEditDialog.res"
N/A2{
N/A3 "ImportFileTextEditDialog"
N/A4 {
N/A5 "fieldName" "ImportFileTextEditDialog"
N/A6 "visible" "1"
N/A7 "enabled" "1"
N/A8 "xpos" "c-280"
N/A9 "ypos" "c-180"
N/A10 "wide" "560"
N/A11 "tall" "360"
N/A12 "border" "GrayDialogBorder"
N/A13 }
N/A14 
N/A15 "TitleLabel"
N/A16 {
N/A17 "ControlName" "CExLabel"
N/A18 "fieldName" "TitleLabel"
N/A19 "font" "HudFontMediumBold"
N/A20 "textAlignment" "center"
N/A21 "labelText" "#Frame_Untitled"
N/A22 "xpos" "10"
N/A23 "ypos" "10"
N/A24 "zpos" "0"
N/A25 "wide" "540"
N/A26 "tall" "25"
N/A27 "centerwrap" "1"
N/A28 }
N/A29 
N/A30 "TextEntry"
N/A31 {
N/A32 "ControlName" "TextEntry"
N/A33 "fieldName" "TextEntry"
N/A34 "xpos" "10"
N/A35 "ypos" "40"
N/A36 "zpos" "-1"
N/A37 "wide" "540"
N/A38 "tall" "280"
N/A39 "font" "HudFontSmall"
N/A40 "textAlignment" "north-west"
N/A41 "labelText" ""
N/A42 "bgcolor_override" "0 0 0 255"
N/A43 "fgcolor_override" "202 190 164 255"
N/A44 }
N/A45 
N/A46 "ButtonClose"
N/A47 {
N/A48 "ControlName" "Button"
N/A49 "fieldName" "ButtonClose"
N/A50 "xpos" "145"
N/A51 "ypos" "325"
N/A52 "wide" "150"
N/A53 "tall" "25"
N/A54 "autoResize" "0"
N/A55 "pinCorner" "0"
N/A56 "visible" "1"
N/A57 "enabled" "1"
N/A58 "tabPosition" "0"
N/A59 "labelText" "#Cancel"
N/A60 "textAlignment" "center"
N/A61 "dulltext" "0"
N/A62 "brighttext" "0"
N/A63 "wrap" "0"
N/A64 "Command" "Close"
N/A65 "Default" "0"
N/A66 "font" "HudFontSmallBold"
N/A67 }
N/A68 
N/A69 "ButtonDone"
N/A70 {
N/A71 "ControlName" "Button"
N/A72 "fieldName" "ButtonDone"
N/A73 "xpos" "305"
N/A74 "ypos" "325"
N/A75 "wide" "150"
N/A76 "tall" "25"
N/A77 "autoResize" "0"
N/A78 "pinCorner" "0"
N/A79 "visible" "1"
N/A80 "enabled" "1"
N/A81 "tabPosition" "0"
N/A82 "labelText" "#GameUI_OK"
N/A83 "textAlignment" "center"
N/A84 "dulltext" "0"
N/A85 "brighttext" "0"
N/A86 "wrap" "0"
N/A87 "Command" "Done"
N/A88 "Default" "0"
N/A89 "font" "HudFontSmallBold"
N/A90 }
N/A91}