Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. "Resource/UI/BaseChat.res"
  2. {
  3. "HudChat"
  4. {
  5. "ControlName" "EditablePanel"
  6. "fieldName" "HudChat"
  7. "visible" "1"
  8. "enabled" "1"
  9. "xpos" "1"
  10. "ypos" "370"
  11. "wide" "242"
  12. "tall" "110"
  13. "fgcolor" "Garm3nWhite"
  14. "PaintBackgroundType" "2"
  15. }
  16.  
  17. ChatInputLine
  18. {
  19. "ControlName" "EditablePanel"
  20. "fieldName" "ChatInputLine"
  21. "visible" "1"
  22. "enabled" "1"
  23. "xpos" "7"
  24. "ypos" "395"
  25. "wide" "228"
  26. "tall" "2"
  27. "PaintBackgroundType" "0"
  28. }
  29.  
  30. "ChatFiltersButton"
  31. {
  32. "ControlName" "Button"
  33. "fieldName" "ChatFiltersButton"
  34. "xpos" "208"
  35. "ypos" "0"
  36. "wide" "27"
  37. "tall" "8"
  38. "autoResize" "1"
  39. "pinCorner" "0"
  40. "visible" "1"
  41. "enabled" "1"
  42. "tabPosition" "0"
  43. "labelText" "#chat_filterbutton"
  44. "textAlignment" "center"
  45. "dulltext" "0"
  46. "brighttext" "0"
  47. "Default" "0"
  48. }
  49.  
  50. "HudChatHistory"
  51. {
  52. "ControlName" "RichText"
  53. "fieldName" "HudChatHistory"
  54. "xpos" "7"
  55. "ypos" "8"
  56. "wide" "228"
  57. "tall" "75"
  58. "wrap" "1"
  59. "autoResize" "1"
  60. "pinCorner" "1"
  61. "visible" "1"
  62. "enabled" "1"
  63. "labelText" ""
  64. "textAlignment" "south-west"
  65. "font" "ChatFont"
  66. "maxchars" "-1"
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement