Template:PatchDiff/September 21, 2011 Patch (Beta)/team fortress 2 beta engine.gcf/hl2/resource/UI/econ/MessageBoxDialog.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/MessageBoxDialog.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 "paintbackground" "1"
N/A19 "bgcolor_override" "Econ.Dialog.BgColor"
N/A20 }
N/A21 
N/A22 "TitleLabel"
N/A23 {
N/A24 "ControlName" "CExLabel"
N/A25 "fieldName" "TitleLabel"
N/A26 "font" "EconFontMedium"
N/A27 "labelText" "#ConfirmTitle"
N/A28 "textAlignment" "north"
N/A29 "xpos" "0"
N/A30 "ypos" "15"
N/A31 "zpos" "1"
N/A32 "wide" "300"
N/A33 "tall" "30"
N/A34 "autoResize" "1"
N/A35 "pinCorner" "0"
N/A36 "visible" "1"
N/A37 "enabled" "1"
N/A38 }
N/A39 
N/A40 "ExplanationLabel"
N/A41 {
N/A42 "ControlName" "CExLabel"
N/A43 "fieldName" "ExplanationLabel"
N/A44 "font" "EconFontSmall"
N/A45 "labelText" "%text%"
N/A46 "textAlignment" "north"
N/A47 "xpos" "40"
N/A48 "ypos" "50"
N/A49 "zpos" "1"
N/A50 "wide" "220"
N/A51 "tall" "170"
N/A52 "autoResize" "0"
N/A53 "pinCorner" "0"
N/A54 "visible" "1"
N/A55 "enabled" "1"
N/A56 "centerwrap" "1"
N/A57 "fgcolor_override" "200 80 60 255"
N/A58 }
N/A59 
N/A60 "ConfirmButton"
N/A61 {
N/A62 "ControlName" "CExButton"
N/A63 "fieldName" "ConfirmButton"
N/A64 "xpos" "62"
N/A65 "ypos" "160"
N/A66 "zpos" "20"
N/A67 "wide" "175"
N/A68 "tall" "25"
N/A69 "autoResize" "0"
N/A70 "pinCorner" "0"
N/A71 "visible" "1"
N/A72 "enabled" "1"
N/A73 "tabPosition" "0"
N/A74 "labelText" "#ConfirmButtonText"
N/A75 "font" "EconFontSmall"
N/A76 "textAlignment" "center"
N/A77 "textinsetx" "50"
N/A78 "dulltext" "0"
N/A79 "brighttext" "0"
N/A80 "Command" "confirm"
N/A81 "sound_depressed" "UI/buttonclick.wav"
N/A82 "sound_released" "UI/buttonclickrelease.wav"
N/A83 "border_default" "Econ.Button.Border.Default"
N/A84 "border_armed" "Econ.Button.Border.Armed"
N/A85 "armedBgColor_override" "Econ.Button.ArmedBgColor"
N/A86 "armedFgColor_override" "Econ.Button.ArmedFgColor"
N/A87 "depressedBgColor_override" "Econ.Button.DepressedBgColor"
N/A88 "depressedFgColor_override" "Econ.Button.DepressedFgColor"
N/A89 }
N/A90}