Template:PatchDiff/November 10, 2016 Patch/tf/tf2 misc dir.vpk/resource/ui/supportnotificationdialog.res

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Resource/UI/SupportNotificationDialog.res"
N/A2{
N/A3 "ConfirmDialog"
N/A4 {
N/A5 "ControlName" "Frame"
N/A6 "fieldName" "ConfirmDialog"
N/A7 // Auto-centered by GenericConfirmDialog
N/A8 "wide" "564"
N/A9 "tall" "387" // Bottom of confirm button + 10 margin
N/A10 "autoResize" "0"
N/A11 "pinCorner" "0"
N/A12 "visible" "1"
N/A13 "enabled" "1"
N/A14 "tabPosition" "0"
N/A15 "settitlebarvisible" "0"
N/A16 "PaintBackgroundType" "0"
N/A17 "paintbackground" "1"
N/A18 "bgcolor_override" "Econ.Dialog.BgColor"
N/A19 }
N/A20 
N/A21 "TitleLabel"
N/A22 {
N/A23 "ControlName" "CExLabel"
N/A24 "fieldName" "ComptTitleLabel"
N/A25 "font" "HudFontSmallBold"
N/A26 "labelText" "#TF_Support_Message_Title"
N/A27 "textAlignment" "north"
N/A28 "proportionalToParent" "1"
N/A29 "xpos" "cs-0.5"
N/A30 "ypos" "15"
N/A31 "zpos" "1"
N/A32 "wide" "p0.9"
N/A33 "tall" "14"
N/A34 "autoResize" "0"
N/A35 "pinCorner" "0"
N/A36 "visible" "1"
N/A37 "enabled" "1"
N/A38 "centerwrap" "1"
N/A39 "fgcolor_override" "StoreGreen"
N/A40 }
N/A41 
N/A42 "MessageLabel"
N/A43 {
N/A44 "ControlName" "CExLabel"
N/A45 "fieldName" "SectionOneTextLabel"
N/A46 "font" "HudFontSmallest"
N/A47 "labelText" "%text%" // Filled with the CS message
N/A48 "textAlignment" "north"
N/A49 "proportionalToParent" "1"
N/A50 "xpos" "cs-0.5"
N/A51 "ypos" "47" // 2 margin
N/A52 "zpos" "1"
N/A53 "wide" "p0.9"
N/A54 "tall" "301" // Size 11 font - 27 rows & change
N/A55 "autoResize" "0"
N/A56 "pinCorner" "0"
N/A57 "visible" "1"
N/A58 "enabled" "1"
N/A59 "wrap" "1"
N/A60 "fgcolor_override" "Yellow"
N/A61 }
N/A62 
N/A63 "ShowLaterButton"
N/A64 {
N/A65 "ControlName" "CExButton"
N/A66 "fieldName" "ShowLaterButton"
N/A67 "proportionalToParent" "1"
N/A68 "xpos" "rs1-10"
N/A69 "ypos" "352" // 4 margin
N/A70 "zpos" "20"
N/A71 "wide" "150"
N/A72 "tall" "25"
N/A73 "default" "1"
N/A74 "autoResize" "0"
N/A75 "pinCorner" "0"
N/A76 "visible" "1"
N/A77 "enabled" "1"
N/A78 "tabPosition" "0"
N/A79 "labelText" "#TF_Support_Message_Show_Later"
N/A80 "font" "EconFontSmall"
N/A81 "textAlignment" "center"
N/A82 "textinsetx" "50"
N/A83 "dulltext" "0"
N/A84 "brighttext" "0"
N/A85 "Command" "show_later"
N/A86 "sound_depressed" "UI/buttonclick.wav"
N/A87 "sound_released" "UI/buttonclickrelease.wav"
N/A88 "border_default" "Econ.Button.Border.Default"
N/A89 "border_armed" "Econ.Button.Border.Armed"
N/A90 "armedBgColor_override" "Econ.Button.ArmedBgColor"
N/A91 "armedFgColor_override" "Econ.Button.ArmedFgColor"
N/A92 "depressedBgColor_override" "Econ.Button.DepressedBgColor"
N/A93 "depressedFgColor_override" "Econ.Button.DepressedFgColor"
N/A94 }
N/A95 
N/A96 "ConfirmButton"
N/A97 {
N/A98 "ControlName" "CExButton"
N/A99 "fieldName" "ConfirmButton"
N/A100 "proportionalToParent" "1"
N/A101 "xpos" "rs1-170"
N/A102 "ypos" "352" // 4 margin
N/A103 "zpos" "20"
N/A104 "wide" "150"
N/A105 "tall" "25"
N/A106 "default" "1"
N/A107 "autoResize" "0"
N/A108 "pinCorner" "0"
N/A109 "visible" "1"
N/A110 "enabled" "1"
N/A111 "tabPosition" "0"
N/A112 "labelText" "#TF_Support_Message_Acknowledge"
N/A113 "font" "EconFontSmall"
N/A114 "textAlignment" "center"
N/A115 "textinsetx" "50"
N/A116 "dulltext" "0"
N/A117 "brighttext" "0"
N/A118 "Command" "acknowledge"
N/A119 "sound_depressed" "UI/buttonclick.wav"
N/A120 "sound_released" "UI/buttonclickrelease.wav"
N/A121 "border_default" "Econ.Button.Border.Default"
N/A122 "border_armed" "Econ.Button.Border.Armed"
N/A123 "armedBgColor_override" "RedSolid"
N/A124 "defaultBgColor_override" "LightRed"
N/A125 }
N/A126}